]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Whitespaces and headers cleaning.
[wxWidgets.git] / include / wx / gtk /
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...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
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-30  Paul Cornettheader includes cleanup
2006-08-26  Paul Cornettcorrect idle tag type; remove unneeded includes
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-24  Paul Cornettcorrect access for virtual
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
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-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-07-19  Mart RaudseppInitial wxTLW::(Can)SetTransparent support for wxGTK...
2006-07-16  Vadim ZeitlinwxRadioBoxButtonsInfoList should be exported (should...
2006-07-15  Václav Slavíkreformatted to fit on standard terminal
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
2006-06-18  Paul Cornettbuild fix for older gtk2, second attempt
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-03  Paul Cornettcorrect access for virtuals, unneeded includes
2006-06-03  Paul Cornettdon't generate a scroll event when setting scroll posit...
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinfix the bug which prevented the same wxFile/DirDialog...
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-28  Vadim Zeitlinadded SetDoubleBuffered() (patch 1491093)
2006-05-23  Robin DunnI've now seen 2 or 3 themes that need this extra space...
2006-05-22  Paul Cornettunused win_gtk stuff
2006-05-20  Paul Cornettremove unneeded declarations missed in previous commit
2006-05-19  Paul Cornettgtk slider code simplification and better event determi...
next