summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Discard configure events from SubstructureNotify. (#81760, Rich Burridge)Owen Taylor2002-05-141-0/+4
* Check for selection_atom, not property name atom.Owen Taylor2002-05-071-1/+1
* Only process manager events with the correct atom.Anders Carlsson2002-05-071-1/+2
* Always select for property notify for maintaining window state.Matthias Clasen2002-05-062-12/+17
* Rationalized the screen initialization process, changed the GdkDisplayX11Erwann Chenede -2002-05-036-197/+171
* Doc updates.Matthias Clasen2002-05-026-12/+97
* make gdk_screen_get_monitor_at_point cross platform instead of backendErwann Chenede -2002-05-023-33/+18
* removed unneeded ref. #79977Erwann Chenede -2002-05-025-33/+0
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-013-17/+7
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-014-99/+80
* Use the same key when setting and getting NetWmSupportedAtoms.Anders Carlsson2002-05-011-1/+1
* Improve a warning.Matthias Clasen2002-04-301-12/+0
* fix problem with finalizing non-initialized fully display when failing toOwen Taylor2002-04-301-7/+6
* Update for multihead.Owen Taylor2002-04-301-2/+1
* retionalized multihead code in _gdk_x11_copy_to_image. fixes #80256 andErwann Chenede -2002-04-301-11/+14
* Doc fixes.Alex Larsson2002-04-307-23/+19
* Missing ChangeLog entry and indentation fixOwen Taylor2002-04-301-4/+4
* Fix silly bug, noticed by Sven Neumann.Alex Larsson2002-04-291-1/+1
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-264-1/+10
* include X11/Xlib.h, fixes the buildKristian Rietveld2002-04-261-0/+2
* Add missing gdkscreen/display-x11.h files.Owen Taylor2002-04-263-14/+32
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-2574-4253/+6384
* Save x and y in window_private.Alexander Larsson2002-04-211-0/+3
* replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only checkKristian Rietveld2002-04-201-6/+6
* Remove some files whose content is either obsolete or has been movedMatthias Clasen2002-04-191-339/+0
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-181-1/+1
* create the target pixbuf AFTER filling in width/height, so that passing inHavoc Pennington2002-04-131-8/+8
* fix cut-n-paste bug which breaks big-endian machines (fixes #73585)jacob berkman2002-04-121-1/+1
* removed gdkkeysyms.h from .cvsignoreSven Neumann2002-04-051-1/+0
* Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at>Alex Larsson2002-04-051-1/+1
* fix segfault upon NULL return from gdk_utf8_to_string_target().Tim Janik2002-04-042-2/+3