| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the stock help accel to F1 | Matthias Clasen | 2012-05-26 | 1 | -1/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK define | Michael Natterer | 2011-10-07 | 1 | -26/+39 |
* | gtk: use GTK_DEFAULT_ACCEL_MOD_MASK instead of GDK_CONTROL_MASK in gtkstock.c | Michael Natterer | 2011-09-26 | 1 | -11/+11 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -3/+3 |
* | Drop explicit includes of gdkkeysyms.h | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
* | Bug 528257 — File selector and stock string problems | Philip Withnall | 2010-08-22 | 1 | -2/+2 |
* | gtkstock: Adding a File label stock item. | Ted Gould | 2010-07-19 | 1 | -0/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | [docs] Minor documentation fixes. | Tadej Borovšak | 2010-07-05 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | Move documentation to inline comments: GtkStock | Javier Jardón | 2009-11-28 | 1 | -0/+25 |
* | Use standard mac shortcuts | Yevgen Muntyan | 2009-10-26 | 1 | -0/+1 |
* | Fix docs build | Matthias Clasen | 2009-06-15 | 1 | -1/+1 |
* | Fix the example | Matthias Clasen | 2009-01-18 | 1 | -2/+2 |
* | Solve the msgctxt problem a bit more elegantly, and add some hints about | Matthias Clasen | 2009-01-18 | 1 | -22/+37 |
* | Reinstate separate translation contexts for navigation and media labels | Matthias Clasen | 2009-01-18 | 1 | -16/+38 |
* | More conversion to C_() | Matthias Clasen | 2008-10-27 | 1 | -117/+125 |
* | cast the return value of g_dgettext() to fix warning about discarded | Michael Natterer | 2008-08-13 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -3/+3 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 1 | -3/+3 |
* | Bug 503071 - Application direction changes to right to left even if theres | 14:27:34 Tim Janik | 2008-05-20 | 1 | -2/+2 |
* | call g_i18n_init() in gettext_initialization(). do gettext_initialization | Yair Hershkovitz | 2008-05-11 | 1 | -2/+2 |
* | gtk/Makefile.am (STOCK_ICONS) gtk/stock-icons/16/gtk-page-setup.png added | Sven Neumann | 2008-02-18 | 1 | -0/+1 |
* | Add GTK_STOCK_DISCARD, #158008. | Christian Neumair | 2007-06-07 | 1 | -0/+1 |
* | Switch over to use glib's new g_hash_table_get_keys() rather than our own | Chris Wilson | 2007-04-11 | 1 | -32/+12 |
* | Add labels for page orientations, also add the fourth one. (#339589) | Matthias Clasen | 2006-05-16 | 1 | -0/+4 |
* | Construct the "Select All" menuitem from stock. | Matthias Clasen | 2005-08-29 | 1 | -1/+2 |
* | Add builtin GtkStockItems for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECT | Christopher Aillon | 2005-08-29 | 1 | -0/+2 |
* | Add some new stock items. (#166480, Kristof Vansant) | Matthias Clasen | 2005-06-25 | 1 | -0/+3 |
* | 2005-06-10 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2005-06-10 | 1 | -0/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | remove unused function. | Manish Singh | 2005-02-04 | 1 | -6/+12 |
* | Handle item->translation_domain being NULL. (#166179, Diego Gonzalez) | Matthias Clasen | 2005-02-04 | 1 | -3/+6 |
* | New function which allows to change the function used for translation | Matthias Clasen | 2005-02-03 | 1 | -21/+121 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach, | Matthias Clasen | 2004-07-12 | 1 | -0/+10 |
* | Add a comment about unused bits. | Matthias Clasen | 2004-05-14 | 1 | -2/+19 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Change the labels of the ZOOM_100 and ZOOM_FIT stock items to "_Normal | Matthias Clasen | 2004-02-05 | 1 | -2/+2 |
* | new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... | Hans Breuer | 2004-01-28 | 1 | -0/+1 |
* | add stock indent, unindent I would have prefered outdent, but | Jody Goldberg | 2004-01-20 | 1 | -0/+2 |
* | use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work | Hans Breuer | 2004-01-04 | 1 | -0/+1 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Change accelerator from C_ut to Cu_t. (#82747, Paolo Maggi) | Owen Taylor | 2002-09-27 | 1 | -1/+1 |
* | fix typo to make it compile | Manish Singh | 2001-10-31 | 1 | -1/+1 |