summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make the the GtkAction{Toggle,Radio,}Entry* arguments to theMatthias Clasen2004-08-041-72/+79
* Document the xalign property and its getter and setter as 2.4 additions.Matthias Clasen2004-08-021-2/+2
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-231-2/+1
* Forgotten commit.Matthias Clasen2004-05-111-7/+12
* Add a note regarding UTF-8 requirements, proposed by MarianoMatthias Clasen2004-05-091-1/+4
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-1/+1
* New function to translate a string with translate_func. (#135740)Matthias Clasen2004-05-061-45/+36
* Use _gtk_action_emit_activate() instead of directly emitting the activateMatthias Clasen2004-04-291-0/+5
* Document possible accelerator gotcha when using this function. (#139641,Matthias Clasen2004-04-131-1/+6
* Give each radio action its own value. (#134889, Paolo Borelli)Matthias Clasen2004-02-191-1/+1
* Do reference counting on the user_data that is shared between multipleMatthias Clasen2004-01-281-6/+59
* Fix #131869:Matthias Clasen2004-01-211-2/+9
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Don't leak name and stock_id. (#131358, Morten Welinder)Matthias Clasen2004-01-141-4/+6
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-5/+281
* Remove the redundant name and stock_id parameters, adjust all callers.Matthias Clasen2004-01-071-20/+16
* Add creation functions for actions.Matthias Clasen2004-01-071-36/+32
* add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.Jody Goldberg2004-01-021-79/+68
* Pull accelerator key from the stock item if stock_id is given, butMatthias Clasen2003-12-311-21/+47
* Don't use first_action without initializing it if n_entries is 0.Matthias Clasen2003-12-261-2/+2
* Add "name" as a construct-only property. (#125475, Murray Cumming)Matthias Clasen2003-10-251-0/+69
* Initially activate the JUSTIFY_RIGHT group member to test the fix forMatthias Clasen2003-09-221-4/+5
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-151-21/+140
* Doc tweaks.Matthias Clasen2003-09-041-8/+14
* Doc addition.Matthias Clasen2003-09-011-2/+4
* Add some docs.Matthias Clasen2003-08-301-1/+14
* Actually group the actions together rather than putting each in its ownMatthias Clasen2003-08-291-5/+3
* Forgot to actually commit this fileSøren Sandmann Pedersen2003-08-291-8/+5
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-35/+144
* Make the previous commit compile.Matthias Clasen2003-08-251-2/+2
* Remove C99isms. (Morten Welinder)Matthias Clasen2003-08-251-1/+5
* Hooks for translation of label and tooltip in GtkActionGroupEntries.Matthias Clasen2003-08-241-4/+96
* 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/+356