]> Pileus Git - ~andy/gtk/history - gtk/gtkstylecontext.c
filechooserbutton: whitespace fixes
[~andy/gtk] / gtk / gtkstylecontext.c
2012-03-08 Alexander Larssoncss: Use GtkCssValues instead of GValue in the css...
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2012-02-27 Paolo BorelliAdd a deprecation mark to draw_insertion_cursor
2012-02-14 Cosimo Cecchithemingengine: move _gtk_theming_engine_set_context...
2012-02-02 Benjamin Ottecss: Convert border-radius to GtkCssNumber
2012-02-02 Benjamin Ottethemingengine: Add a private function to query lengths
2012-01-12 Benjamin Ottestylecontext: Don't unref animation description
2012-01-11 Benjamin OtteAPI: Add gtk_style_context_get_section()
2012-01-11 Benjamin Ottecss: Introduce GtkCssComputedValues
2012-01-11 Benjamin Ottestylecontext: Simplify even more code
2012-01-11 Benjamin Ottestylecontext: Use our own color resolve function
2012-01-11 Benjamin Ottestylecontext: Simplify function
2012-01-11 Benjamin Ottestyleproperties: Remove color set function
2012-01-09 Matthias ClasenFix doc markup
2012-01-09 Benjamin OtteSet border-width to 0 in compute function
2012-01-09 Benjamin Ottestylecontext: NMake safe to call into during lookup
2012-01-09 Benjamin Ottestylecontext: Add _gtk_style_context_peek_property()
2012-01-09 Benjamin Ottestyle: Remove GtkStylePropertyContext again
2012-01-09 Benjamin Ottestylecontext: Export _gtk_style_context_resolve_color()
2012-01-09 Benjamin Ottecss: Pass the real context to the CSS lookup
2012-01-09 Benjamin Ottecss: Pass the parent context to _gtk_css_lookup_resolve()
2012-01-09 Benjamin OtteAPI: Add GtkStyleContext::parent
2012-01-09 Benjamin Ottecss: Redo StyleProvider interface
2012-01-09 Benjamin Ottestylecontext: Separate properties by states
2012-01-09 Benjamin Ottestylecontext: Pass state to style data lookup function
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-12-05 Cosimo Cecchistylecontext: always add the ARROW style class when...
2011-12-01 Paolo BorelliIntroduce gtk_render_insertion_cursor
2011-11-25 Alexander LarssonMake computed value of border-width 0 if border-style...
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-17 Alexander LarssonAdd GtkStylePropertyContext and use it in when getting...
2011-11-02 Matthias ClasenMove gtk_draw_insertion_cursor out of gtkstyle.[hc]
2011-09-27 Cosimo Cecchistylecontext: add style classes for top/bottom/right...
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Matthias ClasenCorrect the documentation of gtk_render_arrow() x,y...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-09 Cosimo Cecchicombobox: add a "combobox-entry" style class for combob...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Benjamin Ottestylecontext: #include <math.h> when using math functions
2011-07-05 Matthias ClasenGtkStyleContext: add some aux. a11y api
2011-06-30 Matthias ClasenFix up docs for predefined style classes.
2011-06-18 Matthias ClasenFix css syntax in example
2011-06-15 Benjamin Ottecss: Make font property a shorthand
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-09 Cosimo Cecchistylecontext: add gtk_render_icon()
2011-06-02 Benjamin OtteRevert "css: Make font property a shorthand"
2011-06-02 Benjamin Ottestylecontext: Implement the color getters using the...
2011-06-02 Benjamin Ottecss: Make font property a shorthand
2011-06-02 Benjamin Ottestylecontext: Don't crash when colors are "none"
2011-05-22 Benjamin Ottestyle: Make margin a shorthand
2011-05-22 Benjamin Ottestyle: Make padding a shorthand
2011-05-22 Benjamin Ottestyle: Convert border-width to a shorthand
2011-05-21 Benjamin Ottestyleproperties: Adapt _gtk_style_properties_peek_prope...
2011-04-12 Matthias ClasenGtkStyleContextPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-17 Benjamin Ottestyle: Move private function into private header
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-06 Ignacio Casal Quin... Fix conversion from GdkColor to GdkRGBA
2011-02-28 Matthias ClasenDon't assert on zero width/height in render functions
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Murray CummingMore tiny documentation typo fixes.
2011-02-14 Matthias ClasenAllow custom icon size in gtk_render_icon_pixbuf()
2011-02-11 Benjamin Ottestylecontext: Use the common approach for priate pointers
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-08 Carlos Garnachodoc: Add a note about prioritization of GtkStyleProviders
2011-02-08 Matthias ClasenSet the correct initial value for the direction property
2011-02-07 Carlos GarnachoFix color style properties lookup when the color resolu...
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-29 Paolo BorelliMove the get_cursor_color in GtkStyleContext
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-23 Matthias ClasenSplit out private style context api into a private...
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-19 Carlos GarnachoMake GtkCssProvider deal with widget types not being...
2011-01-17 Carlos GarnachoEnsure harder a GtkStyleContext has a theming engine...
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-15 Matthias ClasenAvoid a critical warning during tab DND
2011-01-12 Benjamin Ottestylecontext: Protect the cairo contexts with cairo_sav...
2011-01-11 Milan Bouchet-ValatImprove docs about GtkStyleContext padding/border/margin
2011-01-10 Carlos GarnachoGtkStyleContext: Do not cancel possibly unstarted trans...
2011-01-10 Carlos GarnachoAdd gtk_style_context_scroll_animations()
2011-01-10 Carlos GarnachoAdd gtk_style_context_cancel_animations()
2010-12-24 Carlos GarnachoBug 637910 - GtkSpinner - does not animate
2010-12-21 Carlos GarnachoMake gtk_style_context_get_* functions more robust
2010-12-17 Cosimo Cecchiwidgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Diego Escalante... gtkstylecontext: fix typos in annotations
2010-12-13 Carlos GarnachoFix coalescing of state animation areas for multiple...
2010-12-13 Paolo BorelliAdd convenience function for the font description.
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-05 Carlos GarnachoGtkStyleContext: warn on meaningless coords in gtk_rend...
2010-12-05 Matthias ClasenFix abi check after recent merges
next