]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-12-04 Carlos Garcia... GtkWidget: queue a resize when style context changed
2010-12-04 Carlos Garcia... GtkStyleContext: invalidate icon caches when resetting...
2010-12-04 Carlos Garcia... Use gtk_style_context_reset_widgets() instead of gtk_rc...
2010-12-04 Carlos Garcia... GtkSettings: add _gtk_settings_get_screen() private...
2010-12-04 Carlos GarnachoBlock direct #including in style headers
2010-12-04 Carlos GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoGtkStyleProperties: Refactor color/gradient resolution
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_override_cursor().
2010-12-04 Carlos GarnachoAdd GtkModifierStyle as a private object
2010-12-04 Carlos GarnachoGtk9Slice: Fix stretch rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_lookup_color()
2010-12-04 Carlos GarnachoParse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
2010-12-04 Carlos GarnachoGtkThemingEngine: Remove unused variables
2010-12-04 Carlos GarnachoFix compiler warnings.
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Carlos GarnachoFix docs typo.
2010-12-04 Carlos GarnachoGtkCssProvider: Fix up state matching when looking...
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle directionality when picking...
2010-12-04 Carlos GarnachoGtkWidget: unset NULL properties when overriding style.
2010-12-04 Carlos GarnachoGtkThemingEngine: Render gradients in tabs.
2010-12-04 Carlos GarnachoGtkThemingEngine: split background rendering to a priva...
2010-12-04 Carlos GarnachoGtkStyle: Commit a few typos when translating states.
2010-12-04 Carlos Garcia... docs: gtk_style_context_get_screen() always returns...
2010-12-04 Carlos Garcia... Check screen really changed before notifying it and...
2010-12-04 Carlos Garcia... Initialize screen of GtkStyleContext to default screen
2010-12-04 Matthias ClasenAdd explanation to failing test
2010-12-04 Matthias ClasenAdd a testcase a problem with style property handling
2010-12-04 Matthias ClasenAllow images for background-image
2010-12-04 Matthias ClasenAdd list of classes and regions to the docs
2010-12-04 Matthias ClasenAvoid compiler warnings
2010-12-04 Matthias ClasenDon't add class "scrollbar" for every trough
2010-12-04 Matthias ClasenTrivial doc fixes
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 Matthias ClasenForgotten files
2010-12-04 Matthias ClasenMake tests compile without using GtkStyle api
2010-12-04 Matthias ClasenPort gtk3-demo to GtkStyleContext
2010-12-04 Matthias ClasenFix memory handling when dealing with colors
2010-12-04 Matthias ClasenImprove the migration guide
2010-12-04 Matthias ClasenDeprecate gtk_icon_info_load_symbolic_for_style
2010-12-04 Carlos GarnachoGtkSpinner: Use style context for rendering.
2010-12-04 Carlos GarnachoGtkStyleContext: handle prelight transitions
2010-12-04 Carlos GarnachoGtkThemingEngine: Handle prelight transitions in render...
2010-12-04 Carlos GarnachoGtkThemingEngine: Also render topright and bottomleft...
2010-12-04 Carlos GarnachoInitialize all looping, active state transitions on...
2010-12-04 Carlos GarnachoAdd #define for the "spinner" style class
2010-12-04 Carlos GarnachoGtkStyleContext: store layout extents for animation...
2010-12-04 Carlos GarnachoGtkStyleContext: Only allow looping transitions for...
2010-12-04 Carlos GarnachoGtkStyleContext: Stop animations if the window is gone.
2010-12-04 Carlos GarnachoGtkThemingEngine: render square corner if the gap is...
2010-12-04 Matthias ClasenUse gtk_icon_info_load_symbolic_for_context
2010-12-04 Matthias ClasenAdd a GtkStyleContext-variant of symbolic icon loading
2010-12-04 Matthias ClasenSome tweaks for the GtkStyleContext migration guide
2010-12-04 Matthias ClasenAdd illustration to gtk_render_handle docs
2010-12-04 Matthias ClasenSmall doc addition
2010-12-04 Matthias ClasenAdd a frame-gap illustration
2010-12-04 Matthias ClasenImprove frame-gap drawing
2010-12-04 Matthias ClasenFix another parameter mismatch
2010-12-04 Matthias ClasenFix up symbol list for docs
2010-12-04 Matthias Clasenfix parameter name mismatch
2010-12-04 Matthias ClasenForgotten file
2010-12-04 Carlos GarnachoGtkButton: Remove unneeded gtk_style_context_notify_sta...
2010-12-04 Carlos GarnachoGtkCheckButton: Look active when the pointer button...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle empty areas when coalescing...
2010-12-04 Carlos GarnachoGtkToggleButton: Make it able to be prelight and active...
2010-12-04 Carlos GarnachoGtkComboBox: Use style context for rendering
2010-12-04 Carlos GarnachoLet gtk_widget_get_path() correct early calls during...
2010-12-04 Carlos GarnachoGtkCssProvider: Handle unfocused label selections in...
2010-12-04 Carlos GarnachoGtkLabel: Use style context for rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Draw 3D-like effects on square frames...
2010-12-04 Carlos GarnachoGtkThemingEngine: Render rounded frames with light...
2010-12-04 Carlos GarnachoGtkThemingEngine: don't overshoot when rendering frames.
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 Carlos GarnachoGtkCssProvider: Add a default border color for insensit...
2010-12-04 Matthias ClasenIllustrate extension rendering
2010-12-04 Matthias ClasenAdd slider illustration
2010-12-04 Matthias ClasenAdd an activity example
2010-12-04 Matthias ClasenAdd examples for frame rendering
2010-12-04 Matthias ClasenAtempt to fix stretched 9slice rendering
2010-12-04 Matthias ClasenFix handling of junctions in frame drawing code
2010-12-04 Matthias ClasenAdd a background example to the docs
2010-12-04 Matthias ClasenTest some wilder names for classes, etc
2010-12-04 Matthias ClasenAllow digits in selectors and values, where appropriate
2010-12-04 Matthias ClasenAdd the style example code used to generate illustrations
2010-12-04 Matthias ClasenSome more images for gtk_render docs
2010-12-04 Matthias ClasenDeclare transition and border-image properties to be...
2010-12-04 Matthias ClasenImprove some gtk_render_ docs
2010-12-04 Matthias ClasenDocument predefined style provider priorites
2010-12-04 Matthias ClasenFix doc formatting
2010-12-04 Matthias ClasenFix resize grip drawing
2010-12-04 Matthias ClasenFix GtkRadioButton drawing
2010-12-04 Matthias ClasenMake unfocused selections visible in entries
2010-12-04 Matthias ClasenMake expanders prelight
2010-12-04 Matthias ClasenRewrite GtkInfoBar color handling to bypass GtkStyle
2010-12-04 Carlos GarnachoGtkCssProvider: Render inconsistent toggle buttons...
2010-12-04 Carlos GarnachoGtkCssProvider: do not use selected fg/bg in sliders...
2010-12-04 Carlos GarnachoGtkCssProvider: Use 1px border width for spinbutton...
next