7b36571a76
Miscellanious fixes and improvements
602768dc74
Fix spacing in headerbar
c4e37a3f63
Rename position.move()
9a8bcc027e
Nullability fixes, ui code improvements, and some small fixes
44e0cb546c
Update version, copyright years, code style
3c4d053e36
Merge pull request 'Add support for a user-defined global exception handler' (#382) from global-exception-handler into main
a70da1da2a
Add support for a user-defined exception handler
Add support for a user-defined global exception handler
Add support for a user-defined global exception handler
a70da1da2a
Add support for a user-defined exception handler
Java exceptions on gtk callbacks
Installing a global exception handler to handle this is still a good idea though. (In very specific circumstances, the exception propagation introduced with RC2 doesn't work.) So thanks for the...
Java exceptions on gtk callbacks
Are you using release 1.0.0-RC2?
[Gst] Possible issue with memory layout?
I've released a snapshot so you can test if it works.
[Gst] Possible issue with memory layout?
You can revert to the behavior of 1.0.0-RC1 by setting the environment variable java-gi.discard-callback-exceptions tottrue. However, this doesn't solve the rootcause: The call to `Message.read...
66243077cf
Merge pull request 'Fix handling memory layouts with union components' (#380) from union-fields into main
6e239dc6c5
Fix handling memory layouts with union components
[Gst] Possible issue with memory layout?
Fix handling memory layouts with union components
Fix handling memory layouts with union components
6e239dc6c5
Fix handling memory layouts with union components
[Gst] Possible issue with memory layout?
This is a bug with reading/writing fields of a union type (in this case it's the Mutex). The issue must have been introduced with the rewrite of the memorylayout generator in RC1. I'm pretty...
acee9656e9
Add AppLauncher example