wxWidgets.git
2002-12-27  Julian SmartFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
2002-12-27  Julian SmartImproved SetScrollbars fix using client size and max...
2002-12-26  Václav Slavíkfixed XRCID() lookup of numeric control IDs
2002-12-26  Robin DunnUse WXDLLEXPORT_DATA for wx*NameStr's
2002-12-25  Václav Slavík1) fixed compilation of wxBitmap, wxIcon toplevel nodes
2002-12-24  Mattia Barbon Use wxClientDataDictionary for client data.
2002-12-24  Mattia Barbon Use wxXmString instead of XmString.
2002-12-24  Julian SmartReverted cross-compile patch.
2002-12-23  Julian SmartDon't pass zero width or height to SetVirtualSize or...
2002-12-23  Vadim Zeitlinminifram.cpp is a low level file under MSW
2002-12-23  Ron LeeTypo fix (as reported to Debian bts).
2002-12-23  Julian SmartDon't send explicit update event if single line
2002-12-23  Julian SmartApplied cross-compile patch from Stephen Crowley
2002-12-23  Julian SmartAdded *.ani to image sample
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-22  Julian SmartFL event fix from Hans
2002-12-22  Julian SmartApplied patch [ 657445 ] Contrib FL lib doesn't build...
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-21  Vadim Zeitlinfixed memory leak (patch 655899)
2002-12-21  Vadim Zeitlinfixed a typo in cygwin make install
2002-12-21  Václav Slavíkfixed 2 encoding handling bugs in XRC/wxrcedit
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-21  Václav Slavík1) added wxFrame support to wxrcedit
2002-12-20  Julian SmartDo -> Redo
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-20  Vadim Zeitlininstall the headers under wx/msw/gnuwin32
2002-12-20  Vadim Zeitlinfixed SetSelection() (and hence SetInsertionPoint(...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-19  Václav Slavíkwe don't really have to use variable instead of constant...
2002-12-19  Julian SmartDon't build IPC version of HelpView on Mac Classic
2002-12-19  Julian SmartAdded missing fldef.h to makefile
2002-12-19  Julian SmartApply table border fix to all ports.
2002-12-19  Mattia Barbon Fix wxSingleChoiceDialog under wxMotif.
2002-12-19  Julian SmartFix border for wxGTK too
2002-12-19  Ron LeeUpdate packaging for 2.5
2002-12-19  Julian SmartReinstated the cell border fix (wxMSW)
2002-12-18  Václav Slavíksimpler fix for rendering bug fixed in previous revision
2002-12-18  Julian SmartApplied patch [ 649599 ] Fixes bug 610850: Inserting...
2002-12-18  Vadim Zeitlinremoved extra (non existing) Prepend() parameter
2002-12-18  Julian SmartFixed cell visibility test that was causing refresh...
2002-12-18  Václav Slavíkdisable version-script on Solaris, it doesn't work
2002-12-18  Julian SmartFixed cell paint background refresh bug
2002-12-18  Julian SmartAdded $(EXTRADLLFLAGS) to CFLAGS
2002-12-18  Robin DunnMore unicode fixes
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-17  Julian SmartFixed [ 652512 ] wxPaintDC::FindInCache bug
2002-12-17  Julian SmartApplied patch [ 654877 ] Missing == != methods in wxRec...
2002-12-17  Julian SmartPartially applied [ 632321 ] XRC object_ref fix
2002-12-17  Julian SmartAdded wxUniv project file for dialogs
2002-12-17  Julian SmartDoc corrections
2002-12-17  Robin DunnAdded missing #if wxUSE_WAVE
2002-12-17  Robin DunnFixed possibility of releasing mouse if the window...
2002-12-17  Vadim Zeitlinfree argv in Unicode build
2002-12-17  Vadim Zeitlinunicode compilation fix for wxBase
2002-12-17  Julian SmartCommitted Stefan's temporary fix for crashing in Mac...
2002-12-17  Julian SmartMissing semicolon
2002-12-17  Julian SmartFurther improvements to MFC sample.
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-12-17  Robin DunnUnicode compilation fix
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-16  Mattia Barbon Last samples/Unicode fixes.
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartUpdated change log
2002-12-16  Julian SmartApplied patch [ 651713 ] changes to convertrc
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-16  Julian SmartApplied part of patch [ 652965 ] Enables toolbar simple...
2002-12-16  Julian SmartApplied patch [ 652894 ] Checklistbox doesn't need...
2002-12-16  Julian SmartCopy wxUniv setup0.h to setup.h
2002-12-16  Julian SmartRemoved redundant wxUniv setup.h
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-16  Julian SmartApplied [ 654253 ] wxGTK: fix to wxGetMousePosition()
2002-12-15  Vadim Zeitlinuse system zlib under Mac
2002-12-15  Vadim Zeitlinchanged version to 2.5.0
2002-12-15  Vadim Zeitlinmisc gcc compilation warnings
2002-12-15  Vadim Zeitlinprintf() format warning fixed
2002-12-15  Julian SmartAdded Mac Classic fixes
2002-12-15  Vadim Zeitlinsend an extra kill focus event when we're deactivated
2002-12-15  Mattia Barbon Fixed all remaining samples/Unicode compilation errors.
2002-12-15  Václav Slavík_really_ fixed translation messages
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-14  Gilles Depeyrotfix FindMenu broken by implementation of double ampersa...
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-14  Václav Slavíkremoved extremely user-unfriendly translations
2002-12-14  Václav Slavíkupdated Czech translation
2002-12-14  Václav Slavíkfixed typo
2002-12-14  Gilles Depeyrotadded commands to search for menus and menu items by...
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-14  Mattia Barbon Fixed compilation of some more samples in Unicode...
2002-12-14  Mattia Barbon Fixed missing reference to wxTreeCtrlnameStr when...
2002-12-14  Vadim Zeitlinfixed VC++ warning
2002-12-14  Vadim Zeitlinfixed Unicode compilation
2002-12-14  Julian SmartAdded missing SetOrientation accessor
2002-12-13  Václav Slavíkupdated message catalogs from sources
2002-12-13  Václav Slavíkremoved a forgotten relict of past: xmlbin format exten...
2002-12-13  Václav Slavíkeven more fixes to last-minute wxFileSystem mods
2002-12-13  Václav Slavíkfixed wxFilesystem docs bug
next