Whitespaces and headers cleaning.
[wxWidgets.git] / src / gtk /
2006-10-20  Paul CornettRemove unnecessary size members from GtkPizzaChild.
2006-10-19  Paul Cornettfix memory leak in Freeze
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOSTATUSBAR
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOMENUBAR
2006-10-18  Robin DunnIf an empty string is passed, remove the tooltip instea...
2006-10-18  Paul Cornettuse generic wxAnimationCtrl in wxGTK-universal
2006-10-17  Robin DunnNeed to subtract the m_miniTitle to get client size...
2006-10-17  Paul Cornettremove assert from PurgeOtherRepresentations,we'll...
2006-10-17  Paul Cornettuse common AllocExclusive, rather than custom code
2006-10-17  Paul Cornettimplement {Create,Clone}RefData for gtk wxBitmap
2006-10-16  Robert Roebling Correct wxComboBox height in wxToolbar for old
2006-10-16  Robert Roebling Fix wxMiniFrame caption height.
2006-10-15  Robert Roebling Readd gtk_widget_set_size_request() to prevent
2006-10-15  Robert Roebling Implement mnemnic support for wxToggleButton.
2006-10-15  Paul Cornettremove gtk_pizza_expose, its purpose is easily accompli...
2006-10-15  Robert Roebling Left unused variable around.
2006-10-15  Robert Roebling Use widget->allocation instead of querying the
2006-10-15  Robert Roebling Do not remove GDK events for native GTK+ controls.
2006-10-15  Robert Roebling [ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemo...
2006-10-15  Robert Roebling Correct window placement only once.
2006-10-15  Paul Cornettstore GtkPizza border width in GtkContainer.border_widt...
2006-10-15  Paul Cornettput back obviously-not-redundant resize
2006-10-15  Paul Cornettremove redundant resize
2006-10-15  Paul Cornettreplace use of deprecated GtkPixmap, gtk_container_bord...
2006-10-15  Paul Cornettdeprecation fixes, plus some code size reduction and...
2006-10-14  Paul Cornettreplace use of deprecated GtkPixmap
2006-10-14  Paul Cornettremove obsolete checks, minor cleanup
2006-10-14  Paul Cornettreplace use of deprecated GtkPixmap
2006-10-14  Robert Roebling Forgot border when reversing coordinates for RTL.
2006-10-14  Robert Roebling Left in debug printf.
2006-10-14  Robert Roebling Better place for coordinate mirroring and removal
2006-10-14  Paul Cornettremove unused XIM code, minor cleanup
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-13  Robert Roebling Prevent bogus event which GTK 2.4 sends after
2006-10-12  Robin DunnFixup Blit so it can be used with a source that is...
2006-10-11  Robert Roebling Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-11  Mart RaudseppImplement left indentation and tab stops support in...
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Robert Roebling IsExposed() needs to reverse the direction in RTL.
2006-10-09  Robert Roebling Compilation.
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Vadim Zeitlinno changes, just replaced C comment with a C++ one
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
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 Zeitlinsmall code simplification in DoSetValue() after the...
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  Robert Roebling New magic number for positioning the tree triangle.
2006-10-08  Julian SmartStrip menu codes out from notebook page labels
2006-10-08  Julian SmartIt's valid to pass wxNOT_FOUND to SetSelection in order...
2006-10-08  Vadim Zeitlinclose the dialog when close button is pressed, this...
2006-10-08  Vadim Zeitlinwe need to set URL hook for the link to appear as a...
2006-10-08  Vadim Zeitlinuse translators if explicitely specified, fall back...
2006-10-08  Vadim Zeitlinfixed double free crash introduced by last commit
2006-10-08  Vadim ZeitlinUnicode compilation fix
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-07  Paul Cornettsmall cleanup
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  Paul Cornettmake pixbuf/alpha handling more coherent in gtk wxBitma...
2006-10-06  Paul Cornettdon't invert mono bitmaps in Rescale
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-04  Robert Roebling Add row activated event.
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Stefan Csomoradding alpha to gtk colour
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Implemented GetSelection() and GetSelections().
2006-10-03  Paul Cornettdon't set negative window size
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Robert Roebling Always set colormap for PangoContext. This silences...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-20  Robert Roebling [ 1505048 ] wxHtml rendering of underlined text
2006-09-20  Robert Roebling Fixed [ 1556843 ] wxGTK FindFocus returns NULL when...
2006-09-19  Robert Roebling Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed...
2006-09-19  Mart RaudseppFix a few warnings that appear with -Wextra (unused...
2006-09-19  Robert Roebling Fix scrolling bug where client size was reported...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Robert Roebling Draw 2-pixel width rectangle ourselves, the
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Robert Roebling Commit patch [ 1559950 ] fix mem leaks in wx{Dir...
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Robert Roebling More RTL fixes.
2006-09-13  Robert Roebling More RTL work.
next