| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function to determine the text direction | Matthias Clasen | 2013-12-10 | 1 | -0/+7 |
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+35 |
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -4/+4 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: Use versioned deprecations | Matthias Clasen | 2012-02-27 | 1 | -2/+2 |
* | gtkmain.h: Used GDK_DEPRECATED | Murray Cumming | 2012-01-09 | 1 | -2/+2 |
* | API: Deprecate key snooping | Benjamin Otte | 2012-01-06 | 1 | -0/+2 |
* | Fix win32 build | Fridrich Štrba | 2011-01-11 | 1 | -1/+1 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -58/+61 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -1/+0 |
* | Remove deprecated gtk_quit_* API | Javier Jardón | 2011-01-04 | 1 | -15/+0 |
* | Drop g[dt]k_set_locale | Matthias Clasen | 2010-12-21 | 1 | -1/+0 |
* | gtkmain: Remove deprecated gtk_init_add() function | Javier Jardón | 2010-11-16 | 1 | -2/+0 |
* | Deprecate gtk_init_add, gtk_remove_add and friends | Matthias Clasen | 2010-10-15 | 1 | -0/+2 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -1/+2 |
* | Don't use the same name for a function that used to be a variable | Tor Lillqvist | 2010-09-09 | 1 | -5/+11 |
* | Turn the gtk version and age variables into functions | Tor Lillqvist | 2010-09-08 | 1 | -14/+5 |
* | constify gtk_init_with_args()'s GOptionEntry argument | Javier Jardón | 2010-06-10 | 1 | -7/+7 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -0/+7 |
* | Remove all deprecated stuff from gtkmain | Michael Natterer | 2010-05-03 | 1 | -49/+0 |
* | Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES | Michael Natterer | 2010-05-03 | 1 | -1/+1 |
* | gtk_init_with_args() arguments should be const gchar* | Nick Schermer | 2009-10-26 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -4/+4 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -1/+1 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | Make gtk_check_version() return const. (#496734, Nicolas Joseph) | Matthias Clasen | 2007-11-19 | 1 | -3/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -7/+2 |
* | Make gtk argument parsing use goption. Add gtk_get_option_group and | Anders Carlsson | 2004-09-05 | 1 | -0/+10 |
* | Make it possible to specify additional modules to load via a setting. | Matthias Clasen | 2004-09-01 | 1 | -7/+0 |
* | Ugh, forgotten ; | Matthias Clasen | 2004-07-13 | 1 | -1/+1 |
* | Add gtk_parse_args() | Matthias Clasen | 2004-07-13 | 1 | -0/+3 |
* | Change the return value from gint to gboolean. (#130718, reported by | Matthias Clasen | 2004-01-07 | 1 | -1/+1 |
* | Don't use zip -r on the etc directory, to avoid including editor backup | Tor Lillqvist | 2003-09-20 | 1 | -0/+2 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -2/+2 |
* | Deprecate gtk_paned_computed_position(). (#97077) | Matthias Clasen | 2003-01-31 | 1 | -1/+2 |
* | Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct | Tor Lillqvist | 2002-08-24 | 1 | -1/+4 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -5/+6 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 1 | -4/+6 |
* | fix typo in gtk_init_check macro, which caused crashes if argc != 0 | Hans Breuer | 2002-03-29 | 1 | -1/+1 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 1 | -0/+3 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -7/+0 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -1/+7 |
* | Actually export gtk_disable_setlocale(). (Caught by Sven Neumann) | Owen Taylor | 2001-10-19 | 1 | -0/+2 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -0/+7 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -5/+3 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -0/+6 |
* | New function. print_event_state, print_event): Use preprocessor macro to | Tor Lillqvist | 2001-03-18 | 1 | -2/+2 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -8/+8 |