wxWidgets.git
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
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 the code to not use dangling pointers resulting...
2008-01-26  Vadim Zeitlinfix a typo
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-25  Vadim Zeitlininclude wx/stopwatch.h to get wxMilliClock_t and wxGetL...
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-25  Julian SmartFixed a bug in HasAlignment
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  Václav Slavíksupress warning about in custom build steps with VC7...
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-23  Vadim Zeitlincompilation fix after r51188: only define operator...
2008-01-23  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-23  Vadim Zeitlinno real changes, just use HandleWindowEvent() instead...
2008-01-23  Václav Slavíkuse _vc8 suffix for VS2005 projects for consistency
2008-01-23  Václav Slavíkcatch exceptions when sending menu events
2008-01-23  Robert Roeblingremove wxT()
2008-01-23  Michael WetherellMove the mac stable branch build onto an x86 machine...
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-23  Václav Slavíkupdated bakefiles to take advantage of Bakefile 0.2...
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Vadim Zeitlinremove the unnecessary non-const GetPage() overload
2008-01-22  Stefan Csomorfixing 1877182
2008-01-22  Václav Slavíkignore Visual Studio per-user/machine settings files
2008-01-22  Václav Slavíkupdated include/wx/meta/* files list
2008-01-22  Václav Slavíkfixed wxVector<T> to work with non-POD types again...
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2008-01-22  Julian SmartAdded event handler macro
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íksilence compiler warnings
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-21  Francesco Montorsimention also the contrib libraries removal/movements
2008-01-21  Václav Slavíkuse full path to headers in header guards
2008-01-21  Vadim Zeitlindocument GetTemplates() instead of m_templates
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-20  Vadim Zeitlindocument LoadObject() (patch 1873045)
2008-01-20  Francesco MontorsiGl library is not part of the monolithic library even...
2008-01-20  Francesco Montorsiset BUILD variable to release not only when DEBUG is...
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 slash, not backslash, in #include
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...
next