]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / generic /
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-08-25  Robin DunnPatch from Jed Burgess that optionally allows the grid...
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-07-25  Vadim Zeitlinupdate the caret bitmap size in EVT_SIZE (patch 990361)
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-19  Václav Slavíkdon't explicitly set font and bg colour
2004-06-17  Włodzimierz SkibaSeparation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-06-13  Julian SmartAdded event table macros to wxGrid that take window...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-04  Václav Slavíkcleared junk
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-10  Robin DunnAvoid duplicated definition errors for wxLongToLongHash...
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-04-20  Vadim Zeitlinmade Update() virtual
2004-04-16  Vadim ZeitlinGetChildrenCount() should be const
2004-04-13  David ElliottAdded wxRegionGeneric and wxRegionIteratorGeneric using...
2004-04-07  Robin DunnwxStatusBarGeneric::DoGetBestSize
2004-03-30  Vadim Zeitlinimplemented Freeze/Thaw() (patch 922156)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnDelay checking for the requested sash position until...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-03-01  Robert Roebling Applied patch for generic file dialog Show()
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-29  Mattia Barbon Added wxRTTI information to wxNumberEntryDialog.
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2004-02-07  Vadim Zeitlinfix for memory leaks (patch 885242)
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-22  David ElliottUnicode build fixes
2004-01-19  Julian SmartAdded back constructor implementations
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-11  Julian SmartApplied [ 827600 ] wxCalendarCtrl missing public
2003-11-06  David ElliottReplaced all occurences of id with winid for Objective...
2003-11-02  Mattia Barbon Updated not to use deprecated wxList methods.
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "timerid...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-08-21  Mattia Barbon Compilation fixes for wxMotif.
2003-08-21  Stefan Csomoradded support for allocation-creation method
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Mattia Barbon wxMotif STL-ification.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-06  Vadim Zeitlinfixed HasButtons()
2003-08-05  Václav Slavíkcompilation fixes for win32 dll+multilib
2003-08-03  Vadim Zeitlindon't draw buttons unless we have wxTR_HAS_BUTTONS...
2003-08-03  Vadim Zeitlininitialize the image list size in default ctor
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-22  Vadim Zeitlinmore warning fixes
2003-07-22  Václav Slavíkcompilation fixes for Vadim's changes and Borland C++
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-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
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 Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-07-08  Robert Roebling Upported mouse click detection change for wxChoice.
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
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-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
next