]> git.saurik.com Git - wxWidgets.git/history - src/common
OS/2 fixes for new PNG lib
[wxWidgets.git] / src / common /
2002-07-08  Robert Roebling This memory corruption caused me three and
2002-07-08  David WebsterOS/2 loads bitmap resources via integer ID, not via...
2002-07-05  George TaskerFixes the problem with VARCHAR fields not allowing...
2002-07-03  David WebsterNicer default fonts for OS/2
2002-07-02  Chris Elliottfix another icon error
2002-07-02  Chris Elliottfixes bugs reading icons
2002-06-30  Ron Leefixed some pesky compile warnings, hope this doesn...
2002-06-24  Chris Elliotta fix to preserve UNC paths when creating the commandli...
2002-06-24  Vadim ZeitlinwxMotif compilation fix
2002-06-21  Stefan Csomormillisecond resolution supported for wxMac
2002-06-19  Chris ElliottwxSVGDC class test sample
2002-06-18  Julian SmartMoved flicker-removal to GTK+ code
2002-06-18  Julian SmartRemove flicker in Undo/Redo menus by only updating
2002-06-18  David WebsterOS/2 has it's own popup window source now.
2002-06-15  Mattia BarbonCreate a new icon for each image in a file with multipl...
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  George TaskerAdded a wxASSERT_MSG in ::SetColDefs() to trap for...
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-12  Julian SmartFixed a bug in transferring data to a wxComboBox if...
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-07  Vadim Zeitlinno changes (reformatted some code just to be able to...
2002-06-07  Vadim Zeitlinfixed bug in wxStrstr() replacement implementation...
2002-06-06  Robert Roebling Dislaying popup tip windows seems to work right now.
2002-06-06  Julian SmartCorrected typo in wxStringHashTable::Delete
2002-06-05  Vadim Zeitlinreverted wxPopupWindow implementation to the original...
2002-06-05  Julian SmartAdded Delete member to wxStringHashTable in order to...
2002-06-04  Julian SmartIn SetProxy, add 1 to pos when parsing port since other...
2002-06-02  Robert Roebling Removed hack in Toolbar that breaks UI updates under...
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-25  Vadim Zeitlinfixes to better remember the last focused child; also...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-24  Vadim Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
2002-05-23  Vadim Zeitlinfixedb ug with normalization of UNC paths (patch 558701)
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-23  Robert Roebling Let wxFileSystem use wxFFileInputstream and not
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()
next