]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-09-26 Benjamin Ottegtk: 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 Ottednd: Remove unused colormap code
2010-09-26 Benjamin OtteAPI: Remove setters and getters for default colormaps
2010-09-26 Benjamin OtteAPI: Remove colormap setting and getting from GtkWidget
2010-09-26 Benjamin Ottestyle: Move from colormaps to visuals
2010-09-26 Benjamin Ottetestgtk: Check visual, not colormap for RGBA availability
2010-09-26 Benjamin Ottegtk-demo: Remove colormaps from window attributes
2010-09-26 Benjamin Ottegdk: Create paint surfaces of the same content as the...
2010-09-26 Benjamin Ottetrayicon: Use XClearArea
2010-09-26 Benjamin Ottetestgtk: gtk_widget_set_colormap() => gtk_window_set_vi...
2010-09-26 Benjamin Ottetrayicon: Change to use gtk_window_set_visual()
2010-09-26 Benjamin Ottewindow: Keep track of own visual
2010-09-26 Benjamin Ottegtk: Change gtk_widget_get_visual()
2010-09-26 Benjamin Ottetests: Don't set colormap when creating offscreen windows
2010-09-26 Benjamin Ottetestgtk: Don't set colormap when creating GDK windows
2010-09-26 Benjamin Ottegtk: Don't set colormap anymore when creating GDK windows
2010-09-26 Benjamin Ottetestgtk: No need to set a custom colourmap here
2010-09-26 Benjamin Ottespinner: We're a no-window widget, so setting a colorma...
2010-09-26 Benjamin Ottestyle: Remove depth member from GtkStyle
2010-09-26 Benjamin Ottegdk: Remove _gdk_drawable_get_source_drawable()
2010-09-26 Benjamin Ottestyle: Remove depth checks in render functions
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 Ottetests: No need to allocate colors anymore
2010-09-26 Benjamin OtteAPI: Remove gtk_widget_push_colormap()
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 Benjamin Ottetests: Remove GdkPixmap from test
2010-09-26 Benjamin Ottegtk: Remove special code for detecting pixmaps as event...
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 Ottedemos: No need to set the background, it gets overridde...
2010-09-26 Benjamin Otteperf: Use a temp window instead of a normal one
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 Ottednd: Replace last pixmap usage with cairo surfaces.
2010-09-26 Benjamin OtteAPI: image: Remove ability to set image from a pixmap
2010-09-26 Benjamin OtteAPI: Remove the ability to set the dnd icon from a...
2010-09-26 Benjamin Ottetests: Convert testinput to use cairo_surface_t
2010-09-26 Benjamin Ottegdk: Remove gdk_window_redirect_to_drawable()
2010-09-26 Benjamin Ottetestoffscreen: Remove unused code
2010-09-26 Benjamin OtteAPI: Remove gtk_widget_get_snapshot()
2010-09-26 Benjamin Ottetestgtk: Remove snapshot test
2010-09-26 Benjamin Otteruler: Make the backing store use a surface
2010-09-26 Benjamin OtteAPI: make gtk_icon_view_create_drag_icon() return a...
2010-09-26 Benjamin OtteAPI: make gtk_tree_view_create_row_drag_icon() return...
2010-09-26 Benjamin Ottetreeview: Convert GtkTreeViewColumn rendering to Cairo
2010-09-26 Benjamin Otteiconview: Port to Cairo rendering
2010-09-26 Benjamin Ottecellview: Port to Cairo rendering
2010-09-26 Benjamin OtteAPI: Add gtk_cell_renderer_render_cairo()
2010-09-26 Benjamin OtteAPI: Change cellrenderer->render vfunc to take a cairo_t
2010-09-26 Benjamin Ottetestview: Convert _gtk_text_util_create_rich_drag_icon...
2010-09-26 Benjamin Ottetextview: API: change gtk_text_layout_draw() to take...
2010-09-26 Benjamin OtteAPI: Add gtk_cairo_draw_insertion_cursor()
2010-09-26 Benjamin Ottetext: Make _gtk_text_util_create_drag_icon() return...
2010-09-26 Benjamin OtteAPI: Add gtk_drag_set_icon_surface()
2010-09-26 Benjamin Ottemenu: set tearoff background using new background API
2010-09-26 Benjamin OtteUse gdk_window_set_background_pattern() to set parent...
2010-09-26 Benjamin Otteiconview: No need to set background
2010-09-26 Benjamin Ottestyle: Rewrite background handling to use cairo_pattern_t
2010-09-26 Benjamin Ottetrayicon: Use new gdk_window_set_background_pattern...
2010-09-26 Benjamin Ottegtk: Remove calls that try to set GDK_NO_BG on their...
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 Ottewidget: shape_combine_mask => shape_cobine_region
2010-09-26 Benjamin Ottetreeview: Port to gdk_window_shape_combine_region()
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 Ottecolorsel: Use gdk_cursor_new_from_pixbuf() to create...
2010-09-26 Benjamin OtteAPI: remove gdk_window_set_icon()
2010-09-26 Benjamin Ottetestgtk: Convert WM hints example to use gdk_window_set...
2010-09-26 Benjamin Ottewindow: Remove call to gdk_window_set_icon()
2010-09-26 Benjamin Ottex11: remove icon_window property, it's not used anymore
next