]> Pileus Git - ~andy/gtk/history - gtk/gtkstylecontext.c
Minor documentation improvements
[~andy/gtk] / gtk / gtkstylecontext.c
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-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 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
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos Garcia CamposGtkStyleContext: invalidate icon caches when resetting...
2010-12-04 Carlos GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoParse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle directionality when picking...
2010-12-04 Carlos Garcia Camposdocs: gtk_style_context_get_screen() always returns...
2010-12-04 Carlos Garcia CamposCheck screen really changed before notifying it and...
2010-12-04 Carlos Garcia CamposInitialize screen of GtkStyleContext to default screen
2010-12-04 Matthias ClasenAdd list of classes and regions to the docs
2010-12-04 Matthias ClasenSome header cleanups
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 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 Carlos GarnachoGtkStyleContext: Handle empty areas when coalescing...
2010-12-04 Matthias ClasenIllustrate extension rendering
2010-12-04 Matthias ClasenAdd slider illustration
2010-12-04 Matthias ClasenAdd examples for frame rendering
2010-12-04 Matthias ClasenAdd a background example to the docs
2010-12-04 Matthias ClasenSome more images for gtk_render docs
2010-12-04 Matthias ClasenImprove some gtk_render_ docs
2010-12-04 Matthias ClasenFix doc formatting
2010-12-04 Matthias ClasenMore documentation reshuffling
2010-12-04 Matthias ClasenAdd some images to the docs
2010-12-04 Matthias ClasenGtkStyleContext documentation tweaks
2010-12-04 Carlos GarnachoGtkStyleContext: Use correct type for animation duration.
2010-12-04 Matthias ClasenDocumentation improvements
2010-12-04 Carlos GarnachoGtkStyleContext: preserve state on save().
2010-12-04 Matthias ClasenFix a typo
2010-12-04 Carlos GarnachoGtkStyleProvider: Pass a GParamSpec in get_style_proper...
2010-12-04 Carlos GarnachoGtkStyleContext: Also use screen providers for widget...
2010-12-04 Carlos GarnachoHandle looping transition animations.
2010-12-04 Carlos GarnachoGtkStyleContext: Resolve symbolic colors for widget...
2010-12-04 Carlos GarnachoRemove GTK_STATE_LAST.
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_set_background().
2010-12-04 Carlos GarnachoGtkStyleContext: Fix check for GtkIconSize in render_ic...
2010-12-04 Carlos GarnachoGtkStyleContext: restore widget state too in restore().
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_render_icon_pixbuf()
2010-12-04 Carlos GarnachoGtkStyleContext: Fix merging of local and global providers.
2010-12-04 Carlos GarnachoDocument gtk_render_* functions.
2010-12-04 Carlos GarnachoAdd gtk_render_activity()
2010-12-04 Carlos Garnachos/GtkStyleSet/GtkStyleProperties/
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 GarnachoGtkStyleContext: Add gtk_style_context_new().
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 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 GarnachoGtkStyleContext: Store animation region for a bunch...
2010-12-04 Carlos GarnachoGtkStyleContext: Invalidate whole window if no invalida...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_reset_widgets()
2010-12-04 Carlos GarnachoGtkStyleContext: invalidate context when setting the...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_[add|remove...
2010-12-04 Carlos GarnachoGtkStyleContext: Add gtk_style_context_invalidate().
2010-12-04 Carlos GarnachoReplace GdkRegion and GdkRectangle with their cairo...
2010-12-04 Carlos GarnachoRemove gtkalias from style context code.
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkStyleContext: Add animation machinery.
2010-12-04 Carlos GarnachoMove all theming stack to use GtkStateFlags.
2010-12-04 Carlos GarnachoGtkStyleContext: Return insertion position if not found...
next