]> Pileus Git - ~andy/gtk/history - gdk/quartz/gdkevents-quartz.c
Merge branch 'master' into client-side-windows
[~andy/gtk] / gdk / quartz / gdkevents-quartz.c
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Richard HultTweak the click-through handling so active apps get...
2009-04-02 Richard HultGet the right event window for non-grabbed windows too
2009-04-02 Richard HultMake owner_events grabs work again, use the pointer...
2009-04-02 Richard HultDon't ignore all events when inactive, only clicks
2009-04-02 Richard HultRelax the check for ignoring events above the content...
2009-04-02 Richard HultRemove workaround for missing enter events on newly...
2009-04-02 Richard HultRemove re-declared variable
2009-04-02 Richard HultRemove unused code and fix some indentation
2009-04-02 Richard HultButton press and release can share the same fill_button...
2009-04-02 Richard HultRemove tracking of "current mouse window", this is...
2009-04-02 Richard HultRemove old cursor setting and make it work with client...
2009-04-02 Richard HultUpdate for latest changes in the common code for grab...
2009-04-02 Richard HultIgnore all events if the app is not active
2009-04-02 Richard HultWhen breaking grabs on deactivation, the unset should...
2009-04-02 Richard HultUse _gdk_display_unset_has_*_grab in break_all_grabs()
2009-04-02 Richard HultUse cooca to convert coordinats from event window to...
2009-04-02 Richard HultReplace quartz specific keyboard grab code with common...
2009-04-02 Richard HultUse the common pointer grab code instead of tracking...
2009-04-02 Richard HultUse isKeyWindow instead of isMainWindow for the non...
2009-04-02 Richard HultApply non-click-through policy on unfocused windows...
2009-04-02 Richard HultRemove unused remainders from the old implicit grab...
2009-04-02 Richard HultGet implicit grabs working
2009-04-02 Richard HultLeave AppKit events unhandled
2009-04-02 Richard HultUse event_type we already have instead of regetting it
2009-04-02 Richard HultGet the correct root coordinates for events
2009-04-02 Richard HultRemove gdk_keyboard_grab_info_libgtk_only which moved...
2009-04-02 Richard HultAdd serial argument to _gdk_windowing_got_event
2009-04-02 Richard HultFirst cut at getting events working
2009-04-02 Richard HultGet rid of all the synthesized crossing events except...
2009-04-02 Richard HultRename _gdk_quartz_events_send_map_events to ..._event
2009-04-02 Richard HultClean up some whitespace
2009-04-02 Richard HultAdd fill_crossing_event to be used soon
2009-04-02 Richard HultAdd enter/leave notify to get_event_mask_from_ns_event...
2009-04-02 Richard HultClean up the scroll support a little
2009-04-02 Richard HultMake the various fill_*_event functions consistent
2009-04-02 Richard HultRework the event translation to look more like X11
2009-04-02 Richard HultFix bug from first patch round, get private from window...
2009-04-02 Richard HultRemove gdk_display_pointer_is_grabbed and gdk_pointer_g...
2009-04-02 Richard HultRemove width/height from GdkWindowImplQuartz and use...
2008-11-05 Richard HultRevert (at least for now) the alt/cmd switching since...
2008-10-27 Richard HultBug 557894 – Wrong return value for gdk_pointer_grab_in...
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...
next