use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src /
2009-06-16  Vadim Zeitlinuse the directory of the most recently opened file...
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-15  Jaakko SalliFixed printf-related warnings
2009-06-15  Vadim Zeitlinimplement wxBitmapButton as just a wrapper for wxButton...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-15  Vadim Zeitlinadded missing int
2009-06-15  Stefan Csomormoving to a 10.4 compatible implementation
2009-06-15  Vadim Zeitlinimplement support for per-state bitmaps in wxMSW wxButton
2009-06-15  Robert RoeblingCorrect wxDataViewListModel::RowPrepended
2009-06-15  Vadim Zeitlinadd support for bitmap and bitmapposition tags to the...
2009-06-15  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded
2009-06-15  Vadim Zeitlinimplement button support for pre-XP systems (or with...
2009-06-15  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2009-06-15  Vadim Zeitlinno real changes, just use AutoHXXX classes instead...
2009-06-15  Vadim Zeitlinno real changes, just extract private classes from...
2009-06-15  Vadim Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-13  Vadim Zeitlinadded own{fg,bg,font} allowing to set non-inheritable...
2009-06-13  Vadim Zeitlinfix compilation after wxRefCounter changes
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinfix memory leak in SetColFormat() if the column already...
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
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-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
2009-06-12  Michael WetherellForward port r56500.
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Vadim ZeitlinMac appearance fixes: only use a border for wxDisclosur...
2009-06-11  Vadim Zeitlinaccount for the label size in wxDisclosureTriangle...
2009-06-11  Robert RoeblingRemove ugly flicker during resizing
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-06-10  Stefan Csomoradding idle processing in modal loop, closes #10871
2009-06-10  Stefan Csomorfixing modal dialog quit after nested message box problem
2009-06-10  Stefan Csomordisclosure triangles on all implementations are able...
2009-06-10  Stefan Csomorfixing redraw of combobox on osx_cocoa
2009-06-10  Stefan Csomorchanging disclosure triangle to allow for label
2009-06-10  Stefan Csomorfixing border drawing for toplevel controls on dialogs...
2009-06-07  Vadim Zeitlinremove inline from IosSeekDirToWxSeekMode() to work...
2009-06-07  Vadim Zeitlincorrect bug with using uninitialized end variable ...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlindisable warning about _set_se_translator() requiring...
2009-06-06  Vadim Zeitlinmake wxTreeCtrl::SelectItem(false) work in single selec...
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-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Stefan Csomoravoiding events during destruction, fixes #10855
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-04  Vadim Zeitlincorrect the fix for avoiding the integer multiplication...
2009-06-04  Vadim Zeitlinuse wxAutoBufferedPaintDC to avoid needlessly double...
2009-06-04  Vadim Zeitlinaccount properly for the menu in SetShape() (closes...
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-04  Vadim Zeitlinremoved assert checking that bit depth is 8 or 16 as...
2009-06-04  Julian SmartUse live update for splitter on Mac since Leopard seems...
2009-06-04  Stefan Csomoravoid overdrawing, fixes #10865
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-06-02  Vadim Zeitlinfix wxIconBundle creation from multiimage files broken...
2009-06-02  Vadim Zeitlincheck for integer overflow which could result in buffer...
2009-06-02  Vadim Zeitlindon't free() the same pointer twice if an error occurs...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
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-06-01  Francesco Montorsifix loading ICO from socket stream: override OnSysTell...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Vadim Zeitlinset focus to the window when the mouse is clicked in...
2009-05-31  Václav Slavíkuse enhanced metafiles for wxMSW print preview: this...
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-05-30  Vadim Zeitlincompilation fix for wxUSE_STL==1
next