]> git.saurik.com Git - wxWidgets.git/history - src/generic
don't fall back to the only currently existing document in wxDocManager::GetCurrentVi...
[wxWidgets.git] / src / generic /
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...
2008-11-05  Jouk Janseninserting generic mdi for OpenVMS Motif support
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-28  Francesco Montorsimove wxVListBoxNameStr into vlbox.cpp source file ...
2008-10-21  Robert RoeblingCorrect TAB handling for generic wxDataViewCtrl
2008-10-20  Paul Cornettfix for assert failure when first paint event occurs...
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinuse renderer for drawing the item background on ports...
2008-10-17  Jouk JansenOpenVMS compile support update for wxX11
2008-10-16  Robin DunnAssert that a mode style *is* set, not that one isn...
2008-10-12  Vadim Zeitlincompilation fix for PCH-less build
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-11  Francesco MontorsiAct as wxMSW and make an assert fail, if the user forgo...
2008-10-10  Robert RoeblingFix crash again
2008-10-10  Robert RoeblingFix crash with NULL pointer dereferencing
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-10-05  Jaakko SalliNeed to call wxVScrolledWindow::UpdateScrollbar() in...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-10-04  Robert RoeblingAlso use F4 as short-cut for opening pop-up
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-22  Vadim Zeitlindon't crash if the grid is being deleted while a cell...
2008-09-21  Václav Slavíkprogress message passed to wxDC::StartDoc() is not...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Jaakko SalliEliminate a warning
2008-09-19  Jaakko SalliDo not insert client data if client data is not used
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlinimplement CreateGrid() in terms of SetTable() instead...
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlinremove automatic selection of the current row/column...
2008-09-15  Vadim Zeitlinselect current column when Ctrl-Space is pressed; the...
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-15  Vadim Zeitlindon't steal focus back to wxGrid when it hides an edito...
2008-09-15  Vadim Zeitlinfix drawing of the column move hint when the grid is...
2008-09-15  Vadim Zeitlinfix repaining of highlight for merged cells (#9718)
2008-09-14  Vadim Zeitlinwe don't need to round up the best/fitting grid size...
2008-09-14  Vadim Zeitlinneed to AdjustScrollbars() after changing the virtual...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlindon't use SetScrollbars() as this forces the grid virtu...
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Vadim Zeitlinno real changes, just some reformatting
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinpartially revert 55488: don't use message box with...
2008-09-11  Kevin OllivierStop crash/asserts caused when Clear() deletes the...
2008-09-10  Stefan Csomorconditionals for carbon only osx code
2008-09-07  Vadim Zeitlinadded missing wx/dcclient.h header for PCH-less compila...
2008-09-05  Vadim Zeitlinadd missing header for PCH-less build
2008-09-05  Vadim Zeitlinallow copying text in the log dialogs
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Robert RoeblingFix #9940: wxDataViewCtrl left/right arrow press crash
next