]> Pileus Git - ~andy/gtk/history - gtk/gtkstyle.c
Fix resize grip drawing
[~andy/gtk] / gtk / gtkstyle.c
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
2010-09-26 Benjamin Ottestyle: Convert draw_vline vfunc to a Cairo version
2010-09-26 Benjamin Ottestyle: Convert draw_hline vfunc to Cairo version
2010-09-26 Benjamin OtteAPI: change gtk_style_apply_default_background()
2010-09-23 Johan DahlinFix a couple of broken annotations
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-13 Kristian RietveldUpdate gtkstyle.c to account for removal of row-ending...
2010-09-12 Benjamin Ottestyle: Fix drawing of insensitive text
2010-09-03 Benjamin Ottestyle: Use gtk_widget_get_state() for the entry background
2010-08-22 Javier Jardóngtk/gtkstyle.c: use accessor functions to access GtkWidget
2010-08-18 Christian PerschUse G_DEFINE_BOXED_TYPE
2010-08-10 Benjamin Ottestyle: Use _gtk_pango_fill_layout()
2010-08-10 Benjamin Ottestyle: Apply same matrix conversion as gdk_draw_layout...
2010-08-10 Benjamin Ottestyle: Don't use gdk_pixmap_create_from_xpm
2010-08-10 Benjamin Ottestyle: Do not allocate colors anymore
2010-08-10 Kristian RietveldAdd missing calls to cairo_destroy()
2010-08-10 Benjamin OtteAPI: Remove GC members from GtkStyle
2010-08-10 Benjamin Ottestyle: Replace last gdk_draw_rectangle() with Cairo
2010-08-10 Benjamin Ottestyle: replace draw_frame_gap with Cairo calls
2010-08-10 Benjamin Ottestyle: Replace draw_diamond vfunc with Cairo calls
2010-08-10 Benjamin OtteAPI: remove gtk_paint_polygon()
2010-08-10 Benjamin Ottestyle: apply cleanup patch from bug 576988
2010-08-03 Javier JardónRemove some unused variables
2010-07-26 Benjamin Ottestyle: Draw insertion cursor with Cairo
2010-07-26 Benjamin OtteRemove _gtk_widget_get_cursor_gc() function
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-28 Javier Jardón[GtkStyle] Remove deprecated GdkFont usage
2010-06-19 Javier JardónRemove unused gtk_style_get_font_internal() function
2010-06-07 Sven Herzbergdrop the draw_string() function from GtkStyle
2010-06-07 Javier JardónRemove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN...
2010-05-15 Javier JardónMove documentation to inline comments: GtkStyle
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónRemove all gtk_draw_* deprecated functions completely
2010-05-02 Christian DywanInclude gtkspinner.h in GtkStyle
2010-05-02 Christian DywanRemove deprecated GtkStyle functions
2010-04-04 Hiroyuki IkezoeDon't get settings unless we need them
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
next