| Commit message (Expand) | Author | Age | Files | Lines |
* | Use canonical property names for g_object_notify() calls. (#171746, Morten | Matthias Clasen | 2005-04-07 | 1 | -2/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | 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 |
* | Demonstrate the use of the connect-proxy signal. | Matthias Clasen | 2003-09-26 | 1 | -0/+48 |
* | Sync tooltips on toolitems. | Matthias Clasen | 2003-09-23 | 1 | -6/+32 |
* | Changes to make cross-process merging feasible: | Matthias Clasen | 2003-09-21 | 1 | -0/+1 |
* | Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637, | Matthias Clasen | 2003-09-18 | 1 | -2/+1 |
* | Install accelerators on actions, not on proxies, support accelerator-only | Matthias Clasen | 2003-09-17 | 1 | -21/+153 |
* | Fix a C99ism. (#121640, Josh Beam) | Matthias Clasen | 2003-09-06 | 1 | -10/+10 |
* | Make disconnect work for toolitems. | Matthias Clasen | 2003-09-06 | 1 | -8/+5 |
* | Disconnect from prev_action, not from action. (Fix by David Hampton) | Matthias Clasen | 2003-09-06 | 1 | -3/+1 |
* | Test buttons and toggle buttons as proxies. | Matthias Clasen | 2003-09-04 | 1 | -0/+18 |
* | Make this public again, since it's occasionally useful. (#121128, Marco | Matthias Clasen | 2003-08-31 | 1 | -9/+28 |
* | Additions. | Matthias Clasen | 2003-08-31 | 1 | -0/+8 |
* | Use gssize for length, not gsize. | Matthias Clasen | 2003-08-26 | 1 | -1/+1 |
* | A model-view separation for menus and toolbars, using the EggMenu code by | Matthias Clasen | 2003-08-24 | 1 | -0/+902 |