]> git.saurik.com Git - wxWidgets.git/history - src/common
Undo/Redo update handlers now set the text as well
[wxWidgets.git] / src / common /
2002-04-11  Julian SmartUndo/Redo update handlers now set the text as well
2002-04-11  Julian SmartSorry, that SetClientSize change was wrong, since sizer...
2002-04-11  Vadim Zeitlinfixed 2 bugs which were fixed in GetFullPath() but...
2002-04-11  Julian SmartAdded back the missing Undo/Redo accelerators that...
2002-04-11  Vadim Zeitlinfixed GetPath() trailing separator bug, rewrote GetFull...
2002-04-11  Vadim Zeitlinadded missing WINAPI to GET_LONG_PATH_NAME typedef...
2002-04-11  Julian SmartwxSizer::Fit calls SetClientSize, not SetSize. This...
2002-04-10  David WebsterFixed LINKAGEMODE use
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-08  Vadim Zeitlinfixed format parameter in wxGetVolumeString() (closes...
2002-04-08  Vadim Zeitlinfixed several bugs in Mkdir() and also modified its...
2002-04-08  Vadim Zeitlinadded GetPath(flags) version to allow retrieving the...
2002-04-08  Julian SmartRe-enabled dynamic library code in wxFileName so
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-07  Vadim Zeitlinfix for splitting the UNC paths
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkclear wxArtProvider cache when pushing new provider
2002-04-05  David Websterneed wxUSE_WCHAR_T around wxConvLocal
2002-04-05  David WebsterFALSE not false
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-05  Jouk Jansen Committing in .
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Mattia BarbonFix for broken BCC
2002-04-03  Vadim Zeitlinfixed error checking in wxKill
2002-04-03  Vadim Zeitlinreuse the fonts in the resource loading code (patch...
2002-04-03  Gilles Depeyrotcorrected FSSpec to POSIX file name conversions for...
2002-04-02  Vadim Zeitlinfixed paper size calculation (convert from 10ths of...
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-02  Julian SmartAdded includes to correct compilo
2002-04-02  Julian SmartAdded wxImage::FloodFill file
2002-04-01  Vadim Zeitlinmore informational assert about the base class being...
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-03-31  Robert Roebling Compile fix for MinGW32
2002-03-30  Robin DunnDon't set the longhelp in the statusbar if there isn...
2002-03-28  Vadim Zeitlinfixed VC++ warning in optimized build
2002-03-28  Mattia BarbonFixed problems with wxFrame::SetIcons
2002-03-28  Vadim Zeitlinunapplied part of Dimitri's patch at his request
2002-03-28  Stefan Csomorchanged image.h include to be correct in all (precomp...
2002-03-28  Vadim Zeitlinfixed compilation in Unicode build
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinfixed bug in ConvertWxToFileTime (bug 525868)
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2002-03-27  Jouk Jansen Committing in .
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Jouk Jansen Committing in .
2002-03-26  Robin Dunnswitch to _EXPORTED_ hash maps to avoid VC++ warnings
2002-03-25  Václav Slavíkforgot to check in modified artstd.cpp
2002-03-25  Václav Slavíksurround deprecated wxImage methods in WXWIN_COMPATIBIL...
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-03-25  Vadim Zeitlinfixed compilation for wxBase
2002-03-25  Vadim Zeitlinfixed compilation under Unix where SQL_DATETIME is...
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-03-24  Václav Slavíkadd automatic rescaling to wxArtProvider
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-23  Julian SmartAdded hack to make standard art provider link with app
2002-03-22  Václav Slavíkport proplist.cpp to wxArtProvider
2002-03-22  Václav Slavíkuse wxArtProvider in wxFileDialog
2002-03-22  Vadim Zeitlinrecognize ANSI_X3.4-1968 as US-ASCII
2002-03-22  George TaskerSemi-Blind fixes for trying to handle different version...
2002-03-22  Václav Slavíkfixed compilation problem with old gcc releases
2002-03-21  Václav Slavík(hopefully) final touches to wxArtProvider
2002-03-21  Vadim Zeitlinlet the popup listbox process the kbd messages in wxCom...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-19  Václav Slavíkadded wxArtProvider
2002-03-19  Václav Slavíkblind fix to wxGetCwd crash on NT when wxUSE_UNICODE...
2002-03-19  Václav Slavíkfixed MSVC's problems...
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Václav Slavíkcompilation fix
2002-03-17  Vadim Zeitlinclear the frame statusbar when the mouse leaves the...
2002-03-17  Václav SlavíkChris' wxImage::SaveFile(filename_only) patch
2002-03-16  Vadim Zeitlinapplied patch 528960 (a few minor bug fixes)
2002-03-16  David WebsterDo not use argument defaults in actual function argumen...
2002-03-15  Václav Slavíkapplied patch for seeking in GIF images
2002-03-15  Václav Slavíkrewrote wxLocale to work in Unicode mode and support...
2002-03-15  Jouk Jansen Committing in .
2002-03-15  Vadim Zeitlinreduced flicker in the statusbar when resizing the...
2002-03-14  Vadim Zeitlinapplied the patch from Dimitri to prevent crashes with...
2002-03-12  Václav Slavíkcompilation fix
2002-03-11  Vadim Zeitlinadded missing headers to fix compilation without PCH
2002-03-10  Vadim Zeitlinpropagate the click dismissing a popup window to the...
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-09  Václav Slavíkreverted Robert's change
2002-03-09  Vadim Zeitlincopy the variant name in the assignment operator as...
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-03-09  Vadim Zeitlinadded support for non alphanumeric simple character...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-03-08  Robin DunnFixed compilation error.
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-03-08  Ron LeeMoved assert to before the segfault.
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-03-06  Vadim Zeitlinfixes to the new pointer array implementation
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-03-05  Václav Slavíkfixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
next