| Commit message (Expand) | Author | Age | Files | Lines |
* | change type of local "image" variable from GtkImage to GtkWidget to fix | Michael Natterer | 2008-06-13 | 1 | -4/+5 |
* | Set the image of a button proxy to the "icon-name" property. | Matthias Clasen | 2008-06-13 | 1 | -2/+17 |
* | Bug 535608 – do not string-copy accel paths in the menu code | Christian Persch | 2008-06-07 | 1 | -3/+4 |
* | Bug 535862 – gtk_action_create_icon can't create icons from the icon | Claudio Saavedra | 2008-06-03 | 1 | -1/+2 |
* | Adjust the code to match the documentation, examples, "common sense" and | Sven Herzberg | 2008-02-08 | 1 | -3/+8 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -2/+0 |
* | Update the documentation to mark the optional constructors parameters. The | Matthias Clasen | 2007-09-09 | 1 | -13/+12 |
* | Intern the action's name. Saves two string duplicates of it per action; | Christian Persch | 2007-07-10 | 1 | -11/+4 |
* | Remove work-around for the old tooltips code, and just set the action | Christian Persch | 2007-07-10 | 1 | -9/+5 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -4/+2 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -2/+38 |
* | Use private->data->short_label to update the proxies. | Xan Lopez | 2007-05-25 | 1 | -2/+2 |
* | Fix some compiler warnings. (#433642, Kjartan Maraas) | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to | Emmanuele Bassi | 2007-03-16 | 1 | -7/+7 |
* | Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or | Emmanuele Bassi | 2007-03-15 | 1 | -2/+27 |
* | Use canonical property names | Matthias Clasen | 2007-01-28 | 1 | -1/+1 |
* | Rearrange things so that setting multiple properties causes not more than | Matthias Clasen | 2007-01-28 | 1 | -17/+20 |
* | Improve the docs of the "label" property. (#341730, Kristof Vansant) | Matthias Clasen | 2006-12-31 | 1 | -0/+8 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -6/+0 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -6/+6 |
* | broken pipe | Matthias Clasen | 2006-06-22 | 1 | -0/+1 |
* | Fix handling of stock items without icons in action-based ui. (#342458, | Matthias Clasen | 2006-06-20 | 1 | -1/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -32/+2 |
* | Make actions work with named icons. (#323484, Jorn Baayen) | Matthias Clasen | 2006-03-13 | 1 | -17/+108 |
* | 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 |