]> Pileus Git - ~andy/gtk/history - gtk/gtkstyle.c
Minor documentation improvements
[~andy/gtk] / gtk / gtkstyle.c
2011-02-09 Matthias ClasenAdd some missing symbols to the docs
2011-02-06 Carlos GarnachoGtkStyleContext is meant to have a GdkScreen
2011-02-05 Matthias ClasenDon't assume a screen exists before realize()
2011-01-31 Matthias Clasendoc fixes
2011-01-30 Matthias ClasenDocumentation tweaks
2011-01-29 Paolo BorelliMove the get_cursor_color in GtkStyleContext
2011-01-29 Paolo BorelliUse GtkRGBA for the cursor color priv api.
2011-01-29 Paolo BorelliFix typo in calculating secondary cursor color
2011-01-24 Matthias ClasenAvoid passing widgets around here
2011-01-24 Matthias ClasenPort gtk_draw_insertion_cursor to GtkStyleContext
2011-01-24 Matthias ClasenDon't leak CursorInfo structs
2011-01-23 Matthias ClasenSplit out private style context api into a private...
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-16 Tristan Van BerkomPlugged memory leak in gtk_style_finalize (destroy...
2011-01-06 Matthias ClasenRemove deprecated GtkSpinner style properties
2010-12-28 Carlos GarnachoFix leak in GtkStyle.
2010-12-28 Tristan Van BerkomAvoid rendering frames when shadow type argument is...
2010-12-24 Matthias ClasenDrop GtkThemeEngine
2010-12-21 Owen W. TaylorReturn an appropriate GtkStyle from gtk_rc_get_style_by...
2010-12-20 Carlos GarnachoMake gtk_style_new() use a backing GtkStyleContext
2010-12-18 Carlos GarnachoRemove dead Gtk[Rc]Style code
2010-12-17 Matthias ClasenMore parameter name mismatches
2010-12-09 Benjamin OtteRevert "docs: Reinstate pixbufs section in GDK docs"
2010-12-09 Benjamin Ottedocs: Reinstate pixbufs section in GDK docs
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Benjamin Ottestyle: Remove unused code
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos Garcia CamposGtkStyle: set style context state before calling gtk_re...
2010-12-04 Carlos Garcia CamposGtkStyle: make context property readable
2010-12-04 Carlos GarnachoGtkStyle: Commit a few typos when translating states.
2010-12-04 Matthias ClasenDon't add class "scrollbar" for every trough
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenAdd deprecation notes
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Carlos GarnachoGtkStyle: Return the default icon set if no context...
2010-12-04 Carlos GarnachoGtkStyle: Do not warn if attach count == 0
2010-12-04 Matthias ClasenFix resize grip drawing
2010-12-04 Matthias ClasenMake unfocused selections visible in entries
2010-12-04 Matthias ClasenMake expanders prelight
2010-12-04 Carlos GarnachoGtkStyle: handle scales when translating the detail...
2010-12-04 Carlos GarnachoUse gtk_render_activity() when rendering progressbars...
2010-12-04 Carlos GarnachoGtkStyle: Fix typo.
2010-12-04 Matthias ClasenTransform the 'menu' detail string to the 'popup' class
2010-12-04 Matthias ClasenTranslate detail strings for radio buttons
2010-12-04 Carlos GarnachoHandle menuitem detail string better.
2010-12-04 Matthias ClasenDon't whine about expander-style missing
2010-12-04 Carlos GarnachoGtkStyle: transform tabs' detail string.
2010-12-04 Carlos GarnachoGtkStyle: translate a few more detail strings.
2010-12-04 Carlos GarnachoGtkStyle: transform window background detail string.
2010-12-04 Carlos GarnachoGtkStyle: Transform menubar detail string.
2010-12-04 Carlos GarnachoGtkStyle: Transform menu accelerators string
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_icon_pixbuf()
2010-12-04 Carlos GarnachoGtkStyle: Listen to context changes.
2010-12-04 Carlos GarnachoGtkThemingEngine: draw resize grip through render_handle().
2010-12-04 Carlos GarnachoRely only on fg/bg colors.
2010-12-04 Carlos GarnachoGtkStyle: Get to style GtkCellRendererText text.
2010-12-04 Carlos GarnachoGtkStyle: translate active state in paint_flat_box().
2010-12-04 Carlos GarnachoGtkStyle: Handle scrollbar buttons.
2010-12-04 Carlos GarnachoGtkStyle: Match "trough" and "slider" detail strings.
2010-12-04 Carlos GarnachoUse GdkRGBA all around in GtkStyleContext.
2010-12-04 Carlos GarnachoGtkStyleContext: s/set/add/ and s/unset/remove/ for...
2010-12-04 Carlos GarnachoRemove GtkOrientation parameter from gtk_render_handle().
2010-12-04 Carlos GarnachoGtkStyle: Protect against padding being NULL
2010-12-04 Carlos GarnachoGtkStyle: Fill in x/ythickness and font_desc from the...
2010-12-04 Carlos GarnachoGtkStyle: Allow GTK_ARROW_NONE.
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkStyle: set the active flag depending on shadow_type...
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkStyle: set junction details in spinbutton buttons.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_lookup_color().
2010-12-04 Carlos GarnachoGtkStyle: Move gtk_render_* calls to default vmethod...
2010-12-04 Carlos GarnachoGtkStyle: Optionally construct above a GtkStyleContext.
2010-12-04 Carlos GarnachoGtkStyle: Use new render methods underneath.
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-26 Benjamin OtteAPI: Get rid of gtk_draw_insertion_cursor()
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin OtteAPI: style: Remove old drawing functions
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-26 Benjamin Ottestyle: Move from colormaps to visuals
2010-09-26 Benjamin Ottestyle: Remove depth member from GtkStyle
2010-09-26 Benjamin Ottestyle: Remove depth checks in render functions
2010-09-26 Benjamin OtteAPI: Add gtk_cairo_draw_insertion_cursor()
2010-09-26 Benjamin Ottestyle: Rewrite background handling to use cairo_pattern_t
2010-09-26 Benjamin Ottestyle: Convert draw_spinner vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_resize_grip vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_layout vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_expander vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_handle vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_slider vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_focus vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_extension vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_box_gap vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_shadow_gap vfunc to a Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_tab vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_option vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_check vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_flat_box vfunc to Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_shadow vfunc to Cairo version
next