]> Pileus Git - ~andy/gtk/history - gdk/gdkinternals.h
gdk: Remove gdk_windowing_create_cairo_surface()
[~andy/gtk] / gdk / gdkinternals.h
2010-09-26 Benjamin Ottegdk: Remove gdk_windowing_create_cairo_surface()
2010-09-26 Benjamin Ottegdk: Remove gdk_window_redirect_to_drawable()
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: Add gdk_cairo_region_create_from_surface()
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-18 Havoc PenningtonRevamp and modernize X error traps
2010-09-08 Tor LillqvistDrop GDK_DEBUG_GC and _IMAGE as GDK doesn't do that...
2010-08-16 Benjamin OtteAPI: Add gdk_window_get_background_pattern()
2010-08-10 Kristian RietveldInvalidate cairo surface if resizing is not supported...
2010-08-10 Benjamin Ottegdk: Remove data consructors for GdkPixmap
2010-08-10 Benjamin OtteAPI: remove GdkGC
2010-08-10 Benjamin OtteAPI: remove begin/end_direct_draw functions
2010-08-10 Benjamin Ottegdk: Move scratch GC handling to X11
2010-08-10 Benjamin OtteAPI: remove GdkPangoRenderer
2010-08-10 Benjamin Ottegdk: Remove _gdk_drawable_get_scratch_gc()
2010-08-10 Benjamin OtteAPI: remove GdkImage
2010-08-10 Benjamin OtteAPI: remove gdk_drawable_copy_to_image()
2010-08-10 Benjamin Ottedebug: remove GdkRGB debuggability
2010-07-01 Javier Jardón[gdk] Remove GdkWindowObject public structure
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteRemove _gdk_region_new_from_yxbanded_rects()
2010-06-28 Christian DywanRemove deprecated GdkFont
2010-06-11 Martin Schlemmerwin32: Fix the xp there to correctly clip when drawing
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-04-04 Alexander LarssonTrack direct window cairo access and avoid tricks when...
2010-01-19 Alexander LarssonTrack direct window cairo access and avoid tricks when...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-28 Alexander LarssonRemove unused grab_one_pointer_release_event var
2009-09-28 Alexander LarssonExtend _gdk_windowing_window_at_pointer to be able...
2009-09-04 Alexander LarssonMake public GDK_WINDOW_TYPE and GDK_WINDOW_DESTROYED...
2009-09-04 Alexander LarssonMove _gdk_window_event_parent_of to gdkinternals.h
2009-08-31 Alexander LarssonUpdate shape handling
2009-08-24 Alexander LarssonAdd support for enabling only native windows
2009-08-13 Alexander LarssonModify window system exposes wrt outstanding moves
2009-08-11 Alexander LarssonShow/Hide native window when updating viewable
2009-07-18 Alexander LarssonTrack viewable for GdkWindow
2009-07-10 Cody RussellMerge branch 'directfb-csw'
2009-07-09 Alexander LarssonCorrectly set enter/leave events as detail=nonlinear
2009-07-07 Alexander LarssonAdd _gdk_gc_get_clip_mask
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonClean up embedding api
2009-06-18 Alexander LarssonFix spelling of synthesize
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-11 Alexander LarssonHandle gdk_window_beep on offscreen windows
2009-06-11 Alexander LarssonSend crossing event due to geometry change in idle
2009-06-08 Alexander LarssonBase pointer grab on get-offscreen-parent
2009-06-08 Alexander LarssonAdd signals for offscreen window embedding
2009-06-05 Alexander LarssonMake window_get_pointer a window impl virtual
2009-06-05 Alexander Larssonwindow_get_pointer should return the direct child
2009-06-01 Alexander LarssonAdd more GdkWindow implementation docs
2009-05-29 Alexander LarssonInitial version of input support
2009-05-27 Alexander LarssonAdd _gdk_gc_get_exposures
2009-05-26 Alexander LarssonAdd support for visibility notification
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Alexander LarssonMove the new parts of GdkWindowObject to a private...
2009-04-02 Cody RussellCSW Win32 work in progress - builds but does not work...
2009-04-02 Alexander LarssonMove implicit grab tracking totally to common code
2009-04-02 Alexander LarssonNew approach for grab tracking code
2009-04-02 Alexander LarssonRemove_gdk_pixmap_set_as_backing etc, as this is not...
2009-04-02 Richard HultRemove invalidate_maybe_recurse and process_updates...
2009-04-02 Richard HultExpose _gdk_window_process_updates_recurse for backends
2009-04-02 Richard HultAdd a window argument to begin_paint_region in the...
2009-04-02 Alexander LarssonSwitch motion hint emulation to be serial based.
2009-04-02 Alexander LarssonUngrab keyboard if virtual window is hidden or destroyed
2009-04-02 Alexander LarssonMove keyboard grab state tracking code to common code
2009-04-02 Alexander LarssonAdd _gdk_drawable_get_subwindow_scratch_gc as a way...
2009-04-02 Alexander LarssonImplement input shapes
2009-04-02 Alexander LarssonImplement shaped windows
2009-04-02 Alexander LarssonAdd _gdk_windowing_window_get_shape
2009-04-02 Alexander LarssonCreate _gdk_drawable_create_cairo_surface to ugly typec...
2009-04-02 Alexander LarssonMake gdk_windowing_window_destroy a GdkWindowImpl method
2009-04-02 Alexander LarssonMake _gdk_windowing_window_queue_translation a GdkWindi...
2009-04-02 Alexander LarssonImplement cursors
2009-04-02 Alexander LarssonFix crossing event order and some details
2009-04-02 Alexander LarssonNew approach to motion event handling
2009-04-02 Alexander LarssonAdd _gdk_pixmap_set_as_backing which is a way to get...
2009-04-02 Alexander LarssonMove drawable clip tracking into GdkGC
2009-04-02 Alexander LarssonMove clip offsetting into _gdk_gc_intersect_clip_region
2009-04-02 Alexander LarssonFor foreign parents, use the real parent not the root...
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-11-12 Richard HultBug 550942 – [patch] Rework of gdkeventloop-quartz.c
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-30 Michael Nattererremove duplicate declaration of _gdk_window_new().
2008-06-27 Emmanuele BassiAbstract some GdkWindow API into an interface that...
2008-05-21 10:49:20 Tim JanikBug 318807 – Offscreen windows and window redirection.
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-02-16 Matthias ClasenDon't install private headers. (#463510)
2008-01-14 Michael Natterergdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h...
2007-12-14 Michael Natterergdk/gdkinternals.h #include <gio/gio.h> instead of...
2007-12-13 Mathias HasselmannMake the code compile again after the GdkAppLaunchConte...
2007-12-13 Matthias ClasenImplement GAppLaunchContext in gdk, providing startup...
2007-06-19 Mathias HasselmannRestore G_BEGIN_DECLS at the top of this file to make...
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2006-05-22 Behdad EsfahbodRollback the following changes, to fix it the proper...
2006-05-22 Behdad EsfahbodAdd new function _gdk_screen_get_font_map() and have...
2006-04-10 Anders CarlssonAdd new GdkPaintable interface which implementation...
2006-04-03 Matthias ClasenMake _gdk_windowing_args const.
next