]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
GdkWindow: Add gdk_window_set_background_rgba()
[~andy/gtk] / gdk / gdkwindow.c
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
2010-08-10 Benjamin Ottegdk: Implement gdk_window_get_source_drawable() using...
2010-08-10 Benjamin Ottegdk: Implement end_implicit_paint() with Cairo
2010-08-10 Benjamin OtteAPI: remove gdk_draw_rectangle()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_point(s)
2010-08-10 Benjamin OtteAPI: remove gdk_draw_{line,lines,segments}
2010-08-10 Benjamin OtteAPI: remove gdk_draw_polygon()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_glyphs() and gdk_draw_glyphs_trans...
2010-08-10 Benjamin OtteAPI: remove gdk_draw_trapezoids() and GdkTrapezoid...
2010-08-10 Benjamin OtteAPI: remove gdk_draw_arc()
2010-08-10 Benjamin OtteAPI: remove gdk_drawable_copy_to_image()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_image()
2010-08-10 Benjamin OtteAPI: Remove gdk_draw_pixbuf()
2010-07-26 Benjamin Ottegdk: Flush implicit paints with Cairo
2010-07-26 Benjamin Ottegdk: Do DEBUG_UPDATES drawing with Cairo
2010-07-26 Benjamin Ottegdk: Always clear backing store with Cairo
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Paolo BorelliThe hash owns a ref to the cursor
2010-07-10 Javier Jardóngdk/: fully remove gdkalias hacks
2010-07-01 Javier Jardón[gdk] Add gdk_window_has_native() function
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-27 Philip WithnallAdd allow-none to gdk_window_set_cursor()
2010-06-19 Javier JardónRemove deprecated GdkDrawable functions
2010-06-11 Martin Schlemmerwin32: Fix the xp there to correctly clip when drawing
2010-05-27 Javier Jardón[docs] Use the correct gtk-doc notation
2010-05-26 Christian Beiergdk/gdkwindow.c: fix a typo in gdk_window_set_device_cu...
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
next