wxPlatformInfo (patch 1532064)
[wxWidgets.git] / include / wx / utils.h
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-06-15  Michael WetherellUse bitfields to make wxMouseState smaller
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-17  Włodzimierz SkibaMissing 'int' interface for wxPlatform.
2006-05-05  Włodzimierz SkibaHelper for clipping to range.
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-16  Julian SmartChanged the wxPlatform syntax as per Vadim's suggestions
2006-04-15  Julian SmartEasier platform testing class and function
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2005-11-25  Vadim Zeitlinimplemented wxGetFreeMemory() under IRIX (patch 1360356...
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export macros
2005-07-18  Michael WetherellwxABI_VERSION >= 20601 for wxLaunchDefaultBrowser
2005-07-17  Michael WetherellAdd wxABI_VERSION > 20601 wrappers
2005-04-21  Ryan NortonAdd wxLaunchDefaultBrowser, note wxGetKeyState change
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-17  Vadim Zeitlinonly declare wxHandleFatalExceptions() when wxUSE_ON_FA...
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-20  Vadim Zeitlinadded flags parameter to wxExecute(wxArrayString *...
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Robin DunnImplemented wxGetKeyState for wxGTK (and wxX11 too...
2004-01-14  Robin DunnFix compile warning when building DLLs
2003-12-15  Ryan Nortonreversed some parts of wxGetKeyState for linkage reasons...
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-29  Stefan Csomorgetting rid of wxBuffer
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-06-23  Gilles Depeyrotadded attribute printf to perform printf format checks...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-02  Mattia BarbonwxExecute takes a char**, not a wxChar**
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-08  Julian SmartNow compiling
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx headers
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-11-27  Vadim ZeitlinwxSetEnv for Win32 (now seems to work)
2000-11-26  Vadim Zeitlinadded wxGet/Set/UnsetEnv() for Unix
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-18  Jouk Jansen Committing in .
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
next