wxWidgets.git
2008-12-14  Vadim Zeitlinadded a button to reset the column order and the displa...
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 Zeitlincompilation fix after latest changes (missing header)
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  Francesco Montorsifix the loading of the isosurf data; it was not loaded...
2008-12-14  Francesco Montorsiforce doxygen autolink wrt wxLanguage enum
2008-12-14  Francesco Montorsidocument wxFileOffset
2008-12-14  Francesco Montorsireformat stream overview and provide a description...
2008-12-14  Francesco Montorsidistribute in the right places documentations for the...
2008-12-14  Francesco Montorsiremove old file not compiled/used anymore since at...
2008-12-14  Francesco Montorsifix note about OpenGL-enabling
2008-12-14  Vadim Zeitlinno changes, just replaced SF bug number in a comment...
2008-12-14  Vadim Zeitlinremoved testing code leftovers
2008-12-14  Paul Cornettdon't call size_request to get best size of a non-nativ...
2008-12-14  Vadim Zeitlindon't close all unused descriptors in the child, this...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinexplain EVT_GRID/EVT_GRID_CMD difference and don't...
2008-12-13  Kevin OllivierHopefully the right fix this time.
2008-12-13  Kevin OllivierHDC() fix was wrong, may have been just a problem with...
2008-12-13  Paul Cornettfix build, remove unused parameter from wxGetGdkWindowF...
2008-12-13  Kevin OllivierMSW compile fixes.
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-13  Vadim Zeitlinupdate the size of the wxGridSizer as items are added...
2008-12-13  Vadim Zeitlindon't compute the columns/rows from the number of items...
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Francesco Montorsiextend the range of glib versions for which the GTK...
2008-12-12  Francesco Montorsifix command line parsing
2008-12-12  Francesco Montorsimodernize the sample removing global C-style functions...
2008-12-12  Francesco Montorsiput zlib streams in the archive category, too; fix...
2008-12-12  Francesco Montorsilink class groups with macro groups and provide a brief...
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-12  Vadim Zeitlinfix best size caching
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Francesco Montorsifix doxygen warnings
2008-12-12  Francesco Montorsidon't assert at startup because of the static initializ...
2008-12-12  Francesco Montorsidocument wxInitializer and wxInitialize and wxUninitialize
2008-12-12  Francesco Montorsifix typo
2008-12-12  Francesco Montorsisplit AddCatalog docs for the two overloads
2008-12-12  Vadim Zeitlinreally fix STL compilation
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...
next