]> git.saurik.com Git - wxWidgets.git/history - src/common
use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src / common /
2009-03-30  Václav Slavíkfixes or embedded NULs handling in wxString
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-29  Václav SlavíkwxArtProvider::GetIconBundle() cleanup:
2009-03-29  Václav Slavíkadd support for loading wxIconBundles from streams
2009-03-29  Vadim Zeitlindon't dereference end iterator (closes #10656)
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-29  Stefan Csomorspecial casing mac code
2009-03-29  Stefan Csomoradding a for am/pm and windows special character t
2009-03-29  Stefan Csomorfixing conversion
2009-03-29  Stefan Csomoradding implementation for OSX
2009-03-29  Vadim Zeitlinuse short date format in wxLOCALE_DATE_TIME_FMT handler...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Stefan Csomorbracketing opengl code that doesn't work on OpenGL ES
2009-03-29  Vadim Zeitlinminor cleanup of Unix GetInfo(): assert if invalid...
2009-03-27  Vadim Zeitlincorrect the test for Windows platform (this also fixes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinminor corrections to TranslateFromUnicodeFormat()
2009-03-26  Stefan Csomorchanging to iterator
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Stefan Csomorrevert to proper defaults for US
2009-03-26  Stefan Csomorbetter native date locale support
2009-03-25  Stefan Csomormaking sure NULs stay in the result, even if the string...
2009-03-25  Francesco Montorsiimplement quoting for the facename and parsing of quote...
2009-03-25  Vadim Zeitlinfix dereferencing end() iterator in ParseFormat() and...
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Vadim Zeitlincheck that the conversion to wxDateTime was really...
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsifix misc typos
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Vadim Zeitlincorrect translation between iterators and char pointers...
2009-03-24  Vadim Zeitlinwork around VC6 bug
2009-03-24  Vadim Zeitlincompilation fix: remove extraneous variable declaration...
2009-03-24  Vadim Zeitlinfix parsing methods for non-ASCII strings (e.g. dates...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Jouk JansenUpdates for OpenVMS compile support
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlincompilation fix for STL build after the last change
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinfix harmless warning about unreachable code under MSW...
2009-03-22  Vadim Zeitlinalways define ShowAssertDialog() but do nothing in...
2009-03-22  Stefan Csomortemporary build-fix
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Francesco Montorsifix unreadable typo
2009-03-21  Francesco Montorsihandle locales where AM/PM strings are empty
2009-03-20  Francesco Montorsishare a few helpers between datetime.cpp and datetimefm...
2009-03-20  Francesco Montorsibuild fix (part of r59673, r59656)
2009-03-20  Francesco Montorsibuild fix for systems where HAVE_STRPTIME is defined
2009-03-20  Francesco Montorsimake GetNumOfDaysInMonth static again; in datetimefmt...
2009-03-20  Francesco Montorsimove parsing helpers, too (part of r59656)
2009-03-20  Francesco Montorsino real changes: split the huge datetime.cpp in two...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-20  Francesco Montorsiimplement wxStrtoX_l() variants even when wxHAS_XLOCALE...
2009-03-19  Francesco Montorsiblind build fix for STL builds
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Francesco Montorsiadd support to wxBitmapToggleButton also in TransferFro...
2009-03-16  Francesco Montorsireturn updated wxFONT*_* values
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Stefan NeisSorry, needed to fix typo in previous commit.
2009-03-14  Stefan NeisUpdate m_nSize when shrinking wxArrayString (fixes...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-13  Stefan Csomorsupporting AA font flags on wxGCDC, fixes #10579
2009-03-13  Václav Slavíkreturn URLs, not filenames, from wxFileSystem::FindFirs...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-09  Vadim Zeitlinclose the associated frame if the view is deleted direc...
2009-03-09  Vadim Zeitlindon't use wxScopedPtr<> in wxDocTemplate::CreateDocumen...
2009-03-09  Vadim ZeitlinPCH-less build fix after r59452
2009-03-09  Vadim Zeitlindon't leak memory if exceptions are thrown during a...
2009-03-09  Vadim Zeitlindon't call neither OnSaveModified() nor Modify(false...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Vadim Zeitlintake into account the width of the static box label...
2009-03-08  Vadim Zeitlinno changes, just removed unnecessary GetStaticBoxBorder...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-03-07  Vadim Zeitlinsupport %l in wxDateTime::ParseFormat()
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-07  Vadim Zeitlinalso remove WXUNUSED_UNLESS_DEBUG to fix release build...
2009-03-07  Vadim Zeitlincompilation fix: add missing header after r59404
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-06  Francesco Montorsifix wxDataObjectComposite::GetFormatCount and add some...
2009-03-06  Francesco Montorsifix wxTextDataObject::GetDataHere and SetData functions...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-03-05  Kevin OllivierFix typo.
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlinrecognize schemes other than http and ftp in wxLaunchDe...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
next