summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Make monitor boundaries visible in fake Xinerama mode.Matthias Clasen2003-11-211-13/+44
* Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2Matthias Clasen2003-11-031-6/+33
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-271-0/+4
* Improve wording of the docs, avoid the term "virtual screen". (#119030,Matthias Clasen2003-08-031-7/+5
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-5/+0
* Fix wrong use of base_finalize. (#105126, Sven Neumann)Owen Taylor2003-04-181-1/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+2
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-091-0/+3
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+28
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-251-1/+11
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-12/+43
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-171-0/+1
* make legal Cjacob berkman2002-10-041-3/+4
* Get the name right.Owen Taylor2002-10-041-1/+1
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-0/+39
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-4/+31
* Add gdk_screen_make_display_name(), which returns a display name that canOwen Taylor2002-09-251-0/+28
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-2/+2
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-241-0/+1
* Remove explicit calls to pango_x/xft_shutdown_display() since Pango nowOwen Taylor2002-08-091-4/+0
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-2/+2
* 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
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-1/+2
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-2/+26
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-135/+153
* Rationalized the screen initialization process, changed the GdkDisplayX11Erwann Chenede -2002-05-031-0/+151
* Doc updates.Matthias Clasen2002-05-021-0/+16
* 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-021-10/+0
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-011-54/+11
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-0/+350