Add in some support for separate CXXFLAGS and OBJCXXFLAGS.
[wxWidgets.git] / include /
2008-02-07  Václav Slavíkremoved unused SYMBOL_WXRICHTEXT.*_TITLE values that...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-02-06  Vadim Zeitlinimplement (trivially) wxGLApp ctor
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlinno real changes, just added 2 virtual keywords to ...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlincompilation fix for wchar_t-based builds after ParseISO...
2008-02-03  Vadim Zeitlinmake wxIdleEventHandler available in console applicatio...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-02-03  Vadim Zeitlingenerate include/wx/univ/setup0.h from setup_inc.h too
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-01-31  Vadim Zeitlinavoid implicitly converting a wxWindow* to wxGLCanvas
2008-01-31  Vadim Zeitlinno changes, just fix a typo in comment
2008-01-31  Václav SlavíkFixed compilation of wxVector<T> with VC6:
2008-01-30  Václav Slavíkdo the VC6 hacks only when compiling with VC6
2008-01-29  Vadim Zeitlinmore VC6 fixes: nested value must be real classes,...
2008-01-29  Vadim Zeitlincorrected comment: wxSingleInstance is not for Win32...
2008-01-29  Václav Slavíkcorrected VC++ version check
2008-01-29  Vadim Zeitlinfix compilation with VC6
2008-01-29  Robin Dunnuse import/export macro on wxTrackable to avoid warning...
2008-01-29  Václav SlavíkVC5 didn't support partial specialization either, check...
2008-01-29  Václav Slavíkwx*DCImpl PCH-less compilation fix
2008-01-29  Václav Slavíkadded wxCHECK_VISUALC_VERSION macro
2008-01-29  Václav Slavíkcompilation fix for VC6, it doesn't support partial...
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-29  Vadim Zeitlinsignificantly simplify this file by using token pasting...
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-28  Paul CornettHP aC++ 3.80 can't handle parenthesized string literal...
2008-01-27  Václav SlavíkUTF-8 build fixes for appending, setting or searching...
2008-01-27  Vadim Zeitlinadd wxCONCAT[345]() helper macros
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-27  Vadim Zeitlindefine (empty) SetIcon() method in wxGenericMDIChildFra...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-25  Vadim Zeitlininclude wx/stopwatch.h to get wxMilliClock_t and wxGetL...
2008-01-25  Julian SmartFixed a bug in HasAlignment
2008-01-23  Vadim Zeitlincompilation fix after r51188: only define operator...
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Vadim Zeitlinremove the unnecessary non-const GetPage() overload
2008-01-22  Václav Slavíkfixed wxVector<T> to work with non-POD types again...
2008-01-22  Julian SmartAdded event handler macro
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-21  Václav Slavíkuse full path to headers in header guards
2008-01-21  Václav Slavíkreverted last commit, it was wrong
2008-01-21  Václav Slavíkutils.h is not needed by wxVector, removed
2008-01-20  Vadim Zeitlinno changes, just come cleanup and more comments
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-17  Vadim Zeitlincorrect misleading OnSize() comment
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Václav Slavíkinclude VC++ version in build compatibility string
2008-01-16  Vadim Zeitlinremoved unneeded wxWeakRefDynamic::AssignCopy() (last...
2008-01-16  Vadim Zeitlincompilation fixes for standard-conformant compilers...
2008-01-16  Vadim Zeitlindefine (unusual) copy ctor and assignment operator...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-13  Vadim Zeitlinadd useful headers for meta-programming checks (part...
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-12  Paul Cornettinitialize m_totalProportion in wxBoxSizer ctor
2008-01-12  Stefan NeisImplemented wxGDIObject::Create/CloneGDIRefData() for...
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-12  Stefan Neisderive wxColourBase from wxObject on os2 as well
2008-01-11  Jouk Janseninclude/wx/x11/cursor.h needs definition of wxcolour
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2008-01-10  Julian SmartFix for VC++ 6 error
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-08  Robin DunnRemove WXDLLIMPEXP_BASE from the declaration of wxList_...
2008-01-08  Robert RoeblingAdded the conversion to unspecfied_bool to all smart...
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2008-01-08  Robert RoeblingLast part from weak ref patch for event sink disconnection
2008-01-08  Vadim Zeitlinadd conversion to unspecified_bool_type to allow writin...
2008-01-08  Robert RoeblingAdded wxSharedPtr<T>
2008-01-08  Robert RoeblingUpdated wxTrackable to patch Weak references for wx...
2008-01-08  Robert RoeblingUpdated wxWeakRef<T> to patch Weak references for wx...
2008-01-07  Vadim Zeitlinadded wxNativeFontInfo() ctor from LOGFONT, this is...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlincheck that HWNDs are non-NULL before doing anything...
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2008-01-07  Robert RoeblingTemplatize wxScopedPtr
2008-01-07  Václav Slavíkdon't call wxString::Len() from operator==; use IsSameA...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-07  Vadim Zeitlincompilation fix for MSVC: remove implicit wxStringImpl...
2008-01-07  Vadim Zeitlincorrect wrong last commit
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlinremoved useless inclusion of wx/datetime.h
next