| Commit message (Expand) | Author | Age | Files | Lines |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 1 | -8/+16 |
* | Use g_win32_get_windows_version() instead of _winver so that this compiles | Tor Lillqvist | 2007-06-14 | 1 | -2/+6 |
* | #undef GDK_DISABLE_DEPRECATED to get prototype for gdk_font_ref(). | Behdad Esfahbod | 2007-06-13 | 1 | -0/+2 |
* | Remove linux-fb leftovers | Matthias Clasen | 2007-06-13 | 1 | -7/+2 |
* | Improve docs. (#446138, Björn Lindqvist) | Behdad Esfahbod | 2007-06-12 | 1 | -3/+6 |
* | Handle child_setup being NULL. (#445691, Christopher Taylor) | Matthias Clasen | 2007-06-11 | 1 | -3/+4 |
* | fix angles by flipping the coordinate system back to its original y | Michael Natterer | 2007-06-10 | 1 | -6/+25 |
* | Don't revert the mouse cursor to the built-in one when the user holds the | Cody Russell | 2007-06-10 | 1 | -6/+0 |
* | add utility function gdk_quartz_fix_cap_not_last_line() which fixes the | Michael Natterer | 2007-06-07 | 1 | -4/+54 |
* | add gdk_gc_quartz_init() and set some values to the defaults used by X11. | Michael Natterer | 2007-06-07 | 1 | -2/+14 |
* | use the same code for GDK_XOR as for GDK_INVERT. Xor with an arbitrary | Michael Natterer | 2007-06-07 | 1 | -4/+1 |
* | Fix a doc formatting thing | Matthias Clasen | 2007-06-07 | 1 | -1/+1 |
* | Rework how we get the event window: don't get the window from the NSEvent, | Richard Hult | 2007-06-06 | 1 | -42/+128 |
* | Don't do anything if the two windows are the same. | Richard Hult | 2007-06-06 | 1 | -8/+18 |
* | Set DISPLAY in the child process using g_setenv() instead of constructing | Ross Burton | 2007-06-06 | 1 | -81/+33 |
* | Fix the build | Matthias Clasen | 2007-06-06 | 1 | -1/+0 |
* | Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the | Brian Cameron | 2007-06-06 | 1 | -3/+1 |
* | Ignore if the old and new windows are the same. | Richard Hult | 2007-06-06 | 1 | -0/+3 |
* | Update comment to be more clear and print a warning if we try to create a | Richard Hult | 2007-06-06 | 1 | -12/+9 |
* | Don't let temp windows become key window. | Richard Hult | 2007-06-06 | 1 | -5/+3 |
* | Fix embarrassing crash. (#444457, Torsten Schoenfeld) | Tor Lillqvist | 2007-06-06 | 1 | -1/+1 |
* | Check that window_private is not NULL before using it. (#444351, David | Matthias Clasen | 2007-06-05 | 1 | -1/+1 |
* | Don't try to make temp windows key windows, fixes problem introduced | Richard Hult | 2007-06-04 | 1 | -2/+3 |
* | * gdk/quartz/gdkwindow-quartz.c: Implement simple versions of | Richard Hult | 2007-06-04 | 2 | -3/+37 |
* | Implement. | Richard Hult | 2007-06-04 | 1 | -4/+24 |
* | Implement gdk_window_set_transient_for. | Richard Hult | 2007-06-04 | 2 | -2/+63 |
* | 2.11.1GTK_2_11_1 | Matthias Clasen | 2007-06-04 | 1 | -6/+7 |
* | Set the key modifier state. | Richard Hult | 2007-06-03 | 1 | -2/+3 |
* | Make pointer grab emulation work a bit better: | Richard Hult | 2007-06-03 | 1 | -13/+9 |
* | Fix the coordinates in crossing events so they are relative to the right | Richard Hult | 2007-06-01 | 1 | -16/+107 |
* | Make function naming consistent for the various functions that retrieve | Richard Hult | 2007-06-01 | 3 | -128/+68 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 16 | -3/+295 |
* | Fix doc typos. | Alp Toker | 2007-06-01 | 1 | -1/+1 |
* | Add this function, bug #438440. | Richard Hult | 2007-05-30 | 1 | -0/+10 |
* | Subtract the multi-monitor offset from x and y before setting up the | Tor Lillqvist | 2007-05-30 | 1 | -0/+3 |
* | Closed #442183 – Updated gdk/gdkkeysyms-update.pl | Simos Xenitellis | 2007-05-30 | 1 | -18/+18 |
* | Fix initialization of last cursor | Cody Russell | 2007-05-29 | 1 | -1/+1 |
* | Break out code that was repeated into separate functions and call them | Richard Hult | 2007-05-28 | 1 | -55/+176 |
* | Fix typo, we need both press and release in the mask to trigger implicit | Richard Hult | 2007-05-28 | 1 | -3/+2 |
* | Reset all the grab state, to help debugging. (gdk_event_translate): Use | Richard Hult | 2007-05-28 | 1 | -2/+5 |
* | Refactored version of _gdk_quartz_window_find_child_by_point, that doesn't | Richard Hult | 2007-05-28 | 2 | -19/+117 |
* | Don't traverse beyond the toplevel of the passed in window. | Richard Hult | 2007-05-28 | 1 | -12/+18 |
* | Set a size for the root window. | Richard Hult | 2007-05-28 | 1 | -0/+8 |
* | Add comments about what various coordinates are relative to. | Richard Hult | 2007-05-28 | 1 | -5/+9 |
* | Remove duplicate doc comments that cause problems when building the docs. | Matthias Clasen | 2007-05-27 | 1 | -24/+0 |
* | Update docs | Matthias Clasen | 2007-05-26 | 1 | -2/+3 |
* | Update docs | Matthias Clasen | 2007-05-26 | 1 | -0/+4 |
* | Fix docs | Matthias Clasen | 2007-05-26 | 2 | -15/+1 |
* | Implement copying from a window, part of bug #348493. | Richard Hult | 2007-05-25 | 1 | -2/+61 |
* | 2.11.0GTK_2_11_0 | Matthias Clasen | 2007-05-24 | 2 | -0/+168 |