gtk2/demos
Chun-wei Fan 293f2e6b1c demos: Fix builds against Visual Studio headers
According to [1], '_timezone' is already used for a global variable in the
time.h system header that is supplied by Microsoft, so using that for our
variable name when we are including time.h either directly or indirectly
will cause trouble.

This renames such variables to '_tz' to avoid that

[1]: https://docs.microsoft.com/en-us/cpp/c-runtime-library/daylight-dstbias-timezone-and-tzname
2020-06-22 17:04:18 +08:00
..
constraint-editor constraint-editor: Don't poke around in widget internals 2020-05-30 19:26:46 -04:00
gtk-demo demos: Fix builds against Visual Studio headers 2020-06-22 17:04:18 +08:00
icon-browser Port the icon browser to GtkGridView 2020-06-21 13:36:57 -04:00
node-editor node-editor: Monitor file and reload on changes 2020-05-13 08:07:55 +02:00
print-editor print-editor: Stop using appmenu apis 2020-05-22 17:31:05 -04:00
widget-factory widget-factory: Make the print dialog more functional 2020-06-13 08:59:21 -04:00
meson.build Move print-editor to demos 2020-05-12 15:43:43 -04:00