Added a couple of text effects
[wxWidgets.git] / src / generic /
2006-11-08  Václav Slavíkmore efficient version of the wxUniv scrolling fix...
2006-11-08  Robin Dunnensure m_table is not NULL before trying to access...
2006-11-07  Robin DunnThe "small optimization" causes asserts if Play is...
2006-11-06  Julian SmartImproved highlight drawing on wxMac/Core Graphics by...
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan Csomorfixing region clipping
2006-11-06  Vadim Zeitlinupdate window before changing the scrolling position...
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Julian SmartGeneric fix for full row highlight
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 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  Stefan Csomorremoving additional offset - why did this ever work ?
2006-11-04  Stefan Csomorstub implementations
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-02  Jouk Jansen Committing in .
2006-10-31  Vadim ZeitlinSetBestSize() is now deprecated, don't use it
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinuse wxUSE_COLLPANE around usage of wxCollapsiblePane
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-10-30  Vadim Zeitlincheck that the cell using bool editor has a valid value...
2006-10-29  Stefan NeisRenamed m_clientData member variable to avoid clash...
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Robin Dunnupdate the Cairo version to match recent changes in...
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-28  Robin DunnEnsure that the pen and bush are properly initialized
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-27  Václav Slavíkcompilation fix: wxGenericCollapsiblePane needs wxButto...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Robert Roebling Don't overwrite wxFD_ styles in m_windowStyle.
2006-10-27  Robin Dunnfix some compile/link errors
2006-10-27  Robin Dunnfix compile errors
2006-10-26  Stefan Csomorswitching to new renderer API
2006-10-26  Włodzimierz SkibaBlind fix for Tinderbox build error.
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-25  Robin DunnDon't override DoGetSize, just let the default return...
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-25  Robert Roebling Fix test for wxFD_MULTIPLE.
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Paul Cornettnon-pch build fixes
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-23  Vadim Zeitlindon't update the size of a maximized TLW, whatever...
2006-10-23  Vadim Zeitlindon't show licence pane if there is no licence text
2006-10-23  Robin DunnUsed wxConstCast where needed, fixed other compile...
2006-10-23  Włodzimierz SkibaPCH build fix.
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-21  Robert Roebling Remove C++ dynamic cast for now.
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-21  Robin DunnAvoid nested DC assert
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-20  Stefan Csomoravoiding nesting dcs on the same window concurrently
2006-10-18  Paul Cornettuse generic wxAnimationCtrl in wxGTK-universal
2006-10-16  Robin DunnMerge new item attributes if any are already existing
2006-10-16  Włodzimierz SkibaAllow building without calendar.
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-14  Robert Roebling Make status bar grip move to the left in RTL.
2006-10-14  Robert Roebling Remove tree control lines unconditionally under
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-10-10  Stefan Csomoradding overlay implementation for core graphics
2006-10-10  Stefan Csomorresetting when necessary
2006-10-10  Chris Elliottfix for Borland - which never likes ?
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Paul Cornettremove extraneous semicolons
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Vadim Zeitlinreplaced Ok() with IsOk(), no real changes
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-09  Vadim Zeitlincall Refresh() to make animation work under Mac
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
2006-10-09  Vadim Zeitlinadded wxSizerFlags::GetDefaultBorder()
2006-10-09  Vadim Zeitlincheck that the bitmap is valid before getting its size...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-09  Włodzimierz SkibaUse CreateButtonSizer in wxAboutBox() to make OK button...
2006-10-08  Vadim Zeitlindefine ChangeSelection() (fixes wxMotif build)
next