]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
remove inline from declaration of functions which are not inline
[wxWidgets.git] / include / wx / gtk /
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-11-24  Robert Roebling Commit FM's GTK+ native assert dialog code.
2006-11-24  Robert Roebling Override SetLogicalOrigin and SetDeviceOrigin in...
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-18  Robert Roebling Hopefully fixed misplaced printout in libgnomeprint.
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-06  Vadim Zeitlinmove WX_GL_XXX constants from wx/*/glcanvas.h to wx...
2006-11-04  Vadim Zeitlinmoved wxCollapsiblePane to core from adv
2006-11-04  Robert Roebling Reorder event things a little.
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-02  Julian SmartMoving GTK+-specfic function - it shouldn't be in publi...
2006-11-01  Robert Roebling Make wxDataViewCtrl compile and work in ANSI mode.
2006-11-01  Stefan NeisGeneralized compilation fix for old compilers.
2006-10-31  Robert Roebling Commited region iterator fix.
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim ZeitlinGetCurrentSelection() was documented but not present...
2006-10-30  Robert Roebling Moved overridden SetMinSize() to base class.
2006-10-30  Robert Roebling Make SetMinSize() and SetMaxSize() virtual so they
2006-10-30  Stefan NeisCompilation fix for old GCC versions.
2006-10-29  Robert Roebling Let wxMiniFrame have the same default flags under...
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-29  Robert Roebling Use wxRound instead of wxCoordRound
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-27  Robert Roebling Add EnableCloseButton() as wxMSW does. Use it in
2006-10-26  Robert Roebling Rewrite selection event code for wxListBox.
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-10-25  Włodzimierz SkibaADV export fix.
2006-10-24  Paul Cornettcorrect access for virtuals
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-20  Paul CornettRemove unnecessary size members from GtkPizzaChild.
2006-10-19  Vadim Zeitlinextracted wxGtkString in a separate file, it's also...
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-10-17  Paul Cornettuse common AllocExclusive, rather than custom code
2006-10-17  Paul Cornettimplement {Create,Clone}RefData for gtk wxBitmap
2006-10-15  Paul Cornettstore GtkPizza border width in GtkContainer.border_widt...
2006-10-14  Paul Cornettcorrect access for virtual
2006-10-14  Robert Roebling Better place for coordinate mirroring and removal
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-13  Robert Roebling Remove method GetWindow() returning a GdkWindow*
2006-10-12  Robin DunnFixup Blit so it can be used with a source that is...
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-10  Paul Cornettcorrect DLL attribute
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-07  Paul Cornettsome cleanup, and plug a few small holes
2006-10-06  Robert Roebling Return toolbars "own" GdkWindow, required among
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Stefan Csomoradding alpha to gtk colour
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling The usual missing commit.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
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  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-09-09  Paul Cornettremove unneeded DoGetClientSize
2006-09-08  Robert Roebling Sadly, direct access to SetUpDC is required for the
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-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
next