]> Pileus Git - ~andy/gtk/history - gdk/quartz/gdkwindow-quartz.c
Add a vfunc to replace _gdk_windowing_window_destroy_foreign
[~andy/gtk] / gdk / quartz / gdkwindow-quartz.c
2010-12-21 Matthias ClasenAdd a vfunc to replace _gdk_windowing_window_destroy_fo...
2010-12-21 Matthias ClasenAdd a vfunc for gdk_window_set_composited
2010-12-21 Matthias ClasenMove gdk_window_lookup to common code
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Kristian RietveldPort Quartz backend to latest rendering-cleanup changes
2010-12-06 Benjamin Ottegdk: Remove depth argument from GdkWindowImpl->get_geom...
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Benjamin Ottegdk: Move window beeps into GdkWindowImpl
2010-12-02 Benjamin Ottegdk: Make get_shape and get_input_shape vfuncs
2010-12-02 Benjamin Ottegdk: Pass the GdkWindow to resize_cairo_surface vfunc
2010-12-02 Benjamin Ottegdk: Remove _gdk_window_impl_get_type() function
2010-12-02 Benjamin Ottegdk: Pass Drawable as argument
2010-10-05 Kristian RietveldMake set_cairo_surface_size a vfunc on GdkWindowImpl
2010-10-04 Kristian Rietveldquartz: Emulate root window as 1x1 bitmap
2010-09-26 Benjamin Ottequartz: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_colormap()
2010-09-26 Benjamin OtteAPI: Remove colormap member from GdkWindowAttr
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-26 Benjamin Ottegdk: store the visual in the GdkWindowObject
2010-09-26 Benjamin Ottegdk: Rewrite background handling
2010-09-26 Benjamin Ottegdk: Remove _gdk_windowing_get_shape_for_mask()
2010-09-26 Benjamin OtteAPI: remove gdk_window_set_icon()
2010-09-08 Javier JardónRemove deprecated gdk_window_get_deskrelative_origin...
2010-08-29 Matthias ClasenRemove the long deprecated GDK_WINDOW_DIALOG type.
2010-08-15 Kristian Rietveldquartz: gdk_window_get_frame_extents() needs to get...
2010-08-12 Kristian Rietveldquartz: make it compile
2010-08-10 Kristian Rietveldquartz: Misc. fixes for getting offscreen windows to...
2010-08-10 Kristian Rietveldquartz: Convert default background drawing to cairo
2010-08-10 Kristian Rietveldquartz: Make backend compile again
2010-08-10 Benjamin Ottequartz: Do repeated fill with Cairo
2010-08-10 Benjamin Ottegdk: Make window moves a custom vfunc
2010-06-30 Kristian RietveldFix typos in Cairo region conversion so that Quartz...
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-27 John RallsBug 622333 - Crash in gdk_window_impl_quartz_begin_pain...
2010-06-27 Kristian RietveldRework color translation to support gray scale and...
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-14 Javier JardónRemove deprecated gdk_window_get_toplevels() function
2010-05-12 Javier JardónRemove some deprecated stuff from GdkWindow
2010-04-04 Kristian RietveldImprove enter/motion notify semantics
2010-04-04 Kristian RietveldRelease view after setting it as contentView
2010-04-04 Kristian RietveldFix memleak in get_nsscreen_for_point()
2010-04-04 Kristian RietveldStart using CGFloat
2010-04-04 Kristian RietveldStart using NSInteger and NSUInteger
2010-01-30 Kristian RietveldImprove enter/motion notify semantics
2009-12-30 Kristian RietveldRelease view after setting it as contentView
2009-12-30 Kristian RietveldFix memleak in get_nsscreen_for_point()
2009-12-28 Kristian RietveldStart using CGFloat
2009-12-27 Kristian RietveldStart using NSInteger and NSUInteger
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-15 Kristian RietveldDocument how Cocoa coordinate and monitor layout transf...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Kristian RietveldUpdate position of toplevels after display reconfiguration
2009-10-26 Kristian RietveldFixup get_nsscreen_for_x()
2009-10-26 Kristian RietveldUpdate size of root window after display reconfiguration
2009-10-26 Kristian RietveldRework coordinate transformation to be based on root...
2009-10-23 Kristian RietveldBug 598881 - Unimplemented GdkWindowImplIface methods...
2009-09-28 Alexander LarssonExtend _gdk_windowing_window_at_pointer to be able...
2009-09-27 Kristian RietveldRemove unused variable
2009-09-27 Kristian RietveldBug 596012 - popup menu position is horribly off on...
2009-09-25 Kristian RietveldSend a motion-notify when a (new) main window became...
2009-09-21 Kristian RietveldBug 550939 - GtkFileChooser listbox does not refresh...
2009-09-16 Kristian RietveldAssign the size of the screen to the root window
2009-09-02 Alexander LarssonAdd gdk_window_restack
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 LarssonMerge branch 'client-side-windows'
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-25 Alexander LarssonMerge branch 'master' into client-side-windows
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 HultTry to reduce risk of triggering the "beam sync" penalt...
2009-04-02 Richard HultRemove workaround for missing enter events on newly...
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 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 HultFix coords returned by _gdk_windowing_window_get_pointe...
2009-04-02 Richard HultUpdate for changes in the paintable interface
2009-04-02 Richard HultSetup ->impl_window on the root window
2009-04-02 Richard HultRename _gdk_quartz_events_send_map_events to ..._event
2009-04-02 Richard HultOnly send map events for toplevels
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 HultOffset subviews with the parent's abs coordinate
2009-04-02 Richard HultSetup iface for queue_translation/antiexpose
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...
next