]> Pileus Git - ~andy/gtk/history - gdk
Updates for Kazakh translation
[~andy/gtk] / gdk /
2010-10-05 John RallsReplace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equiv...
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-10-04 Javier Jardóndocs: Move documentation to inline comments: colors
2010-10-04 Javier Jardóndocs: Move documentation to inline comments: pixbufs
2010-10-04 Javier Jardóndocs: Move documentation to inline comments: regions
2010-10-04 Javier Jardóndocs: Move documentation to inline comments: cairo_inte...
2010-10-02 Matthias ClasenFix a reference in the gdk_pixbuf_get_from_surface...
2010-10-02 Matthias ClasenMore distcheck fixes
2010-10-02 Benjamin Ottegdk: Make gdk_pixbuf_get_from_*() bindable
2010-10-02 Matthias ClasenFix distcheck
2010-10-01 Matthias ClasenDrop GdkSpan type
2010-10-01 Matthias ClasenGDK docs: Improve gdk_pixbuf_get_from_window docs
2010-10-01 Matthias ClasenGDK docs: help gtk-doc understand gdk_window_invalidate...
2010-10-01 Matthias ClasenGDK docs: improve the gdk_x11_display_error_trap_push...
2010-10-01 Matthias ClasenGdkVisual: tell gtk-doc to ignore the innards
2010-10-01 Matthias ClasenRemove colormap api from gdk.symbols
2010-09-30 Benjamin Ottegdk: Fix gdk_cairo_region_create_from_surface() with...
2010-09-30 Kristian RietveldFix GDK build on Quartz
2010-09-29 Benjamin Ottegdk: Don't (un)set the background when destroying a...
2010-09-29 Benjamin Ottex11: Don't set ParentRealtive if the parent's visual...
2010-09-28 Michael Natterergdk: remove "screen" member from GdkOffscreenWindow...
2010-09-28 Tor LillqvistCreate directory before installing files there
2010-09-28 Matthias ClasenImprove some docs
2010-09-27 Benjamin Ottex11: Fix debug code
2010-09-26 Benjamin OtteAPI: remove gdk_drawable_get_size()
2010-09-26 Benjamin Ottegdk: Remove default implementations for get_*_region
2010-09-26 Benjamin Ottegdk: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin Ottewin32: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin Ottequartz: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin Ottex11: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Remove window clear APIs
2010-09-26 Benjamin Ottegdk: No need to clear offscreen window when showing
2010-09-26 Benjamin OtteAPI: Add size getters for GdkWindow
2010-09-26 Benjamin Ottex11: When querying window size, ask the wrapper, not...
2010-09-26 Benjamin Ottegdk: Make GdkWindow cope better with its surface outliv...
2010-09-26 Benjamin OtteAPI: add gdk_cairo_get_clip_rectangle() convenience API
2010-09-26 Kristian Rietveldquartz: Get size from wrapper, not drawable
2010-09-26 Benjamin OtteAPI: Remove GdkColormap
2010-09-26 Benjamin Ottegdk: Remove nonexisting function from internal header
2010-09-26 Benjamin OtteAPI: Remove colormap handling from GdkScreen
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_colormap()
2010-09-26 Benjamin Ottex11: Keep a default X Colormap in every visual to const...
2010-09-26 Benjamin Ottex11: Use G_DEFINE_TYPE() to define GdkVisual
2010-09-26 Benjamin Ottex11: Set background color bypassing colormaps
2010-09-26 Benjamin OtteAPI: Remove colormap member from GdkWindowAttr
2010-09-26 Benjamin Ottequartz: Compare visuals for RGBA, not colormaps
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_display()
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 Ottex11: Use gdk_window_get_screen() in the testutils
2010-09-26 Benjamin OtteAPI: Remove drawable getters for visual, screen and...
2010-09-26 Benjamin Ottequartz: Remove unused _gdk_quartz_colormap_get_cgcolor_...
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 OtteAPI: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_f...
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 Ottex11: Remove some unused macros
2010-09-26 Benjamin Ottex11: s/GDK_DRAWABLE_DISPLAY/GDK_WINDOW_DISPLAY
2010-09-26 Benjamin Ottegdk: Remove pixmap debug category
2010-09-26 Benjamin Ottegdk: Remove GdkPixmap
2010-09-26 Kristian RietveldInclude OS X system headers
2010-09-26 Kristian Rietveldquartz: Remove else-clause for pixmaps
2010-09-26 Benjamin Ottex11: Create blank cursor without pixmaps
2010-09-26 Benjamin Ottegdk: Get rid of all occurences of "pixmap" in the comments
2010-09-26 Benjamin Ottex11: Make fallback cursor code not use pixmaps
2010-09-26 Benjamin Ottex11: Remove last traces of XShm
2010-09-26 Benjamin Ottex11: Remove _gdk_x11_convert_to_format()
2010-09-26 Benjamin Ottex11: Upload cursor image using Cairo
2010-09-26 Benjamin OtteAPI: Rename gdk_set_source_pixmap() to gdk_set_source_w...
2010-09-26 Benjamin Ottegdk: Convert test to not use pixmaps
2010-09-26 Benjamin OtteAPI: Remove gdk_window_set_back_pixmap()
2010-09-26 Benjamin OtteAPI: Remove APIs to generate pixmaps from pixbufs
2010-09-26 Benjamin Ottex11: Set the icon using Cairo
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: offscreen window source drawable now is the root...
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 Ottegdk: Don't use clear_area_e() in offscreenwindow
2010-09-26 Benjamin Ottegdk: Remove _gdk_windowing_get_shape_for_mask()
2010-09-26 Benjamin OtteAPI: Remove shape_combine_mask functions from gdk
2010-09-26 Benjamin OtteAPI: Add gdk_cairo_region_create_from_surface()
2010-09-26 Benjamin OtteAPI: Remove gdk_cursor_new_from_pixmap()
2010-09-26 Benjamin OtteAPI: remove gdk_window_set_icon()
2010-09-26 Benjamin Ottex11: remove icon_window property, it's not used anymore
2010-09-26 Benjamin Ottex11: Set icon based on icon list
2010-09-24 Tomeu VizosoDon't try to unref event->dnd.context unconditionally.
next