| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Only undef gtk_init_check and gtk_init on win32. | Matthias Clasen | 2004-08-09 | 1 | -0/+6 |
* | Fix #149191, reported by Morten Welinder: | Matthias Clasen | 2004-08-03 | 1 | -0/+1 |
* | Typo fix. | Matthias Clasen | 2004-06-11 | 1 | -2/+2 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 1 | -0/+6 |
* | New internal function that emits the grab notify signal. | Soeren Sandmann | 2004-05-10 | 1 | -2/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+2 |
* | Special case scroll events so that they propagate up the widget heirarchy | Owen Taylor | 2004-03-03 | 1 | -2/+11 |
* | Don't leak the GtkKeySnooperData. (#132038, R. McFarland) | Matthias Clasen | 2004-01-31 | 1 | -2/+5 |
* | Split the gtk translations into the domains gtk20 and gtk20-properties. | Matthias Clasen | 2004-01-17 | 1 | -0/+2 |
* | Change the return value from gint to gboolean. (#130718, reported by | Matthias Clasen | 2004-01-07 | 1 | -1/+1 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 1 | -0/+11 |
* | Move docs inline, rewrite docs, mention memory management for the return | Owen Taylor | 2003-10-28 | 1 | -0/+34 |
* | Fix some unused variables. | Owen Taylor | 2003-10-23 | 1 | -2/+2 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -27/+22 |
* | Don't use zip -r on the etc directory, to avoid including editor backup | Tor Lillqvist | 2003-09-20 | 1 | -34/+70 |
* | fixed documentation. | Sven Neumann | 2003-02-24 | 1 | -3/+4 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 1 | -2/+3 |
* | Intercept events of type GDK_SETTING before we check to see if there was | Owen Taylor | 2002-12-12 | 1 | -2/+6 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -4/+4 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 1 | -3/+1 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -3/+1 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -13/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -29/+28 |
* | Privatize gtk_selection_request, gtk_selection_incr_event | Owen Taylor | 2002-09-23 | 1 | -2/+2 |
* | On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, | Tor Lillqvist | 2002-09-19 | 1 | -0/+30 |
* | Compile gtk_init_abi_check and gtk_init_check_abi_check when on | Tor Lillqvist | 2002-08-25 | 1 | -5/+7 |
* | Fix doc comment. | Matthias Clasen | 2002-08-07 | 1 | -3/+3 |
* | Fix for binary compatibility across 2.x.y. | Matthias Clasen | 2002-08-04 | 1 | -6/+5 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -4/+4 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -24/+178 |
* | Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font() | Owen Taylor | 2002-06-20 | 1 | -1/+2 |
* | ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-14 | 1 | -2/+2 |
* | don't leak the paths. | Michael Meeks | 2002-05-30 | 1 | -2/+1 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -17/+7 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -4/+6 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 1 | -5/+29 |
* | Fix screwup in handling of module path that was resulting in freed memory | Owen Taylor | 2002-03-29 | 1 | -7/+3 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -3/+4 |
* | make rewrite_event_for_window() static gtk_rc_clear_realized_style() | Hans Breuer | 2002-03-03 | 1 | -1/+1 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 1 | -4/+37 |
* | Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix default | Owen Taylor | 2002-03-02 | 1 | -1/+1 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 1 | -2/+131 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+2 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 1 | -44/+129 |
* | g_warning() if setting the local fails, like gdk_set_locale() did. | Owen Taylor | 2002-02-13 | 1 | -1/+4 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | Feb 1 08:57:38 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-01 | 1 | -19/+1 |
* | Remove the scary startup warning. | Owen Taylor | 2002-01-29 | 1 | -10/+0 |
* | Return FALSE not true in the grab_widget == NULL case. (Bug reported by | Owen Taylor | 2002-01-27 | 1 | -1/+1 |