No resize border on WinCE by default
[wxWidgets.git] / include / wx / utils.h
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...
1999-08-13  Robert Roebling Added WINE and probably x-compile makefiles
1999-07-30  David WebsterOS/2 updates
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-04-16  Ove KaavenwxGetUserHome() returns "const wxMB2WXbuf" for Unix...
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-22  Karsten BallüderAdded wxSafeYield(wxWindow *win=NULL).
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Vadim Zeitlinreplaced "#include <wx/process.h>" by "class wxProcess...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-26  Karsten Ballüderfixed wxBusyCursor privacy bug
1999-01-25  Julian SmartSplit up wxStream doc files; added wxTCP... files;...
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
next