use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / include /
2009-06-16  Vadim Zeitlinfix typo in compatibility SetBitmapLabel() declaration
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-16  Vadim Zeitlinfix PCH-less build after changing timer id type to...
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  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
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-15  Vadim Zeitlininclude wx/bitmap.h which is required by wxButton now
2009-06-15  Vadim Zeitlinadded missing parentheses in a couple of GetHxxxOf...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-12  Robert RoeblingUse wxRefCounter instead of wxObjecrDataRef
2009-06-12  Robert RoeblingRename wxObjectDataRef wxRefCounter, use it in wxVariant
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinremove unnecessary refCount=1 parameter from wxObjectRe...
2009-06-12  Jaakko SalliwxPGCellRenderer ctor doesn't really need refCount...
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 SalliAdded missing virtual dtor for wxPGMultiButton
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
2009-06-12  Vadim Zeitlindisable MSVC warning 4275 correctly (closes #10885)
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  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  Vadim Zeitlinremoved the inexistent (at least in 10.4 SDK) and unnee...
2009-06-10  Vadim Zeitlinadd missing DLL export declaration to fix linking in...
2009-06-07  Vadim Zeitlinderive wxStandardPathsCF from Unix wxStandardPaths...
2009-06-07  Vadim Zeitlindisable MSVC warning 4275 which is harmless and can...
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 Zeitlindefine _SCL_SECURE_NO_WARNINGS to avoid warnings about...
2009-06-06  Vadim Zeitlinwork around (harmless) warnings in VC7 release build
2009-06-06  Jaakko SalliAdded wxPGProperty::Set/GetValuePlain() for direct...
2009-06-06  Jaakko SalliAdded better asserts, helps with debugging strange...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Vadim Zeitlincompilation fixes for g++ 3.2 (closes #10875)
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlindon't fix the columns number to 1 by default in ctors...
2009-06-02  Jaakko SalliMake this header SWIG-safe
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 Montorsino change: fix a couple typos
2009-06-01  Robert Roeblingnon-PCH compilo
2009-06-01  Robert RoeblingCompilo.
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 Montorsifix PCH-less build
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 Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
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  Vadim Zeitlinenable OpenGL library build by default under Windows too
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2009-05-31  Vadim Zeitlinallow overriding wxUSE_GLCANVAS value in setup.h by...
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 Zeitlindefine HAVE_LARGEFILE_SUPPORT in setup.h when large...
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-05-28  Vadim Zeitlinavoid g++ 4.3 warnings about conflict between parameter...
2009-05-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-05-25  Vadim Zeitlinadd support for defining list control columns in XRC...
2009-05-24  Vadim Zeitlinremove wxMSW-specific (but copied into wxPalm too)...
2009-05-24  Vadim Zeitlinfill in the fields of wxListItem in a wxListEvent befor...
2009-05-24  Vadim ZeitlinwxUSE_GSTREAMER is Unix-specific, remove it from common...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-22  Vadim Zeitlininitialize wxDocChildFrameAnyBase before creating the...
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-22  Vadim Zeitlinallow 2 step creation of wxDocChildFrameAnyBase and...
2009-05-20  Vadim Zeitlindon't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
2009-05-19  Vadim Zeitlinadded Asturian language entry (see #10808)
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-15  Vadim Zeitlinmove virtual GetPath() implementation out of line to...
2009-05-15  Julian SmartAdded background colour control
2009-05-13  Stefan Csomoradd window-modal dialog calls and fallback implementation
2009-05-12  Stefan Csomorfiles are replaced by dataview implementations
2009-05-12  Vadim ZeitlinCygwin doesn't have std::wstring nor std::wostream
2009-05-11  Vadim Zeitlinfixed wxRadioBox positioning to take the client area...
2009-05-11  Robert RoeblingForgot to commit header as part of r60586, Reapplied...
2009-05-10  Stefan Csomorexporting methods properly
2009-05-09  Vadim Zeitlincompilation fix for Windows after the last change ...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlininitialize the local address before calling getsockname...
next