summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* builder: CosmeticsMatthias Clasen2021-09-181-28/+33
* filechooserwidget: Return an id in get_choice()Georges Basile Stavracas Neto2021-09-181-4/+7
* filechooserwidget: Match choice id from "options"Georges Basile Stavracas Neto2021-09-181-4/+4
* textview: Remove a dead storeMatthias Clasen2021-09-171-1/+0
* listitemmanager: Add a few assertionsMatthias Clasen2021-09-171-1/+4
* imcontextsimple: Rewrite a function slightlyMatthias Clasen2021-09-171-13/+14
* label: Remove a dead assignmentMatthias Clasen2021-09-171-1/+0
* icontheme: Fix variable mixup leading to crashesBenjamin Otte2021-09-171-14/+14
* Merge branch 'menu_button_a11y_improvements' into 'master'Matthias Clasen2021-09-171-0/+17
|\
| * Apply 4 suggestion(s) to 1 file(s)Emmanuele Bassi2021-09-171-6/+13
| * Delete unneccessary comment and make other more descriptiveLukáš Tyrychtr2021-09-171-2/+2
| * Merge branch 'master' into menu_button_a11y_improvementsLukáš Tyrychtr2021-09-143-1/+3
| |\
| * | Set correct accessible relations for GtkMenuButtonLukáš Tyrychtr2021-09-141-0/+10
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-171-0/+12
|\ \ \
| * | | rendernodepaintable: Provide accurate aspect ratioMatthias Clasen2021-09-171-0/+12
* | | | Merge branch 'fix-typo' into 'master'Matthias Clasen2021-09-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gtkcolorbutton: Fix documentationJames Westman2021-09-161-1/+1
| |/ /
* | | icontheme: Implement gtk_icon_theme_lookup_by_gicon() for texturesBenjamin Otte2021-09-171-18/+8
* | | pixbufutils: Don't hardcode formatsBenjamin Otte2021-09-173-37/+7
* | | icontheme: Insist that people provide proper valuesBenjamin Otte2021-09-171-8/+2
* | | icontheme: Use textures moreBenjamin Otte2021-09-171-40/+46
* | | icontheme: Load textures directly when possibleBenjamin Otte2021-09-171-26/+19
* | | builder: Stop using pixbufutilsMatthias Clasen2021-09-171-3/+1
* | | cssimageurl: Just create a texture directlyMatthias Clasen2021-09-171-11/+10
* | | builder: create textures without pixbufsMatthias Clasen2021-09-171-19/+58
* | | texture: Add private can_load() functionBenjamin Otte2021-09-171-20/+24
* | | theme: make toggled tbuttons in toolbars visibleJakub Steiner2021-09-161-6/+1
* | | pixbufutils: Simplify functionBenjamin Otte2021-09-151-8/+1
* | | Annotate gtk_get_default_language as constMatthias Clasen2021-09-141-1/+1
* | | Annotate gtk_editable_get_chars as mallocMatthias Clasen2021-09-141-1/+1
* | | csstypes: Add annotations and inlinesMatthias Clasen2021-09-142-67/+64
* | | Annotate some builder apis as mallocMatthias Clasen2021-09-141-2/+2
* | | Annotate gtk_accelerator_get_default_mod_mask as constMatthias Clasen2021-09-141-1/+1
* | | Annotate gtk_css_tokenizer_get_location as constMatthias Clasen2021-09-141-1/+1
* | | cssparser: Mark some functions as pure and mallocMatthias Clasen2021-09-141-7/+7
| |/ |/|
* | Merge branch 'fix_accessible_described_by' into 'master'Matthias Clasen2021-09-141-1/+1
|\ \
| * | Fix generation of accessible description in presence of described by relationsLukáš Tyrychtr2021-09-141-1/+1
| |/
* | 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