summaryrefslogtreecommitdiff
path: root/gdk/gen-gdk-gresources-xml.py
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Remove unused gdk_gl_texture_quads() functionBenjamin Otte2021-10-061-3/+0
| | | | That function carried a lot of baggage.
* gdk: Include a default cursor as resourceMatthias Clasen2020-04-261-1/+1
| | | | | | Provide a fallback cursor of last resort. Otherwise, we end up with no visible cursor if there is no cursor theme installed, wihch is less than helpful.
* meson: Reduce useless relinking on reconfigureNirbheek Chauhan2020-04-031-3/+18
| | | | | | | | | | | | | | | When we reconfigure, `configure_file()` is called again, and `*.gresource.xml` files are regenerated, which causes many (all?) binaries to be relinked. Now we only write those out if the contents actually changed (or if the output didn't already exist). This is exactly what Meson already does with `configure_file()` when `command:` is not used. While we're at it, also do the same for `gen-c-array.py` and `gentypefuncs.py` for completeness. Now even if the input to those changes, re-building of those custom targets may not result in relinking if the outputted C files have the same contents.
* meson: gdk: update and sync with MakefilesTim-Philipp Müller2017-05-031-0/+33
Also create gdk.gresource.xml at build-time.