summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Update event emulation to handle offscreen childrenAlexander Larsson2009-06-081-6/+29
* Make window_get_pointer a window impl virtualAlexander Larsson2009-06-051-18/+17
* window_get_pointer should return the direct childAlexander Larsson2009-06-051-25/+10
* enable motion hints - use last sent requestAlexander Larsson2009-04-021-4/+10
* Report the steady state in gdk_display_pointer_is_grabbedAlexander Larsson2009-04-021-20/+8
* Move implicit grab tracking totally to common codeAlexander Larsson2009-04-021-1/+0
* Don't send crossing events to destroyed windowsAlexander Larsson2009-04-021-2/+4
* New approach for grab tracking codeAlexander Larsson2009-04-021-186/+399
* Switch motion hint emulation to be serial based.Alexander Larsson2009-04-021-0/+13
* Move keyboard grab state tracking code to common codeAlexander Larsson2009-04-021-3/+62
* Implement cursorsAlexander Larsson2009-04-021-13/+2
* Fix crossing event order and some detailsAlexander Larsson2009-04-021-7/+10
* New approach to motion event handlingAlexander Larsson2009-04-021-59/+174
* Fix coordinates reported from gdk_window_get_pointer (had sign reversed)Alexander Larsson2009-04-021-2/+2
* Avoid crash by not passing in NULL mask pointer to _gdk_windowing_get_pointerAlexander Larsson2009-04-021-1/+2
* Initial client-side-windows workAlexander Larsson2009-04-021-6/+284
* Correct the documentation. Patch by Paul DavisMatthias Clasen2008-12-081-5/+7
* Bug 550989 – gdk_display_put_event() should call g_main_context_wakeup()Matthias Clasen2008-09-071-0/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-2/+2
* 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