summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Don't steal menu events while the keyboard is grabbed.Richard Hult2007-06-251-1/+3
* Fallback to X cursors for the ones that OS X doesn't provide. Fixes bugRichard Hult2007-06-253-12/+291
* Revert my attempted overly simple fix for #445284, as it causes aTor Lillqvist2007-06-251-0/+6
* applied patch from Mark Tiefenbruck to add missing return_if_fail,Tim Janik2007-06-211-0/+1
* Fix a typo in a commentJohan Dahlin2007-06-191-1/+1
* Don't create or update the tracking rect in the window, move it to theRichard Hult2007-06-194-30/+67
* Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy.Mathias Hasselmann2007-06-191-0/+2
* Forward Mac OS menu shortcut events to the right menu.Richard Hult2007-06-171-0/+51
* More refactoring of the event handling: Extract synthesizing of crossingRichard Hult2007-06-171-118/+147
* Remove pointless logging for unhandled events. Activate the application onRichard Hult2007-06-171-8/+18
* replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman SauerbeckXan Lopez2007-06-171-2/+2
* Ignore events and break any grabs while the window is being dragged.Richard Hult2007-06-161-0/+10
* Defer setting the parent until the window is shown, otherwise it getsRichard Hult2007-06-161-1/+7
* Move the checks for no window or a non-GDK window from here...Richard Hult2007-06-161-22/+31
* Break out into a separate function.Richard Hult2007-06-161-18/+26
* Implement, to be used to detect if the window is currently being movedRichard Hult2007-06-162-4/+41
* Don't set parent/child relationship for tooltip windows since that movesRichard Hult2007-06-161-2/+11
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-151-8/+16
* Use g_win32_get_windows_version() instead of _winver so that this compilesTor Lillqvist2007-06-141-2/+6
* #undef GDK_DISABLE_DEPRECATED to get prototype for gdk_font_ref().Behdad Esfahbod2007-06-131-0/+2
* Remove linux-fb leftoversMatthias Clasen2007-06-131-7/+2
* Improve docs. (#446138, Björn Lindqvist)Behdad Esfahbod2007-06-121-3/+6
* Handle child_setup being NULL. (#445691, Christopher Taylor)Matthias Clasen2007-06-111-3/+4
* fix angles by flipping the coordinate system back to its original yMichael Natterer2007-06-101-6/+25
* Don't revert the mouse cursor to the built-in one when the user holds theCody Russell2007-06-101-6/+0
* add utility function gdk_quartz_fix_cap_not_last_line() which fixes theMichael Natterer2007-06-071-4/+54
* add gdk_gc_quartz_init() and set some values to the defaults used by X11.Michael Natterer2007-06-071-2/+14
* use the same code for GDK_XOR as for GDK_INVERT. Xor with an arbitraryMichael Natterer2007-06-071-4/+1
* Fix a doc formatting thingMatthias Clasen2007-06-071-1/+1
* Rework how we get the event window: don't get the window from the NSEvent,Richard Hult2007-06-061-42/+128
* Don't do anything if the two windows are the same.Richard Hult2007-06-061-8/+18
* Set DISPLAY in the child process using g_setenv() instead of constructingRoss Burton2007-06-061-81/+33
* Fix the buildMatthias Clasen2007-06-061-1/+0
* Add gdkmedialib.h to EXTRA_DIST so this header file gets included with theBrian Cameron2007-06-061-3/+1
* Ignore if the old and new windows are the same.Richard Hult2007-06-061-0/+3
* Update comment to be more clear and print a warning if we try to create aRichard Hult2007-06-061-12/+9
* Don't let temp windows become key window.Richard Hult2007-06-061-5/+3
* Fix embarrassing crash. (#444457, Torsten Schoenfeld)Tor Lillqvist2007-06-061-1/+1
* Check that window_private is not NULL before using it. (#444351, DavidMatthias Clasen2007-06-051-1/+1
* Don't try to make temp windows key windows, fixes problem introducedRichard Hult2007-06-041-2/+3
* * gdk/quartz/gdkwindow-quartz.c: Implement simple versions ofRichard Hult2007-06-042-3/+37
* Implement.Richard Hult2007-06-041-4/+24
* Implement gdk_window_set_transient_for.Richard Hult2007-06-042-2/+63
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-6/+7
* Set the key modifier state.Richard Hult2007-06-031-2/+3
* Make pointer grab emulation work a bit better:Richard Hult2007-06-031-13/+9
* Fix the coordinates in crossing events so they are relative to the rightRichard Hult2007-06-011-16/+107
* Make function naming consistent for the various functions that retrieveRichard Hult2007-06-013-128/+68
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-0116-3/+295
* Fix doc typos.Alp Toker2007-06-011-1/+1