Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / defs.h
2013-09-04  Vadim ZeitlinAdd wxDEPRECATED_MSG() and use it in a couple of places.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-25  Vadim ZeitlinDefine wxLongLong_t for Intel compiler.
2013-07-11  Vadim ZeitlinReconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACRO...
2013-07-09  Václav SlavíkFix VC++ warnings about __has_include().
2013-07-09  Václav SlavíkCompilation fix for r74457.
2013-07-09  Václav SlavíkFix OS X compilation in C++11 mode with libc++.
2013-06-23  Vadim ZeitlinAdd WX_ATTRIBUTE_UNUSED and use it for typedefs to...
2013-06-03  Stefan Csomorforgot to commit ...
2013-05-19  Vadim ZeitlinAdd conversions to/from long long to wxUniChar.
2013-04-29  Vadim ZeitlinAdd support for wxICON_AUTH_NEEDED to wxMessageDialog.
2013-02-28  Václav SlavíkDon't include Common-Controls manifest in wxBase apps.
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-12-28  Vadim ZeitlinAdd wxGCC_WARNING_{SUPPRESS,RESTORE} macros and use...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-09-17  Vadim ZeitlinNo changes, just fix some typos in the comments in...
2012-07-31  Vadim ZeitlinFix comparisons of char and wchar_t with wxUniChar...
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-06-30  Vadim ZeitlinAdded internal wxHatchStyle enum.
2012-06-30  Paul Cornettsupport for GTK3
2012-06-20  Vadim ZeitlinUse wx/msw/winundef.h for wxGTK under Windows too.
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-06-13  Stefan Csomoradding WX_ATTRIBUTE_NORETURN support (for functions...
2012-05-20  Vadim ZeitlinFix harmless warning from g++ 4.8 in C11 mode.
2012-05-15  Vadim ZeitlinEnable variadic macros for VC9 and later.
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-19  Vadim ZeitlinDon't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR...
2011-11-27  Vadim ZeitlinChange value of wxHELP to avoid clash with wxSTAY_ON_TOP.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-21  Vadim ZeitlinNo changes, just move wxCheckBoxState to wx/defs.h...
2011-08-16  Stefan Csomoradapt defines
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-13  Vadim ZeitlinDefine wx[U]IntPtr as long, not [s]size_t, in 32 bit...
2011-04-15  Dimitri SchoolwerthReplaced C++ comments with C ones in C files.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-23  Paul Cornettmove deprecated GtkTooltips forward declaration to...
2011-03-23  Vadim ZeitlinAdd WXK_CONTROL_A..WXK_CONTROL_Z constants.
2011-01-19  Vadim ZeitlinAdd wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.
2011-01-08  Stefan Csomorrearranging xti code
2011-01-07  Stefan CsomorXTI updates
2011-01-04  Stefan Csomorporting back exact semicolon version
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-30  Stefan Csomoradding standard menu items for cocoa, adding translatio...
2010-11-07  Vadim ZeitlinFix build with Borland C++ compiler.
2010-10-18  Vadim ZeitlinChange wxSP_XXX flags values to avoid clashes with...
2010-09-11  Vadim ZeitlinAdd WXK_NONE symbolic constant indicating absence of...
2010-07-25  Vadim ZeitlinBuild fix: don't test for __WXMSW__ using #if in wx...
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-07-01  Václav SlavíkDon't assume size_t is either int- or long-sized.
2010-06-24  Václav SlavíkCheck wxPrintf etc. arguments types.
2010-06-24  Václav SlavíkCheck that wxSIZE_T_IS_* macros are always defined.
2010-05-21  Vadim ZeitlinAlways define SIZEOF_WCHAR_T if it's not defined under...
2010-05-10  Vadim ZeitlinNo changes, just added comments summarizing the use...
2010-04-25  Václav SlavíkDon't include wx/msw/private.h from dynlib.h.
2010-04-25  Václav SlavíkDeclare various WXH* handles compatibly with SDK.
2010-04-16  Vadim ZeitlinDon't define wxADJUST_MINSIZE if it had been already...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-10-05  Vadim ZeitlinAdded wxICON_NONE to wxICON_MASK.
2009-09-13  Stefan Csomoradding types for OpenGL on iPhone
2009-08-24  Vadim ZeitlinAdd A0 and A1 formats to wxPaperSize enumeration.
2009-08-23  Vadim ZeitlinNo changes, just clarify a comment for WXK_XXX values.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-07-10  Stefan Csomormore iPhone types
2009-06-28  Vadim Zeitlindon't include wx/msw/winundef.h when including wx/defs...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-06  Vadim Zeitlindefine _SCL_SECURE_NO_WARNINGS to avoid warnings about...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-05-12  Vadim ZeitlinCygwin doesn't have std::wstring nor std::wostream
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-05  Vadim Zeitlindefine HAVE_SSIZE_T if we define ssize_t ourselves...
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-25  Stefan Csomorbetter native types for carbon
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Vadim Zeitlinmade wx/debug.h C++ header again (reverting changes...
2009-03-20  Stefan Csomoradding more native definitions
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-02-27  Vadim Zeitlinadded wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
2009-02-26  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
2009-02-24  Kevin OllivierFix for deprecated constructor issues, setting a functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Francesco Montorsifix typo (missing closing brackets); add some comments...
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-17  Stefan Csomoradding NSPrintInfo support
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
next