summaryrefslogtreecommitdiff
path: root/docs/markdown/Tutorial.md
AgeCommit message (Collapse)Author
2025-02-26Tutorial.md typo fixEniek
2024-07-22docs: make tutorial compatible with GLib versions older than 2.74LegStrong
2023-11-17note on glib libraryalbert
2023-08-17Replace deprecated GTK flagCharlie Ringström
2022-05-01Some documentation fix (#10335)Maple
* update sample image * increase size so all text will be shown
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-11-18Update Tutorial.md [skip ci]Michael Brockus
2020-09-28Add old style command to tutorial. Closes #7793. [skip ci]Jussi Pakkanen
2020-08-14docs: Clarify some FAQs in the Tutorial [skip ci]Nirbheek Chauhan
Clarifications that were observed to be needed when seeing a user try the Tutorial for the first time at: https://www.twitch.tv/videos/709237047?t=50m20s
2020-06-30Replaced `ninja` with `meson` [skip ci]TheQwertiest
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-06-16Tutorial.md: Improve English [skip ci]Francisco Velázquez
2018-10-21Clarify that the tutorial requires prebuilt dependencies. [skip ci]Jussi Pakkanen
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.