added possibility to use several wxFileHistories (patch 685876)
[wxWidgets.git] / docs / changes.txt
2003-03-02  Vadim Zeitlinadded possibility to use several wxFileHistories (patch...
2003-03-02  Mattia Barbon Refactored wxStaticBox, and changed wxStaticBox and...
2003-03-02  Mattia Barbon Implemented wxButton::DoGetBestSize for wxMotif....
2003-02-28  Václav Slavík1. added native wxMessageDialog implementation for...
2003-02-28  Julian SmartAdded display sample to distrib file lists
2003-02-27  Vadim Zeitlinfix bug with timezone calculations when WX_GMTOFF_IN_TM...
2003-02-27  Vadim Zeitlinadded proportion parameter to wxFlexGridSizer::AddGrowa...
2003-02-26  Václav Slavíkunified default values for conv arguments
2003-02-26  Václav Slavíkadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
2003-02-18  Julian SmartApplied patch [ 686843 ] File Dialog Wildcard Bug
2003-02-12  Mattia Barbon Implemented wxToggleButton under Motif.
2003-02-04  Mattia Barbon Update with recent changes.
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2003-01-26  Václav Slavíkadded wxSplitterWindow to XRC
2003-01-26  Vadim Zeitlinadded support for non flexible (in one direction only...
2003-01-24  Vadim Zeitlinadded and documented wxDirTraverser::OnOpenError
2003-01-24  Vadim Zeitlinmention Watcom makefile for wxBase
2003-01-15  Vadim Zeitlinfixed calling Maximize(FALSE) before the window is...
2003-01-14  Vadim Zeitlinfixed wxStaticText best size calculation (closes bug...
2003-01-14  Vadim ZeitlinStart() should resume the stopwatch if it is suspended
2003-01-13  Vadim Zeitlinmention Solaris 7 compilation fix
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Václav Slavíkadded info about ShowFullScreen changes
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
2003-01-07  Vadim Zeitlindefine true/false if the compiler doesn't have them
2003-01-07  Julian SmartCorrected some typos
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2003-01-02  Vadim Zeitlinadded operator==() and !=() for wxDateSpan
2003-01-02  Vadim Zeitlinimplemented support for column label alignment (closes...
2003-01-02  Vadim Zeitlinfixed bug with wxTR_EDIT_LABELS not working with xwTR_M...
2003-01-02  Vadim Zeitlinfixed wxCaret::SetSize() (closes bug 659209)
2003-01-02  Vadim Zeitlinmade generic EmulateKeyPress() to work with Delete...
2003-01-01  Vadim Zeitlindon't send CHECKLISTBOX_TOGGLE event when Check() is...
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-18  Julian SmartApplied patch [ 649599 ] Fixes bug 610850: Inserting...
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartUpdated change log
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-05  Vadim Zeitlindetect and don't use old zlib version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Vadim Zeitlindon't mention GUI-only changes in the base section
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-04  Vadim Zeitlinmention that wxBase builds with BC++ now
2002-09-02  Julian SmartApplied patch [ 602924 ] colours and effects in wxMSW...
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-27  Vadim Zeitlinmention wxCHECK_VERSION
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-08-23  Vadim Zeitlinmention the key code changes
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-03  Mattia BarbonMention wxMessageOutput in changes.txt
2002-08-02  Mattia BarbonDocumented wxMotif changes
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-07-23  Julian SmartAdded wxMotif comments
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-07-12  Julian SmartAdded wxView::OnClosingDocument so the application...
2002-07-09  Julian SmartAdded comment about increased wxRadioBox space
2002-07-08  Gilles Depeyrotupdated libpng from 1.0.3 to 1.2.4
2002-07-04  Julian SmartDocumented various patches from Mark Armstrong <marka...
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-06-22  Gilles Depeyrotintegrated wxMac specific changes into common file
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-18  Vadim Zeitlinmention WXWIN_COMPATIBILITY_2_2
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-06-06  Vadim Zeitlinmarked the most important backwards incompatible change...
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-06-03  Vadim Zeitlinmention EVT_KEY_DOWN/CHAR change
2002-05-26  Vadim Zeitlinadd full 32 bit range support to wxSpinButton/Ctrl
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-15  Vadim Zeitlinredefined TRUE and FALSE to be of type bool
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Vadim Zeitlinimplemented wxChoice::Delete
2002-04-11  Vadim Zeitlinmention wxDIALOG_NO_PARENT
2002-04-09  Vadim Zeitlinadded support for the multiline button labels
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Václav Slavíkupdate from gtk/changes.txt to changes.txt (sic...)
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  Václav Slavíkinfo about removal of wxhtml.rc
2002-04-05  Vadim Zeitlinsome updates I forgot to commit before: mention wxCondi...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-01  Julian SmartAdded reference to FloodFill additions
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
next