XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / include / wx / apptrait.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-21  Francesco Montorsiadd to GetToolkitVersion() the = NULL default values...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-11-23  Stefan Csomormac cleanup
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-22  Vadim Zeitlincompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-10-29  Stefan NeisCorrected includes for wxGTK under OS/2.
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-09  Vadim Zeitlinadded static wxPlatformInfo::Get() and use it (patch...
2006-08-24  Michael WetherellAdd apptrait.h for msdos
2006-08-16  Václav SlavíkwxPlatformInfo::IsUsingUniversalWidgets() was broken...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-02-25  Włodzimierz SkibaCompleted sync of BASE_CMN_SRC between PalmOS and bakef...
2005-02-24  Vadim Zeitlinadded missing virtual dtors to base classes (patch...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-02  Václav Slavíkhopefully better description of GetSocketGUIFunctionsTa...
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2003-09-22  Stefan NeisFixed wxGUIAppTraits declaration on OS/2.
2003-09-22  Stefan NeisAdded GUI part of AppTraits for OS/2.
2003-09-22  Stefan NeisAdded AppTraits for OS/2.
2003-08-31  Stefan NeisFixed AppTraits handling on OS/2.
2003-08-07  Václav Slavíkblind fix for watcom
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-10  Vadim Zeitlinfixed build
2003-07-09  Vadim Zeitlintest for Mac before Unix as __UNIX__ is defined as...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Stefan CsomorwxMac (classic & carbon) support added
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-03  Václav Slavíkthis is nasty but required compilation fix, otherwise...
2003-07-03  Václav Slavíkanother compilation fix for multilib DLLs
2003-07-01  David ElliottDeclare wxObject
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...