Added a couple of text effects
[wxWidgets.git] / src / gtk /
2006-11-08  Robert Roebling Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane...
2006-11-08  Benjamin Williamsvertically centered miniframe close button
2006-11-07  Robin DunnKeep m_pos in sync in SetValue in case the value_change...
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-11-04  Robert Roebling Reorder event things a little.
2006-11-04  Robert Roebling Reenabled page selection event when page in notebook
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-03  Vadim Zeitlindon't use native GTK implementation in wxUniv builds
2006-11-03  Paul Cornettignore requests to install idle handler when app instan...
2006-11-02  Julian SmartUndid completely wrong patch 1438117: other platforms...
2006-11-02  Robert Roebling Return to just using the official API for setting
2006-11-02  Robert Roebling Correct code for TLW placement, this fixes several
2006-11-02  Paul Cornettdon't reset idle tag unless idle function is also going...
2006-11-02  Paul Cornettrevert memory leak fix, it causes crash
2006-11-02  Jouk Jansen Committing in .
2006-11-02  Julian SmartMoving GTK+-specfic function - it shouldn't be in publi...
2006-11-01  Robert Roebling Remove debug printf.
2006-11-01  Robert Roebling Make wxDataViewCtrl compile and work in ANSI mode.
2006-11-01  Robert Roebling Fix compilation for GTK >= 2.6
2006-11-01  Robert Roebling Fix warning.
2006-10-31  Robert Roebling Fix crash when intersecting with NULL region.
2006-10-31  Robert Roebling Commited region iterator fix.
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Paul Cornettdon't try to add emission hook if GtkWidget type is...
2006-10-30  Vadim Zeitlinhandle XOpenDisplay() failure in GetSM(); reformatted...
2006-10-30  Robert Roebling [ 1587248 ] Segfault w/o Session Manager (e.g. KDE...
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-29  Robert Roebling Remove left-over code.
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-29  Vadim Zeitlindon't set translation credits if they're empty (part...
2006-10-29  Vadim Zeitlindon't call gtk_image_set_from_pixbuf() if no animation...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Julian SmartFixed caret droppings left when scrolling
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-26  Vadim Zeitlinfixed reversed return value of IsEmpty() (closes 1585004)
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-24  Vadim Zeitlinreset the internal flags at the end of DoSetValue(...
2006-10-23  Robin DunnUse wxGTK_CONV to fix compile error when building in...
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlinuse gtk_expander_new_with_mnemonic() instead of just...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
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  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)
next