]> git.saurik.com Git - wxWidgets.git/history - src/generic
STL compilation fix.
[wxWidgets.git] / src / generic /
2003-07-27  Mattia Barbon STL compilation fix.
2003-07-27  Vadim Zeitlinadded orient parameter to DrawSplitterSash instead...
2003-07-24  Mattia Barbon Removed workaround for a (now fixed) wxMotif problem.
2003-07-24  Julian SmartDeal with a zero to-page
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-22  Vadim Zeitlinrestore some of the styles; added support for splitters...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-21  Mattia Barbon Compilation fixes for wxUSE_STL=1 and for
2003-07-21  David ElliottDon't depend on wx/dcmemory.h to include wx/dcclient...
2003-07-21  Vadim Zeitlincompilation fix for VC6
2003-07-21  Vadim Zeitlinno real changes; just reformatting
2003-07-20  Vadim Zeitlinfix for bug introduced in GetNextChild() yesterday
2003-07-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2003-07-20  Vadim Zeitlin'-' and '+' icons were reversed
2003-07-20  Vadim Zeitlinmore compilation fixes
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-20  Vadim Zeitlinwarning fix
2003-07-20  Vadim Zeitlinfixes for deprecated warnings
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-12  Julian SmartAdded wxWinceHelpController
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods.
2003-07-11  Jouk Jansen Committing in .
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinallow adding/removing columns dynamically (based on...
2003-07-10  Vadim Zeitlincompilation fix
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-10  David Elliottinclude "wx/toolbar.h" instead of tbar(base|smpl).h
2003-07-10  Vadim Zeitlinallow wxPopupWindow get the key events (patch 713269)
2003-07-09  Vadim ZeitlinwxScrolledWindow scrollbar update fix (patch 680427...
2003-07-09  Vadim Zeitlinselect all text initially in the control (part of patch...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
2003-07-08  Václav Slavíkremoved gcc warning
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-06-29  Stefan NeisApplied Patch 760644 (wxGrid SetTable uses deleted...
2003-06-26  Vadim Zeitlinadded EstimateTotalHeight
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-26  Vadim Zeitlinchanging the number of items in wxHtmlListBox should...
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
2003-06-24  Václav Slavíkdon't compile generic wxMessageDialog w/ GTK+2, it...
2003-06-24  Julian SmartInitialised static controls
2003-06-22  Vadim Zeitlinupdated after wxFileType change
2003-06-21  Robert Roebling Small fix for splitter window.
2003-06-21  Stefan NeisReverted patch [ 746201 ] (partially) because of unwant...
2003-06-19  Vadim Zeitlinremoved redundant wxUSE_GUI checks
2003-06-19  Václav Slavíkquick and dirty fix for wxMGL compilation
2003-06-19  David ElliottwxCocoa does not have wxDialog::OnPaint()
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-13  Vadim ZeitlinSetSelection() may be used for both single and multi...
2003-06-13  Vadim Zeitlinadded possibility to customize the listbox colours
2003-06-13  Vadim Zeitlincompilation fix for PCH
2003-06-13  Vadim Zeitlinfixed off by 1 bug in SelectRange()
2003-06-13  Vadim Zeitlinmade multiple selection behave more consistently with...
2003-06-13  Vadim Zeitlinadded checks for the item index
2003-06-12  Jouk Jansen Committing in .
2003-06-11  Vadim Zeitlinfixed warnings about assigning literal strings to char *
2003-06-11  Vadim Zeitlindon't ignore wxLC_NO_HEADER style when inserting first...
2003-06-11  Vadim Zeitlinremoved countItems parameter from ctor -- doesn't work...
2003-06-11  Vadim Zeitlinimplemented multiple selection
2003-06-11  Vadim Zeitlinadded RefreshLines()
2003-06-11  Vadim Zeitlinextracted wxSelectionStore in a separate file
2003-06-03  Vadim Zeitlincompilation fixed after recent wxHTML changes
2003-06-03  Vadim Zeitlinpressing PageDown and then PageUp should return to...
2003-06-03  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070)
2003-06-02  Vadim Zeitlinrefresh cache on size/margins change; expanded cache...
2003-06-02  Vadim Zeitlinadded RefreshAll()
2003-06-02  Vadim Zeitlinfix for gcc 3.3 warnings
2003-06-02  Vadim Zeitlincompilation fixes for !USE_PCH
2003-06-01  Julian SmartFix (I hope) for bug [ 673862 ] printing zero length...
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2003-06-01  Julian SmartApplied patch [ 623187 ] virtual methods and new AppendItem
2003-06-01  Vadim Zeitlina workaround for Mac update problems
2003-06-01  Julian SmartApplied patch [ 733425 ] Fix for header rendering probl...
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...
2003-06-01  Julian SmartApplied patch [ 743471 ] wxSplitter::Unsplit fix
2003-06-01  Julian SmartApplied [ 746201 ] wxGrid row/col change not updated
2003-06-01  Julian SmartApplied patch [ 746203 ] xwGrid::SetTable may be called...
2003-05-30  Vadim Zeitlinadded wxVScrolledWindow
2003-05-27  Mattia Barbon Don't leave the wxStaticBox hanging around after...
2003-05-27  Jouk Jansen Committing in .
2003-05-24  Mattia Barbon Compilation/warning fixes.
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 * Prevent miminum and actual row and col sizes going...
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-18  Roger Gammans * Fix logical error in m_overflow attribute merging
next