summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Patch from Eric Warmonhoven to get linux-fb compiling with multiheadOwen Taylor2002-09-1019-114/+345
* Take focus mode into account when tracking FocusIn/Out events, so we don'tOwen Taylor2002-09-101-4/+16
* Fri Sep 6 15:59:54 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkd...Owen Taylor2002-09-061-1/+0
* Only set gc->colormap if it isn't already set. (Alex Larsson, #90632)Owen Taylor2002-09-061-3/+9
* Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet.Tor Lillqvist2002-09-041-1/+1
* Fix braino, actually do check each char, not just the first one, whenTor Lillqvist2002-09-041-1/+1
* On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLETor Lillqvist2002-08-311-0/+11
* Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingwTor Lillqvist2002-08-261-3/+3
* gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move theTor Lillqvist2002-08-244-47/+16
* Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477).Tor Lillqvist2002-08-241-2/+10
* Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fixTor Lillqvist2002-08-211-4/+4
* initialize gtk_selection_atoms only once at the 1st call. set length ofHidetoshi Tajima2002-08-141-2/+2
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-124-11/+14
* Mention in the docs that @pixmap_return and @mask_return can be %NULL.Owen Taylor2002-08-111-4/+8
* Minor documentation fixesSoren Sandmann2002-08-101-3/+4
* Changes to support depth 8 StaticColor visuals. (#81631)Matthias Clasen2002-08-091-3/+9
* Fix weird usage of 'class' for GdkDisplay * argumnent name. (#9031, LaszloOwen Taylor2002-08-091-1/+1
* Remove explicit calls to pango_x/xft_shutdown_display() since Pango nowOwen Taylor2002-08-092-5/+0
* When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the usersOwen Taylor2002-08-052-5/+1
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-053-5/+3
* More fixes for warnings reported by David L. Cooper IIOwen Taylor2002-08-051-1/+1
* ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%------...Owen Taylor2002-08-021-4/+46
* Remove references to gdk_initialized (#81060, Jacob Berkman)Owen Taylor2002-08-022-55/+0
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-0212-98/+84
* Call pango_x[ft]_shutdown_display().Owen Taylor2002-08-021-0/+10
* declare screen_x11 variable to fix build w/ xineramajacob berkman2002-08-021-0/+1
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-027-48/+107
* New demo for window migration between different displays and screens.Owen Taylor2002-08-0110-22/+89
* Merge from stable:Sven Neumann2002-08-011-2/+2
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-0125-251/+443
* Check if depth of the source is not equal to the depth of the colormapShivram U2002-07-261-0/+33
* Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8,Matthias Clasen2002-07-251-0/+1
* Fixed the LSB -> MSB case. Fixes #79463.Federico Mena Quintero2002-07-161-7/+8
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-164-5/+8
* Renames:Owen Taylor2002-06-2048-129/+446
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-208-95/+88
* Patch from Erwann Chenede.Owen Taylor2002-06-203-17/+25
* Only change the double click time if the screen for the notification isOwen Taylor2002-06-201-3/+3
* Set the display.Owen Taylor2002-06-182-1/+6
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-1814-47/+69
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-185-36/+36
* ue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-181-5/+8
* Add a gboolean create argument, so we don't create the structure unless weOwen Taylor2002-06-181-10/+9
* Ignore state change events for windows that aren't our toplevels. (#84482,Owen Taylor2002-06-141-1/+2
* ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-141-0/+2
* Make work gdk_colormap_sync() work for DirectColor visuals as well. FillOwen Taylor2002-06-131-14/+57
* Ignore all client events that were sent to a window that we don't knowOwen Taylor2002-06-131-15/+50
* added gdkdisplay and gdkscreenHans Breuer2002-06-104-6/+22
* [ merge from stable ]Tor Lillqvist2002-06-103-5/+27
* Set hardware_keycode for KeyRelease events. (#84305)Matthias Clasen2002-06-061-0/+1