summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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