fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / utilscmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-11  Václav SlavíkUse int instead of wxWindowID in wxNewId() and friends.
2013-07-11  Václav SlavíkUse wxWindowID in wxNewId() and related functions.
2013-07-03  Vadim ZeitlinDon't ignore child process output if it exits with...
2012-11-30  Paul Cornettmove wxGet{Colour,Font}FromUser() out of utilscmn.cpp...
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-06-30  Vadim ZeitlinForce wide char environment version initialization...
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-15  Vadim ZeitlinUse iterators instead of indices in wxStripMenuCodes().
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-04  Vadim ZeitlinDo not declare "environ" variable ourselves under MSW.
2011-11-04  Vadim ZeitlinMake wxQsort() definition exactly the same as declaration.
2011-10-27  Vadim ZeitlinDon't make wxQsort() extern "C" nor use any special...
2011-10-27  Vadim ZeitlinExplicitly declare environ variable.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-24  Vadim ZeitlinNo real changes, just update copyright year in wxInfoMe...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-05  Stefan Csomorsupport wxWindowDisabler on osx_cocoa
2011-02-18  Stefan Csomorfixes #12935
2010-12-04  Stefan Csomorfixing osx iphone build
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS (correction)
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS
2010-10-25  Vadim ZeitlinCompilation fix: don't use "environ" under OS X.
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-08-18  Julian SmartUse common inline version of wxHexToDec
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
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.
next