Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-12-29 | Build: Expose symbols SECTION_start and SECTION_size for embedded resources. | William Marlow | |
Resources embedded by the embed_resource() function will now also expose a SECTION_start and SECTION_size symbol so the embedded resource can be found by an application without having to parse its own ELF image which is not something applications can currently do from userspace. | |||
2020-12-21 | Build: Embed application icons directly in the executables. | William Marlow | |
New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI. |