]> git.saurik.com Git - wxWidgets.git/history - src
"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2...
[wxWidgets.git] / src /
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-14  Vadim Zeitlinfix addr2line output parsing (patch 1228591)
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-12  Mattia Barbon Applied fix for wxCreateTopLevelRealizedWidget crash.
2005-07-09  Vadim Zeitlinmade wxTLW::GetSize() return the size of the maximized...
2005-07-08  Michael WetherellCorrection to previous commit
2005-07-08  Vadim Zeitlinmade IsMaximized() return true if frame had been maximi...
2005-07-08  Michael WetherellCompilation fix for unix builds with cygwin
2005-07-08  Kevin HockFix zlib buffer overflow vulnerability [ Patch 1234072 ]
2005-07-08  Václav Slavíkminor clarification of broken build cases
2005-07-06  Vadim Zeitlinuse private window class for dialup manager hidden...
2005-07-06  Vadim Zeitlinavoid moving the list control unnecessarily
2005-07-06  Vadim Zeitlindon't generate ACTIVATE events for Alt-Space key press
2005-07-05  Vadim Zeitlinfixed (harmless) assert triggered by renaming the first...
2005-07-04  Chris Elliottfix SF Bug 1232271
2005-07-04  Włodzimierz SkibaVisible wxMessageOutputDebug instance.
2005-07-04  Włodzimierz SkibaUse common wxTextCtrlBase::GetRange() for PalmOS text...
2005-07-04  Włodzimierz SkibaPrevent crash in wxString::Mid under STL builds (fixes...
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl.
2005-07-02  Vadim Zeitlinfixed DoSetClientSize() to use ::MoveWindow() instead...
2005-07-02  Vadim Zeitlinfixed bug with showing unneeded scrollbar in the list...
2005-07-02  Michael WetherellRevert check on wxABI_VERSION since it doesn't work...
2005-07-02  Vadim Zeitlinonly set focus to the grid window in wxGrid::HideCellEd...
2005-07-02  Vadim Zeitlinadded include wx/toolbar.h neededfor mingw32 compilation
2005-07-01  Vadim Zeitlinreally fixed wrong argument to wxString::Format()
2005-07-01  Vadim Zeitlinfixed wrong argument to wxString::Format(); include...
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-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-07-01  Włodzimierz SkibaeVC3 build fix.
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-29  Vadim Zeitlinuse a constant instead of hardcoded value
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-26  Stefan NeisFixed compilation error for Motif.
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-25  Michael WetherellHandler when the cases when the MGL timer wraps
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-24  Włodzimierz SkibaPreserve logging state during QT plugin initialization.
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-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-23  Włodzimierz SkibaAvoid logging when QT plugin is unused but fails (from...
2005-06-22  David ElliottMoved wxMacExecute out of src/mac/corefoundation/hid...
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Julian SmartReverted patch which appears to be responsible for...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
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-17  Julian SmartFix for eVC++ 3
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1217285 ] fix for bug 1040539
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-16  Vadim Zeitlinfix index of appended items (broken by previous commit)
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-15  Vadim Zeitlin(harmless) eVC4 warning fix
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-14  Mart RaudseppUse the toplevel widget as the parent in gtk_file_choos...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-12  Stefan NeisAdded empty destructor that was removed from header.
2005-06-12  Stefan NeisUnicode compilation fixes.
2005-06-12  Stefan NeisAdditional imageId values for specific drive types...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-10  Julian SmartDon't use native font always.
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-10  Stefan NeisInclude rawbmp.h only for __WXGTK20__ (unneeded for...
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-06-09  Vadim Zeitlinanother compilation fix for wxUSE_MIMETYPE==0
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-09  Vadim Zeitlindon't statically link to SetMenuInfo(): it is not prese...
2005-06-09  Vadim Zeitlinadded explicit casts for (varagr) TIFFSetField() parameters
next