Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
If passed as an argument, showing an InputBox now supports to
set a placeholder text which will be shown in its TextBox.
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
|
|
|
|
This is now consistent with the other dialog classes.
|
|
|