summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* media-controls: Make play button flatwip/exalm/papercutsAlexander Mikhaylenko2021-09-141-0/+1
* searchbar: Vertically center the close buttonAlexander Mikhaylenko2021-09-141-0/+1
* stack: Dispose children before emitting items-changedJulian Sparber2021-09-131-3/+4
* gdk_rgba_parse: Support HSL colorsJames Westman2021-09-105-240/+10
* inspector: CosmeticsMatthias Clasen2021-09-051-28/+40
* Merge branch 'ebassi/accel-parse-doc' into 'master'Matthias Clasen2021-09-041-6/+17
|\
| * Improve the gtk_accelerator_parse() docsebassi/accel-parse-docEmmanuele Bassi2021-09-041-6/+17
* | textview: Invalidate Pango contextstext-fixesMatthias Clasen2021-09-041-14/+50
* | widget: Provide a helper for updating pango contextsMatthias Clasen2021-09-042-8/+14
* | Rename an internal functionMatthias Clasen2021-09-041-9/+9
* | Revert "gtk: Pass font options along"Matthias Clasen2021-09-044-26/+16
|/
* widget: Redraw when font options changeMatthias Clasen2021-09-031-3/+11
* gtk: Pass font options alongMatthias Clasen2021-09-034-16/+26
* menubutton: Support custom childrenAlexander Mikhaylenko2021-09-033-9/+175
* Add a README in gtk/composeMatthias Clasen2021-09-021-0/+19
* Add a gtk-hint-font-metrics settinghint-metrics-settingMatthias Clasen2021-09-012-4/+37
* Initial support for new Pango attributesMatthias Clasen2021-09-012-0/+23
* editable: Clarify the docsMatthias Clasen2021-08-311-1/+5
* Merge branch 'wip/smcv/compose-files' into 'master'Matthias Clasen2021-08-306-10/+33
|\
| * compose: Update sequences from libX11 1.7.2Simon McVittie2021-08-303-1/+1
| * compose: Document how to get compose-parse input from libX11 sourceSimon McVittie2021-08-301-0/+1
| * compose: Generate endian-dependent compact Compose dataSimon McVittie2021-08-305-9/+31
* | recorder: Make the render nodes in the list draggableBenjamin Otte2021-08-301-0/+26
* | dragicon: Add a default drag icon for GskRenderNodeBenjamin Otte2021-08-301-0/+21
* | stylecontext: Remove unneeded headersBenjamin Otte2021-08-301-16/+1
* | fontbutton: Destroy dialog in unrealize()Benjamin Otte2021-08-301-3/+11
* | fontbutton: Make sure the window is on the same displayBenjamin Otte2021-08-301-0/+1
* | Merge branch 'wip/otte/symbolic-paintable' into 'master'Benjamin Otte2021-08-3010-95/+266
|\ \
| * | symbolicpaintable: Refactor default colors pathBenjamin Otte2021-08-301-11/+12
| * | icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors()Benjamin Otte2021-08-304-28/+19
| * | enums: Add a GtkSymbolicColor enumBenjamin Otte2021-08-301-0/+19
| * | gtk: Port icontheme to GtkSymbolicPaintableBenjamin Otte2021-08-295-69/+44
| * | gtk: Add the GtkSymbolicPaintable interfaceBenjamin Otte2021-08-294-0/+185
| |/
* | Merge branch 'wip/otte/G_TYPE_POINTER' into 'master'Benjamin Otte2021-08-3012-16/+16
|\ \
| * | searchengine: Rename private headerswip/otte/G_TYPE_POINTERBenjamin Otte2021-08-299-11/+11
| * | filesystemmodel: Don't use G_TYPE_POINTERBenjamin Otte2021-08-291-1/+1
| * | placessidebar: Don't use G_TYPE_POINTERBenjamin Otte2021-08-291-2/+2
| * | pathbar: Use correct GType in signalBenjamin Otte2021-08-291-2/+2
| |/
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-08-281-18/+34
|\ \
| * | Draw negatively sloped carets correctlyMatthias Clasen2021-08-271-18/+34
| |/
* | window: Prefer menu bars when handling F10Florian Müllner2021-08-281-8/+6
|/
* Clean up the codeMatthias Clasen2021-08-261-45/+15
* textview: Apply font features from cssMatthias Clasen2021-08-263-93/+110
* textview: Apply text transform from csscss-line-decorationMatthias Clasen2021-08-261-0/+24
* textview: Apply line decoration from cssMatthias Clasen2021-08-261-0/+81
* Merge branch 'css-letter-spacing' into 'master'Matthias Clasen2021-08-261-0/+3
|\
| * textview: Don't forget to collect css letterspacingMatthias Clasen2021-08-261-0/+3
* | build: fix implicit-fallthrough errors with clangChristoph Reiter2021-08-261-2/+2
|/
* Merge branch 'new-pango-attributes' into 'master'Matthias Clasen2021-08-257-1/+137
|\
| * textview: Implement new pango attributesnew-pango-attributesMatthias Clasen2021-08-256-1/+131