]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkscreen-x11.c
gdk/: fully remove gdkalias hacks
[~andy/gtk] / gdk / x11 / gdkscreen-x11.c
2010-07-10 Javier Jardóngdk/: fully remove gdkalias hacks
2010-06-04 Matthias ClasenSilence a few warnings in !HAVE_RANDR builds
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-23 Florian ScandellaAdd heuristic for primary monitor
2010-04-09 Matthias ClasenFix a silly mistake in primary_monitor handling
2010-04-06 Adel Gadllah[GdkScreenX11] Fix check in gdk_screen_get_primary_monitor
2010-04-06 Adel Gadllah[GdkScreenX11] Add heuristic for pre XRandR 1.3 drivers
2010-04-04 Matthias ClasenAdd some missing introspection annotations
2010-04-04 Matthias ClasenAdd a missing introspection annotation for gdk_screen_g...
2010-04-04 Colin WaltersMerge in Gdk-custom.c introspection annotations
2010-02-23 Matthias ClasenAdd some missing introspection annotations
2010-02-22 Matthias ClasenAdd a missing introspection annotation for gdk_screen_g...
2009-12-16 Colin WaltersMerge in Gdk-custom.c introspection annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-08 Cody RussellAdd gdk_screen_get_primary_monitor(). This fixes bug...
2009-11-27 Matthias ClasenBe a bit more forgiving about invalid monitor number
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-14 Michael Meeksfix whitespace error
2009-09-14 Michael Meeksfix race between fetching owner of composit selection...
2009-08-31 Matthias ClasenMinor doc fix
2009-08-10 Javier JardónRemove some unused variables (GnomeBug:591218)
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-30 Caolan McNamaraPlug a memory leak in Xrandr code
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-10 Carlos Garcia CamposFix memory leak in gdkscreen-x11
2009-02-24 Matthias ClasenAnother attempt at getting Xrandr screen size changes...
2009-02-20 Ray StrodeAfter using randr to get a list of monitors, sort the...
2009-02-19 Matthias ClasenBe more robust against X breakage
2009-02-18 Matthias Clasensome xrandr fixes
2009-02-13 Matthias ClasenCheck for Xrandr 1.3
2008-10-22 Matthias ClasenOnly emit size-changed if the screen size actually...
2008-09-10 Søren SandmannDon't use XRRGetScreenResources() as there are performa...
2008-08-20 Søren Sandmann Ped... +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann...
2008-08-13 Erwann Chenede -Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xin...
2008-07-22 Frederic CrozatDon't use RandR 1.2 if driver is detected as randr12_co...
2008-07-06 Matthias ClasenBug 493008 – gdk_screen_get_window_stack is not 64...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-02-15 Matthias ClasenDocumentation fixes
2007-12-27 Christian PerschFir the patch from bug #504886 not to read unitialised...
2007-12-22 Christian PerschPlug mem leaks. Bug #504886.
2007-12-13 Søren SandmannAdd RandR 1.2 support
2007-04-30 Tor LillqvistAdd functionality to set overall opacity of a top-level...
2007-04-03 Loïc MinierRevert to non-xinerama mode when XineramaQueryScreens...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-05-22 Matthias ClasenRemove _gdk_x11_screen_request_cm_notification
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-27 Matthias Clasenfix build without xfixes
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-03-08 Michael Natterergdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-05-09 Owen TaylorFill in unused bits so they can be used for the depth...
2005-05-08 Matthias ClasenFix typos in the docs. (#303389, Masao Mutoh)
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-11-21 Matthias ClasenMake monitor boundaries visible in fake Xinerama mode.
2003-11-03 Matthias ClasenIntroduce a GDK_DEBUG_XINERAMA debug flag, and make...
2003-10-27 Manish Singh#include <X11/extensions/Xrandr.h> if we have RandR...
2003-08-03 Matthias ClasenImprove wording of the docs, avoid the term "virtual...
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-04-18 Owen TaylorFix wrong use of base_finalize. (#105126, Sven Neumann)
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-09 Manish Singh#include <stdlib.h> for putenv, <string.h> for strlen.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-25 Owen TaylorFixes from #98358, Havoc Pennington.
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-17 Havoc Penningtonadd g_return_if_fail for monitor number <= 0
2002-10-04 jacob berkmanmake legal C
2002-10-04 Owen TaylorGet the name right.
2002-10-04 Owen TaylorAdd a check for the Xrandr extension.
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-09-25 Owen TaylorAdd gdk_screen_make_display_name(), which returns a...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-09-24 Owen TaylorDelete unused private gdk_visual_lookup(), make gdk_col...
2002-08-09 Owen TaylorRemove explicit calls to pango_x/xft_shutdown_display...
2002-08-02 Owen TaylorFix args to pango_x_shutdown_display().
2002-08-02 Owen TaylorCall pango_x[ft]_shutdown_display().
2002-08-02 jacob berkmandeclare screen_x11 variable to fix build w/ xinerama
2002-08-01 Owen TaylorNew demo for window migration between different display...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-05-03 Erwann Chenede -Rationalized the screen initialization process, changed...
2002-05-02 Matthias ClasenDoc updates.
2002-05-02 Erwann Chenede -make gdk_screen_get_monitor_at_point cross platform...
2002-05-02 Erwann Chenede -removed unneeded ref. #79977
2002-05-01 Erwann Chenede -remove virtualization and made it cross platform. fix...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...