gtk_border_free is for freeing GtkBorder's, not g_free.
[wxWidgets.git] / include /
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-06-16  Vadim Zeitlinfix unused parameters warnings
2007-06-16  Václav SlavíkwxUSE_STL compilation fixes for wxGenericFontDialog
2007-06-16  Václav Slavíkremoved code for compatibility with OS X <= 10.2, 10...
2007-06-16  Vadim Zeitlinchanged wxIsxxx() to return bool, not int, to avoid...
2007-06-16  Václav Slavíkfixed FromUTF8() to accept NULL as well as len==npos...
2007-06-16  Vadim Zeitlinshow the unhandled exceptions in debug build instead...
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-15  Jouk Jansen Committing in .
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Václav Slavíkremoved redundant #include <dynarray.h>
2007-06-13  Vadim Zeitlinadded wxNullPtr and use it instead of just 0 with wxFil...
2007-06-13  Václav Slavíkadded missing #includes
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-06-12  Václav SlavíkwxUSE_UNICODE_MSLU compilation fix
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-11  Václav Slavíkcompilation fix for gcc 3.3
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-11  Václav Slavíkadded long int operators to wxUniChar (fixes wxMac...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-11  Václav Slavíkadded wchar_t, wxUniChar overloads for wxStrchr
2007-06-11  Václav Slavíkgcc on OS X has problems with compiling empty files...
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav SlavíkATTRIBUTE_PRINTF doesn't work with wchar_t* format...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Vadim Zeitlinmake PositionTextCtrl() virtual (patch 1734405)
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-06-07  Julian SmartInit fix
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-06-06  Václav Slavíkmarked WinCE implementations of wxOpen etc. functions...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-05  Vadim Zeitlincompilation fix after last commit: make wxAppConsole...
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-06-04  Václav Slavíkadded comment explaining the condition for compiling...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-06-03  Vadim Zeitlininitialize wxListItem::m_image to -1 (which means no...
2007-06-03  Vadim Zeitlinadd ctor overloads for all kinds of strings to fix...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-06-02  Václav Slavíkpartially fixed passing wxUniChar as vararg argument...
2007-06-02  Václav Slavíkimplemented wxMBConv::IsUTF8() helper for more classes...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Robert Roebling Forgot to commit.
2007-05-30  Robert Roebling Implement for selection code.
2007-05-30  Václav Slavíkfixed to the newly added crt.h header:
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-30  Václav Slavíkwxchar.h doesn't have to be C file anymore, it's C++
2007-05-30  Václav Slavíkchanged trivial accessors to return const wxString...
2007-05-30  Robert Roebling Add wx/crt.h redirecting to wx/wxcrtvarargs.h
2007-05-30  Václav Slavíkrestored wxColour ctor taking C string (now in both...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Václav Slavíkcompilation fix for --disable-compat28
2007-05-28  Robert Roebling Implemented dataview_model notification event to...
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-27  David ElliottAdd implementation of Objective-C class name uniquifying.
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Stefan NeisAnother compilation fix.
2007-05-26  Stefan NeisAdded declaration of new method (still to be implemented).
2007-05-26  Stefan NeisAdded missing include.
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-24  Vadim Zeitlindisable clearing event tables by default, only do it...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlinfix DLL export declaration (adv, not core)
2007-05-24  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-05-24  Vadim Zeitlinuse a different indicator when binding parameters and...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-18  David ElliottInclude sys/types.h from selectdispatcher.h to ensure...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
next