| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it build | Matthias Clasen | 2006-01-09 | 1 | -1/+1 |
* | New function to get the action for a proxy. (#326288) | Matthias Clasen | 2006-01-09 | 1 | -2/+24 |
* | Go back to the old key for attaching the action to the proxy. (#326288, | Matthias Clasen | 2006-01-09 | 1 | -1/+1 |
* | Fix actiongroup-action interaction that relied on actions connecting to | Matthias Clasen | 2006-01-07 | 1 | -31/+50 |
* | Some more | Matthias Clasen | 2006-01-05 | 1 | -20/+1 |
* | Use a weak reference rather than the destroy signal to track proxies going | Matthias Clasen | 2006-01-05 | 1 | -18/+16 |
* | Removed. | Matthias Clasen | 2006-01-05 | 1 | -22/+0 |
* | Avoid connecting to notify on our own properties. | Matthias Clasen | 2006-01-03 | 1 | -215/+310 |
* | Connect to notify instead of multiple detailed signals. | Matthias Clasen | 2005-12-31 | 1 | -37/+49 |
* | Buttons use the label property for stock ids. (#322565, Milosz Derezynski) | Matthias Clasen | 2005-11-28 | 1 | -2/+2 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -2/+1 |
* | Disconnect the sync callback for the visibility property. (#321761, Philip | Matthias Clasen | 2005-11-18 | 1 | -0/+3 |
* | Set the label of a button if it has no child. (#315253, John Finlay) | Matthias Clasen | 2005-09-05 | 1 | -1/+2 |
* | Fix doc typo. (#314921, Guillaume Cottenceau) | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | gtk/gtk.symbols new function to get an action's accel_closure (Fixes | Michael Natterer | 2005-06-10 | 1 | -0/+19 |
* | Use g_object_notify() instead of triggering a ::notify by re-setting the | Matthias Clasen | 2005-04-29 | 1 | -6/+8 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -16/+15 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -14/+16 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -8/+8 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Improve the handling of buttons as action proxys. (#165534, Milosz | Matthias Clasen | 2005-02-28 | 1 | -9/+34 |
* | Don't claim to have handled the accelerator if the action is insensitive. | Matthias Clasen | 2004-11-28 | 1 | -4/+6 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -4/+4 |
* | Make return types G_CONST_RETURN instead of const. | Matthias Clasen | 2004-11-09 | 1 | -1/+25 |
* | Use gtk_widget_{hide,show} instead of g_object_set (..."visible"...). | Matthias Clasen | 2004-11-08 | 1 | -3/+4 |
* | Call gtk_tool_item_rebuild_menu(). | Søren Sandmann | 2004-09-14 | 1 | -7/+9 |
* | Handle action_group being NULL. (#150869, Tommi Komulainen) | Matthias Clasen | 2004-08-24 | 1 | -6/+4 |
* | Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) were | Philip Langdale | 2004-08-22 | 1 | -4/+4 |
* | Fix the docs build. | Matthias Clasen | 2004-08-13 | 1 | -1/+1 |
* | Link to information about allowed action names. (#149620, David Malcolm) | Matthias Clasen | 2004-08-12 | 1 | -0/+2 |
* | Add setters for the ::sensitive and ::visible properties of GtkAction. | Matthias Clasen | 2004-08-12 | 1 | -0/+56 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #133446, noticed by Christian Persch: | Matthias Clasen | 2004-08-04 | 1 | -17/+57 |
* | Use the canonical form of signal names after "notify::". Otherwise, no | Matthias Clasen | 2004-07-31 | 1 | -7/+7 |
* | Use _gtk_action_emit_activate() instead of directly emitting the activate | Matthias Clasen | 2004-04-29 | 1 | -5/+3 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+2 |
* | Fix #131869: | Matthias Clasen | 2004-01-21 | 1 | -4/+10 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -24/+24 |
* | Adjust to the new connect_proxy signals. | Jody Goldberg | 2004-01-12 | 1 | -64/+180 |
* | Add creation functions for actions. | Matthias Clasen | 2004-01-07 | 1 | -0/+33 |
* | add visible_horizontal, visible_vertical. (gtk_action_class_init) : here. | Jody Goldberg | 2004-01-02 | 1 | -0/+40 |
* | Fix the behaviour of insensitive actions, which was broken when | Matthias Clasen | 2003-12-19 | 1 | -1/+7 |
* | Only activate if the action is sensitive. (#127187, Christian Persch) | Matthias Clasen | 2003-11-17 | 1 | -3/+7 |
* | Introduce a separate "hide_if_empty" property for empty menu handling. | Matthias Clasen | 2003-10-01 | 1 | -9/+24 |
* | Test handling of empty menus. | Matthias Clasen | 2003-09-30 | 1 | -4/+61 |