]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
API: gdk: Rename GdkWindowObjectClass to GdkWindowClass
[~andy/gtk] / gdk / gdkwindow.c
2010-12-03 Benjamin OtteAPI: gdk: Rename GdkWindowObjectClass to GdkWindowClass
2010-12-03 Matthias ClasenFix up parameter mismatches in the docs
2010-12-02 Benjamin Ottegdk: Clean up Cairo code
2010-12-02 Benjamin Ottegdk: Replace direct calls of _gdk_event_func with _gdk_...
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: Remove remaining includes of gdkdrawable.h
2010-12-02 Benjamin OtteAPI: Remove GdkNoExposeEvent
2010-12-02 Benjamin Ottegdk: Make GdkWindow->impl a GdkWindowImpl
2010-12-02 Benjamin Ottegdk: Pass the GdkWindow to resize_cairo_surface vfunc
2010-12-02 Benjamin OtteAPI: GdkWindow no longer is a GdkDrawable
2010-12-02 Benjamin Ottegdk: Move ref_cairo_surface from GdkDrawable to GdkWind...
2010-12-02 Benjamin Ottegdk: Remove _gdk_drawable_ref_cairo_surface()
2010-12-02 Benjamin Ottegdk: Rename GdkWindowObject to GdkWindow
2010-12-02 Benjamin Ottegdk: Make GdkWindowImpl a class, not an interface
2010-12-02 Benjamin Ottegdk: Use GdkDrawable for impl pointers
2010-12-02 Benjamin Ottegdk: Make _gdk_window_ref_cairo_surface() protected...
2010-12-02 Benjamin OtteAPI: gdk: Don't track outstanding surfaces
2010-12-02 Benjamin OtteAPI: gdk_drawable_get_visible_region => gdk_window_get_...
2010-12-02 Benjamin OtteAPI: gdk_drawable_get_clip_region() => gdk_window_get_c...
2010-12-02 Benjamin OtteAPI: Make gdk_cairo_create() take a GdkWindow
2010-12-02 Benjamin OtteAPI: x11: gdk_drawable_get_xid => gdk_window_get_xid
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-24 Milan Bouchet-ValatFix missing (transfer) annotations in GDK
2010-11-23 Michael NattererMove all GdkDevice members to private and add one missi...
2010-11-22 William Jon McCannMake gdk_event_apply_filters safe against changes in...
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: general
2010-10-22 Carlos GarnachoGdkWindow: Add gdk_window_set_background_rgba()
2010-10-15 Matthias ClasenInclusion cleanups in sources
2010-10-14 Kristian RietveldInitialize device_cursor hash table before creating...
2010-10-14 Matthias ClasenInitialize variables
2010-10-14 Michael Natterergdk: add slots for all GdkWindowObject signals
2010-10-14 Michael NattererBug 631599 - Allow to use arbitrary surfaces for offscr...
2010-10-05 Kristian RietveldMake set_cairo_surface_size a vfunc on GdkWindowImpl
2010-10-01 Matthias ClasenGDK docs: help gtk-doc understand gdk_window_invalidate...
2010-09-29 Benjamin Ottegdk: Don't (un)set the background when destroying a...
2010-09-28 Michael Natterergdk: remove "screen" member from GdkOffscreenWindow...
2010-09-28 Matthias ClasenImprove some docs
2010-09-26 Benjamin OtteAPI: remove gdk_drawable_get_size()
2010-09-26 Benjamin Ottegdk: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Remove window clear APIs
2010-09-26 Benjamin OtteAPI: Add size getters for GdkWindow
2010-09-26 Benjamin Ottegdk: Make GdkWindow cope better with its surface outliv...
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 OtteAPI: Add gdk_window_get_display()
2010-09-26 Benjamin OtteAPI: Remove drawable getters for visual, screen and...
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-26 Benjamin OtteAPI: Add gdk_window_get_visual() and gdk_window_get_scr...
2010-09-26 Benjamin Ottegdk: store the visual in the GdkWindowObject
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_set_colormap()
2010-09-26 Benjamin Ottegdk: Create paint surfaces of the same content as the...
2010-09-26 Benjamin Ottegdk: Remove _gdk_drawable_get_source_drawable()
2010-09-26 Benjamin Ottegdk: Get rid of all occurences of "pixmap" in the comments
2010-09-26 Benjamin OtteAPI: Remove gdk_window_set_back_pixmap()
2010-09-26 Benjamin OtteAPI: Change offscreen windows to use a cairo_surface_t
2010-09-26 Benjamin Ottegdk: Use surfaces for double buffering
2010-09-26 Benjamin Ottegdk: Make csw windows have their own cairo surface
2010-09-26 Benjamin OtteAPI: Remove gdk_window_get_internal_paint_info()
2010-09-26 Benjamin Ottegdk: Create surfaces directly, not from the source...
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 supports_native_bg on WindowImplIface
2010-09-26 Benjamin Ottegdk: Remove send_expose event from gdk_window_clear_reg...
2010-09-26 Benjamin Ottegdk: Remove GdkWindowImpl->clear_region
2010-09-26 Benjamin Ottegdk: Simplify clear_area code
2010-09-26 Benjamin OtteAPI: Remove gdk_window_clear_area_e()
2010-09-26 Benjamin OtteAPI: Remove shape_combine_mask functions from gdk
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Johan DahlinAdd a couple of missing transfer annotations
2010-09-17 Matthias ClasenAdd annotations
2010-09-11 Matthias ClasenDon't use g_idle_add to schedule idles in GDK
2010-09-08 Javier JardónRemove deprecated gdk_window_get_deskrelative_origin...
2010-09-07 Owen W. TaylorFix annotations for gdk_window_get_device_position()
2010-08-29 Matthias ClasenRemove the long deprecated GDK_WINDOW_DIALOG type.
2010-08-24 Javier Jardóngdk/gdkwindow.c: Fix compilation warning
2010-08-17 Carlos GarnachoGdkWindow: Check device cursor first in update_cursor().
2010-08-16 Benjamin Ottegdk: Use gdk_window_get_background_pixmap() when settin...
2010-08-16 Benjamin OtteAPI: Add gdk_window_get_background_pattern()
2010-08-15 Benjamin OtteRemove window background getters again
2010-08-13 Benjamin Ottegdk: When using OPERATOR_SOURCE, use clip + paint inste...
2010-08-13 Benjamin Ottegdk: Do final copy with OPERATOR_SOURCE in end_implicit...
2010-08-12 Benjamin OtteAPI: Add gdk_window_create_similar_surface()
2010-08-10 Kristian RietveldInvalidate cairo surface if resizing is not supported...
2010-08-10 Benjamin Ottegdk: Don't infinite loop when flushing moves
2010-08-10 Matthias Clasengeneric damage generation for offscreen windows
2010-08-10 Benjamin Ottegdk: Don't require allocating window background colors...
2010-08-10 Kristian RietveldFix compile warnings
2010-08-10 Benjamin OtteAPI: remove GdkGC
2010-08-10 Benjamin OtteAPI: remove begin/end_direct_draw functions
2010-08-10 Benjamin Ottegdk: remove get_composite_drawable vfunc
2010-08-10 Benjamin OtteAPI: remove gdk_draw_drawable()
2010-08-10 Benjamin Ottegdk: Make window moves a custom vfunc
2010-08-10 Benjamin Ottegdk: Draw redirected windows using Cairo
2010-08-10 Benjamin Ottegdk: Refactor redirection code
2010-08-10 Benjamin Ottegdk: Simplify code
2010-08-10 Benjamin Ottegdk: Remove excess variables
2010-08-10 Benjamin Ottegdk: Do end_implicit_paint copy with Cairo
next