Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / include /
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-09-18  Vadim Zeitlinrefactor some existing themes methods in a new base...
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-18  Robin DunnKevin's prefered way to do the last fix
2006-09-18  Robin DunnUse wxListCtrlNameStr for the generic control too.
2006-09-18  Robin DunnAdd a couple missing methods
2006-09-18  Robin DunnDon't unconditionally include the generic headers,...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Václav Slavíkbasic blitting implementation
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-17  Robert Roebling Applied [ 1555974 ] small wxURL improvements
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-16  Vadim Zeitlinadded wxRect::GetTopRight/BottomLeft() for consistency...
2006-09-16  Michael WetherellMissing header.
2006-09-16  Vadim Zeitlinadded CheckOS/ToolkitVersion()
2006-09-15  Paul Cornettwrap print headers at top level
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Stefan Csomorcleanup
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-14  Paul Cornettremove redundant declarations of wxFrameNameStr
2006-09-14  Włodzimierz SkibaFollow native renderer for DrawHeaderButton.
2006-09-14  Włodzimierz Skibam_displayMode needs complete wxVideoMode.
2006-09-14  Włodzimierz SkibawxHeaderButtonParams needs complete classes.
2006-09-14  Václav Slavíkimplemented wxBitmap::GetSubBitmap()
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Vadim Zeitlinadded wxWindow::IsFrozen() (only existed in wxMSW and...
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Włodzimierz Skibait needs wxUSE_* guard to not break smartphone build.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Julian SmartAdded public keyword
2006-09-13  Włodzimierz Skiba[ 1556353 ] [wxOS2] Change derivation to add wxGauge...
2006-09-13  Vadim Zeitlinfix wxVsnprintf_ declaration for VC8
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-12  Julian SmartStyle listbox now shows current style
2006-09-12  Robert Roebling Add const to GetTargetSize()
2006-09-12  Julian SmartSetting the current style from the UI is a mode that...
2006-09-12  Julian SmartFixed flag setting omission that showed up as list...
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Václav SlavíkwxXML load/save improvements: added ability to not...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-11  Robert Roebling Make IsExposed virtual.
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinallow wxRB_GROUP to be changed after creation (patch...
2006-09-10  Robert Roebling The usual missing commit.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Václav Slavíkcompilation fix
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-10  Robert Roebling Remove direct access to GtlPizza's offset
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Paul Cornettremove unused GtkPizza members scroll_[xy]
2006-09-09  Robin DunnSimplify use of MacIsWindowScrollbar
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-09  Václav Slavíkadded unary wxPoint::operator-
2006-09-09  Robert Roebling The patch was missing a header.
2006-09-09  Robert Roebling Apply patch [ 1548750 ] wxVsnprintf() various fixes
2006-09-09  Vadim Zeitlindefine debugging log functions as (empty inline) wxLogN...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-09  Vadim Zeitlinundid last 2 commits, there are many more cases like...
2006-09-09  Vadim Zeitlinmore warning fixes about empty if statement in helper...
2006-09-09  Vadim Zeitlinfix warning about empty if statement in HDCClipper...
2006-09-09  Robert Roebling Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
2006-09-09  Robert Roebling Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-09-09  Paul Cornettremove unneeded DoGetClientSize
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-08  Vadim Zeitlindefine WS_EX_LAYOUTRTL for older compilers/SDK
2006-09-08  Robert Roebling Sadly, direct access to SetUpDC is required for the
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-09-07  Robert Roebling Applied FRM's patch [ 1553958 ] Fix for invalid cast...
2006-09-07  Václav Slavíkdon't treat DFB_TIMEOUT as error in WaitForEventWithTimeout
2006-09-06  Robin DunnFixed compile error
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-06  Robert Roebling Applied patch which allows you to detach a stream
2006-09-06  Robert Roebling Applied 1215477, fixing a crash by properly removing
2006-09-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-05  Vadim Zeitlinpickers code cleanup (patch 1552220)
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-05  Václav Slavíkuse macros to completely remove wxLogTrace, wxLogDebug...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Michael WetherellHacks for wine.
2006-09-04  Václav Slavíkcosmetic fixes
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
next