| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation fixes | Matthias Clasen | 2008-02-15 | 1 | -2/+2 |
* | Fir the patch from bug #504886 not to read unitialised memory. | Christian Persch | 2007-12-27 | 1 | -1/+1 |
* | Plug mem leaks. Bug #504886. | Christian Persch | 2007-12-22 | 1 | -4/+10 |
* | Add RandR 1.2 support | Søren Sandmann | 2007-12-13 | 1 | -190/+411 |
* | Add functionality to set overall opacity of a top-level window. (#405316) | Tor Lillqvist | 2007-04-30 | 1 | -1/+6 |
* | Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patch | Loïc Minier | 2007-04-03 | 1 | -5/+9 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Remove _gdk_x11_screen_request_cm_notification | Matthias Clasen | 2006-05-22 | 1 | -6/+0 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | fix build without xfixes | Matthias Clasen | 2006-04-27 | 1 | -0/+2 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -1/+84 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 1 | -32/+9 |
* | gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added | Michael Natterer | 2006-03-08 | 1 | -0/+144 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -17/+29 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fill in unused bits so they can be used for the depth-32 target case. | Owen Taylor | 2005-05-09 | 1 | -0/+68 |
* | Fix typos in the docs. (#303389, Masao Mutoh) | Matthias Clasen | 2005-05-08 | 1 | -2/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -0/+3 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+2 |
* | Make monitor boundaries visible in fake Xinerama mode. | Matthias Clasen | 2003-11-21 | 1 | -13/+44 |
* | Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2 | Matthias Clasen | 2003-11-03 | 1 | -6/+33 |
* | #include <X11/extensions/Xrandr.h> if we have RandR support, for | Manish Singh | 2003-10-27 | 1 | -0/+4 |
* | Improve wording of the docs, avoid the term "virtual screen". (#119030, | Matthias Clasen | 2003-08-03 | 1 | -7/+5 |
* | Requires glib-2.3.0, pango-1.2.0. | Owen Taylor | 2003-08-02 | 1 | -5/+0 |
* | Fix wrong use of base_finalize. (#105126, Sven Neumann) | Owen Taylor | 2003-04-18 | 1 | -1/+1 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+2 |
* | #include <stdlib.h> for putenv, <string.h> for strlen. | Manish Singh | 2003-01-09 | 1 | -0/+3 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+28 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 1 | -1/+11 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -12/+43 |
* | add g_return_if_fail for monitor number <= 0 | Havoc Pennington | 2002-10-17 | 1 | -0/+1 |
* | make legal C | jacob berkman | 2002-10-04 | 1 | -3/+4 |
* | Get the name right. | Owen Taylor | 2002-10-04 | 1 | -1/+1 |
* | Add a check for the Xrandr extension. | Owen Taylor | 2002-10-04 | 1 | -0/+39 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -4/+31 |
* | Add gdk_screen_make_display_name(), which returns a display name that can | Owen Taylor | 2002-09-25 | 1 | -0/+28 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -2/+2 |
* | Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() | Owen Taylor | 2002-09-24 | 1 | -0/+1 |
* | Remove explicit calls to pango_x/xft_shutdown_display() since Pango now | Owen Taylor | 2002-08-09 | 1 | -4/+0 |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -2/+2 |
* | Call pango_x[ft]_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -0/+10 |
* | declare screen_x11 variable to fix build w/ xinerama | jacob berkman | 2002-08-02 | 1 | -0/+1 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -1/+2 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 1 | -2/+26 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -135/+153 |