use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src / generic /
2009-06-12  Vadim Zeitlinfix memory leak in SetColFormat() if the column already...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Robert RoeblingRemove remaining bits of marker drawing during resizing
2009-06-11  Vadim ZeitlinMac appearance fixes: only use a border for wxDisclosur...
2009-06-11  Robert RoeblingRemove ugly flicker during resizing
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
2009-06-06  Vadim Zeitlinsimplify code by removing workaround not needed any...
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-06-01  Francesco Montorsido not show the timestamp column in the details pane...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-22  Vadim Zeitlinno real changes, just remove unneeded empty dtor
2009-05-22  Vadim Zeitlinreturn the correct number of columns from wxGridStringT...
2009-05-12  Jouk Jansendeclaration of sendevent should be equal in grid.cpp...
2009-05-09  Vadim Zeitlinset wxWS_EX_TRANSIENT flag for splash screen to prevent...
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-29  Vadim Zeitlinno changes, just use an accessor method instead of...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Vadim Zeitlinpass parent argument of wxAboutBox to wxGenericAboutDia...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Vadim Zeitlindon't readd items in SetImageList() after changing...
2009-04-21  Francesco Montorsibuild fix for wxMac
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Kevin OllivierImplement CreateMeasuringContext for GTK/Cairo.
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-09  Vadim Zeitlinfix row/column deselection in row-or-column selection...
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Vadim Zeitlindon't change the dialog size when updating the message...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-14  Vadim Zeitlinfix warning about needless comparison of unsigned with 0
2009-03-14  Vadim Zeitlinremove stray debugging printf
2009-03-12  Jouk Jansenupdate OpenVMS makefiles
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-10  Vadim Zeitlinhonour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Robert RoeblingFixes #10556: wxDataViewCtrl keyboard navigation broken...
2009-03-08  Francesco Montorsidocument wxProgressDialog::Update(maximumValue) behavio...
2009-03-08  Kevin OllivierMac inherits the window variant setting on control...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Vadim Zeitlindon't add the sash size to the best size if the window...
2009-03-07  Vadim Zeitlinstore our styles in wxSpinCtrlGenericBase ctor (needed...
2009-03-07  Vadim Zeitlinsupport wxSP_WRAP in generic implementation (closes...
2009-03-07  Robert RoeblingCorrect define
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Francesco Montorsidon't return hardcoded constants for empty renderers...
2009-03-06  Robert RoeblingCorrect minor bishaviours in Expand() and Collapse()
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-03-06  Francesco MontorsiIndentation/coding style adjustments.
2009-03-05  Kevin OllivierMake about dialog non-modal on GTK/Mac and don't show...
2009-03-05  Julian SmartPrevent splitter sash being set below minimum size...
2009-03-05  Francesco Montorsiimprove look of wxDataViewCtrl and of its renderer...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-01  Francesco Montorsifix rendering of wxGrid on wxMSW when a dialog is over...
2009-03-01  Francesco Montorsiuse wxRenderer::GetCheckBoxSize() instead of doing...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Francesco Montorsimove wxGridCellRenderer::Draw before other derived...
2009-02-28  Robert RoeblingNever show tree lines when there are tree buttons under...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-25  Vadim Zeitlindon't call Refresh(empty-rect) unnecessarily
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-21  Paul Cornettfix event table base for wxListMainWindow
2009-02-21  Paul Cornettnon-pch build fixes, some cleanup
2009-02-19  Francesco MontorsiwxCHECK that there is an active event loop before using...
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-19  Robert RoeblingIf a selected item is about to be deleted, try to selec...
2009-02-19  Paul Cornettadd braces around if-body
2009-02-19  Paul Cornettremove old hacks for gtk blit problem which was probabl...
2009-02-19  Paul Cornettavoid setting negative size
2009-02-17  Vadim Zeitlindon't skip the event in wxGridCellEditorEvtHandler...
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-09  Robert RoeblingFixes #10454, Applied patch for wxDataViewCtrl should...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Francesco Montorsido not deselect the item the user has just selected...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
next