| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Just remove the scroll timeout here, don't access settings. (#348095, | Matthias Clasen | 2006-07-20 | 1 | -5/+6 |
* | Treat "" like NULL when parsing the menu-bar-accel setting. Here too. | Matthias Clasen | 2006-07-03 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Better handling of the window group on unsetting transient-for, since the | Alexander Larsson | 2006-05-12 | 1 | -46/+14 |
* | Fix build errors. | Alexander Larsson | 2006-05-12 | 1 | -2/+5 |
* | applied unified patch for configurable scroll arrow sizes from bug #333632 | Tim Janik | 2006-05-10 | 1 | -41/+77 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -49/+17 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -1/+39 |
* | Match parameter names with the headers. | Matthias Clasen | 2006-04-24 | 1 | -1/+2 |
* | bail out if there is no need for scrolling (more obvious than adding | Michael Natterer | 2006-03-27 | 1 | -0/+4 |
* | added boolean property gtk-touchscreen-mode, which essentially means | Michael Natterer | 2006-02-22 | 1 | -145/+527 |
* | Make this function public API. (#307099, Todd Berman) | Matthias Clasen | 2006-01-10 | 1 | -3/+3 |
* | Accept NULL as a detach func. (#323386, Jorn Baayen) | Matthias Clasen | 2005-12-06 | 1 | -2/+2 |
* | applied modified patch from maemo-gtk which adds a "horizontal-padding" | Michael Natterer | 2005-12-02 | 1 | -12/+33 |
* | removed redundant assignment of widget_class->motion_notify_event. | Michael Natterer | 2005-12-01 | 1 | -1/+0 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -7/+5 |
* | Convert GtkMenu to g_type_class_add_private. | Matthias Clasen | 2005-11-21 | 1 | -38/+38 |
* | Fix some compiler warnings. (#321141, Kjartan Maraas) | Matthias Clasen | 2005-11-10 | 1 | -6/+6 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -8/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -15/+15 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -12/+12 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Only cancel if the menu was active. (#314298, Christian Persch, analysis | Matthias Clasen | 2005-08-29 | 1 | -1/+1 |
* | Take window groups into account. (#309473, Diego Gonzalez) | Matthias Clasen | 2005-07-05 | 1 | -4/+11 |
* | Cancel menus when they are grab-shadowed by something thats not a submenu. | Matthias Clasen | 2005-06-27 | 1 | -0/+14 |