summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.c
Commit message (Expand)AuthorAgeFilesLines
* Warn and refuse to add actions with duplicate names. (#150877, TommiMatthias Clasen2007-05-191-0/+30
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-1/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* broken pipeMatthias Clasen2006-06-221-0/+1
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-201-3/+3
* Fix up compiler warningsMatthias Clasen2006-03-161-4/+1
* Check for a stock icon, not a stock item, when deciding whether to useMatthias Clasen2006-03-161-5/+3
* Make actions work with named icons. (#323484, Jorn Baayen)Matthias Clasen2006-03-131-3/+33
* Don't translate empty strings. (#326200, Christian Stimming)Matthias Clasen2006-01-081-1/+5
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-071-6/+6
* Add missing property change notification.Matthias Clasen2006-01-071-15/+27
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-3/+3
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Forgotten fileMatthias Clasen2005-05-021-1/+1
* Use gtk_accel_map_change_entry(), so that reusing the same action nameMatthias Clasen2005-04-041-1/+1
* 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-6/+4
* : Mark param spec strings as static.Matthias Clasen2005-03-211-3/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-241-2/+2
* Don't translate NULL messages. (#161789, Morten Welinder)Matthias Clasen2004-12-201-0/+3
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+1
* Fix a typo in the docs. (#157044, Masao Mutoh)Matthias Clasen2004-11-011-1/+1
* Reinstate the accidentally lost addition ofMatthias Clasen2004-10-091-45/+37
* Fix typos in signal docs. (#153224, John Finlay)Matthias Clasen2004-09-211-2/+2
* 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