wxWidgets.git
2001-12-30  Vadim ZeitlinwxDocument::SaveAs sets m_savedYet flag correctly ...
2001-12-30  Vadim Zeitlinfixed memory leak in wxDocManager::CreateDocument ...
2001-12-30  Vadim Zeitlinfixed uninitialized wxGridCellAttr::m_defGridAttr ...
2001-12-30  Vadim Zeitlinfixed wxComboBox initial autosizing (patch 496702)
2001-12-30  Vadim ZeitlinwxFontEnumerator returns all fonts, not TrueType only
2001-12-30  Václav Slavíkcomplain about nonexistent directory in wxDir
2001-12-30  Václav Slavíkfixed stupid typo
2001-12-30  Václav SlavíkEhm... fixed my comment about DJGPP to say what I wante...
2001-12-30  Stefan Csomordrawing methods cleanup
2001-12-30  Stefan Csomorcarbon debugging lib added
2001-12-30  Stefan Csomornew files added
2001-12-30  Stefan Csomorsetting and restoring the graf port
2001-12-30  Stefan Csomorgetting rid of several graf port handling routines
2001-12-30  Stefan Csomoradded theme savvy store/restore grafport
2001-12-30  Vadim Zeitlindon't make wxBitmapButtons same size as all the other...
2001-12-30  Václav Slavíkfix for DJGPP returning unix/like/paths instead of...
2001-12-30  Václav Slavíkfix for a fatal bug in wxMGL's wxDir
2001-12-30  Václav Slavíkextended display mode handling to accept WXMODE env...
2001-12-30  Václav Slavíktypo fix
2001-12-30  Václav Slavíkmaking generic file dialog less Unixcentric
2001-12-29  Robert Roeblingcompile fix for bitmap.cpp under Mac
2001-12-29  Václav Slavíkuse a programmer-friendly macro for subclassing
2001-12-29  Václav Slavíkimplemented subclassing in XRC
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-29  Stefan Csomorcorrections for theme brush alignments under X (no...
2001-12-29  Stefan Csomorcorrections for theme brush alignments
2001-12-28  David WebsterAdd some missing methods
2001-12-28  Vadim Zeitlina draft of wxSSBase class - it is yet unused and hopefu...
2001-12-28  Vadim Zeitlinremoved my timing code accidentally committed before
2001-12-28  Vadim Zeitlindisable native font stuff for wxMotif
2001-12-28  Stefan Csomornew redrawing code
2001-12-28  Stefan Csomoradded debugging code for redrawing
2001-12-28  Stefan Csomoradjusted for new visible region code
2001-12-28  Stefan Csomorcleaned drawing code
2001-12-28  Stefan Csomorappearance brush support
2001-12-28  Stefan Csomorremoved redundant code
2001-12-28  Stefan Csomorcorrected return value
2001-12-28  Stefan Csomorcode changes for redrawing
2001-12-28  Stefan Csomoradded support for appearance brushes, corrected blittin...
2001-12-28  Stefan Csomoradded support for appearance brushes
2001-12-28  David WebsterScrolling updates
2001-12-27  Vadim Zeitlinfix to wxLocale::GetString() calld with empty argument
2001-12-27  Václav SlavíkChanges to the XRC library:
2001-12-27  Václav Slavíkfixed bug in wxHTML that certainly prevented it from...
2001-12-27  Václav Slavíkfixed another 2 instances of wxStrncpy bug
2001-12-27  Václav SlavíkIdiot I am; my previous commit certainly broke non...
2001-12-27  Václav Slavík1. libunicows support in configure
2001-12-27  Václav Slavíkfix for Unicode build -- wxMB2WXbuf cannot be initializ...
2001-12-27  Václav Slavíkremoved obsolete docs
2001-12-27  Václav Slavíkfix for unicode crashes by Dimitri
2001-12-26  Ron Leeremoved macro magic that causes build problems on some
2001-12-25  Václav Slavíkfixes for misplaced radio buttons in wxRadioBox
2001-12-25  Václav Slavíkfixed misplaced subcontrols of wxComboBox
2001-12-25  Václav Slavíkbetter wxMGL wxSystemSettings
2001-12-25  Vadim Zeitlinfixed compilation for strict ANSI compilers
2001-12-25  Vadim Zeitlinemphasized that SetValue() doesn't make the control...
2001-12-25  Vadim Zeitlindon't make control dirty after a call to SetValue()
2001-12-25  Vadim Zeitlinfixed crash when an item didn't have any data
2001-12-25  Vadim Zeitlindocumented Number() as obsolete and added GetCount()
2001-12-24  Vadim Zeitlindon't crash if bitmaps are not found
2001-12-24  Vadim Zeitlinfixed Fit() to avoid showing scrollbars
2001-12-24  Vadim ZeitlinDoSetClientSize() may take 4 iterations to set the...
2001-12-24  Vadim Zeitlinreally fixed GetRenderer() and GetEditor() methods...
2001-12-24  Vadim Zeitlinfixed memory leak when SetTargetWindow() was called...
2001-12-24  Václav Slavíkfixes to wxFont mods for the case w/o native fontinfo...
2001-12-24  Václav Slavíktypo fix
2001-12-24  Václav Slavíkcompilation fix for DJGPP
2001-12-24  Vadim Zeitlintypo fixed
2001-12-24  Ron Leeadded slightly more informative failure reporting.
2001-12-24  Ron LeeAdded GetStringArray method.
2001-12-24  Vadim Zeitlinchanged the default font facename for the decorative...
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Vadim Zeitlinuse wxFontMapper when setting the encoding (fix to...
2001-12-23  Mattia BarbonUpdated docs for wxGrid: added events, event macros...
2001-12-23  Robert Roebling Removed warning for Darwin compilation from datetime.inl
2001-12-23  Vadim Zeitlinfixed handling of the items with indirect data broken...
2001-12-23  Vadim Zeitlincreate masks even (slightly) faster
2001-12-23  Ron LeeAdded missing header and missing logic. :)
2001-12-23  Vadim Zeitlinsped up the mask creation by a factor of 40
2001-12-23  Ron LeeAdded missing compile define.
2001-12-23  Vadim Zeitlincompilation fixes
2001-12-23  Vadim Zeitlinsped up the mask creation by a factor of 40
2001-12-23  Vadim Zeitlinapplied patch fixing some graphical glitches from Dimitri
2001-12-23  Vadim Zeitlinfixed sorting the items which have indirect data (i...
2001-12-22  Vadim Zeitlinfixed wrong return value of wxComboBox::GetClientObject
2001-12-22  Mattia BarbonMade wxPD_AUTO_HIDE work.
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-12-22  Vadim Zeitlinfixed wxProgressDialog for ranges > 65535
2001-12-22  Václav Slavíkuse wxBusyCursor in wxHtmlWindow instead of SetCursor...
2001-12-21  Robert Roebling Removed two more files from wxMicroWindows compilation.
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-12-21  David WebsterUpdate makefile and module def for new dynlib stuff...
2001-12-21  David WebsterLatest updates for compiling.
2001-12-21  Vadim Zeitlinminor optical fix
2001-12-21  Vadim Zeitlinoops, forgot to commit wxFontBase::SetNativeFontInfo...
2001-12-21  Robert Roebling Forgot to add this one.
2001-12-21  Robert Roebling Added configure support for wxMicroWindows.
2001-12-21  Julian SmartMore tinkering
2001-12-21  David WebsterHeaders to support 'Y' positioning fixes for OS/2 controls
next