| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #426246. | Kristian Rietveld | 2007-09-12 | 3 | -3/+77 |
* | Fix serial number comparison regression introduced recently. (#474897) | Behdad Esfahbod | 2007-09-10 | 1 | -2/+5 |
* | fix invalid list node accesses, spotted by Benjamin Berg, bug #475158. | 18:22:28 Tim Janik | 2007-09-09 | 1 | -1/+2 |
* | Allow dest to be NULL. (#464528, Xan Lopez) | Matthias Clasen | 2007-09-07 | 1 | -10/+14 |
* | Patch from William Pitcock: Ungrab windows if necessary when they are | Richard Hult | 2007-09-06 | 1 | -0/+9 |
* | Implement those. Based on patch from Stefan Gehn, bug #459459. | Richard Hult | 2007-08-30 | 1 | -5/+66 |
* | Patch from Stefan Gehn to implement those, bug #459667. | Richard Hult | 2007-08-30 | 1 | -55/+84 |
* | Patch from Stefan Gehn to implement copying from a pixmap, bug #348493. | Richard Hult | 2007-08-30 | 1 | -1/+77 |
* | fix X serial handling to cope with wraparounds and maintain referential | Tim Janik | 2007-08-28 | 1 | -6/+4 |
* | Committing changes to the source bdf font file that I forgot to commit | Cody Russell | 2007-08-17 | 1 | -1949/+2044 |
* | Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors to | Cody Russell | 2007-08-15 | 1 | -9/+13 |
* | Note in docs that @dest's width and height is set to 0, 0 if the | Björn Lindqvist | 2007-08-10 | 1 | -2/+4 |
* | Revert commit that was accidentally made. Sorry. | Behdad Esfahbod | 2007-08-08 | 1 | -1/+8 |
* | Use gtk_true instead of rolling a new one. Patch from Xan Lopez. | Behdad Esfahbod | 2007-08-08 | 1 | -8/+1 |
* | Implement, fixes bug #405868. Based on patch from metz81@web.de. | Richard Hult | 2007-07-31 | 1 | -2/+71 |
* | Attempts to load stock X cursors no longer results in annoying error messages... | Attilio Fiandrotti | 2007-07-27 | 1 | -0/+3 |
* | Cosmetic changes. | Tor Lillqvist | 2007-07-24 | 1 | -8/+3 |
* | Documentation fixes | Matthias Clasen | 2007-07-22 | 1 | -3/+4 |
* | 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 |