summaryrefslogtreecommitdiff
path: root/tests/testmerge.c
Commit message (Expand)AuthorAgeFilesLines
* Use gdk_event_triggers_context_menu() instead of checking for event->button == 3Javier Jardón2012-03-131-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Test some virtual modifiersMatthias Clasen2011-12-081-3/+3
* Don't use *_DISABLE_DEPRECATEDMatthias Clasen2011-11-011-1/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* uimanager: Deprecate add-tearoffs propertyBenjamin Otte2011-10-011-0/+3
* tests: Remove handleboxes from testmerge exampleBenjamin Otte2011-09-301-14/+1
* tests: Convert testmerge from GtkTable to GtkGridBenjamin Otte2011-09-281-12/+12
* Add a GtkSwitchMatthias Clasen2010-11-291-0/+10
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Replaced deprecated call to gtk_action_connect_proxy with call to gtk_activat...Tobias Mueller2009-05-111-4/+5
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix a memory leak (#515038, Christian Persch)Matthias Clasen2008-02-121-0/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* Make this work for inserting before/after an existing menuitem orMatthias Clasen2005-06-191-2/+2
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-15/+15
* Fix many sparse warnings.Matthias Clasen2004-10-281-3/+3
* Add some refcount debugging.Matthias Clasen2004-07-201-2/+34
* Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen.Soeren Sandmann2004-06-051-3/+11
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-11/+5
* New function to obtain a list of toplevel widgets constructed by the uiMatthias Clasen2004-01-081-0/+25
* Pull accelerator key from the stock item if stock_id is given, butMatthias Clasen2003-12-311-1/+1
* updated added all the new testsHans Breuer2003-11-151-0/+8
* Introduce a separate "hide_if_empty" property for empty menu handling.Matthias Clasen2003-10-011-2/+2
* Test handling of empty menus.Matthias Clasen2003-09-301-0/+6
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-261-15/+108
* Initially activate the JUSTIFY_RIGHT group member to test the fix forMatthias Clasen2003-09-221-1/+3
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-0/+11
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-151-2/+13
* Test buttons and toggle buttons as proxies.Matthias Clasen2003-09-041-10/+23
* Test gtk_ui_manager_add_ui().Matthias Clasen2003-09-041-1/+55
* Add gtktoggleactionprivate.hMatthias Clasen2003-08-311-1/+6
* Connect to "destroy" on toolbar, rather than to "remove" on handlebox.Matthias Clasen2003-08-301-5/+18
* Put toolbars in handleboxes.Matthias Clasen2003-08-291-1/+13
* Add a boolean property, "add_tearoffs" with setter and getter. If it isMatthias Clasen2003-08-291-1/+16
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-41/+49
* Rename GtkMenuMerge to GtkUIManager.Matthias Clasen2003-08-251-14/+14
* Namespace the enum values properly. Sorry about the resize grip trouble,Matthias Clasen2003-08-241-4/+4
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-0/+419