wxWidgets.git
2008-12-12  Vadim Zeitlinadd unit test for column reordering functions
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinforward SetColPos() to the header window
2008-12-11  Vadim Zeitlindon't lose the scroll offset when the window is reposit...
2008-12-11  Vadim Zeitlinin STL build wxVector elements need to be assignable...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-11  Vadim Zeitlinadd bigger margins around column title when autosizing...
2008-12-11  Vadim Zeitlinthere is no need to call UpdateColumn() in the derived...
2008-12-11  Vadim Zeitlingenerate EVT_HEADER_RESIZING events from HDN_ITEMCHANGI...
2008-12-11  Vadim Zeitlinadded wxHeaderCtrl::OnColumnCountChanging()
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
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 Zeitlindon't use MSW-only DEFAULT_ITEM_WIDTH but the width...
2008-12-11  Paul Cornettfix SetStyle tag removing, broken in r45186
2008-12-11  Vadim Zeitlinimplement column reordering by dragging in the generic...
2008-12-10  Vadim Zeitlinclarify wxFlexSizerGrowMode description
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  Francesco Montorsiuse wxAboutBox() to make it evident a wxGrid refreshing...
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 Zeitlinmake first column non-draggable to test support for...
2008-12-09  Francesco Montorsiif we keep autobrief comments = YES, let's repeat the...
2008-12-09  Václav Slavíkfix for r56618: toolbar event handlers can toggle or...
2008-12-09  Vadim Zeitlindefine I_IMAGENONE now that we use it, at least VC6...
2008-12-09  Vadim Zeitlindocument UpdateColumn()
2008-12-09  Vadim Zeitlinuse a slightly less ugly way to conditionally suppress...
2008-12-09  Vadim Zeitlincall wxMDIClientWindow::CreateClient()
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-09  Francesco Montorsifix wxOS2 build where OpenGL headers are available...
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-08  Francesco Montorsiadd an event table; even if wxMenuItem is not a widget...
2008-12-08  Francesco Montorsiformatting change; added @c in front of wxEVT_ constants
2008-12-08  Francesco Montorsiimplement 'auto' mode for both wxMediaCtrl and OpenGL
2008-12-08  Vadim Zeitlinalways update the column icon field when updating the...
2008-12-08  Vadim Zeitlinskip the header click event to allow sorting (done...
2008-12-08  Vadim Zeitlinrestore sorting functionality of the generic wxDataView...
2008-12-08  Francesco Montorsidon't give an error when OpenGL libraries aren't availa...
2008-12-08  Francesco Montorsiadded a overview_string_binary section describing what...
2008-12-08  Francesco Montorsienable OpenGL and MediaCtrl components by default as...
2008-12-08  Vadim Zeitlindon't allow resizing non-resizeable columns in wxHeader...
2008-12-08  Vadim Zeitlinhonour column min width when resizing in wxHeaderCtrl...
2008-12-08  Jaakko SalliBetter EVT_MOTION handling in wxPGSpinButton
2008-12-08  Francesco Montorsienable OpenGL and MediaCtrl components by default as...
2008-12-08  Vadim Zeitlintest non-resizeable and resizeable but with min size...
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlindon't take EVT_HEADER_END_DRAG into account if it indic...
2008-12-08  Vadim Zeitlinadd the possibility to cancel drag-resizing by pressing Esc
2008-12-08  Vadim Zeitlinbuildbot VC6 apparently can't compile variable declarat...
2008-12-08  Francesco Montorsiadd some missing semicolons
2008-12-08  Vadim Zeitlinforgot to capture mouse during drag-resizing
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 Zeitlindon't access inexistent column in wxDataViewTreeCtrl...
2008-12-08  Francesco Montorsienable wheel-scrolling under wxGTK by allowing GTK...
2008-12-08  Vadim Zeitlinadded wxHeaderCtrlSimple::GetBestFittingWidth() for...
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinaccount for scroll offset correctly in the mouse event...
2008-12-08  Vadim Zeitlinupdate column highlight when mouse hovers over the...
2008-12-08  Vadim Zeitlincorrect WXDLLIMPEXP symbols for the event constants
2008-12-08  Robert Roebling Ticket #10245, UTF-8 font face name of GTK 2 font...
2008-12-08  Paul Cornettrestore clearing of clipped mask, turns out it is needed
2008-12-08  Vadim Zeitlincorrect the check added in r57175 to use dynamically...
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 Zeitlincheck index validity in AddGrowable{Row,Col}()
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  Paul Cornettmake sure timer events will trigger idle processing...
2008-12-07  Vadim Zeitlinrestore sorting functionality broken by r57161
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlincompilation fix after r57161
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 Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
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-07  Francesco Montorsidocument GetPickerCtrl() method and provide an example...
2008-12-07  Francesco Montorsiformatting change
2008-12-07  Francesco Montorsiadd a link to the page of the GTK+ manual stock items
2008-12-07  Vadim Zeitlinenable autobrief comments
2008-12-07  Paul Cornettremove redundant clearing of clipped mask
2008-12-07  Paul Cornettfix bitmap position with RTL and non-default scale
2008-12-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
2008-12-06  Francesco Montorsiadded a @todo about references to old wx functions
2008-12-06  Francesco Montorsimoved many things from wxString reference page to the...
2008-12-05  Vadim Zeitlinsuppress (harmless) unused parameter warnings
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
next