| Commit message (Expand) | Author | Age | Files | Lines |
* | add note that the semantics of this call, when mixed with the new | Ryan Lortie | 2007-07-19 | 3 | -5/+9 |
* | Ref the cursor in the cached case. | Richard Hult | 2007-07-18 | 1 | -1/+1 |
* | Plug leak. | Richard Hult | 2007-07-14 | 1 | -0/+4 |
* | Move from here... ...to here. (_gdk_windowing_window_destroy): Update the | Richard Hult | 2007-07-13 | 3 | -21/+40 |
* | Add stubs. | Richard Hult | 2007-07-13 | 1 | -0/+19 |
* | gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when a | Cody Russell | 2007-07-12 | 3 | -14/+58 |
* | Fixed memory leak at window closing in DirectFB backend, patch provided by Si... | Attilio Fiandrotti | 2007-07-12 | 3 | -1/+25 |
* | clarified documentation example. | Tim Janik | 2007-07-12 | 1 | -15/+19 |
* | Add hack to workaround the broken tracking rect implementation in quartz, | Richard Hult | 2007-07-10 | 1 | -8/+41 |
* | docu fixup by Bjoern Lindqvist, #454703. | Tim Janik | 2007-07-07 | 1 | -2/+2 |
* | ]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windows | Richard Hult | 2007-07-07 | 3 | -6/+68 |
* | Fix (de)miniaturizing transient windows, by (un)setting the parent before | Richard Hult | 2007-07-06 | 3 | -21/+56 |
* | Add stub. | Richard Hult | 2007-07-06 | 1 | -0/+7 |
* | added usage example to gdk_event_request_motions() docs. | Tim Janik | 2007-07-04 | 1 | -1/+11 |
* | Keep track of button state and include it in key events. Needed for gimp's | Richard Hult | 2007-07-03 | 1 | -13/+48 |
* | Include modifier state in key release events. Fixes bug #453413. | Richard Hult | 2007-07-03 | 1 | -0/+39 |
* | Implement. Just return FALSE for now. What should this function actually | Tor Lillqvist | 2007-07-03 | 1 | -0/+10 |
* | Continue the event handling cleanup: | Richard Hult | 2007-06-30 | 1 | -18/+33 |
* | Simplify (get the origin directly from the window). | Richard Hult | 2007-06-30 | 1 | -7/+3 |
* | No need to special case the root window now that it has the right size. | Richard Hult | 2007-06-30 | 1 | -45/+13 |
* | Improve comments in those files. Add a debugging helper to print out | Richard Hult | 2007-06-30 | 2 | -25/+53 |
* | Make this work properly for the root window. | Richard Hult | 2007-06-30 | 1 | -0/+7 |
* | Improve the tracking rect updating: - No need to override setFrame. - Use | Richard Hult | 2007-06-30 | 2 | -9/+11 |
* | New function to determine if keyboard layouts for both LTR and LTR | Matthias Clasen | 2007-06-30 | 3 | -54/+127 |
* | Connect the "destroy" signal so that the 'window' pointer is set back to | Ryan Lortie | 2007-06-29 | 1 | -8/+0 |
* | Don't steal menu events while the keyboard is grabbed. | Richard Hult | 2007-06-25 | 1 | -1/+3 |
* | Fallback to X cursors for the ones that OS X doesn't provide. Fixes bug | Richard Hult | 2007-06-25 | 3 | -12/+291 |
* | Revert my attempted overly simple fix for #445284, as it causes a | Tor Lillqvist | 2007-06-25 | 1 | -0/+6 |
* | applied patch from Mark Tiefenbruck to add missing return_if_fail, | Tim Janik | 2007-06-21 | 1 | -0/+1 |
* | Fix a typo in a comment | Johan Dahlin | 2007-06-19 | 1 | -1/+1 |
* | Don't create or update the tracking rect in the window, move it to the | Richard Hult | 2007-06-19 | 4 | -30/+67 |
* | Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy. | Mathias Hasselmann | 2007-06-19 | 1 | -0/+2 |
* | Forward Mac OS menu shortcut events to the right menu. | Richard Hult | 2007-06-17 | 1 | -0/+51 |
* | More refactoring of the event handling: Extract synthesizing of crossing | Richard Hult | 2007-06-17 | 1 | -118/+147 |
* | Remove pointless logging for unhandled events. Activate the application on | Richard Hult | 2007-06-17 | 1 | -8/+18 |
* | replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman Sauerbeck | Xan Lopez | 2007-06-17 | 1 | -2/+2 |
* | Ignore events and break any grabs while the window is being dragged. | Richard Hult | 2007-06-16 | 1 | -0/+10 |
* | Defer setting the parent until the window is shown, otherwise it gets | Richard Hult | 2007-06-16 | 1 | -1/+7 |
* | Move the checks for no window or a non-GDK window from here... | Richard Hult | 2007-06-16 | 1 | -22/+31 |
* | Break out into a separate function. | Richard Hult | 2007-06-16 | 1 | -18/+26 |
* | Implement, to be used to detect if the window is currently being moved | Richard Hult | 2007-06-16 | 2 | -4/+41 |
* | Don't set parent/child relationship for tooltip windows since that moves | Richard Hult | 2007-06-16 | 1 | -2/+11 |
* | 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 |