added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / generic /
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
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-22  Julian SmartCleanup of previous fix
2008-08-22  Julian SmartGeneric carent no longer invisible on a dark background
2008-08-18  Vadim Zeitlinpaint the space remaining after the columns too in...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-10  Robin DunnUse WXUNUSED and give more explaination for the handler
2008-08-10  Robin DunnAvoid default child window focus behavior in generic...
2008-08-09  Vadim Zeitlininitialize the button label correctly if the same wizar...
2008-08-07  Julian SmartFixed scrolling bug where scrollbar was taken to be...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-03  Vadim Zeitlinfix view rectangle calculation for the control with...
2008-08-03  Vadim Zeitlinuse wxPEN/BRUSH_XXX instead of wxXXX (#9812)
2008-08-03  Vadim Zeitlincompilation after last commit: semicolon after wxDELETE...
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-08-01  Vadim Zeitlinimplement support for wxOR and wxCLEAR in wxCairoContex...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-07-15  Julian SmartFixed wxTreebook tree control style
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-09  Robin DunnApplied patch from Ticket #9563. Use just the rectangl...
2008-07-06  Stefan NeisMake AutoSizing in wxGrid's SetCol/RowSize work and...
2008-07-03  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Stefan NeisDon't force ColWidth to always grow for wxGridCellAutoW...
2008-06-29  Vadim Zeitlindon't call SetInsertionPointToEnd() on read-only combob...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-28  Vadim Zeitlinsupport wxDP_ALLOWNONE in generic wxDatePickerCtrl...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-28  Stefan NeisRestricted column/row resizing in cell window to left...
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-23  Paul Cornettavoid setting a negative window size
2008-06-22  Vadim Zeitlinfix handling of wxDP_SHOWCENTURY for some non-C locales...
2008-06-21  Vadim Zeitlincompilation fix for PCH-less build
2008-06-21  Vadim Zeitlindisable report view mode under Mac as it hangs the...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-18  Stefan NeisCleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-15  Stefan NeisFixed problems with reassigning the already assigned...
next