]> Pileus Git - ~andy/gtk/history - gdk/quartz
Correctly select default printer when there is more than one (CUPS)
[~andy/gtk] / gdk / quartz /
2009-08-13 Alexander LarssonEnsure that queue_translation is paired with the right...
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
2009-07-31 Kristian RietveldAdd stubs for missing GDK windowing functions to Quartz...
2009-07-18 Alexander LarssonTrack viewable for GdkWindow
2009-07-01 Alexander LarssonMake GdkDrawable draw_drawable backwards compat
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonMove new draw_drawable argument to end to make it more...
2009-06-20 Richard HultUpdate _gdk_windowing_pointer_grab
2009-06-20 Richard HultRemove duplicate definition of GdkInputWindow
2009-06-20 Richard HultUpdate gdk_window_quartz_show, ..._get_origin, ..._get_...
2009-06-20 Richard HultRename gdk_window_beep to _gdk_windowing_window_beep
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-27 Alexander LarssonAdd support for client side graphics exposures in gdk_d...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-04 Behdad EsfahbodAdd git.mk to generate .gitignore files
2009-04-02 Richard HultTweak the click-through handling so active apps get...
2009-04-02 Richard HultImprove explicit drawing and flushing (fixes GtkRuler)
2009-04-02 Richard HultOnly add up native subwindow offsets for gdk_window_qua...
2009-04-02 Richard HultLimit manual flushing so we don't get hit by quartz...
2009-04-02 Richard HultDisable/enable screen updates around process_all_update...
2009-04-02 Richard HultGet the right event window for non-grabbed windows too
2009-04-02 Richard HultTry to reduce risk of triggering the "beam sync" penalt...
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 HultCast to avoid warning
2009-04-02 Richard HultRemove unused variable
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 HultFix coords returned by _gdk_windowing_window_get_pointe...
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 HultUpdate for changes in the paintable interface
2009-04-02 Richard HultCall _gdk_window_process_updates_recurse() in drawRect...
2009-04-02 Richard HultSetup ->impl_window on the root window
2009-04-02 Richard HultAdd gdk_windowing_window_get_next_serial
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 HultAttempt to implement draw_drawable with src = dest...
2009-04-02 Richard HultRemove unused function _gdk_quartz_window_scroll
2009-04-02 Richard HultFix typos that broke loading without lazy symbol lookup
2009-04-02 Richard HultRemove autoreleasepool in drawRect, not necessary
2009-04-02 Richard HultOnly setup tracking rect for toplevels, we only want...
2009-04-02 Richard HultDon't use drawable_get,release_context in _gdk_windowin...
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 HultOnly send map events for toplevels
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 HultUpdate the window size after getting windowDidResize
2009-04-02 Richard HultRemove the old workarond for broken tracking rects
2009-04-02 Richard HultHandle NULL event mask in _gdk_windowing_window_at_pointer
2009-04-02 Richard HultFix bug from first patch round, get private from window...
2009-04-02 Richard HultOffset subviews with the parent's abs coordinate
2009-04-02 Richard HultChange window check to quartz window check in gdkinput
2009-04-02 Richard HultSetup iface for queue_translation/antiexpose
2009-04-02 Richard HultAdd quartz window check macro
2009-04-02 Richard HultAdd stubs for queue_translation/antiexpose
2009-04-02 Richard HultImplement _gdk_windowing_create_cairo_surface
2009-04-02 Richard HultRemove gdk_display_pointer_is_grabbed and gdk_pointer_g...
2009-04-02 Richard HultRemove gdk_window_set_child_input_shapes
2009-04-02 Richard HultUpdate more toplevel checks and update set_background...
2009-04-02 Richard HultAdd mask argument to _gdk_windowing_window_at_pointer...
2009-04-02 Richard HultUpdate gdk_window_get_deskrelative_origin, gdk_window_g...
2009-04-02 Richard HultUpdate gdk_window_quartz_set_background and gdk_window_...
2009-04-02 Richard HultAdd more toplevel window checks
2009-04-02 Richard HultUpdate set_urgency_hint/geometry_hints/modal_hint/set_s...
2009-04-02 Richard HultUpdate gdk_window_set_type_hint and gdk_window_get_type...
2009-04-02 Richard HultUpdate gdk_window_focus
2009-04-02 Richard HultRemove gdk_window_quartz_clear_area
2009-04-02 Richard HultUpdate gdk_window_quartz_reparent
2009-04-02 Richard HultUpdate gtk_window_quartz_hide
2009-04-02 Richard HultUpdate signature for gdk_window_quartz_show and adapt...
2009-04-02 Richard HultRename _gdk_windowing_window_destroy to _gdk_quartz_win...
2009-04-02 Richard HultUpdate _gdk_window_impl_new and add private variables...
2009-04-02 Richard HultRemove width/height from GdkWindowImplQuartz and use...
next