summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtkcairoblur: Minor restructureAlexander Larsson2015-03-211-17/+13
* Add performance test for gtkcairoblurAlexander Larsson2015-03-212-0/+60
* Updated Dutch translation gtk and gtk-properties master 3.16hanniedu2015-03-212-4609/+6705
* HighContrast: Fix a typoMatthias Clasen2015-03-202-4/+3
* Updated Hungarian translationGábor Kelemen2015-03-201-8/+6
* Updated Hungarian translationBalázs Úr2015-03-201-1738/+1971
* reftests: Add a way to compare different runsMatthias Clasen2015-03-201-3/+29
* mir: Fix version annotation, the mir-backend is available since 3.16Rico Tzschichholz2015-03-201-3/+3
* fix insensitive and backdrop statesJakub Steiner2015-03-204-55/+63
* HighContrast: fix insensitive labelsMatthias Clasen2015-03-202-3/+9
* gtk-demo: Plug a memory leakMatthias Clasen2015-03-191-1/+1
* widget-factory: Fix toolbar on page 3Matthias Clasen2015-03-191-0/+1
* Updated Norwegian bokmål translation.Kjartan Maraas2015-03-191-1027/+809
* inspector: show accessible name and descriptionVadim Rutkovsky2015-03-193-0/+84
* wayland: Silence warnings on clipboard data sending cancellationCarlos Garnacho2015-03-191-2/+4
* wayland: Ensure we re-request the target if the fd changesCarlos Garnacho2015-03-191-4/+4
* wayland: Don't accept the "TARGETS" target on the wl_data_offerCarlos Garnacho2015-03-191-3/+4
* Updated Serbian translationМилош Поповић2015-03-191-1803/+2409
* 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-184-2/+33
* 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