Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
[wxWidgets.git] / include / wx / defs.h
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
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-10-16  Vadim Zeitlindisable VC6 warning C4284; put all warning disable...
2008-09-24  Vadim Zeitlinstill define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_...
2008-09-18  Robert RoeblingMove definition of wxListIteratorFunction and ..SortFun...
2008-09-18  Stefan Csomorfixing deprecated constructors for osx
2008-09-15  Vadim Zeitlindocument wxDELETE() and wxDELETEA()
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-06  Stefan Csomoradapting to new platform constants
2008-09-01  Stefan Csomormore common osx types
2008-08-30  Vadim Zeitlindefine HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined...
2008-08-08  Vadim Zeitlinadd DECLARE_NO_COPY_TEMPLATE_CLASS
2008-08-02  Vadim Zeitlinmade wxDELETE[A]() template functions instead of macros...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-06-20  Robert RoeblingAdd missing SWAP macros for 64-bit signed int
2008-06-15  Vadim Zeitlincorrect wxIntPtr definition
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-05-27  Vadim Zeitlinthere is no std::wostream under Palm (part of ticket...
2008-03-23  Vadim Zeitlinyet more compilation fixes after brush/pen style change...
2008-03-22  Vadim Zeitlinadd comparison operators for wxPen/BrushStyle and wxSOL...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-20  Václav Slavíkcompilation fix for wxUSE_GUI=0
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-04  Vadim ZeitlinVC6 doesn't have wostream when using old iostream.h
2008-03-04  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
next