summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* gtk/gtk.symbols new function to get an action's accel_closure (FixesMichael Natterer2005-06-101-0/+19
* Use g_object_notify() instead of triggering a ::notify by re-setting theMatthias Clasen2005-04-291-6/+8
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+15
* : Mark param spec strings as static.Matthias Clasen2005-03-211-14/+16
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-8/+8
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Improve the handling of buttons as action proxys. (#165534, MiloszMatthias Clasen2005-02-281-9/+34
* Don't claim to have handled the accelerator if the action is insensitive.Matthias Clasen2004-11-281-4/+6
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-4/+4
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+25
* Use gtk_widget_{hide,show} instead of g_object_set (..."visible"...).Matthias Clasen2004-11-081-3/+4
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-7/+9
* Handle action_group being NULL. (#150869, Tommi Komulainen)Matthias Clasen2004-08-241-6/+4
* Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) werePhilip Langdale2004-08-221-4/+4
* Fix the docs build.Matthias Clasen2004-08-131-1/+1
* Link to information about allowed action names. (#149620, David Malcolm)Matthias Clasen2004-08-121-0/+2
* Add setters for the ::sensitive and ::visible properties of GtkAction.Matthias Clasen2004-08-121-0/+56
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #133446, noticed by Christian Persch:Matthias Clasen2004-08-041-17/+57
* Use the canonical form of signal names after "notify::". Otherwise, noMatthias Clasen2004-07-311-7/+7
* Use _gtk_action_emit_activate() instead of directly emitting the activateMatthias Clasen2004-04-291-5/+3
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+2
* Fix #131869:Matthias Clasen2004-01-211-4/+10
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-64/+180
* Add creation functions for actions.Matthias Clasen2004-01-071-0/+33
* add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.Jody Goldberg2004-01-021-0/+40
* Fix the behaviour of insensitive actions, which was broken whenMatthias Clasen2003-12-191-1/+7
* Only activate if the action is sensitive. (#127187, Christian Persch)Matthias Clasen2003-11-171-3/+7
* Introduce a separate "hide_if_empty" property for empty menu handling.Matthias Clasen2003-10-011-9/+24
* Test handling of empty menus.Matthias Clasen2003-09-301-4/+61
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-261-0/+48
* Sync tooltips on toolitems.Matthias Clasen2003-09-231-6/+32
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-0/+1
* Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637,Matthias Clasen2003-09-181-2/+1
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-21/+153
* Fix a C99ism. (#121640, Josh Beam)Matthias Clasen2003-09-061-10/+10
* Make disconnect work for toolitems.Matthias Clasen2003-09-061-8/+5
* Disconnect from prev_action, not from action. (Fix by David Hampton)Matthias Clasen2003-09-061-3/+1
* Test buttons and toggle buttons as proxies.Matthias Clasen2003-09-041-0/+18
* Make this public again, since it's occasionally useful. (#121128, MarcoMatthias Clasen2003-08-311-9/+28
* Additions.Matthias Clasen2003-08-311-0/+8
* Use gssize for length, not gsize.Matthias Clasen2003-08-261-1/+1
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-0/+902