| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Mass api change from GtkExtendedLayout --> GtkSizeRequest | Tristan Van Berkom | 2010-06-18 | 1 | -41/+41 |
* | Merge branch 'native-layout-incubator' | Matthias Clasen | 2010-04-30 | 1 | -1/+120 |
|\ |
|
| * | Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINT | Tristan Van Berkom | 2010-04-21 | 1 | -10/+22 |
| * | Removing old comments in gtkbin.c | Tristan Van Berkom | 2010-04-19 | 1 | -2/+0 |
| * | Mega commit to change ->get_desired_size() for ->get_desired_width/height(). | Tristan Van Berkom | 2010-04-12 | 1 | -10/+11 |
| * | Fixed gtkbin.c:parent_extended_layout_iface to be static. | Tristan Van Berkom | 2010-04-10 | 1 | -1/+1 |
| * | Reimplemented GtkExtendedLayout on GtkBin | Tristan Van Berkom | 2010-04-09 | 1 | -1/+109 |
| * | Revert "Implement extended layout for GtkBin" | Tristan Van Berkom | 2010-04-05 | 1 | -62/+2 |
| * | Fixed GtkBox to not call get_desired_size() on a child when no child is present. | Tristan Van Berkom | 2010-04-04 | 1 | -5/+12 |
| * | Fixed extended layout implementors to not call ->get_desired_size() directly | Tristan Van Berkom | 2010-04-03 | 1 | -10/+9 |
| * | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
| * | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-04-03 | 1 | -2/+2 |
| * | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2010-04-03 | 1 | -2/+2 |
| * | Fix a typoTRISTAN_NATIVE_LAYOUT_START | Matthias Clasen | 2009-12-19 | 1 | -1/+1 |
| * | Implement extended layout for GtkBin | Matthias Clasen | 2009-12-19 | 1 | -2/+56 |
* | | [docs] Move documentation to inline comments: GtkBin | Tadej Borovšak | 2010-04-18 | 1 | -0/+13 |
* | | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
|/ |
|
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -5/+0 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -35/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -26/+22 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -12/+3 |
* | Use GtkType/GType instead of uint. | Alex Larsson | 2001-09-06 | 1 | -1/+1 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -52/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -7/+0 |
* | New function | Havoc Pennington | 2001-05-25 | 1 | -0/+18 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -29/+0 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -4/+4 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 1 | -1/+12 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -23/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -3/+1 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -15/+15 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -5/+3 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -11/+6 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -5/+1 |