wxWidgets.git
2007-08-19  Václav Slavíkcompilation fix for broken libstdc++ visibility
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Václav Slavíkrenamed wxImplStringBuffer to wxStringInternalBuffer
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingAdded EXPANDING and COLLAPSING events for the user...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Francesco Montorsiadded wxSVGFileDC docs to main chain
2007-08-19  Francesco Montorsiadded missing \wxheading{Parameters}
2007-08-19  Francesco Montorsifixed doc wrong position of \wxheading{Library}
2007-08-19  Robert RoeblingForgot a line
2007-08-19  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-19  Václav Slavíkuse UTF8 build by default on Unix (except Darwin)
2007-08-19  David ElliottMake SetCursor work.
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-18  Kevin OllivierAdd the unified style on OS X 10.4, and default to...
2007-08-18  Julian SmartAdded documentation for wxNavigationKeyEvent
2007-08-18  Julian SmartDon't hang in ReadLine when there's no input left
2007-08-18  Julian SmartUse new GetItemLabel function
2007-08-18  Julian SmartAvoid clash with control container event handlers
2007-08-18  Julian SmartCompile fix
2007-08-18  Julian SmartCompile fix
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-18  Julian SmartCompile fix
2007-08-18  Kevin OllivierImplement GetCountPerPage, and fix a bug where we don...
2007-08-18  David ElliottImprove the tracing of the tracking rect manager and...
2007-08-18  David ElliottChange kCFRunLoopBeforeWaiting to kCFRunLoopExit when...
2007-08-17  David ElliottKeep the stock cursors in an array so that constructing...
2007-08-17  Robert Roeblingtypo
2007-08-16  Vadim Zeitlinadded a tech note explaining how to write a new XRC...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-16  Julian SmartImplemented Firefox-like behaviour whereby clicking...
2007-08-16  Julian SmartMac fix
2007-08-16  Robert Roeblingcompile with GTK < 2.8
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-16  Julian SmartAdded AdvanceSelection, ShowWindowMenu and keyboard...
2007-08-16  Julian SmartAdded missing argument
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinfixed TeX error introduced in rev 48093 (sorry)
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Julian SmartBring back double border
2007-08-15  Julian SmartRemoved double border style
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-08-15  Vadim Zeitlininclude wx/msw/winundef.g instead of writing just a...
2007-08-15  Vadim Zeitlinuncomment the change which was meant to be committed...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Julian SmartRegenerated makefiles
2007-08-15  Václav Slavíkremoved outdated comment
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for friend declaration
2007-08-15  Vadim Zeitlincorrected the 'Derived from' sections using the script...
2007-08-15  Vadim Zeitlinadded a script to automaitcally fix 'Derived from'...
2007-08-15  Vadim Zeitlinuse ES_RIGHT|ES_NUMBER styles for the buddy control...
2007-08-15  Vadim Zeitlindon't enable previously checked button in a radio group...
2007-08-15  Vadim Zeitlindon't assert when ExpandAll() is called on hidden root...
2007-08-15  Vadim Zeitlinno changes, just fix typos in comments
2007-08-15  Václav SlavíkwxCocoa compilation fixes for visibility (missing DLL...
2007-08-15  Vadim Zeitlinfix clipping box retrieval (patch 1771199)
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlindon't use deprecated wxMenuItem methods
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for forward declaration
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-15  Vadim Zeitlininclude wx/datetime.h, it's not always included from...
2007-08-15  Vadim Zeitlinset the correct properties for the source files
2007-08-15  Vadim Zeitlinadded missing headers (patch 1774617)
2007-08-15  Vadim Zeitlinfix incorrect wxSYS_VSCROLL_X mapping to the Win32...
2007-08-15  Vadim Zeitlinuse one shot timers in wxAnimationCtrl (patch 1774535)
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-08-15  Vadim Zeitlindon't set incorrect initial value of '0' for the bool...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  Vadim Zeitlinno real changes, just some cleanup
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  David ElliottFix the top-level window client size setting code such...
2007-08-14  Vadim Zeitlinrename WX_VERSION_FULL back to WX_VERSION
2007-08-14  Vadim Zeitlinuse decho, not echo, to output error messages
2007-08-14  Vadim Zeitlindon't use the extra libraries in wx-config --version...
2007-08-14  Vadim Zeitlincheck for wxUSE_ACCESSIBILITY not being set to 1 under...
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-14  Julian SmartAdded documentation for wxBORDER_THEME
2007-08-14  Julian SmartAdded periods
2007-08-14  Julian SmartFix for non-appearance of themed border with wxTE_RICH...
2007-08-13  Václav SlavíkwxMac compilation fixes for visibility (missing DLL...
2007-08-13  Václav Slavíkdon't attempt to convert 8bit values to Unicode in...
2007-08-13  Václav Slavíkcheck for HAVE_VISIBILITY first when setting WXIMPORT...
2007-08-13  Václav Slavíkcompilation fix for wxString::Format("no variadic argum...
2007-08-13  Julian SmartDocumented new menu label functions
2007-08-13  Robert RoeblingApplied Hartwig's implementation of OS X wxDataViewCtrl
2007-08-13  Julian SmartUse new function GetItemLabel
2007-08-13  Julian SmartGetLabelTop should return the stripped label, for compa...
2007-08-13  Julian SmartTypo correction
2007-08-13  Václav SlavíkMingw compilation fix
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
2007-08-13  Julian SmartRemoved a misleading comment
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-08-13  Julian SmartTypo fix
2007-08-11  Julian SmartPreserve original menu label for later retrieval
2007-08-11  Václav Slavíkfixed wxStringTokenizer to correctly handle wxTOKEN_RET...
next