]> Pileus Git - ~andy/gtk/history - gtk
shadow: Rename to GtkCssShadowValue
[~andy/gtk] / gtk /
2012-04-17 Benjamin Otteshadow: Rename to GtkCssShadowValue
2012-04-17 Benjamin Ottecssvalue: Remove unused function
2012-04-17 Benjamin Otteshadow: Move parse function into GtkShadow
2012-04-17 Benjamin Otteshadow: Make this a GtkCssValue
2012-04-17 Benjamin Otteshadow: Remove _gtk_shadow_get_resolved()
2012-04-17 Benjamin Ottestylepropertyimpl: Make shadows unqueryable
2012-04-17 Benjamin Ottetheming: Use peek_property() calls to query shadows
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class
2012-04-17 Benjamin Ottecssstyleproperty: Make query func a vfunc
2012-04-17 Benjamin Ottecustomproperty: Add our own query_value function
2012-04-17 Benjamin Ottecssstyelproperty: Rempove specified-type and computed...
2012-04-17 Benjamin Ottestyleproperty: Remove default parse function
2012-04-17 Benjamin Ottestylepropertyimpl: Add remaining parse functions
2012-04-17 Benjamin Ottestyleproperty: Simplify compute_value function
2012-04-17 Benjamin Ottecss: Move shadow parse/print/compute funcs
2012-04-17 Benjamin Ottestylepropertyimpl: Add parse funcs for enums
2012-04-17 Benjamin Ottestylepropertyimpl: Add color parsing function
2012-04-17 Benjamin Ottecustomproperty: Don't rely on querying style property
2012-04-17 Benjamin Ottestyleproperty: Make gtk_style_property_register() not...
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_equal()
2012-04-17 Benjamin Ottecssparser: Use _gtk_css_parser_error_full()
2012-04-17 Benjamin Ottecssparser: Add _gtk_css_parser_error_full()
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-17 Benjamin Ottecss: Remove _gtk_css_style_property_is_specified_type()
2012-04-17 Benjamin Ottecssvalue: Add a CSS value for arrays
2012-04-17 Benjamin Ottecssvalue: Remove _gtk_css_value_new_take_gvalue()
2012-04-17 Benjamin Ottecssvalue: Get rid of unused functions
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_query() take...
2012-04-17 Benjamin Ottestyleproperty: Make print_func take a GtkCssValue
2012-04-17 Benjamin Ottecssvalue: Make the structure vtable-based
2012-04-17 Benjamin Ottestyleproperty: Add support for equal_func
2012-04-17 Benjamin Ottestylecontext: Don't clear cache when only state changes
2012-04-17 Benjamin Ottecssmatcher: Use quarks for classes
2012-04-17 Benjamin Ottestyleproperty: Add a function to compare values for...
2012-04-17 Benjamin Ottecssvalue: Constify a bunch of APIs
2012-04-17 Benjamin Ottecssvalue: Remove unused functions
2012-04-17 Benjamin Ottestylecontext: Really queue style changes
2012-04-17 Benjamin Ottestylecontext: Optimize the common case of "style didn...
2012-04-17 Benjamin Ottegtk: Make widget only invalidate widget positions
2012-04-17 Benjamin Ottewindow: Set parent context instead of just resetting...
2012-04-17 Benjamin Ottewidget: Replace reset_style() calls
2012-04-17 Benjamin Ottewidget: Don't go via path when resetting style
2012-04-17 Benjamin Ottewidget: Add _gtk_widget_invalidate_style_context()
2012-04-17 Benjamin Ottewidget: Merge function into only caller
2012-04-17 Benjamin Ottewidget: Clear broken widget path in constructor
2012-04-17 Benjamin Ottestylecontext: On failure, exit the loop, don't try...
2012-04-17 Benjamin Ottestylecontext: Invalidate when setting classes/state...
2012-04-17 Benjamin Ottestylecontext: Use _gtk_style_context_queue_invalidate...
2012-04-17 Benjamin Ottestylecontext: Introduce _gtk_style_context_queue_invali...
2012-04-17 Benjamin Ottestylecontext: Keep track of children
2012-04-17 Benjamin Ottewidget: Don't set widget path on style context
2012-04-17 Benjamin Ottestylecontext: Notify widget directly of changes
2012-04-17 Benjamin Ottestylecontext: Add setter for widget
2012-04-17 Benjamin Ottematcher: Add a superset matcher
2012-04-17 Benjamin Ottematcher: Add a matcher that matches anything
2012-04-17 Benjamin Otteselector: Rewrite position tracking
2012-04-17 Benjamin Ottesyleprovider: Add a vfunc to get the changes
2012-04-17 Benjamin Otteselector: Rename selector class
2012-04-17 Benjamin Ottecss: Add selector change types
2012-04-17 Benjamin Ottematcher: Turn GtkCssMatcher into a union
2012-04-17 Benjamin Ottematcher: Use a vtable
2012-04-17 Benjamin Ottecss: Make the style provider take a matcher as an input...
2012-04-17 Benjamin Ottecss: Add GtkCssMatcher
2012-04-17 Benjamin Ottestyleprovider: Add a custom object for a list of style...
2012-04-17 Benjamin Ottestylecontext: Stop querying style providers for icon...
2012-04-16 Kalev Lemberapplication-window: Move desktop file handling code...
2012-04-16 Michael VogtGtkImage: Move g_clear_object() to gtk_image_finalize()
2012-04-13 Cosimo Cecchiapplication-window: try to use the desktop name in...
2012-04-13 Matthias ClasenFix malformed doc comments
2012-04-10 Benjamin Ottestyleproperty: 3rd hotfix for a 3-line patch
2012-04-10 Benjamin OtteRevert part of "textview: Remove extra magic for drawin...
2012-04-09 Benjamin Otte styleproperty: Fix thinko
2012-04-09 Benjamin Ottecustomproperty: Fix thinko
2012-04-09 Benjamin Ottestyleproperty: Save some memory
2012-04-09 Benjamin Ottecustomproperty: Ensure style properties are registered
2012-04-09 Benjamin Ottecsscustomproperty: Redo RGBA/Color parsing
2012-04-09 Benjamin Ottecssvalue: Re-add support for random value types
2012-04-08 Pavel Holejsovskyentrycompletion: set_property() should call property...
2012-04-07 Benjamin Ottetextview: Remove extra magic for drawing children
2012-04-07 Benjamin Ottecsscomputedvalues: Unref old value when setting new one
2012-04-07 Benjamin Ottetreeview: Don't cache expander size
2012-04-07 Benjamin Ottewidget: Create style context using regular API
2012-04-07 Benjamin Ottemenu: Undo a hack with style contexts
2012-04-07 Benjamin Ottetray: Add suggested braces around empty body in 'if...
2012-04-07 Benjamin Ottewin32: Move variable declarations into #if block
2012-04-05 Benjamin Ottegtk: Don't call gdk_window_process_updates() when scrolling
2012-04-05 Benjamin Ottepaned: Shrinkable widgets don't require a size
2012-04-04 Nelson Benitez Leongtktreeview: don't handle extra mouse buttons
2012-04-03 Alexander Larssonwin32: Fall back to raleigh with the classic theme
2012-03-30 Jasper St. Pierregactionmuxer: Fix list_actions
2012-03-29 Matthias Clasenfilechooser: Fix entry completion
2012-03-29 Alexander Larssoncss: Only keep around GtkCssSections if GTK_CSS_DEBUG...
2012-03-29 Rob Bradfordbuild: Don't use Wayland GtkClipboard implementation...
2012-03-28 Murray CummingGtkApplication Docs: Add a hint.
2012-03-28 Benjamin OtteFix for bug 672961 - Custom theme can crash apps with...
2012-03-27 Cosimo Cecchitreeview: filter out invisible columns in get_path_for_...
2012-03-26 Matthias ClasenRevert "GtkMenuItem: Add since 3.2 tags for 2 signals."
2012-03-26 Murray CummingGtkMenuItem: Add since 3.2 tags for 2 signals.
2012-03-26 Murray CummingGtkColorChooser docs: Fix small typos.
2012-03-26 Murray CummingDocs: GtkApplication: Hint about GtkActionMap
next