summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fixes #426246.Kristian Rietveld2007-09-123-3/+77
* Fix serial number comparison regression introduced recently. (#474897)Behdad Esfahbod2007-09-101-2/+5
* fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.18:22:28 Tim Janik2007-09-091-1/+2
* Allow dest to be NULL. (#464528, Xan Lopez)Matthias Clasen2007-09-071-10/+14
* Patch from William Pitcock: Ungrab windows if necessary when they areRichard Hult2007-09-061-0/+9
* Implement those. Based on patch from Stefan Gehn, bug #459459.Richard Hult2007-08-301-5/+66
* Patch from Stefan Gehn to implement those, bug #459667.Richard Hult2007-08-301-55/+84
* Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.Richard Hult2007-08-301-1/+77
* fix X serial handling to cope with wraparounds and maintain referentialTim Janik2007-08-281-6/+4
* Committing changes to the source bdf font file that I forgot to commitCody Russell2007-08-171-1949/+2044
* Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors toCody Russell2007-08-151-9/+13
* Note in docs that @dest's width and height is set to 0, 0 if theBjörn Lindqvist2007-08-101-2/+4
* Revert commit that was accidentally made. Sorry.Behdad Esfahbod2007-08-081-1/+8
* Use gtk_true instead of rolling a new one. Patch from Xan Lopez.Behdad Esfahbod2007-08-081-8/+1
* Implement, fixes bug #405868. Based on patch from metz81@web.de.Richard Hult2007-07-311-2/+71
* Attempts to load stock X cursors no longer results in annoying error messages...Attilio Fiandrotti2007-07-271-0/+3
* Cosmetic changes.Tor Lillqvist2007-07-241-8/+3
* Documentation fixesMatthias Clasen2007-07-221-3/+4
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-193-5/+9
* Ref the cursor in the cached case.Richard Hult2007-07-181-1/+1
* Plug leak.Richard Hult2007-07-141-0/+4
* Move from here... ...to here. (_gdk_windowing_window_destroy): Update theRichard Hult2007-07-133-21/+40
* Add stubs.Richard Hult2007-07-131-0/+19
* gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when aCody Russell2007-07-123-14/+58
* Fixed memory leak at window closing in DirectFB backend, patch provided by Si...Attilio Fiandrotti2007-07-123-1/+25
* clarified documentation example.Tim Janik2007-07-121-15/+19
* Add hack to workaround the broken tracking rect implementation in quartz,Richard Hult2007-07-101-8/+41
* docu fixup by Bjoern Lindqvist, #454703.Tim Janik2007-07-071-2/+2
* ]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windowsRichard Hult2007-07-073-6/+68
* Fix (de)miniaturizing transient windows, by (un)setting the parent beforeRichard Hult2007-07-063-21/+56
* Add stub.Richard Hult2007-07-061-0/+7
* added usage example to gdk_event_request_motions() docs.Tim Janik2007-07-041-1/+11
* Keep track of button state and include it in key events. Needed for gimp'sRichard Hult2007-07-031-13/+48
* Include modifier state in key release events. Fixes bug #453413.Richard Hult2007-07-031-0/+39
* Implement. Just return FALSE for now. What should this function actuallyTor Lillqvist2007-07-031-0/+10
* Continue the event handling cleanup:Richard Hult2007-06-301-18/+33
* Simplify (get the origin directly from the window).Richard Hult2007-06-301-7/+3
* No need to special case the root window now that it has the right size.Richard Hult2007-06-301-45/+13
* Improve comments in those files. Add a debugging helper to print outRichard Hult2007-06-302-25/+53
* Make this work properly for the root window.Richard Hult2007-06-301-0/+7
* Improve the tracking rect updating: - No need to override setFrame. - UseRichard Hult2007-06-302-9/+11
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-303-54/+127
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-8/+0
* 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