- 04 Feb, 2023 1 commit
-
-
Alexander Mikhaylenko authored
So initially I decided to be clever and track needs-attention without iterating through pages. Bad idea - this works fine as soon as there are no notify emissions. Unfortunately that can still happen, and does happen in inspector. Oh well, O(n) it is.
-
- 21 Jan, 2023 1 commit
-
-
Returning a value in a function that has a void-rettype triggers a C4098 warning on Visual Studio, which is considered an error in glib-2.68.x or later. Fix that.
-
- 22 Nov, 2022 1 commit
-
-
Alexander Mikhaylenko authored
We depend on new GLib now, so the real macros are always available.
-
- 15 Sep, 2022 1 commit
-
-
Alexander Mikhaylenko authored
-