]> git.saurik.com Git - wxWidgets.git/history - src/generic
fixed spurious debug message about unexpected focus change when wx focus changed...
[wxWidgets.git] / src / generic /
2008-03-22  Vadim Zeitlinrename classes use by generic wxSpinCtrl implementation...
2008-03-22  Vadim Zeitlindon't pass unnecessary arguments to FindOrCreateBrush...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-03-15  Vadim Zeitlinuse wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
2008-03-10  Vadim Zeitlinfurther simplifiy USE_NATIVE_HEADER_WINDOW checks
2008-03-09  Vadim Zeitlindon't use native headers in wxUniv build (this doesn...
2008-03-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
2008-03-04  Václav Slavíkremoved IsFrozen() from paint handler, no need for...
2008-03-03  Vadim Zeitlinuse the selection background colour set using SetSelect...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-03-02  Vadim Zeitlindecouple item index from string value (patch 1905702)
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2008-03-01  Julian SmartImage size fix
2008-03-01  Robert RoeblingPatch for context menu event for generic/Windows code
2008-02-27  Vadim Zeitlinclip the text in report mode to prevent it from overflo...
2008-02-27  Vadim Zeitlintranslate "Copy URL" string in the popup menu (feature...
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-22  Václav Slavíkfixed strange focus order in wxTipDialog and set initia...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2008-02-14  Václav Slavíkgreatly simplified wxGenericCollapsiblePane::OnStateCha...
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-11  Vadim Zeitlinmake wxGenericCollapsiblePane a wxControlContainer...
2008-02-09  Vadim Zeitlindon't hardcode grey/white colours for non-MSW/Mac in...
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
2008-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Vadim Zeitlindon't use negative sizes for row/column labels subwindo...
2008-01-31  Václav Slavíkadded InitRGBA to generic wxColour to fix linking ...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-16  Julian SmartCorrection for cursor setting when moving out of a...
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2008-01-10  Robert RoeblingUse SetFocusIgnoringChildren()
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-10  Robert RoeblingSimplified code and applied [ 1867939 ] fixes for wxTre...
2008-01-10  Julian SmartCorrections to bitmap handling
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2008-01-07  Vadim Zeitlincompilation fix after wxDateTime::ParseFormat() changes
2008-01-06  Vadim Zeitlinuse wxFlexGridSizer for layout of the labels in the...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-05  Vadim Zeitlincompilation fix (remove default ctor already implemente...
2008-01-03  Vadim Zeitlinalso scroll vertically if necessary in MoveToItem(...
2008-01-02  Julian SmartSuppressed the themed border by defining GetDefaultBorder
2008-01-02  Vadim Zeitlindon't lock the gs_prevCS critical section recursively...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-29  Julian SmartAdded missing includes
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-28  Robert RoeblingRestore MSW's colour picker, II
2007-12-28  Robert RoeblingRestore MSW's colour picker
2007-12-28  Robin DunnIt is possible for a scrolled window to get focus event...
2007-12-27  Robert RoeblingAlso get header button height right
2007-12-27  Robert RoeblingRemove (wrong) theme border from header control
2007-12-26  Robert RoeblingSome reorder code for MSW's dataviewctrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Vadim Zeitlinimplement wxListCtrl::ScrollList() (in report view...
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Václav SlavíkwxScrolledWindow can get wxEVT_CHILD_FOCUS event for...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-19  Václav Slavíkwhen a window inside scrolled window receives focus...
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-11  Vadim Zeitlinhack: don't use wxCharTypeBuffer<char>::operator[]...
2007-12-08  Stefan Csomormoving collapsible pane a few steps forward os OSX
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-08  Robert Roeblinguse buffered DC again
2007-12-06  Bryan PettyPatch from David Warkentin fixing initialization of...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-02  Paul Cornettnon-pch build fix
2007-12-02  Vadim Zeitlinadded support for icon flags to wxGenericNotificationMe...
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-01  Bryan PettyReplaced moved wxVScrolledWindow HitTest methods fixing...
2007-12-01  Stefan Csomorfont updates
next