]> Pileus Git - ~andy/gtk/history - gdk/quartz/gdkevents-quartz.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gdk / quartz / gdkevents-quartz.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-26 Richard HultTry setting the default font, might need to tweak this.
2008-05-12 Richard HultRemove special casing of menu key events as it's no...
2008-05-06 Michael Natterergdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkeven...
2008-05-06 Richard HultAdd private backend data to events, and handle it when...
2008-04-30 Richard HultDon't send nsevents with the gdk lock held, fixes deadl...
2008-04-30 Richard HultMap Alt to Alt and Cmd to Meta. This is not only more...
2008-03-31 Richard HultDefer the generated event to the mainloop and don't...
2008-03-25 Richard HultBail out early if we can't find a matching window.
2008-02-25 Richard HultFix build on tiger.
2008-02-24 Richard HultUse the subtype field for the custom event that is...
2008-02-17 Richard HultHighlight the mouse window when event debugging is...
2008-02-16 Richard HultAdd state to the scroll event (bug #516757, Paul Davis).
2008-02-08 Richard HultIgnore the delta from the NSEvent for now, generating...
2007-12-10 Richard HultFix a bug where we could end up trying to handle the...
2007-12-06 Richard HultFix warning when switching spaces in leopard.
2007-07-14 Richard HultPlug leak.
2007-07-13 Richard HultMove from here... ...to here. (_gdk_windowing_window_de...
2007-07-03 Richard HultKeep track of button state and include it in key events...
2007-07-03 Richard HultInclude modifier state in key release events. Fixes...
2007-06-30 Richard HultContinue the event handling cleanup:
2007-06-30 Richard HultSimplify (get the origin directly from the window).
2007-06-30 Richard HultNo need to special case the root window now that it...
2007-06-30 Richard HultImprove comments in those files. Add a debugging helper...
2007-06-25 Richard HultDon't steal menu events while the keyboard is grabbed.
2007-06-17 Richard HultForward Mac OS menu shortcut events to the right menu.
2007-06-17 Richard HultMore refactoring of the event handling: Extract synthes...
2007-06-17 Richard HultRemove pointless logging for unhandled events. Activate...
2007-06-16 Richard HultIgnore events and break any grabs while the window...
2007-06-16 Richard HultMove the checks for no window or a non-GDK window from...
2007-06-16 Richard HultBreak out into a separate function.
2007-06-06 Richard HultRework how we get the event window: don't get the windo...
2007-06-06 Richard HultDon't do anything if the two windows are the same.
2007-06-06 Richard HultIgnore if the old and new windows are the same.
2007-06-06 Richard HultUpdate comment to be more clear and print a warning...
2007-06-03 Richard HultSet the key modifier state.
2007-06-03 Richard HultMake pointer grab emulation work a bit better:
2007-06-01 Richard HultFix the coordinates in crossing events so they are...
2007-06-01 Richard HultMake function naming consistent for the various functio...
2007-05-28 Richard HultBreak out code that was repeated into separate function...
2007-05-28 Richard HultFix typo, we need both press and release in the mask...
2007-05-28 Richard HultReset all the grab state, to help debugging. (gdk_event...
2007-05-28 Richard HultDon't traverse beyond the toplevel of the passed in...
2007-04-06 Richard HultClean up namespaces to make the code more maintainable.
2007-03-10 Richard HultDon't set the font name here, leave that to themes...
2007-02-18 Richard HultAdd stub for gdk_display_add_client_message_filter...
2006-12-28 Mikael HallendalFactored out the event loop integration into gdkeventlo...
2006-12-19 Mikael HallendalSplitted out the GdkPixbuf to NSImage routine so that...
2006-08-15 Richard HultAdd GDK button mask for NS dragging events. (create_scr...
2006-08-08 Richard HultWhitespace cleanup. (synthesize_crossing_events): Add...
2006-07-29 Richard HultAlways set success to TRUE. (gdk_color_change): Implement.
2006-07-24 Richard HultImplement getting the double click threshold.
2006-07-24 Richard HultSet the window level depending on the type hint.
2006-07-20 Richard HultAppend the event to the queue instead of using gdk_even...
2006-07-19 Richard Hult]): Listen to windowDidResignMain notifications and...
2006-07-17 Richard HultFill in string, length and is_modifier for key events...
2006-07-17 Richard HultFix comment. (gdk_window_set_title): Surround by releas...
2006-07-07 Richard HultGenerate a grab broken event when appropriate. Fixes...
2006-05-15 Richard HultRemove obsolete comment. (poll_func): Remove assert...
2006-04-13 Anders CarlssonTake grabs into account.
2006-03-27 Anders CarlssonMake the poll func work with real file descriptors...
2006-02-20 Anders CarlssonFix typo so ctrl gets passed on to the gdk event.
2006-01-16 Anders CarlssonImplement keyboard grabs.
2006-01-02 Anders CarlssonHave these return TRUE
2005-11-22 Anders CarlssonAdd quartz backend.