wxWidgets.git
2008-02-07  David ElliottAdd in some support for separate CXXFLAGS and OBJCXXFLAGS.
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
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 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-06  Vadim Zeitlinimplement (trivially) wxGLApp ctor
2008-02-05  Michael WetherellFix the email notification's fromaddr.
2008-02-05  Michael WetherellTry out email notifications, just to me initially.
2008-02-05  Michael WetherellWhitespace fixes.
2008-02-05  Michael WetherellAdd email address lookup table for wx devs.
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-05  Michael WetherellClean up the tools for offline checking of the configur...
2008-02-05  Vadim Zeitlinfix typo in warning message
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 Zeitlinset eol-style LF on even more Unix-only files
2008-02-04  Václav Slavíkupdated list of aclocal m4 files
2008-02-04  Vadim Zeitlinupgrade m4 files to bakefile 0.2.3
2008-02-04  Vadim Zeitlinadded links to wxWindowCreate/DestroyEvents
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-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
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 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 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 Zeitlinmake wxIdleEventHandler available in console applicatio...
2008-02-03  Vadim Zeitlindocument AddAt() and IndexForItem() (patch 1877610)
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-02-03  Vadim Zeitlincompilation fix with wxUSE_EXTENDED_RTTI==1
2008-02-03  Vadim Zeitlingenerate include/wx/univ/setup0.h from setup_inc.h too
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-31  Vadim Zeitlinavoid implicitly converting a wxWindow* to wxGLCanvas
2008-01-31  Vadim Zeitlinno changes, just fix a typo in comment
2008-01-31  Michael WetherellMove mingw32 builds to another machine as the usual...
2008-01-31  Václav SlavíkFixed compilation of wxVector<T> with VC6:
2008-01-30  Vadim Zeitlinuse HandleWindowEvent() in ProcessCommand(); return...
2008-01-30  Vadim Zeitlinadded missing wx/ prefix to the header file name
2008-01-30  Václav Slavíkclarified EndModal assert message
2008-01-30  Julian SmartAdded checks to encoding conversion to avoid crash
2008-01-30  Chris Elliottadd ms78 projects
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  Robin DunnApply change in r51405 to this file too: don't use...
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  Julian SmartCorrected wxSetCursor documentation.
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  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 CornettHP aC++ 3.80 can't handle parenthesized string literal...
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íkUTF-8 build fixes for appending, setting or searching...
2008-01-27  Václav Slavíkconverting temporary wxString to const wxChar* and...
2008-01-27  Václav SlavíkFixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN...
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 Zeitlinonly define wxEventPtr in wxBase, not wxCore
2008-01-27  Vadim Zeitlindefine (empty) SetIcon() method in wxGenericMDIChildFra...
2008-01-27  Vadim Zeitlindon't reference non-existent doc.xmb file
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
next