summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-0658-1185/+1234
* Fix the MSB -> MSB case. Fixes #79190.Federico Mena Quintero2002-06-031-6/+6
* Markup fixesMatthias Clasen2002-05-281-17/+17
* Fix missing dereference. (HideToshi Tajima)Owen Taylor2002-05-211-1/+1
* Patch from HideToshi Tajima to handle Xlib internal connections. (#76681)Owen Taylor2002-05-201-0/+81
* gdk_event_put() copies the event and setting name, so we don't have toOwen Taylor2002-05-161-1/+1
* Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, GarethOwen Taylor2002-05-142-10/+29
* Fix prepending at the start of the list. (#56349, Thomas Leonard.)Owen Taylor2002-05-141-0/+2
* Add a sanity g_return_if_fail() check for the depths for the window andOwen Taylor2002-05-143-1/+4
* Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF brokenOwen Taylor2002-05-141-1/+8