Implement wxDocument::Revert() and show its use in the sample.
[wxWidgets.git] / src / common / utilscmn.cpp
2009-12-31  Vadim ZeitlinChange the year in copyright messages to 2010.
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-12-02  Paul Cornettmake array data fully const
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-09-22  Vadim ZeitlinMove wxSetDetectableAutoRepeat() to a section compiled...
2009-09-12  Vadim ZeitlinUse wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
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-01-21  Vadim Zeitlinfix compilation (but not working) of the code in wxUSE_...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-09  Francesco Montorsimove wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-06  Francesco Montorsiuse WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL...
2009-01-06  Francesco Montorsiadd #if WXWIN_COMPATIBILITY_2_6 around wxUsleep
2009-01-01  Vadim Zeitlinupdate copyright year to 2009 (closes #10319)
2008-12-29  Francesco Montorsino real change; just reordered some implementations...
2008-12-17  Vadim Zeitlinfix WinCE compilation: it doesn't know about SW_SHOWDEF...
2008-12-02  Vadim Zeitlinanother compilation fix for wxStrlcpy use in STL Unicod...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-20  Vadim Zeitlinuse ShellExecuteEx() instead of ShellExecute() which...
2008-11-20  Vadim Zeitlindon't test sei.hInstApp in DoLaunchDefaultBrowser(...
2008-10-20  Vadim Zeitlinuse wxRegKey::QueryDefaultValue() explicitly to fix...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-09-14  Vadim Zeitlincompilation fix after the last commit
2008-09-14  Vadim Zeitlindon't give spurious error messages if the default brows...
2008-08-15  Vadim Zeitlincompilation fix for wxUSE_STL build after r54926 (...
2008-08-02  Vadim Zeitlincompilation fix after last commit
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-08-02  Vadim Zeitlinimplement wxLaunchDefaultApplication() for MSW and...
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-09  Vadim Zeitlinupdate the year in wx information dialog (#9701)
2008-06-27  Robert RoeblingAdded mostly empty wxLaunchDefaultApplication
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-22  Vadim Zeitlinadded wxWindowDisabler ctor for conditionally disabling...
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2007-12-04  Václav SlavíkwxLaunchDefaultBrowser messages should be localized
2007-11-18  Vadim ZeitlinwxGTK compilation fix after wxInfoMessageBox change...
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-11-16  Stefan Csomorcleanup mac
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-27  Vadim Zeitlindon't use min() macro in wxQsort() which conflicts...
2007-07-27  Vadim ZeitlindeTABbed wxQsort()
2007-07-24  Robert RoeblingAdded wxQsort()
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-05-19  Robert Roebling Prepend file:// if the URI in wxLaunchDefaultBrowser()
2007-05-08  David ElliottProvide wxLaunchDefaultBrowser implementation for wxCocoa.
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-10-30  Robert Roebling [ 1587059 ] wxLaunchDefaultBrowser fix for KDE
2006-10-30  Václav Slavíkcompilation fix for !wxUSE_MIMETYPE
2006-10-30  Vadim Zeitlintry http scheme if we can't find the default browser...
2006-10-30  Vadim Zeitlinundid removal of implicit http: from wxLaunchDefaultBro...
2006-10-28  Robert Roebling Launch the browser that is set in the gconf registry.
2006-10-14  Stefan Csomorcleanup for 10.5
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-08-27  Stefan NeisFixed OS/2 specific defines (there's no such thing...
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-15  Paul Cornettbuild fix: don't use compatibility names in wx code
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-06-26  Vadim Zeitlinexplicitely include <shellapi.h>, apparently needed...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-05-29  Vadim Zeitlinoops, typo in last commit
2006-05-28  Vadim Zeitlindon't offset the position for toplevel windows in wxFin...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaBuild fix for SmartPhoneCE.
2006-04-16  Julian SmartChanged the wxPlatform syntax as per Vadim's suggestions
2006-04-15  Julian SmartTypo correction
2006-04-15  Julian SmartEasier platform testing class and function
2006-01-28  David Surovellimproved LaunchDefaultBrowser on FreeBSD systems by...
2006-01-16  Włodzimierz SkibaWatcom fix.
2006-01-02  Julian SmartAdded caption parameter to wxGetFontFromUser and wxGetC...
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-26  Włodzimierz SkibaMSWUniv build fix.
2005-09-25  Michael WetherellAmbiguous overload fix for gcc
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinfix wxExecute() return code checks and removed not...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-05  Włodzimierz SkibaCode clarification.
2005-07-22  Włodzimierz Skiba[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-05-22  Julian SmartWinCE fixes
2005-05-22  Julian SmartApplied patch [ 1202417 ] Make wxLaunchDefaultBrowser...
2005-05-13  Julian SmartWinCE fix
2005-05-10  Robin DunnHave wxLaunchDefaultBrowser fallback to the BROWSER...
2005-04-25  Włodzimierz SkibaFix for broken wxMSWUniv after wxLaunchDefaultBrowser...
2005-04-22  Ryan NortonFix Non-ce MSW unicode builds
2005-04-21  Ryan NortonwxUSE_MIMTYPE gaurd
2005-04-21  Ryan NortonAdd wxLaunchDefaultBrowser, note wxGetKeyState change
next