]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-12-04 Carlos GarnachoGtkWidget: Add new set of methods to override style...
2010-12-04 Carlos GarnachoGtkStyle: Listen to context changes.
2010-12-04 Carlos GarnachoGtkStyleContext: Add the start of a default set of...
2010-12-04 Carlos GarnachoTheming documentation fixes
2010-12-04 Carlos GarnachoGtkStyleContext: Fix merging of local and global providers.
2010-12-04 Carlos GarnachoGtkStyleProperties: Merge font descriptions on merge()
2010-12-04 Carlos GarnachoGtkSymbolicColor: Take const GdkRGBA in new_literal().
2010-12-04 Carlos GarnachoDocument gtk_render_* functions.
2010-12-04 Carlos GarnachoAdd gtk_render_activity()
2010-12-04 Carlos GarnachoGtkThemingEngine: draw resize grip through render_handle().
2010-12-04 Carlos GarnachoGtkWidget: Trigger state change transitions on state...
2010-12-04 Carlos GarnachoGtkToolItemGroup: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkToggleButton: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkRadioButton: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkNotebook: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkMenuItem: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkMenu: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkExpander: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkEntry: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkComboBox: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkButton: Set widget state as state flags.
2010-12-04 Carlos GarnachoImplement widget states as a set of flags
2010-12-04 Carlos GarnachoDocument missing value in GtkStateFlags
2010-12-04 Carlos Garnachos/GtkStyleSet/GtkStyleProperties/
2010-12-04 Carlos GarnachoGtkWidget: Ensure name changes involve a style context...
2010-12-04 Carlos GarnachoRely only on fg/bg colors.
2010-12-04 Carlos GarnachoGtkCssProvider: Fix parsing of concatenated classes.
2010-12-04 Carlos GarnachoGtkThemingEngine: Use ::name when registering style...
2010-12-04 Carlos GarnachoGtkThemingEngine: Add ::name construct only property
2010-12-04 Carlos GarnachoGtkStyleSet: Prevent from possible underflow.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse alpha() symbolic colors.
2010-12-04 Carlos GarnachoGtkSymbolicColor: Add gtk_symbolic_color_new_alpha()
2010-12-04 Carlos GarnachoGtkCssProvider: Make default style depend more on custo...
2010-12-04 Carlos GarnachoGtkStyle: Get to style GtkCellRendererText text.
2010-12-04 Carlos GarnachoGtkThemingEngine: render 0-radius frames with 3D-like...
2010-12-04 Carlos GarnachoGtkThemingEngine: Clear the background for .background...
2010-12-04 Carlos GarnachoGtkStyle: translate active state in paint_flat_box().
2010-12-04 Carlos GarnachoGtkCssProvider: Update end string when misparsing symbo...
2010-12-04 Carlos GarnachoGtkCssProvider: Allow '\t' when parsing values.
2010-12-04 Carlos GarnachoGtkSymbolicColor: Initialize alpha when resolving shades.
2010-12-04 Carlos GarnachoGtkThemingEngine: Improve rendering of inset/outset...
2010-12-04 Carlos GarnachoGtkCssProvider: Improve default CSS.
2010-12-04 Carlos GarnachoGtkStyle: Handle scrollbar buttons.
2010-12-04 Carlos GarnachoDo not shade alpha values.
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 GarnachoGtkStyleSet: Register the border-style and border-color...
2010-12-04 Carlos GarnachoGtkStyleContext: '_' prefix the structs, gtk-doc prefer...
2010-12-04 Carlos GarnachoGtkWidgetPath: turn into a boxed type.
2010-12-04 Carlos GarnachoGtkStyleContext: s/set/add/ and s/unset/remove/ for...
2010-12-04 Carlos GarnachoGtkThemingEngine: Honor border-radius in render_backgro...
2010-12-04 Carlos GarnachoGtkStyleSet: Register the "border-radius" property
2010-12-04 Carlos GarnachoGtkStyleContext: Update function declaration in header.
2010-12-04 Carlos GarnachoGtkCssProvider: Make it able to parse enums.
2010-12-04 Carlos GarnachoGtkCssProvider: Run through the widget path in the...
2010-12-04 Matthias ClasenMake loading of theming engines from modules work
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_new().
2010-12-04 Carlos GarnachoGtkCssProvider: Parse default/sorted region flags.
2010-12-04 Carlos GarnachoGtkCssProvider: Parse missing widget states.
2010-12-04 Carlos GarnachoChange semantics of the methods to check whether an...
2010-12-04 Carlos GarnachoGtkStyleContext: Actually store region ID when starting...
2010-12-04 Carlos GarnachoAdd theming docs
2010-12-04 Carlos GarnachoRemove GtkOrientation parameter from gtk_render_handle().
2010-12-04 Benjamin BergUse cairo gobject support instead of a new boxed type.
2010-12-04 Carlos GarnachoGtkGradient: Handle symbolic gradients.
2010-12-04 Carlos GarnachoGtk9Slice: Fix stretch case.
2010-12-04 Carlos GarnachoGtkWidget: Store GtkStyleContext in private struct.
2010-12-04 Carlos GarnachoGtkStyleContext: Cache style properties accross class...
2010-12-04 Carlos GarnachoGtkContainer: Add method to get the GtkWidgetPath for...
2010-12-04 Carlos GarnachoGtkStyleContext: Fix animation framework to work with...
2010-12-04 Carlos GarnachoGtkCssProvider: Add support for @import rules
2010-12-04 Carlos GarnachoGtkCssProvider: no need for resetting the parser prior...
2010-12-04 Carlos GarnachoGtkCssProvider: improve file paths parser.
2010-12-04 Carlos GarnachoGtkCssProvider: Transform custom colors to a @define...
2010-12-04 Carlos GarnachoGtkThemingEngine: Do not return a const GtkThemingEngin...
2010-12-04 Carlos GarnachoPlug some leaks.
2010-12-04 Carlos GarnachoFix typo in the Gtk9Slice parser.
2010-12-04 Carlos GarnachoGtkButton: Notify on prelight state change.
2010-12-04 Carlos GarnachoGtkThemingEngine: Implement animations between gradient...
2010-12-04 Carlos GarnachoGtkSymbolicColor: Use G_DEFINE_BOXED_TYPE
2010-12-04 Carlos GarnachoGtkStyleContext: Store animation region for a bunch...
2010-12-04 Carlos GarnachoGtkStyleContext: Invalidate whole window if no invalida...
2010-12-04 Carlos GarnachoGtkCssProvider: use mapped file to read CSS files.
2010-12-04 Carlos GarnachoGtkCssProvider: unset filename on load_from_data()
2010-12-04 Carlos GarnachoGtkThemingEngine: Use border-image to render borders...
2010-12-04 Carlos GarnachoGtkCssProvider: Add a parser for 9slice typed properties.
2010-12-04 Carlos GarnachoRegister the border-image property
2010-12-04 Carlos GarnachoAdd Gtk9Slice
2010-12-04 Carlos GarnachoGtkSettings: Add a new provider for the theme CSS file.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_reset_widgets()
2010-12-04 Carlos GarnachoGtkCssProvider: Add gtk_css_provider_get_named()
2010-12-04 Carlos GarnachoAdd generic providers per-screen.
2010-12-04 Carlos GarnachoGtkStyleContext: invalidate context when setting the...
2010-12-04 Carlos GarnachoGtkWidget: Set style context's screen before the widget...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[add|remove...
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_reset_style().
2010-12-04 Carlos GarnachoGtkWidget: Add the style-updated signal
2010-12-04 Carlos GarnachoGtkStyle: Protect against padding being NULL
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_invalidate().
2010-12-04 Carlos GarnachoGtkStyleSet: Fix typo
next