Globally replace _T() with wxT().
[wxWidgets.git] / include / wx / defs.h
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...
2008-02-28  Vadim Zeitlincompilation fix after last change
2008-02-27  Vadim Zeitlinfix wxWeakRef<> for Borland C++ (slightly modified...
2008-02-26  Vadim Zeitlinfixes for MSVC compilation with /Wp64 (used by new...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-06  Paul Cornettremove extra semicolons
2007-11-24  Stefan Csomormac more native types
2007-11-23  Stefan Csomormac cleanup
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-20  Stefan Csomorcleanup mac
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-16  Stefan Csomorcleanup
2007-11-09  Stefan Csomorforward port from 2.8
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-07  Václav Slavíkglobally disable VC++'s warning 4251 (non-exported...
2007-09-21  Vadim Zeitlinput __attribute__((deprecated)) before declaration...
2007-09-21  Vadim Zeitlinadded wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-08-15  Vadim Zeitlininclude wx/msw/winundef.g instead of writing just a...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-22  Vadim Zeitlinfix for r47646: typedef wxDouble for all platforms...
2007-07-22  Stefan Csomorno 68k macs more to support...
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-13  Vadim Zeitlinadded wxNullPtr and use it instead of just 0 with wxFil...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-03  Václav SlavíkOpenWatcom has the explicit keyword too
2007-04-29  Václav SlavíkOpenWatcom >= 1.2 has __VA_ARGS__
2007-04-26  Vadim Zeitlinmove wxKEY_XXX constants to wx/defs.h from wx/list...
2007-04-16  Vadim Zeitlincorrected the direction of comparisons between wxString...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-05  Vadim Zeitlindefine C99-like wxINT8/16/32_MIN/MAX constants in addit...
next