Add wxSIZE_FORCE_EVENT and use is from wxSizerItem::SetDimension
[wxWidgets.git] / include / wx / defs.h
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...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-29  Vadim Zeitlindefine ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-10  Paul Cornettsizeof(char) is 1. By definition.
2007-03-08  Vadim Zeitlinfix extra comma at the end of wxStretch enum introduced...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2006-11-29  Mart Raudsepp[GTK] Do not define *_DEPRECATED macros for the gtk...
2006-11-10  Vadim Zeitlinrearrange tests for long long again to avoid clashes...
2006-10-31  Vadim Zeitlindefine wxTC_MULTILINE explicitly as wxNB_MULTILINE...
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim Zeitlindefine wxLongLong_t as long long if it is supported...
2006-10-30  Julian SmartDon't use wstring for MinGW versions that don't support it
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-28  Vadim Zeitlinno changes, just a typo in comment
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-08  Stefan NeisUse system colours for ownerdrawn highlighting (patch...
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
2006-09-30  Vadim Zeitlinmove wxSTRINGIZE and other preprocessor helpers to...
2006-09-29  Václav Slavíkmoved wxSTRINGIZE to defs.h and made it work with macro...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
next