| Commit message (Expand) | Author | Age | Files | Lines |
* | disable/enable preedit/status in GtkIMContextXIM (#59076) | Hidetoshi Tajima | 2002-09-24 | 1 | -0/+2 |
* | Replace leftover gdkx_visual_get_for_screen () by | Matthias Clasen | 2002-09-24 | 1 | -1/+1 |
* | Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new () | Matthias Clasen | 2002-09-24 | 1 | -1/+2 |
* | Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, Vitaly | Owen Taylor | 2002-09-24 | 2 | -7/+8 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-24 | 1 | -4/+4 |
* | Add a missing ; to make things compile. | Matthias Clasen | 2002-09-24 | 1 | -1/+1 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 1 | -0/+1 |
* | gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checking | Owen Taylor | 2002-09-24 | 3 | -2/+14 |
* | Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() | Owen Taylor | 2002-09-24 | 8 | -84/+128 |
* | Change the window parameter for | Owen Taylor | 2002-09-24 | 5 | -19/+20 |
* | Add a keys_changed signal emitted when the keymap changes. (#72148) | Owen Taylor | 2002-09-23 | 5 | -2/+26 |
* | Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes, | Owen Taylor | 2002-09-22 | 6 | -17/+84 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 2 | -2/+4 |
* | Copy from X11 backend. The old version mishandled consecutive newlines. | Tor Lillqvist | 2002-09-21 | 1 | -4/+4 |
* | Delete leftover declarations of the obsolete Win32-only functions | Tor Lillqvist | 2002-09-19 | 11 | -389/+31 |
* | Fix usage of compat GTK_TYPE_ macros without including gtkobject.h. | Owen Taylor | 2002-09-19 | 2 | -1/+11 |
* | fixed my latest change. | Sven Neumann | 2002-09-14 | 1 | -1/+1 |
* | use the most significant bits of the GdkColor components (#89703). | Sven Neumann | 2002-09-13 | 1 | -21/+21 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -22/+25 |
* | Merge from gtk-1-3-win32-production and gtk-2-0: | Tor Lillqvist | 2002-09-11 | 2 | -3/+3 |
* | Use correct function name in warning messages. | Tor Lillqvist | 2002-09-11 | 1 | -2/+2 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -13/+74 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -55/+128 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -16/+21 |
* | Patch from Eric Warmonhoven to get linux-fb compiling with multihead | Owen Taylor | 2002-09-10 | 19 | -114/+345 |
* | Take focus mode into account when tracking FocusIn/Out events, so we don't | Owen Taylor | 2002-09-10 | 1 | -4/+16 |
* | Fri Sep 6 15:59:54 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkd... | Owen Taylor | 2002-09-06 | 1 | -1/+0 |
* | Only set gc->colormap if it isn't already set. (Alex Larsson, #90632) | Owen Taylor | 2002-09-06 | 1 | -3/+9 |
* | Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet. | Tor Lillqvist | 2002-09-04 | 1 | -1/+1 |
* | Fix braino, actually do check each char, not just the first one, when | Tor Lillqvist | 2002-09-04 | 1 | -1/+1 |
* | On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLE | Tor Lillqvist | 2002-08-31 | 1 | -0/+11 |
* | Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw | Tor Lillqvist | 2002-08-26 | 1 | -3/+3 |
* | gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the | Tor Lillqvist | 2002-08-24 | 4 | -47/+16 |
* | Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477). | Tor Lillqvist | 2002-08-24 | 1 | -2/+10 |
* | Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fix | Tor Lillqvist | 2002-08-21 | 1 | -4/+4 |
* | initialize gtk_selection_atoms only once at the 1st call. set length of | Hidetoshi Tajima | 2002-08-14 | 1 | -2/+2 |
* | Remove gdk_screen_close, add a section for GdkDisplayManager, add | Matthias Clasen | 2002-08-12 | 4 | -11/+14 |
* | Mention in the docs that @pixmap_return and @mask_return can be %NULL. | Owen Taylor | 2002-08-11 | 1 | -4/+8 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -3/+4 |
* | Changes to support depth 8 StaticColor visuals. (#81631) | Matthias Clasen | 2002-08-09 | 1 | -3/+9 |
* | Fix weird usage of 'class' for GdkDisplay * argumnent name. (#9031, Laszlo | Owen Taylor | 2002-08-09 | 1 | -1/+1 |
* | Remove explicit calls to pango_x/xft_shutdown_display() since Pango now | Owen Taylor | 2002-08-09 | 2 | -5/+0 |
* | When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users | Owen Taylor | 2002-08-05 | 2 | -5/+1 |
* | Fix problem with wrong depth being used. (#89941, Jacob Berkman.) Remove | Owen Taylor | 2002-08-05 | 3 | -5/+3 |
* | More fixes for warnings reported by David L. Cooper II | Owen Taylor | 2002-08-05 | 1 | -1/+1 |
* | ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%------... | Owen Taylor | 2002-08-02 | 1 | -4/+46 |
* | Remove references to gdk_initialized (#81060, Jacob Berkman) | Owen Taylor | 2002-08-02 | 2 | -55/+0 |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 12 | -98/+84 |
* | Call pango_x[ft]_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -0/+10 |
* | declare screen_x11 variable to fix build w/ xinerama | jacob berkman | 2002-08-02 | 1 | -0/+1 |