| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Switch back to using XftDraw so that we take advantage of the | Owen Taylor | 2002-08-02 | 7 | -48/+107 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 10 | -22/+89 |
* | Merge from stable: | Sven Neumann | 2002-08-01 | 1 | -2/+2 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 25 | -251/+443 |
* | Check if depth of the source is not equal to the depth of the colormap | Shivram U | 2002-07-26 | 1 | -0/+33 |
* | Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8, | Matthias Clasen | 2002-07-25 | 1 | -0/+1 |
* | Fixed the LSB -> MSB case. Fixes #79463. | Federico Mena Quintero | 2002-07-16 | 1 | -7/+8 |
* | gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv | Sven Neumann | 2002-07-16 | 4 | -5/+8 |
* | Renames: | Owen Taylor | 2002-06-20 | 48 | -129/+446 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 8 | -95/+88 |
* | Patch from Erwann Chenede. | Owen Taylor | 2002-06-20 | 3 | -17/+25 |
* | Only change the double click time if the screen for the notification is | Owen Taylor | 2002-06-20 | 1 | -3/+3 |
* | Set the display. | Owen Taylor | 2002-06-18 | 2 | -1/+6 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 14 | -47/+69 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 5 | -36/+36 |
* | ue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-18 | 1 | -5/+8 |
* | Add a gboolean create argument, so we don't create the structure unless we | Owen Taylor | 2002-06-18 | 1 | -10/+9 |
* | Ignore state change events for windows that aren't our toplevels. (#84482, | Owen Taylor | 2002-06-14 | 1 | -1/+2 |
* | ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-14 | 1 | -0/+2 |
* | Make work gdk_colormap_sync() work for DirectColor visuals as well. Fill | Owen Taylor | 2002-06-13 | 1 | -14/+57 |
* | Ignore all client events that were sent to a window that we don't know | Owen Taylor | 2002-06-13 | 1 | -15/+50 |
* | added gdkdisplay and gdkscreen | Hans Breuer | 2002-06-10 | 4 | -6/+22 |
* | [ merge from stable ] | Tor Lillqvist | 2002-06-10 | 3 | -5/+27 |
* | Set hardware_keycode for KeyRelease events. (#84305) | Matthias Clasen | 2002-06-06 | 1 | -0/+1 |