add Create to wxDocParentFrame
[wxWidgets.git] / include /
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
2006-09-04  Václav Slavíkreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit...
2006-09-04  Václav Slavíkremoved obsolete and incorrect comment
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-09-02  Robin Dunnbump subrel number
2006-09-02  Robert Roebling Forgot to commit.
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkfixed typo in previous commit
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-30  Michael WetherellStream inserter to wxString
2006-08-30  Paul Cornettheader includes cleanup
2006-08-29  Stefan Csomoradding command key accelerator
2006-08-28  Vadim Zeitlinadded alpha support to wxCocoa, also fixed compilation...
2006-08-27  Stefan NeisFixed OS/2 specific defines (there's no such thing...
next