| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 58 | -1185/+1234 |
* | Fix the MSB -> MSB case. Fixes #79190. | Federico Mena Quintero | 2002-06-03 | 1 | -6/+6 |
* | Markup fixes | Matthias Clasen | 2002-05-28 | 1 | -17/+17 |
* | Fix missing dereference. (HideToshi Tajima) | Owen Taylor | 2002-05-21 | 1 | -1/+1 |
* | Patch from HideToshi Tajima to handle Xlib internal connections. (#76681) | Owen Taylor | 2002-05-20 | 1 | -0/+81 |
* | gdk_event_put() copies the event and setting name, so we don't have to | Owen Taylor | 2002-05-16 | 1 | -1/+1 |
* | Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, Gareth | Owen Taylor | 2002-05-14 | 2 | -10/+29 |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 1 | -0/+2 |
* | Add a sanity g_return_if_fail() check for the depths for the window and | Owen Taylor | 2002-05-14 | 3 | -1/+4 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -1/+8 |