| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 558522 – scroll arrow painted insensitive even though there are | Matthias Clasen | 2008-10-31 | 1 | -0/+3 |
* | Bug 553578 - tabs are not drawn correctly | Matthias Clasen | 2008-09-26 | 1 | -2/+19 |
* | Bug 329593 – Entering characters on a line very cpu intensive and | Matthias Clasen | 2008-09-17 | 1 | -16/+17 |
* | Allow changing page with arrows even on non-focusable notebook. (#528091) | Milan Crha | 2008-08-20 | 1 | -8/+1 |
* | gtk/gtknotebook.c property nick and blurb should be marked with P_(), not | Sven Neumann | 2008-08-12 | 1 | -2/+2 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.c | Sven Neumann | 2008-08-11 | 1 | -23/+23 |
* | Set drag window background to be the GtkNotebook background color. This is | Carlos Garnacho | 2008-08-04 | 1 | -0/+13 |
* | Fix make check: | Michael Natterer | 2008-07-04 | 1 | -1/+0 |
* | Allocate with GSlice: | Michael Natterer | 2008-07-04 | 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 |
* | Fix up deprecated markup syntax. Add version numbers and a message on the | Johan Dahlin | 2008-06-20 | 1 | -2/+2 |
* | Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too, | Tor Lillqvist | 2008-06-17 | 1 | -2/+9 |
* | Bug 131920 – gtkNotebook sends incorrect switch_page value | Björn Lindqvist | 2008-06-08 | 1 | -3/+4 |
* | Do not call gtk_widget_set_parent_window(), using widget->window instead | Carlos Garnacho | 2008-04-10 | 1 | -1/+0 |
* | Prevent a crash with hidden, reorderable tabs. (#513230, Mike Massonnet, | Matthias Clasen | 2008-02-16 | 1 | -1/+1 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -7/+7 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+1 |
* | Also reorder menu when reordering tabs by drag & drop (Bug #506474) | Johannes Schmid | 2007-12-31 | 1 | -1/+4 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 1 | -2/+2 |
* | Another fix to avoid further fallout from the fix for bug 388321. | Matthias Clasen | 2007-12-10 | 1 | -6/+9 |
* | Modify the tab-label-destroy fix to not crash epiphany. | Matthias Clasen | 2007-12-04 | 1 | -18/+6 |
* | Fix up some doc comments to shut up gtk-doc. | Matthias Clasen | 2007-11-26 | 1 | -9/+9 |
* | Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_label | Matthias Clasen | 2007-11-26 | 1 | -1/+24 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -3/+2 |
* | remove duplicated declaration of gtk_notebook_create_window. Patch by | Xan Lopez | 2007-10-03 | 1 | -4/+0 |
* | fix wrong default value in ::tab-expand param spec constructor. | Tim Janik | 2007-09-05 | 1 | -1/+1 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -6/+6 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+41 |
* | Fix compiler warning. (#447586, Kazuki IWAMOTO) | Behdad Esfahbod | 2007-06-14 | 1 | -1/+1 |
* | Add a doc comment | Matthias Clasen | 2007-06-07 | 1 | -0/+8 |
* | Add a create-window signal that allows to override the global | Matthias Clasen | 2007-06-04 | 1 | -5/+75 |
* | Remove g_return_if_fail checks from private functions. | Xan Lopez | 2007-06-03 | 1 | -64/+0 |
* | The page num parameter is unused is redundant and unused in | Xan Lopez | 2007-06-03 | 1 | -20/+18 |
* | Small cleanup in gtk_notebook_set_current_page and fix doc typo. | Xan Lopez | 2007-05-29 | 1 | -7/+4 |
* | Document new api | Matthias Clasen | 2007-05-26 | 1 | -1/+1 |
* | missing #include <ctype.h>. | Yevgen Muntyan | 2007-05-23 | 1 | -1/+0 |
* | Deprecate gtk_notebook_[gs]et_group_id in favour of new functions | Matthias Clasen | 2007-05-19 | 1 | -16/+81 |
* | Allow widgets up in the hierarchy to run their DnD handlers if the target | Carlos Garnacho | 2007-05-18 | 1 | -14/+16 |
* | Do not unset the brand new current page if there was none set previously. | Carlos Garnacho | 2007-05-18 | 1 | -18/+7 |
* | s/arrow-size/arrow-spacing in the arrow-spacing style property docs. | Xan Lopez | 2007-04-07 | 1 | -1/+1 |
* | Fix tabbed browsing in epiphany. (#413664, Christian Persch) | Matthias Clasen | 2007-03-13 | 1 | -3/+4 |
* | Set child visibility to FALSE here; it will be turned back on in | Matthias Clasen | 2007-03-09 | 1 | -6/+4 |
* | Avoid some unnecessary gtk_widget_get_style() calls. | Matthias Clasen | 2007-01-28 | 1 | -21/+24 |
* | Left-align menu labels. (#393255, Michail Crayson) | Matthias Clasen | 2007-01-06 | 1 | -1/+4 |
* | take into account both scroll arrows when calculating size request in | Carlos Garnacho | 2007-01-05 | 1 | -1/+1 |
* | Only handle key bindings for tab reordering if the tabs are shown and | Matthias Clasen | 2007-01-02 | 1 | -15/+24 |