]> git.saurik.com Git - wxWidgets.git/history - src/common
[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()
[wxWidgets.git] / src / common /
2005-08-22  Stefan Csomoradapting text object data handling along the GTK2 lines
2005-08-21  Vadim Zeitlinfix handling of partially-specified min size
2005-08-20  Vadim Zeitlinadd information for Palm/CE ports (patch 1256409)
2005-08-19  Michael WetherellRemove duplicate code
2005-08-18  Vadim Zeitlincompilation fix for wxUnivGTK
2005-08-18  Mattia Barbon Avoid some -Wundef warning. Check for __WXGTK__ using...
2005-08-17  Vadim Zeitlinhacked around wxGTK wxStaticText which doesn't derive...
2005-08-16  Vadim Zeitlinavoid gcc warning
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-08-16  Vadim Zeitlindon't use wxApp::GetAppName() in the usage message...
2005-08-13  Michael WetherellLet wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN...
2005-08-13  Michael WetherellSet wxSTREAM_WRITE_ERROR for wxFFileInputStream when...
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-08-10  Michael WetherellUndo r1.52 since we get another problem.
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-06  Vadim Zeitlinset m_error correctly (patch 1249848)
2005-08-06  Vadim Zeitlinrecognize 0/1 as false/true in string->bool conversion...
2005-08-04  Vadim Zeitlinuse ifdef, not if, to test for HAVE_WCSRTOMBS
2005-08-04  Vadim Zeitlincorrected test for HAVE_FSYNC: ifdef, not if
2005-08-04  Vadim Zeitlinconfigure defines HAVE_FSYNC, not wxHAVE_FSYNC
2005-08-04  Vadim ZeitlinwxNEED_STRDUP was wrong tested with #if instead of...
2005-08-03  Vadim Zeitlinno need to check dbghelp DLL initialization in GetAsser...
2005-08-03  Michael WetherellFix deletes that should be delete[]
2005-07-31  Mattia Barbon Use accessors for wxObject members.
2005-07-30  Julian Smartassert -> wxASSERT
2005-07-29  Vadim Zeitlinuse ReadLine() instead of GetLine() which sometimes...
2005-07-29  Vadim Zeitlindon't crash in Get() if there is no wxApp (closes 1236514)
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim Zeitlinmoved wxURL::ConvertToValidURI() and other methods...
2005-07-28  Vadim Zeitlinfix for wxLongLong division test (patch 1233771)
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz Skiba[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-17  Michael WetherellAdd test that wxABI_VERSION is not set when compiling...
2005-07-17  Kevin HockAdded null checks to wxTextObjectData::GetDataHere...
2005-07-16  Vadim Zeitlinhandle '&' in the names of the files in the history...
2005-07-14  Vadim Zeitlinuse wxLogError() instead of wxMessageBox in wxDocument...
2005-07-14  Vadim Zeitlinset m_lasterror if the file couldn't be opened in wxFil...
2005-07-14  Vadim Zeitlinfixes for s.Printf(s) crashes
2005-07-08  Václav Slavíkminor clarification of broken build cases
2005-07-05  Vadim Zeitlinfixed (harmless) assert triggered by renaming the first...
2005-07-04  Włodzimierz SkibaVisible wxMessageOutputDebug instance.
2005-07-04  Włodzimierz SkibaPrevent crash in wxString::Mid under STL builds (fixes...
2005-07-02  Michael WetherellRevert check on wxABI_VERSION since it doesn't work...
2005-07-02  Vadim Zeitlinadded include wx/toolbar.h neededfor mingw32 compilation
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-30  Michael WetherellAdd wxABI_VERSION
2005-06-30  Michael WetherellMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-25  Vadim Zeitlinreadded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-24  Vadim Zeitlinat least not crash in case of TIFF warnings/errors...
2005-06-24  Vadim Zeitlinuse wxVLogWarning in TIFFwxWarningHandler() instead...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-09  Vadim Zeitlinadded explicit casts for (varagr) TIFFSetField() parameters
2005-06-08  Stefan CsomorUniChar being platform endian
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Włodzimierz SkibaReuse wxTempFile and wxFile in wxConcatFiles.
2005-06-07  Vadim Zeitlindon't create (and leak) wxLogStderr in wxEntryReal...
2005-06-07  Włodzimierz SkibawxPalmOS build fix.
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Vadim Zeitlinfix for fixing of escape sequences (patch 1213416)
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Vadim Zeitlinuse stderr in wxMessageOutputBest::Printf() even under...
2005-06-07  Vadim Zeitlindon't do anything in wxLogBuffer::Flush() if there...
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-06  Vadim Zeitlingenerate an error message when a module initialization...
2005-06-06  Vadim Zeitlinuse wxLogBuffer to ensure that we don't lose error...
2005-06-06  Vadim Zeitlinadded wxLogBuffer which collects all log messages in...
2005-06-06  Vadim Zeitlinadded wxMessageOutputBest which tries to show the messa...
2005-06-06  Vadim Zeitlindon't crash if FormatMessage() fails in wxSysErrorMsg()
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-04  Robin DunnDeleteEntry should SetDirty when any entry is removed...
2005-06-02  Vadim Zeitlinremoved duplicate wx/msw/debughlp.h include
2005-06-02  Julian SmartCompile fix
2005-06-02  Michael WetherellWork around mingw/cygwin bug 1046059
2005-06-02  Robin DunnCompile fix for when wxUSE_STACKWALKER == 0
2005-06-02  Robin DunnFixed compile error on non-MSW platforms
2005-06-01  Vadim Zeitlinrenamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
2005-06-01  Vadim Zeitlindon't try to show stack trace in assert msg box unless...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
next