]> git.saurik.com Git - wxWidgets.git/history - include
handle correctly never/always shown scrollbars in GetClientSize()
[wxWidgets.git] / include /
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlincompilation fix after wxScrollHelperNative renaming...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinprovide generic implementation for ShowScrollbars(...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-23  Vadim Zeitlinset correct properties for the new files
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Paul Cornettnon-pch build fixes
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-21  Vadim Zeitlinfix for compilation with newer DMC headers (see #10112)
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
2008-12-19  Vadim Zeitlindefine USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
2008-12-17  Vadim Zeitlindon't change the value of the hash element if insert...
2008-12-17  Chris Elliottfix for Borland compilation
2008-12-17  Vadim ZeitlinPCH-less build fixes
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-12-15  Vadim Zeitlinadded helper Is{Col,Row}Shown()
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-14  Vadim Zeitlindon't mistake a simple click on a column for a reorderi...
2008-12-14  Vadim Zeitlinfix several bugs in index/position translation code...
2008-12-14  Vadim Zeitlindon't use the hack with adding hidden columns to the...
2008-12-14  Vadim Zeitlinno changes, just refactoring: extracted the code to...
2008-12-14  Vadim Zeitlinrefresh the grid after resetting the columns positions...
2008-12-14  Vadim Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Vadim Zeitlinfix compuation of dirty cells when the columns are...
2008-12-12  Vadim ZeitlinSTL build: fix missing const which results in Insert...
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlindon't lose the scroll offset when the window is reposit...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Vadim Zeitlinadded wxVector::resize()
2008-12-11  Vadim Zeitlinexport wxSettableHeaderColumn from DLL
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2008-12-11  Vadim Zeitlinimplement column reordering by dragging in the generic...
2008-12-10  Vadim Zeitlindeprecate wxStringEq
2008-12-10  Vadim Zeitlinundo accidental change of r57233
2008-12-10  Vadim Zeitlinproperly implement Do[GS]etColumnsOrder() in the generi...
2008-12-10  Vadim Zeitlinprovide Do[GS]etColumnsOrder() stubs for the generic...
2008-12-10  Vadim Zeitlinadded EVT_HEADER_DRAGGING_CANCELLED event sent when...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Vadim Zeitlindefine I_IMAGENONE now that we use it, at least VC6...
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-08  Vadim Zeitlinrestore sorting functionality of the generic wxDataView...
2008-12-08  Vadim Zeitlinhonour column min width when resizing in wxHeaderCtrl...
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinadd the possibility to cancel drag-resizing by pressing Esc
2008-12-08  Vadim Zeitlinfix another logical/physical coords confusion and updat...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadded wxHeaderCtrlSimple::GetBestFittingWidth() for...
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlincorrect WXDLLIMPEXP symbols for the event constants
2008-12-08  Vadim Zeitlinundo accidental change to always use generic version...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlindefine SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
2008-12-07  Vadim Zeitlinno changes, just removed whitespace and perfectly usele...
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlinmade wxHeaderColumnBase dtor virtual to avoid gcc warnings
2008-12-07  Vadim Zeitlinupdate the generic wxHeaderCtrl implementation after...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
2008-12-05  Vadim Zeitlingeneric implementation of wxHeaderCtrl API so far
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinoverride GetDefaultBorder() to not use border by default
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-05  Vadim Zeitlinadd IsShown() accessor which is sometimes more convenie...
2008-12-05  Vadim Zeitlinno changes, just remove typos in comment
2008-12-04  Vadim Zeitlinadd size parameter to the generic wxFileDialog ctor
2008-12-04  Vadim Zeitlindefine HDS_FLAT outside of __DMC__ section so that...
2008-12-03  Vadim Zeitlindefine HDS_FLAT not defined in VC6 headers
2008-12-03  Vadim Zeitlindisable generic version, it's not ready to be committed...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
next