summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-026-57/+57
* 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-016-13/+47
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-0115-218/+348
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-161-1/+2
* Renames:Owen Taylor2002-06-2015-49/+49
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-1/+2
* Patch from Erwann Chenede.Owen Taylor2002-06-203-17/+25
* Set the display.Owen Taylor2002-06-182-1/+6
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-185-21/+19
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-182-21/+21
* 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
* 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
* 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-0617-653/+304
* 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
* 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-141-1/+2
* 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-025-5/+91
* make gdk_screen_get_monitor_at_point cross platform instead of backendErwann Chenede -2002-05-021-29/+0
* removed unneeded ref. #79977Erwann Chenede -2002-05-023-14/+0
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-011-14/+0
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-012-56/+18
* Use the same key when setting and getting NetWmSupportedAtoms.Anders Carlsson2002-05-011-1/+1
* 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-304-16/+13
* Missing ChangeLog entry and indentation fixOwen Taylor2002-04-301-4/+4
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-262-1/+7
* include X11/Xlib.h, fixes the buildKristian Rietveld2002-04-261-0/+2
* Add missing gdkscreen/display-x11.h files.Owen Taylor2002-04-261-0/+2
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-2537-3817/+4766
* 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
* fix cut-n-paste bug which breaks big-endian machines (fixes #73585)jacob berkman2002-04-121-1/+1
* fix segfault upon NULL return from gdk_utf8_to_string_target().Tim Janik2002-04-042-2/+3