]> git.saurik.com Git - wxWidgets.git/history - include
small sample cleanup (formatting, use stock menu items)
[wxWidgets.git] / include /
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 of 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...
2006-08-27  Robert Roebling Made toolbars sticky, i.e. you need to drag them
2006-08-27  Vadim Zeitlinadded wxCHECK_DFB_VERSION() macro
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-26  Vadim Zeitlindon't crash when EnsureVisible() is called for the...
2006-08-26  Paul Cornettcorrect idle tag type; remove unneeded includes
2006-08-26  Stefan Csomoradding constants
2006-08-26  Stefan Csomorgetting rid of unused param warning
2006-08-26  Stefan Csomoradding alpha to wxColour
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Robin DunnDefault construcctor for Iterator
2006-08-24  Michael WetherellAdd apptrait.h for msdos
2006-08-24  Michael WetherellMissing exports.
2006-08-24  Włodzimierz SkibaAvoid conflict between new transparency API and old...
2006-08-24  Włodzimierz SkibaBlind wxTinderbox fix.
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - wxIcon and wxCursor moved...
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - event table moved to base...
2006-08-24  Stefan NeisRemoved no longer needed "DECLARE_EVENT_TABLE()" comple...
2006-08-24  Paul Cornettcorrect access for virtual
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-23  Václav Slavíkremoved wxUSE_TOOLBAR_SIMPLE leftovers from the main...
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Stefan Csomorstill overriding the escape key
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
next