| Commit message (Expand) | Author | Age | Files | Lines |
* | Use _gtk_action_emit_activate() instead of directly emitting the activate | Matthias Clasen | 2004-04-29 | 1 | -0/+5 |
* | Document possible accelerator gotcha when using this function. (#139641, | Matthias Clasen | 2004-04-13 | 1 | -1/+6 |
* | Give each radio action its own value. (#134889, Paolo Borelli) | Matthias Clasen | 2004-02-19 | 1 | -1/+1 |
* | Do reference counting on the user_data that is shared between multiple | Matthias Clasen | 2004-01-28 | 1 | -6/+59 |
* | Fix #131869: | Matthias Clasen | 2004-01-21 | 1 | -2/+9 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Don't leak name and stock_id. (#131358, Morten Welinder) | Matthias Clasen | 2004-01-14 | 1 | -4/+6 |
* | Adjust to the new connect_proxy signals. | Jody Goldberg | 2004-01-12 | 1 | -5/+281 |
* | Remove the redundant name and stock_id parameters, adjust all callers. | Matthias Clasen | 2004-01-07 | 1 | -20/+16 |
* | Add creation functions for actions. | Matthias Clasen | 2004-01-07 | 1 | -36/+32 |
* | add visible_horizontal, visible_vertical. (gtk_action_class_init) : here. | Jody Goldberg | 2004-01-02 | 1 | -79/+68 |
* | Pull accelerator key from the stock item if stock_id is given, but | Matthias Clasen | 2003-12-31 | 1 | -21/+47 |
* | Don't use first_action without initializing it if n_entries is 0. | Matthias Clasen | 2003-12-26 | 1 | -2/+2 |
* | Add "name" as a construct-only property. (#125475, Murray Cumming) | Matthias Clasen | 2003-10-25 | 1 | -0/+69 |
* | Initially activate the JUSTIFY_RIGHT group member to test the fix for | Matthias Clasen | 2003-09-22 | 1 | -4/+5 |
* | Add value parameter to allow setting the currently selected group member | Matthias Clasen | 2003-09-15 | 1 | -21/+140 |
* | Doc tweaks. | Matthias Clasen | 2003-09-04 | 1 | -8/+14 |
* | Doc addition. | Matthias Clasen | 2003-09-01 | 1 | -2/+4 |
* | Add some docs. | Matthias Clasen | 2003-08-30 | 1 | -1/+14 |
* | Actually group the actions together rather than putting each in its own | Matthias Clasen | 2003-08-29 | 1 | -5/+3 |
* | Forgot to actually commit this file | Søren Sandmann Pedersen | 2003-08-29 | 1 | -8/+5 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -35/+144 |
* | Make the previous commit compile. | Matthias Clasen | 2003-08-25 | 1 | -2/+2 |
* | Remove C99isms. (Morten Welinder) | Matthias Clasen | 2003-08-25 | 1 | -1/+5 |
* | Hooks for translation of label and tooltip in GtkActionGroupEntries. | Matthias Clasen | 2003-08-24 | 1 | -4/+96 |
* | 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/+356 |