summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Improve docs. (#353438, Mariano Suárez-Alvarez)Matthias Clasen2006-12-211-4/+7
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-32/+3
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-1/+8
* 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
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-2/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make static.Matthias Clasen2004-05-101-22/+22
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix bug 134982, reported by Morten Welinder:Matthias Clasen2004-02-221-1/+3
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-0/+3
* Document the "direction-changed" and "keys-changed" signals.Matthias Clasen2003-09-301-1/+11
* Merge from stable.Kristian Rietveld2003-07-091-2/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-4/+20
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Documentation updates.Matthias Clasen2002-10-111-0/+1
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-0/+232
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-1/+24
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-2/+0
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-1/+1
* Change the window parameter forOwen Taylor2002-09-241-3/+4
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-121-0/+1
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-7/+31
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-2/+40
* Renames:Owen Taylor2002-06-201-8/+8
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-60/+3
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-0/+28
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-64/+96
* Doc fixes.Alex Larsson2002-04-301-2/+1
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-261-0/+2
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-0/+292