summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* radio-menu-item: Add join_group()Matthias Clasen2015-03-222-0/+60
* radio-menu-item: Allow arguments to be NULLMatthias Clasen2015-03-221-8/+8
* radio-menu-item: Handle a !NULL groupEmmanuele Bassi2015-03-221-0/+2
* Improve CSD decorations without a compositorOlivier Fourdan2015-03-227-40/+88
* image: Optimize non-resize changesMatthias Clasen2015-03-211-17/+90
* a11y: handle atk race condition where widget has been destroyedChristian Hergert2015-03-211-0/+8
* box-shadow: For top/bottom and left/right parts, repeat a single lineAlexander Larsson2015-03-212-3/+29
* shadow-box: Blur only horizontally/vertically for the non-corner partsAlexander Larsson2015-03-213-33/+64
* shadow-box: Bail out blur early if radius is 1pxAlexander Larsson2015-03-212-2/+7
* gtkcairoblur: Unroll inner loop for common radius valuesAlexander Larsson2015-03-211-11/+30
* gtkcairoblur: Minor restructureAlexander Larsson2015-03-211-17/+13
* HighContrast: Fix a typoMatthias Clasen2015-03-202-4/+3
* fix insensitive and backdrop statesJakub Steiner2015-03-204-55/+63
* HighContrast: fix insensitive labelsMatthias Clasen2015-03-202-3/+9
* inspector: show accessible name and descriptionVadim Rutkovsky2015-03-193-0/+84
* Adwaita: Fix context menu shadows not showing upBenjamin Otte2015-03-193-289/+123
* inspector: Make it easier to cut'n'paste advice messageBastien Nocera2015-03-181-0/+1
* csspathnode: Handle context going awayBenjamin Otte2015-03-183-2/+18
* inspector: Add a new page that lists the CSS node treeBenjamin Otte2015-03-1812-1/+1015
* cssnode: Add propertiesBenjamin Otte2015-03-182-5/+199
* csswidgetnode: Use style_changed signal instead of update_style vfuncBenjamin Otte2015-03-181-10/+6
* cssnode: Add a style-changed signalBenjamin Otte2015-03-182-8/+26
* cssnode: Add node-added and node-removed signalBenjamin Otte2015-03-182-56/+107
* cssnode: Track invalid childrenBenjamin Otte2015-03-182-11/+26
* csswidgetnode: Avoid creating a stylecontextBenjamin Otte2015-03-183-4/+23
* cssnode: Change the way we invalidate timestampsBenjamin Otte2015-03-181-4/+21
* cssstyle: Add gtk_css_style_is_static()Benjamin Otte2015-03-185-22/+37
* cssnode: Special-case TIMESTAMP invalidationsBenjamin Otte2015-03-181-0/+6
* cssnode: Redo style changed trackingBenjamin Otte2015-03-181-10/+10
* stylecontext: Call get_style(), not create_style()Benjamin Otte2015-03-183-5/+3
* cssnode: Merge the 2 places that compute stylesBenjamin Otte2015-03-183-126/+15
* cssnode: Always return correct style valuesBenjamin Otte2015-03-182-9/+34
* cssstyle: Add optimizationBenjamin Otte2015-03-181-0/+3
* stylecontext: Refactor gtk_style_context_invalidate()Benjamin Otte2015-03-183-28/+2
* cssnode: Create animated styles by defaultBenjamin Otte2015-03-183-5/+72
* cssnode: Add optimizationBenjamin Otte2015-03-181-0/+3
* cssnode: Change the way we start animationsBenjamin Otte2015-03-181-16/+3
* cssnode: Return NULL as frame clock when animations are disabledBenjamin Otte2015-03-181-6/+8
* cssstyle: Handle 0 timestamp to mean "don't animate"Benjamin Otte2015-03-181-0/+6
* cssnode: Move style context function to only userBenjamin Otte2015-03-183-33/+25
* cssnode: Remove timestamp from gtk_css_node_validate()Benjamin Otte2015-03-184-9/+16
* cssnode: Add API to query the timestampBenjamin Otte2015-03-186-14/+106
* cssnode: Make parent style change part of GtkCssNodeBenjamin Otte2015-03-187-32/+26
* cssnode: Propagate pending changes after recomputing new styleBenjamin Otte2015-03-181-10/+9
* cssnode: Add gtk_css_node_invalidate_style_provider()Benjamin Otte2015-03-183-1/+22
* cssnode: Change get_style_provider() vfuncBenjamin Otte2015-03-184-8/+23
* cssnode: Implement a way to properly track invalidationsBenjamin Otte2015-03-182-37/+85
* cssnode: Change vfuncBenjamin Otte2015-03-183-14/+27
* cssnode: Only pass a boolean for parent changesBenjamin Otte2015-03-185-31/+24
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-1844-296/+109