Add in some support for separate CXXFLAGS and OBJCXXFLAGS.
[wxWidgets.git] / src /
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-02-06  Vadim Zeitlincorrection after the previous commit which introduced...
2008-02-06  Julian SmartReset scroll position when clearing buffer
2008-02-06  Vadim Zeitlinfix GetTLWParentIfNotBeingDeleted() to work correctly...
2008-02-06  Julian SmartResolved ambiguity for VC 9
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-05  Julian SmartStrip menu codes from page label for consistency with...
2008-02-05  Vadim Zeitlinlength passed to WideCharToMultiByte() was off by one...
2008-02-04  Vadim Zeitlinuse BSTR length to also deal with NULs inside BSTRs...
2008-02-04  Vadim Zeitlinuse WideCharToMultiByte() instead of wcstombs() to...
2008-02-03  Vadim Zeitlinundid change to GSocket::Select() done in r50831, do...
2008-02-03  Vadim Zeitlinuse wxSOCKET_REUSEADDR for IPC sockets (part of patch...
2008-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Paul Cornettadd missing ! accidentally dropped in last commit
2008-02-03  Vadim Zeitlininitialize m_sharedContext and m_sharedContextOf to...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlinbuild fix for wxUSE_INTL==0 (patch 1878908)
2008-02-03  Vadim Zeitlindon't use negative sizes for row/column labels subwindo...
2008-02-03  Vadim Zeitlincompilation fix with wxUSE_EXTENDED_RTTI==1
2008-02-03  Paul CornettRemove remnants of GTK1 accelerator code.
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-02  Paul Cornettfix wxALIGN_RIGHT in RTL mode
2008-02-02  Paul Cornettlabel clipping hack is not needed for GTK+ >= 2.12
2008-02-01  Václav Slavíkeliminate code duplication in wxSizer::Fit()
2008-02-01  Václav Slavíkfixed RR's change of wxSizer::Fit to set client size...
2008-02-01  Michael WetherellCompile fix for --without-zlib --enable-compat26.
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-02-01  Paul Cornettfix for GTK assertion from gtk_widget_set_colormap...
2008-01-31  Václav Slavíkcompilation fix for wxUSE_BOOKCTRL=0
2008-01-31  Václav Slavíkcompilation fix for wxUSE_MENUS=0
2008-01-31  Václav SlavíkwxUniv/MSW compilation fix after wxDC changes
2008-01-31  Václav Slavíkadded InitRGBA to generic wxColour to fix linking ...
2008-01-31  David ElliottAllow wxTopLevelWindowCocoa::SetDefaultItem(NULL)
2008-01-30  Vadim Zeitlinuse HandleWindowEvent() in ProcessCommand(); return...
2008-01-30  Václav Slavíkclarified EndModal assert message
2008-01-30  Julian SmartAdded checks to encoding conversion to avoid crash
2008-01-29  Robin DunnApply change in r51405 to this file too: don't use...
2008-01-29  Václav Slavíkwx*DCImpl PCH-less compilation fix
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-29  Julian SmartFixed global cursor setting on Mac, which fixes busy...
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-28  Paul Cornettremove unnecessary ?: operator
2008-01-28  Vadim Zeitlinfix compilation error for wxUSE_DC_CACHEING==0; use...
2008-01-28  Paul Cornettanother fix for HP-UX 11.11 vsscanf, should have been...
2008-01-27  Julian SmartTake basic style into account when applying style sheet
2008-01-27  Julian SmartTake basic style into account when showing style under...
2008-01-27  Václav SlavíkFixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN...
2008-01-27  Vadim Zeitlinonly define wxEventPtr in wxBase, not wxCore
2008-01-26  Vadim Zeitlindon't fail in wxTransferStreamToFile if file size is...
2008-01-26  Vadim Zeitlindelete the event object in ProcessPendingEvents() even...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-26  Vadim Zeitlindon't append anything back in DoDeleteOneItem() if...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-25  Julian SmartCorrected image saving to HTML
2008-01-25  Julian SmartHTML output corrections
2008-01-25  Julian SmartImage objects should load and save attributes
2008-01-24  Julian SmartUpdate caret in SetInsertionPoint
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-24  Paul Cornettfix memory leak when wxMenu is used as a popup
2008-01-24  Julian SmartOptimization correction
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-23  Vadim Zeitlinno real changes, just use HandleWindowEvent() instead...
2008-01-23  Václav Slavíkcatch exceptions when sending menu events
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Stefan Csomorfixing 1877182
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2008-01-21  Vadim Zeitlintemporary fix for shared build linking problems after...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
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íkupdated wxExecute checks in wxGTK to be same as in...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-19  Stefan NeisApplied patch #1875242 - fixing more bugs related to...
2008-01-19  Vadim Zeitlinuse bgcolor when restoring styles as this is what we...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-18  Stefan NeisFixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
2008-01-17  Václav Slavíkthe wxConvUI hack in wxMsgCatalog should only be done...
2008-01-17  Paul Cornetton HP-UX 11.11, vsscanf first parameter is not const
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  Julian SmartCorrection for cursor setting when moving out of a...
2008-01-16  Robert RoeblingSort of autoresize if only 1 column is there
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-14  Václav Slavíkfixed wxXmlResource::GetText() in ANSI build to correct...
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
next