| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 436533 – Allow more space efficient scroll arrows placement | Christian Dywan | 2008-10-08 | 1 | -24/+136 |
* | Bug 538782 – Make GtkMenu's arrow size themable | Christian Dywan | 2008-09-24 | 1 | -1/+19 |
* | gtk/gtkmenu.c remove unused macro cruft. Also remove some unneeded | Michael Natterer | 2008-09-03 | 1 | -13/+9 |
* | some more trivial cosmetic fixes. | Michael Natterer | 2008-09-03 | 1 | -32/+31 |
* | proper function header formatting. | Michael Natterer | 2008-09-03 | 1 | -3/+3 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -1/+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 | -19/+19 |
* | gtk/gtkmenushell.c In enter/leave notify events, check that the crossing | Cody Russell | 2008-08-09 | 1 | -0/+10 |
* | Doc fixes | Matthias Clasen | 2008-07-21 | 1 | -0/+2 |
* | remove _gtk_binding_signal_new(). | Michael Natterer | 2008-07-21 | 1 | -8/+8 |
* | More property deborkage | Matthias Clasen | 2008-07-04 | 1 | -9/+11 |
* | More debork | Matthias Clasen | 2008-07-04 | 1 | -1/+11 |
* | Debork | Matthias Clasen | 2008-07-04 | 1 | -5/+7 |
* | 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 'function' : incompatible types - from 'struct _cairo *' to 'struct | Hans Breuer | 2008-06-21 | 1 | -3/+3 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -9/+9 |
* | Seal GtkMenu | Tim Janik | 2008-06-20 | 1 | -3/+151 |
* | Remove an unused variable and cast to gchar to avoid a compiler warning. | Johan Dahlin | 2008-06-19 | 1 | -3/+2 |
* | Use g_object_new instead of gtk_widget_new | Johan Dahlin | 2008-06-19 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -3/+5 |
* | Bug 535608 – do not string-copy accel paths in the menu code | Christian Persch | 2008-06-07 | 1 | -15/+5 |
* | cast attach_info_free() to GDestroyNotify when using it in | Michael Natterer | 2008-05-30 | 1 | -1/+2 |
* | Bug 404571 – Scroll arrow backgrounds should be painted with different | Matthias Clasen | 2008-05-28 | 1 | -2/+2 |
* | Bug 501730 – use GSlice for small allocs | Matthias Clasen | 2008-05-25 | 1 | -5/+14 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -14/+3 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -1/+1 |
* | More default property value corrections | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | remove recently added gdk_flush() again, it's not needed after all. | Michael Natterer | 2007-11-14 | 1 | -7/+0 |
* | call gdk_flush() after showing the menu so we can definitely grab on it. | Michael Natterer | 2007-11-06 | 1 | -0/+7 |
* | Make sure menu_shell->button gets reset to 0 when we bail out early here | Michael Natterer | 2007-09-11 | 1 | -1/+11 |
* | Clarified activate_time docs. | Tim Janik | 2007-08-17 | 1 | -4/+6 |
* | Restructure the code to make sense, and don't leak an empty accel. | Matthias Clasen | 2007-07-24 | 1 | -9/+8 |
* | Merged from maemo-gtk: | Michael Natterer | 2007-06-27 | 1 | -22/+38 |
* | Refactored arrow border size, visible area, and sensitive area calculations | Cody Russell | 2007-05-09 | 1 | -133/+184 |
* | Merged heavily modified patch from maemo-gtk which enables opening and | Michael Natterer | 2007-04-27 | 1 | -0/+13 |
* | fix ACTIVE state of scroll buttons (we were setting the state to ACTIVE | Michael Natterer | 2007-04-25 | 1 | -59/+75 |
* | Don't close menus on clicks on their border area (bug #423761). (modified | Michael Natterer | 2007-03-29 | 1 | -2/+48 |
* | get rid of local GtkSettings variables by moving gtk_widget_get_settings() | Michael Natterer | 2007-03-29 | 1 | -38/+34 |
* | don't forget to set the state of the synthesized GDK_ENTER_NOTIFY event. | Michael Natterer | 2007-02-14 | 1 | -0/+1 |
* | pass &event->area to gtk_paint_box() calls. | Michael Natterer | 2007-02-01 | 1 | -3/+3 |
* | remove redundant and confusing if (GTK_IS_MENU (widget)) checks because | Michael Natterer | 2007-02-01 | 1 | -28/+20 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -3/+3 |
* | Take the scroll arrow into account when drawing the background. (#393166, | Matthias Clasen | 2007-01-05 | 1 | -1/+6 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -17/+5 |
* | Merged from gtk-2-10: | Federico Mena Quintero | 2006-12-15 | 1 | -9/+10 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -2/+2 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |