summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixesMatthias Clasen2008-02-151-2/+2
* Fir the patch from bug #504886 not to read unitialised memory.Christian Persch2007-12-271-1/+1
* Plug mem leaks. Bug #504886.Christian Persch2007-12-221-4/+10
* Add RandR 1.2 supportSøren Sandmann2007-12-131-190/+411
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-1/+6
* Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patchLoïc Minier2007-04-031-5/+9
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Remove _gdk_x11_screen_request_cm_notificationMatthias Clasen2006-05-221-6/+0
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* fix build without xfixesMatthias Clasen2006-04-271-0/+2
* Create 'composited' label.Søren Sandmann2006-04-251-1/+84
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-32/+9
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+144
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-17/+29
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-0/+68
* Fix typos in the docs. (#303389, Masao Mutoh)Matthias Clasen2005-05-081-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-0/+3
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+2
* 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