| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a GtkSwitch | Matthias Clasen | 2010-11-29 | 1 | -0/+10 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-10-31 | 1 | -2/+2 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -2/+2 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -1/+1 |
* | Replaced deprecated call to gtk_action_connect_proxy with call to gtk_activat... | Tobias Mueller | 2009-05-11 | 1 | -4/+5 |
* | Bug 555386 – format not a string literal and no format arguments | Christian Persch | 2008-10-13 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Fix a memory leak (#515038, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -0/+2 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -1/+1 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 1 | -0/+19 |
* | Make this work for inserting before/after an existing menuitem or | Matthias Clasen | 2005-06-19 | 1 | -2/+2 |
* | modules/engines/ms-windows/msw_rc_style.c | Manish Singh | 2004-11-19 | 1 | -15/+15 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -3/+3 |
* | Add some refcount debugging. | Matthias Clasen | 2004-07-20 | 1 | -2/+34 |
* | Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen. | Soeren Sandmann | 2004-06-05 | 1 | -3/+11 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Adjust to the new connect_proxy signals. | Jody Goldberg | 2004-01-12 | 1 | -11/+5 |
* | New function to obtain a list of toplevel widgets constructed by the ui | Matthias Clasen | 2004-01-08 | 1 | -0/+25 |
* | Pull accelerator key from the stock item if stock_id is given, but | Matthias Clasen | 2003-12-31 | 1 | -1/+1 |
* | updated added all the new tests | Hans Breuer | 2003-11-15 | 1 | -0/+8 |
* | Introduce a separate "hide_if_empty" property for empty menu handling. | Matthias Clasen | 2003-10-01 | 1 | -2/+2 |
* | Test handling of empty menus. | Matthias Clasen | 2003-09-30 | 1 | -0/+6 |
* | Demonstrate the use of the connect-proxy signal. | Matthias Clasen | 2003-09-26 | 1 | -15/+108 |
* | Initially activate the JUSTIFY_RIGHT group member to test the fix for | Matthias Clasen | 2003-09-22 | 1 | -1/+3 |
* | Install accelerators on actions, not on proxies, support accelerator-only | Matthias Clasen | 2003-09-17 | 1 | -0/+11 |
* | Add value parameter to allow setting the currently selected group member | Matthias Clasen | 2003-09-15 | 1 | -2/+13 |
* | Test buttons and toggle buttons as proxies. | Matthias Clasen | 2003-09-04 | 1 | -10/+23 |
* | Test gtk_ui_manager_add_ui(). | Matthias Clasen | 2003-09-04 | 1 | -1/+55 |
* | Add gtktoggleactionprivate.h | Matthias Clasen | 2003-08-31 | 1 | -1/+6 |
* | Connect to "destroy" on toolbar, rather than to "remove" on handlebox. | Matthias Clasen | 2003-08-30 | 1 | -5/+18 |
* | Put toolbars in handleboxes. | Matthias Clasen | 2003-08-29 | 1 | -1/+13 |
* | Add a boolean property, "add_tearoffs" with setter and getter. If it is | Matthias Clasen | 2003-08-29 | 1 | -1/+16 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -41/+49 |
* | Rename GtkMenuMerge to GtkUIManager. | Matthias Clasen | 2003-08-25 | 1 | -14/+14 |
* | Namespace the enum values properly. Sorry about the resize grip trouble, | Matthias Clasen | 2003-08-24 | 1 | -4/+4 |
* | A model-view separation for menus and toolbars, using the EggMenu code by | Matthias Clasen | 2003-08-24 | 1 | -0/+419 |