summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'hsl' into 'master'Benjamin Otte2021-09-1112-40/+195
|\ \ | | | | | | | | | | | | gdk_rgba_parse: Support HSL colors See merge request GNOME/gtk!3899
| * | gdk_rgba_parse: Support HSL colorsJames Westman2021-09-1012-40/+195
| | |
* | | Update French translationGuillaume Bernard2021-09-111-1018/+1096
| | | | | | | | | | | | (cherry picked from commit 8ffd7e9f87cfd3ce51c6b4b7a91bfe40670c89bb)
* | | Update French translationGuillaume Bernard2021-09-111-1742/+1777
| | | | | | | | | | | | (cherry picked from commit f433c543fe7a11953362f09274f9e29d088815f9)
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-117-316/+235
|\ \ \ | |/ / |/| | | | | | | | Stop using config.h.meson See merge request GNOME/gtk!3936
| * | Refactor gdk_gl_context_upload_texture slightlyMatthias Clasen2021-09-101-3/+9
| | | | | | | | | | | | | | | | | | Introduce a gl_internalformat variable. This will let us handle more formats in a uniform way in future commits.
| * | Add vectorized half-float conversionMatthias Clasen2021-09-104-20/+225
| | | | | | | | | | | | | | | | | | | | | | | | We can't make the -4 versions inline, since we use ifuncs for them, so make vectorized versions. Test included.
| * | Stop using config.h.mesonMatthias Clasen2021-09-102-293/+1
|/ / | | | | | | | | It isn't necessary and makes us miss defines when we forget to update it.
* | Update German translationPhilipp Kiemle2021-09-101-974/+1012
| | | | | | | | (cherry picked from commit 6228954524cfe153b20673f356a26eaba9f9e846)
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-101-1/+1
|\ \ | | | | | | | | | | | | Fix the testupload test See merge request GNOME/gtk!3934
| * | Fix the testupload testMatthias Clasen2021-09-101-1/+1
|/ / | | | | | | This can only ever have worked by accident.
* | Update Turkish translationEmin Tufan Çetin2021-09-101-316/+371
| |
* | Update Swedish translationAnders Jonsson2021-09-081-39/+55
|/
* Update Chinese (China) translationBoyuan Yang2021-09-051-1381/+2142
|
* Update Romanian translationDaniel Șerbănescu2021-09-051-537/+549
| | | | (cherry picked from commit bb72acf9cd341ca30c55a0392c842e955b42e58d)
* Update Romanian translationDaniel Șerbănescu2021-09-051-464/+510
| | | | (cherry picked from commit 63d829bbc182bb06fe28a2e649f50360bc4442b8)
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-051-28/+40
|\ | | | | | | | | inspector: Cosmetics See merge request GNOME/gtk!3925
| * inspector: CosmeticsMatthias Clasen2021-09-051-28/+40
|/ | | | | | Make some settings entries smaller, and make the scales match in size. Also, inline adjustments in the ui file, since we can do that now.
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-053-12/+3
|\ | | | | | | | | Avoid hand-rolled color glyph information See merge request GNOME/gtk!3924
| * Bump pango req to 1.49.1Matthias Clasen2021-09-052-2/+2
| | | | | | | | | | We are using pango api that was introduced in 1.49.1 without ifdefs, so we should require it.
| * Avoid hand-rolled color glyph informationMatthias Clasen2021-09-051-10/+1
|/ | | | | | Followup to b244f31337eea. Pango provides color glyph information for us now, so we don't need to steal a bit anymore.
* Update Swedish translationAnders Jonsson2021-09-051-539/+585
| | | | (cherry picked from commit 19af9601636691fe13ba15bc4b69f18df175c7ca)
* Update Hebrew translationYaron Shahrabani2021-09-051-804/+908
|
* Merge branch 'better-font-rendering-demo' into 'master'Matthias Clasen2021-09-052-48/+232
|\ | | | | | | | | gtk-demo: Improve the font rendering demo See merge request GNOME/gtk!3923
| * gtk-demo: Font rendering - Add some blingMatthias Clasen2021-09-041-35/+98
| | | | | | | | Fade the outlines and pixels in and out.
| * gtk-demo: Font rendering - expand docsMatthias Clasen2021-09-041-1/+6
| |
| * gtk-demo: Font rendering - Add keynavMatthias Clasen2021-09-042-12/+47
| | | | | | | | | | Add mnemonics to most controls, and make Ctrl+/- change the zoom.
| * gtk-demo: Font rendering - add outlinesMatthias Clasen2021-09-042-30/+102
| | | | | | | | Should outlines as well.
| * gtk-demo: Font rendering - better startMatthias Clasen2021-09-041-2/+1
| | | | | | | | | | | | Turn antialiasing on initially, and turn the extents and grid off. Otherwise we show pretty shocking rendering right from the start.
| * gtk-demo: Font rendering - improve the gridMatthias Clasen2021-09-041-4/+19
| | | | | | | | Allow changing the character shown in the grid.
| * CosmeticsMatthias Clasen2021-09-041-5/+0
| | | | | | | | | | Remove an unused object from the font rendering demo ui file.
* | Merge branch 'ebassi/accel-parse-doc' into 'master'Matthias Clasen2021-09-041-6/+17
|\ \ | |/ |/| | | | | Improve the gtk_accelerator_parse() docs See merge request GNOME/gtk!3921
| * Improve the gtk_accelerator_parse() docsebassi/accel-parse-docEmmanuele Bassi2021-09-041-6/+17
| | | | | | | | | | | | | | We need to escape the modifiers in angular brackets, or Markdown will consider them as HTML tags. We also should document the modifiers we're parsing.
* | Merge branch 'text-fixes' into 'master'Matthias Clasen2021-09-0412-228/+110
|\ \ | | | | | | | | | | | | textview: fix pango context invalidation See merge request GNOME/gtk!3922
| * | textview: Invalidate Pango contextstext-fixesMatthias Clasen2021-09-041-14/+50
| | | | | | | | | | | | | | | | | | | | | We need to invalidate the Pango contexts when font settings change. Use the new helper gtk_widget_update_pango_context to make it less likely that we forget to update some things.
| * | widget: Provide a helper for updating pango contextsMatthias Clasen2021-09-042-8/+14
| | |
| * | Rename an internal functionMatthias Clasen2021-09-041-9/+9
| | | | | | | | | | | | It occupies a name I want to reuse for something else.
| * | Revert "gsk: Add font options to text nodes"Matthias Clasen2021-09-042-152/+20
| | | | | | | | | | | | This reverts commit f1347f5841ea526c7016a8fbd329b45001812a23.
| * | Revert "gsk: Add font options to the glyph cache"Matthias Clasen2021-09-042-12/+1
| | | | | | | | | | | | This reverts commit 6599cb001fa184ed224c655519d659f168e9face.
| * | Revert "gsk: Pass font options along"Matthias Clasen2021-09-041-7/+0
| | | | | | | | | | | | This reverts commit 299c7c35148e49369c151aa4eae6066d09e9d4b4.
| * | Revert "gtk: Pass font options along"Matthias Clasen2021-09-044-26/+16
| | | | | | | | | | | | This reverts commit 062a15310aefd7feac19a5b7d2c3257d317dfff9.
* | | Update Basque translationAsier Sarasua Garmendia2021-09-041-1046/+1133
| | | | | | | | | | | | (cherry picked from commit 0768addbb3e79879fd8d4b207320f94ae8d69906)
* | | Update Croatian translationGoran Vidović2021-09-041-1360/+1382
| |/ |/| | | | | (cherry picked from commit 6fe3b21a01fd507116dfa7cb198022594eac128e)
* | Update Chinese (China) translationBoyuan Yang2021-09-041-3606/+3083
| |
* | Update Croatian translationGoran Vidović2021-09-041-345/+357
|/ | | | (cherry picked from commit 543b7defec1954cfced1a4de2a073cfbf5e324ad)
* Update Korean translationChangwoo Ryu2021-09-041-1734/+1740
|
* Update Korean translationChangwoo Ryu2021-09-041-3195/+3925
| | | | (cherry picked from commit 0a5af7693251f02b39bb73208f58609bbd2c8fb8)
* Update Swedish translationAnders Jonsson2021-09-031-1746/+1778
| | | | (cherry picked from commit 2dbcad428a57bac6521600267fa2d374628e2293)
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-031-3/+11
|\ | | | | | | | | widget: Redraw when font options change See merge request GNOME/gtk!3917
| * widget: Redraw when font options changeMatthias Clasen2021-09-031-3/+11
|/ | | | Its the right thing to do, even if it is a rare event.