| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make orientable base classes instantiable | Matthias Clasen | 2010-05-25 | 1 | -9/+9 |
* | Remove deprecated functions from GtkBox | Christian Dywan | 2010-05-03 | 1 | -44/+0 |
* | Fix some compilation warnings | Javier Jardón | 2010-05-01 | 1 | -1/+1 |
* | Merge branch 'native-layout-incubator' | Matthias Clasen | 2010-04-30 | 1 | -292/+718 |
|\ |
|
| * | Treat h and v boxes the same way | Matthias Clasen | 2010-04-25 | 1 | -8/+1 |
| * | Fix a regression in RTL flipping | Matthias Clasen | 2010-04-25 | 1 | -6/+6 |
| * | Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINT | Tristan Van Berkom | 2010-04-21 | 1 | -1/+10 |
| * | Compute the collective heights for the width of a horizontal box. | Tristan Van Berkom | 2010-04-18 | 1 | -148/+198 |
| * | Mega commit to change ->get_desired_size() for ->get_desired_width/height(). | Tristan Van Berkom | 2010-04-12 | 1 | -98/+101 |
| * | Implemented gtk_extended_layout_is_height_for_width() and added another guess... | Tristan Van Berkom | 2010-04-10 | 1 | -18/+77 |
| * | Added get_height_for_width/get_width_for_height implementation to GtkBox. | Tristan Van Berkom | 2010-04-09 | 1 | -126/+351 |
| * | Fixed gtk_box_size_allocate() for homogeneous boxes | Tristan Van Berkom | 2010-04-08 | 1 | -38/+51 |
| * | Fixed classes to call gtk_extended_layout_get_desired_size_again() | Tristan Van Berkom | 2010-04-06 | 1 | -3/+3 |
| * | Fixed 2 bugs in gtk_box_size_allocate() | Tristan Van Berkom | 2010-04-05 | 1 | -6/+18 |
| * | Refixed merge conflicts for GTK_WIDGET_MAPPED/GTK_WIDGET_VISIBLE | Tristan Van Berkom | 2010-04-03 | 1 | -1/+1 |
| * | 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 | -8/+9 |
| * | native-layout: Fix typo that brakes layout completely | Johannes Schmid | 2009-12-14 | 1 | -1/+1 |
| * | native-layout: Don't expose extra gtk_widget_* function that are similar to t... | Johannes Schmid | 2009-12-14 | 1 | -8/+8 |
| * | native-layout: Introduce GtkExtendedLayout interface. | Johannes Schmmid | 2009-12-14 | 1 | -270/+333 |
* | | Move documentation to inline comments: GtkBox | Tadej Borovšak | 2010-04-28 | 1 | -0/+54 |
* | | 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 | -8/+10 |
|/ |
|
* | gtk/gtkbox.c: fixed type declaration. | Tim Janik | 2008-10-07 | 1 | -7/+3 |
* | keep GtkBox as an abstract type and keep _gtk_box_new() as private | 11:03:30 Tim Janik | 2008-10-07 | 1 | -7/+10 |
* | reindent static prototypes. | Michael Natterer | 2008-10-07 | 1 | -38/+38 |
* | Bug 553573 – Add orientation API to GtkBox | Michael Natterer | 2008-10-07 | 1 | -30/+476 |
* | Bug 408244 – add GtkDialog::content-area-spacing | Christian Dywan | 2008-09-24 | 1 | -1/+22 |
* | use gtk_box_pack_start() instead of the deprecated | Michael Natterer | 2008-07-21 | 1 | -1/+1 |
* | Deprecate gtk_box_pack_{start,end}_defaults | Matthias Clasen | 2008-07-06 | 1 | -0/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Removed accidental empty row in gtk_box_pack. | Mikael Hallendal | 2008-06-28 | 1 | -1/+0 |
* | Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc... | Mikael Hallendal | 2008-06-28 | 1 | -52/+39 |
* | 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 | -8/+2 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 1 | -2/+2 |
* | Some doc updates | Matthias Clasen | 2007-06-10 | 1 | -12/+141 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+8 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -7/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | 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 |