wxWidgets.git
2005-07-17  Michael WetherellAdd wxXmlResource changes
2005-07-17  Michael WetherellMake wxABI_VERSION default be e.g. 20699
2005-07-17  Kevin HockConsider native data format, zero out buffer before...
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-16  Vadim Zeitlinput GetEscapeId() inside #if wxABI_VERSION > 20601
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-07-16  Václav Slavíkremoved 2.6.1 symbols from 2.6.2 tag
2005-07-16  Michael WetherellCompilation fix
2005-07-16  Michael WetherellSet wxABI_VERSION default value to e.g. 29999 so that...
2005-07-16  Robert Roebling Apply patch for querying tooltip colours.
2005-07-16  Robert Roebling Applied GTK clipboard end of string patch.
2005-07-15  Vadim Zeitlincheck whether there is a critical window and don't...
2005-07-15  Vadim Zeitlinuse wxEventLoop::SetCriticalWindow() to ensure that...
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-07-15  Vadim Zeitlinadded a test of a crash inside wxEVT_PAINT handler...
2005-07-15  Vadim Zeitlinrewrote sample to have a more conventional structure...
2005-07-15  Włodzimierz... Possibility of modeless wxWizard dialog (with presentat...
2005-07-15  Włodzimierz... Missing header after recent changes.
2005-07-15  Roman Rolinskynew version ready
2005-07-15  Roman RolinskyStdDialogButtonSizer menu
2005-07-14  Vadim Zeitlinadded wxDialog::GetEscapeId()
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-07-14  Vadim Zeitlinadded stub of GetEscapeId()
2005-07-14  Vadim Zeitlinadded wxID_NONE
2005-07-14  Mart RaudseppOptimize wxGTK2 wxTextCtrl::GetLineText
2005-07-14  Mart Raudsepp"Separators are now correctly shown in the toolbars...
2005-07-14  Vadim Zeitlinuse wxLogError() instead of wxMessageBox in wxDocument...
2005-07-14  Mart RaudseppwxGLCanvas ctors have default values for pos and size...
2005-07-14  Mart RaudseppwxProgressDialog is inherited from wxDialog, not wxFrame.
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 Zeitlinfixed warning due to not using dllexport wxShadowObject...
2005-07-14  Vadim Zeitlinfix addr2line output parsing (patch 1228591)
2005-07-13  Vadim Zeitlinadded test for wxXmlResource::Unload()
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-13  Vadim Zeitlinno changes, just comments fixes
2005-07-13  Roman Rolinskyfix for toolbar items selection - impossible to find...
2005-07-13  Roman RolinskyART_NEW is not defined in previous versions, use NORMAL...
2005-07-13  Vadim Zeitlincommented and documented wxXRC_NO_RELOADING flag
2005-07-13  Roman Rolinskysome new parameters
2005-07-13  Roman Rolinskytoolbars can be added inside windows, fix for relative...
2005-07-13  Vadim Zeitlinadded test of box sizer proportions
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 WetherellAllow cross compiling of wxX11, wxMotif and wxGTK
2005-07-08  Michael WetherellAdd dll.a to the extensions search for by WX_PATH_FIND_...
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  Michael WetherellTypo fixes
2005-07-04  Michael WetherellAdd chapter on backward compatibility
2005-07-04  Michael WetherellEliminate non-ascii chars from generated include file
2005-07-04  Michael WetherellMention that entry names are full paths after feedback...
2005-07-04  Włodzimierz... Visible wxMessageOutputDebug instance.
2005-07-04  Włodzimierz... Use common wxTextCtrlBase::GetRange() for PalmOS text...
2005-07-04  Włodzimierz... Prevent crash in wxString::Mid under STL builds (fixes...
2005-07-04  Václav Slavíkuse libtool versioning of shared libs on Unix
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl.
2005-07-03  Mart RaudseppNo default args in headers for SetSizeHints minimal...
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  Vadim Zeitlinmade more clear that GetItemRect() returns physical...
2005-07-02  Vadim Zeitlinadded GetItemRect() test
2005-07-02  Kevin HockFix BOTTOM events to use BOTTOM in their description...
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  Vadim ZeitlinwxVariant is in wxBase so should be forward declared...
2005-07-01  Włodzimierz... Global platform header (<PalmOS.h>) removed from public...
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-07-01  Vadim Zeitlinadded test for HasGroup() bug
2005-07-01  Włodzimierz... Helpers in disabling warnings for unused params.
2005-07-01  Włodzimierz... eVC3 build fix.
2005-06-30  Włodzimierz... Helpers in disabling warnings for unused params.
2005-06-30  Włodzimierz... DMC/PCH info.
2005-06-30  Mart RaudseppNote on need for build environment support for PCH...
2005-06-30  Kevin OllivierAdded a missing import that was causing FormatText...
2005-06-30  Michael WetherellPut wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL...
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  Václav Slavíkmoved version-related variables to separate file in...
2005-06-29  Václav SlavíkUnicode compilation fix again - please don't use non...
2005-06-29  Václav Slavíkadded version tag for symbols introduced in 2.6.2
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-29  Robert Roebling define NO_GCC_PRAGMA if
2005-06-29  Robert Roebling Added test case speficically for GCC >= 4.0 and
2005-06-29  Robert Roebling Reverted GCC_NO_PRAGMA change
next