]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Added detection of vsscanf and whether or not a prototype exists in headers.
[wxWidgets.git] / include / wx / generic /
2008-04-01  Vadim Zeitlinmove all appearace-related methods down to wxCalendarCt...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-22  Francesco Montorsiuse wx-style header and commets; fix indentation to...
2008-03-22  Vadim Zeitlinrename classes use by generic wxSpinCtrl implementation...
2008-03-21  Francesco Montorsiadd the default ctor
2008-03-20  Francesco Montorsiadd the wxAnimation's ctor which automatically loads...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-17  Robin DunnMake some wxDataViewCustomRenderer virtuals consistent...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-05  Vadim Zeitlininclude wx/artprov.h to define wxArtID used in this...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2008-02-11  Vadim Zeitlinmake wxGenericCollapsiblePane a wxControlContainer...
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-27  Vadim Zeitlindefine (empty) SetIcon() method in wxGenericMDIChildFra...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-06  Vadim Zeitlinuse wxFlexGridSizer for layout of the labels in the...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-05  Vadim Zeitlincompilation fix (remove default ctor already implemente...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-27  Julian SmartReturn type correction
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Robert RoeblingAdd HideCol/RowLabels
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-09  Stefan Csomormissing forward decl
2007-12-08  Robert RoeblingUse native DisclosureTriangle control for wxCollapsible...
2007-12-08  Robert RoeblingCompilo
2007-12-08  Robert RoeblingMake wxGenericColourButton derive from wxBitmapButton
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-02  Vadim Zeitlinadded support for icon flags to wxGenericNotificationMe...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-11-30  Vadim Zeitlincompilation fix after removing default wxDC ctor
2007-11-30  Robert RoeblingDC reorganization
2007-11-27  Václav Slavíkfixed linking with visibility enabled on Ubuntu and...
2007-11-26  Stefan Csomoruniversal fixes
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
2007-11-17  Vadim Zeitlinforward SetFocus() to the directory tree (replaces...
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Julian SmartGetting borders working
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-02  Paul Cornettbuild fixes
2007-11-02  Vadim Zeitlinfixes for DLL build
2007-11-01  Vadim Zeitlinalso assert in generic GetSelection() if the control...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-08  Vadim Zeitlinremoved extra const in DoGetFilenames() declaration
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-09-26  Robert RoeblingForgot to commit
2007-09-26  Julian SmartAdded forward declaration for wxWindow
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinfix warning about int->bool conversion; wrap long lines...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-15  Vadim Zeitlininclude wx/datetime.h, it's not always included from...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
next