]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/private
Handle WebKitWebView create-web-view.
[wxWidgets.git] / include / wx / gtk / private /
2013-08-03  Paul Cornettremove obsolete check for GTK 2.6
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Paul Cornettavoid GTK+ prefixes for our tree entry code, it is...
2013-07-06  Paul Cornettremove symbol exports, this code is private to the...
2013-07-06  Paul Cornettremove empty GtkTreeEntryClass
2013-07-06  Paul Cornettmove treeentry_gtk.h to include/wx/gtk/private/
2013-03-21  Vadim ZeitlinCreate a small helper class for Unity global menu bug...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2012-12-16  Paul CornettFix for toolbars and menus not being disabled on Ubuntu
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-01  Vadim ZeitlinAllow creating wxTextMeasure without specifying the...
2012-11-01  Vadim ZeitlinAllow constructing wxGTK wxTextMeasure with NULL font.
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-07-27  Vadim ZeitlinAdd a private wrapper for GError to wxGTK.
2012-06-30  Paul Cornettsupport for GTK3
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-11-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-11-08  Vadim ZeitlinCompilation fixes for GTK+ 2.4.
2011-10-31  Paul Cornettadd gdk_window_get_height/width
2011-10-19  Václav SlavíkMove InitMouseEvent<T>() to wx/gtk/private/event.h.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-04-28  Vadim ZeitlinUse correct GTK macro in wx_gtk_widget_get_sensitive().
2011-03-29  Paul Cornettfix typo
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-27  Paul Cornettadd more functions we will need
2011-03-27  Václav SlavíkAlways use gtk2-compat.h definitions.
2011-03-27  Václav SlavíkRenamed wx/gtk/private/compat.h to gtk2-compat.h.
2011-03-26  Václav SlavíkCompilation fix for r67312: add explicit cast to GtkSta...
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-24  Robert RoeblingMake sorting of wxListBox, wxChoice and wxComboBox...
2010-08-19  Vadim ZeitlinCompilation fix for STL build in wxGtkCollatableString...
2010-08-18  Robert Roeblingmake wxChoice and wxComboBox sort in a case insensitive...
2010-05-30  Paul CornettRemove pizza backing window.
2010-04-25  Francesco Montorsino real change: just fix RCS-ID so that it reflects...
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Paul Cornettremove unused data member
2009-11-10  Vadim ZeitlinCorrect text position in wxDataViewCustomRenderer:...
2009-11-10  Vadim ZeitlinAdd helper wxRectFromGDKRect() function and use it.
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2006-10-19  Vadim Zeitlinextracted wxGtkString in a separate file, it's also...