]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
reverted use of DeferWindowPos() instead of MoveWindow()
[wxWidgets.git] / include / wx / generic /
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-12-06  Włodzimierz SkibaFix to FIXME removal for dummies ;-)
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-12-03  Włodzimierz SkibaFix to FIXME: better nothing than broken comparison.
2004-11-24  Włodzimierz SkibawxUSE_SLIDER=0 fixes.
2004-11-24  Robert Roebling Applied patch to stop crashing the tree control
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-11-22  Julian SmartLicence correction
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-18  Ryan Nortonget rid of singleCustomColour - its not needed. Cleanu...
2004-11-12  Václav Slavíkremoved unused static variable
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-06  Kevin HockAdd ability to position and/or center the dialog for...
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-11-01  Robert Roebling Added possibility to select a printer reported
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-15  Vadim Zeitlinimplemented SetWildcard()
2004-10-14  Julian SmartAdded SetScrollLinesX, SetScrollLinesY so apps can...
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-28  Ryan Nortonremove unfinished impl
2004-09-27  Ryan Nortongeneric (will comment on list later about was does...
2004-09-26  Stefan Csomorclipping for wxMac cleaned up
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-09-09  Włodzimierz SkibaCorrect positioning of the entry text dialog.
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...
next