compilation fix for broken libstdc++ visibility
[wxWidgets.git] / src /
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  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
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 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 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-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 DrawFocusRect to wxRenderer
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  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  Vadim Zeitlinuse correct WXDLLIMPEXP macro for friend declaration
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 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 Zeitlinfix wrong clear selection (modified patch 1763916)
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  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  David ElliottFix the top-level window client size setting code such...
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  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  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-11  Julian SmartPreserve original menu label for later retrieval
2007-08-11  Václav Slavíkfixed wxStringTokenizer to correctly handle wxTOKEN_RET...
2007-08-11  Julian SmartMenu fix
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-11  David ElliottUse wxLogStdErr in preference to wxLogGui on wxCocoa.
2007-08-10  David ElliottDon't needlessly indirect through NSNotificationCenter.
2007-08-10  David ElliottUse SetNSSlider instead of SetNSView so that the WXNSSl...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottReturn something halfway reasonable from GetCharWidth...
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  Julian SmartDon't access null tip_window pointer [ 1767485 ] wxGtk...
2007-08-10  David ElliottFix wxScrollBar initial size to match the limited sizes...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-08-09  David ElliottImplement wxBU_LEFT/wxBU_RIGHT styles.
2007-08-09  David ElliottImplement wxStaticBitmap.
2007-08-09  Julian SmartGave toolbars some extra height, Without which DoGetBes...
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Vadim Zeitlinremove extra space which confuses some servers (at...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-08  David ElliottImplement the wxST_NO_AUTORESIZE style for wxStaticText.
2007-08-08  David ElliottTranslate the wxALIGN flags to the Cocoa alignment...
2007-08-08  David ElliottUse static wxControl::GetLabelText in preference to...
2007-08-08  David ElliottSelect the first choice in the radiobox upon creation...
2007-08-08  David ElliottIn wxNotebook::Create setTabViewType based off of wxNB_...
2007-08-08  David ElliottReturn true in wxSetEnv for unsetenv case.
2007-08-07  Vadim Zeitlincorrection to last commit: don't test unsetenv() return...
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-07  Robin Dunntweak the size and layout of the cancel button a bit...
2007-08-07  Julian SmartClean up
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-07  Julian Smartcompile and warning fixes
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
next