]> git.saurik.com Git - wxWidgets.git/history - src/common
wxSPinCtrl no longer set focus to its text field
[wxWidgets.git] / src / common /
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-22  Vadim Zeitlinno, we shouldn't inconditionally add the separator...
2002-05-22  Robert Roebling wxImage::Copy() didn't really just copy the
2002-05-22  Vadim Zeitlinadded a compile time assert to prevent wxArray from...
2002-05-20  Stefan Csomoruma.h added
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-13  Vadim Zeitlincleared the wxFileNameFromPath mess
2002-05-13  David WebsterWXPM now uses popupwindows.
2002-05-13  David WebsterCompiler bug
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-12  Julian SmartFixed mouse handling for captured windows
2002-05-12  Julian SmartAdded recursive event handler pushing to fix context...
2002-05-12  Gilles Depeyrotuse tm_gmtoff instead of timezone variable if tm struct...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-11  Gilles Depeyrotadded wxControlWithItems constructor/destructor (for...
2002-05-11  Vadim Zeitlinfixed incorrect assert for the default compression...
2002-05-11  Stefan Csomorswitched to appearance savvy gui/system fonts
2002-05-10  Vadim Zeitlinfix compilation for the platforms which don't have...
2002-05-10  Vadim Zeitlintest for HAVE_FNMATCH, not HAVE_FNMATCH_H
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinadded (and documented) wxSafeShowMessage, use it in...
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-09  Gilles Depeyrotimplement explicit copying instead of forbidding it
2002-05-08  Stefan Csomoradded small font for wxSWISS
2002-05-08  Stefan Csomorfilename workaround CW bug in debug builds
2002-05-08  Gilles Depeyrotimplemented explicit copy constructors (needed for...
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotimproved out of memory handling by return failure statu...
2002-05-08  Gilles Depeyrotcorrected conditional compilation for Darwin / Mac...
2002-05-08  Gilles Depeyrotcorrected warnings when compiled with -Wall -W
2002-05-08  Jouk Jansen Committing in .
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles Depeyrotcorrected comment typo
2002-05-03  Gilles Depeyrotstatic C++ object initialization only seems to be neces...
2002-05-02  Vadim Zeitlindon't look for the catalogs in the Unix standard paths...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-04-29  Václav Slavíkfixed wxZipInputStream::OnSysSeek wrt memory requiremen...
2002-04-27  Vadim Zeitlinfixed uninitialized m_bPassMessages and wxLogChain...
2002-04-27  Vadim Zeitlinreally fixed memory leak in wxLogChain
2002-04-27  Vadim Zeitlinfixed memory leak in wxLogChain
2002-04-27  Vadim ZeitlinwxArray(int n) mods for wxArrayString
2002-04-27  Vadim Zeitlinfixed wxFileName::GetModificationTime()
2002-04-27  Vadim Zeitlinfixes for operator new declaration/definition (patch...
2002-04-26  Vadim Zeitlinclean up of memory debugging macros and chanegs to...
2002-04-26  Vadim Zeitlinadded support for add/insert/deleting many items at...
2002-04-26  Julian SmartFixed my sloppy fix for redundant path separators
2002-04-25  Vadim Zeitlinfixed typo in wxString::swap() which was completely...
2002-04-25  Julian SmartIn GetPath(), don't append separator if there's already...
2002-04-22  Vadim Zeitlincompilation fix for ms_dllext definition and old compilers
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-21  Vadim Zeitlinuse SetFocusFromKbd() instead of SetFocus()
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-17  Vadim Zeitlincorrected assert even better
2002-04-17  Julian SmartCorrected assertion
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Vadim Zeitlinremoved redundant code
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-04-15  Vadim Zeitlinfixed remove() return code test to avoid spurious debug...
2002-04-15  Vadim Zeitlincorrected passing const char * to a function taking...
2002-04-15  Gilles Depeyrotcorrections for compilation with Apple DevTools
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-13  Julian SmartAdded missing CreateManifest() to initialisation
2002-04-13  Robin DunnChanged the #if used to turn on UNIX domain sockets...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Julian SmartApplied docview patch
2002-04-12  Vadim Zeitlinbug/typo fixed: function returning a pointer should...
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...
next