]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
added wxRTTI to XRC handlers (patch #752996 by David Falkinder)
[wxWidgets.git] / include / wx / generic /
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2003-06-01  Julian SmartApplied patch [ 623187 ] virtual methods and new AppendItem
2003-05-27  Mattia Barbon Don't leave the wxStaticBox hanging around after...
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-04-17  Vadim Zeitlinmake choice dialog resizeable by default
2003-04-17  Julian SmartRemoved old files
2003-04-06  Julian SmartApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtr...
2003-04-05  David ElliottCocoa still uses the generic file dialog (see include...
2003-04-03  Julian SmartFixed OnSetCursor for Mac
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
2003-03-26  David ElliottChanged #if wxUSE_NEW_GRID to #if wxUSE_GRID (there...
2003-03-24  Julian SmartRemoved old grid code
2003-03-22  David ElliottUse generic MDI for wxCocoa
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartCorrected copyright
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-14  Mattia Barbon Add wxRTTI to generic wxDirDialog.
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinremoved TABs
2003-01-08  Vadim Zeitlinremoved unneeded code which was inside #if 0
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-16  David Webstervirtual function hiding problem
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-13  Robert Roebling Further backward comp. changes for printing.
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-09-07  Stefan NeisChanged second parameter of Refresh to "const wxRect*".
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-08-31  Vadim ZeitlinSetSelection() for generic wxSpinCtrl (forgot to commit...
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-28  Julian SmartDitribution script mods;
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-08-20  Julian SmartAdded generic MDI files
2002-08-19  David Webstersome OS/2 updates
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-10  Stefan CsomorOSX fix
2002-08-08  Julian SmartApplied patch [ 592063 ] generic notebook does not...
2002-08-05  Gilles Depeyrotadded missing include file for ProjectBuilder (Mac...
2002-08-01  Julian SmartApplied patch [ 589484 ] wxGenericListCtrl, fix for...
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-30  Julian SmartMore tweaks so wxGenericListCtrl only uses generic
2002-07-28  Mattia BarbonImplemented wxSpinButton for wxMotif.
2002-07-28  Robert Roebling Implement SetFilterIndex
2002-07-27  Mattia BarbonAdded DoSetSize and DoMoveWindow to generic wxStaticLine.
2002-07-27  Mattia BarbonRename wxGenericImageList to wxImageList in generic...
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-12  Julian SmartSomehow wxWizard lost the 'virtual' keyword for DoCreat...
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2002-06-29  Vadim Zeitlinmade wxGenericFontDialog derive from wxFontDialogBase
2002-06-26  Vadim Zeitlinreact to the year being changed in the spin control...
2002-06-26  Václav Slavíkcompilation fix (wxUniv/MSW)
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-06-21  Vadim Zeitlinrenamed wxWizard::Fit() to FitToPage() to avoid potenti...
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-06-04  Vadim Zeitlin(re)enable Cancel button in Resume()
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-27  Robin DunnChanged the default style flags on wxSplashScreen
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-22  Vadim Zeitlinfixed propagating of EVT_WIZARD_XXX events to the parent
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-05-12  Julian SmartAdded overloaded AddChild from contributor
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-06  Vadim ZeitlinwxPanel is a canvas in wxUniv sense of the word
2002-05-06  Vadim Zeitlintypo fixed: __WXUNIV__ => __WXUNIVERSAL__
2002-05-05  Václav Slavíkfixes to gcc pragmas
2002-05-04  Vadim Zeitlinfixed compilation when included directly and not via...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-04-26  Vadim Zeitlinadded a few virtual keywords for consistency (no real...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-18  Robin DunnSome secondary grid classes now derive from wxClientDat...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
next