Added a couple of text effects
[wxWidgets.git] / src /
2006-11-08  Julian SmartAdded a couple of text effects
2006-11-08  Vadim Zeitlinfix crash in wxLogTrace() in Unicode build
2006-11-08  Robert Roebling Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane...
2006-11-08  Michael WetherellRestore the max printf arguments to 64.
2006-11-08  Václav Slavíkmore efficient version of the wxUniv scrolling fix...
2006-11-08  Václav Slavíkfixed wxOverlay to handle wxWindowDC/wxClientDC in...
2006-11-08  Benjamin Williamscrash fixes for wxAuiNotebook on gtk
2006-11-08  Benjamin Williamsaccessor functions for wxAuiMDIParentFrame
2006-11-08  Benjamin Williamsvertically centered miniframe close button
2006-11-08  Benjamin WilliamswxAuiNotebook tab drag-drop bug fixes
2006-11-08  Benjamin Williamsfixed bug in ButtonHitTest() which caused invisible...
2006-11-08  Benjamin Williamsbutton bug fix
2006-11-08  Benjamin Williamsfixed crasher (part 2)
2006-11-08  Benjamin Williamsfixed crasher
2006-11-08  Robin Dunnensure m_table is not NULL before trying to access...
2006-11-08  Michael WetherellGo back to using sprintf instead of swprintf, since...
2006-11-07  Michael WetherellFix for CreateTempFileName with wxFFile for Windows...
2006-11-07  Robin DunnKeep m_pos in sync in SetValue in case the value_change...
2006-11-07  Benjamin Williamsreverted to gtk-specific close xbm
2006-11-07  Benjamin Williamsbutton bug fixed
2006-11-07  Benjamin Williamsfixed width measuring - minor fixes
2006-11-07  Benjamin Williamsprevent sash artifacts on gtk
2006-11-07  Benjamin Williamselipsis for oversized pane captions
2006-11-07  Włodzimierz SkibaAdjustement to OW 1.6-rc2 state.
2006-11-07  Benjamin Williamsround active tab corners a bit
2006-11-07  Benjamin Williamsa tad bit more padding
2006-11-07  Benjamin Williamsadd a little extra padding around text in new tab theme
2006-11-07  Benjamin Williamsclipping bug fixed
2006-11-07  Benjamin Williamsfixed event processing bug in tabmdi
2006-11-07  Benjamin Williamstouched up close button
2006-11-07  Benjamin Williamsstreamlined gradients
2006-11-07  Benjamin Williamsin wxAuiDefaultDockArt, save base colour just in case
2006-11-07  Benjamin Williamssimplified gradient code a bit
2006-11-07  Benjamin Williamsremoved unnecessary commented code
2006-11-07  Benjamin Williamssmall bug fix
2006-11-07  Benjamin Williamsnew default theme for wxAuiNotebook
2006-11-07  Stefan Csomorsupporting theme brushes under 10.4 properly
2006-11-07  Robin DunnThe "small optimization" causes asserts if Play is...
2006-11-06  Vadim Zeitlinimplement declared but not defined ctor not taking...
2006-11-06  Julian SmartFixed crash if trying to move tab to non-existant windo...
2006-11-06  Benjamin Williamsdocking hint bug fix
2006-11-06  Stefan Csomortransforming clippings correctly, even if there is...
2006-11-06  Benjamin Williamsimplemented page close event for wxAuiNotebook
2006-11-06  Benjamin WilliamswxAuiNotebook has external tab dragging now
2006-11-06  Julian SmartBetter vertical height for choice/combo
2006-11-06  Stefan Csomoradjust to new and deleted files
2006-11-06  Julian SmartImproved highlight drawing on wxMac/Core Graphics by...
2006-11-06  Stefan Csomoradd a source placeholder
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan CsomorwxGraphicsContext always is using clipping regions...
2006-11-06  Stefan Csomorfixing region clipping
2006-11-06  Stefan Csomortranslate the wxRegion from device to user coordinates...
2006-11-06  Stefan Csomorfixing origin
2006-11-06  Benjamin Williamsapi uniformity between tabart and dockart
2006-11-06  Vadim Zeitlinupdate window before changing the scrolling position...
2006-11-06  Robin DunnRebaked after addition of mediactrl_qt.cpp
2006-11-06  Robin DunnRe-add the wxQTMediaBackend class, by copying the code...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-11-05  Benjamin Williamsbug fixed for mdi parent frames
2006-11-05  Stefan Csomorfixing pattern phase bugs
2006-11-05  Stefan NeisAllow passing file names with path to dllnames.sh.
2006-11-05  Vadim Zeitlinpreserve pen in DrawCheckMark() (bug 1581621)
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim ZeitlinVC8 has strftime(), even under CE
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Vadim Zeitlinfix the broken code in strftime()
2006-11-04  Kevin OllivierSizing and positioning fixes for generic control.
2006-11-04  Vadim Zeitlinremoved unused variable
2006-11-04  Vadim Zeitlinfix warning about unused variable in wxWinCE build
2006-11-04  Vadim Zeitlinrecognize CP866 (bug 1497808)
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-11-04  Vadim Zeitlinrebaked after wxCollapsiblePane move to core and using...
2006-11-04  Kevin OllivierAdding label editing to native OS X listctrl.
2006-11-04  Stefan NeisAdded deep copy of bitmaps.
2006-11-04  Robert Roebling Reorder event things a little.
2006-11-04  Vadim Zeitlindefine wxStringListBase::EmptyList to fix link with...
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Julian SmartAccount for PANGO_WEIGHT_SEMIBOLD not being available...
2006-11-04  Robert Roebling Reenabled page selection event when page in notebook
2006-11-04  Julian SmartGeneric fix for full row highlight
2006-11-04  Vadim Zeitlinfixed crash due to infinite recursion in wxPopupFocusHa...
2006-11-04  Vadim Zeitlindon't leave tables non-owned by the grid with dangling...
2006-11-04  Vadim Zeitlincapture mouse to be notified when it exists the popup...
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-11-04  Vadim Zeitlingrid lines were incorrectly drawn over multicell cells...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-11-04  Vadim Zeitlinremoved out of date FIXME (part of patch 1590194)
2006-11-04  Vadim Zeitlinreverted the last fix, it was just wrong, sorry, the...
2006-11-04  Vadim Zeitlinfix tree control best size calculation: account for...
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-11-04  Vadim Zeitlinhandle all wxROLE_XXX values in wxConvertToWindowsRole()
2006-11-04  Vadim Zeitlinreally define TRACE_CLIPBOARD (fix for the last commit)
2006-11-04  Stefan Csomorremoving additional offset - why did this ever work ?
2006-11-04  Stefan Csomorstub implementations
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-04  Stefan Csomorallowing transformation changes even if there is no...
2006-11-04  Stefan Csomorfixing warning
2006-11-04  Vadim Zeitlindon't compile in wxCheckWin32Permission() when it's...
next