call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / generic /
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Paul Cornettreturn index of first added image in Add(), like MSW...
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Julian SmartAlways use live sash update on Mac since it can't paint...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsirestore tabg.cpp for wxMotif's wxNotebook implementation
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-27  Francesco Montorsiuse HasFlag(wxXX) instead of GetWindowStyle() & wxXX...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-25  Vadim Zeitlindon't use deprecated OnScroll()
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
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-23  Vadim Zeitlindon't use \u escapes, VC6 doesn't understand them
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinuse CanSetValueAs() instead of CanGetValueAs() in wxGri...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingFixes #10288: wxDataViewCtrl missing selection change...
2008-12-19  Jouk JansenUpdate OpenVMS compile support
2008-12-18  Robert RoeblingRecalculate display (and scrollbars etc) before calling...
2008-12-17  Vadim Zeitlindon't scroll to the child which gets focus if it is...
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 #10246: wxDataViewCtrl - first row does not react...
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  Bryan PettyFixed the incorrectly placed parenthesis so ScrollWindo...
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-15  Vadim Zeitlinreturn correct (false) value in onSeparator from FindCo...
2008-12-14  Vadim Zeitlindon't mistake a simple click on a column for a reorderi...
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 Zeitlinno changes, just replaced SF bug number in a comment...
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 Zeitlinfix best size caching
2008-12-12  Vadim Zeitlinreally fix STL compilation
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 Zeitlinin STL build wxVector elements need to be assignable...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
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  Vadim Zeitlinimplement column reordering by dragging in the generic...
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-08  Vadim Zeitlinrestore sorting functionality of the generic wxDataView...
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  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 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  Francesco Montorsienable wheel-scrolling under wxGTK by allowing GTK...
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 Zeitlinimplement click events in wxHeaderCtrl
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-05  Vadim Zeitlingeneric implementation of wxHeaderCtrl API so far
2008-12-04  Francesco Montorsicall Fit() when updating the message label to adapt...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-02  Francesco Montorsifix typo making wxGrid crash upon usage of PgDown:...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-12-01  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-08  Vadim Zeitlinrelease the mouse in wxGrid dtor to avoid asserts when...
next