Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-11-02 | Demos: Use pledge and unveil | Brendan Coles | |
2020-11-01 | Demos: Use GUI::Icon::default_icon to set application icon | Brendan Coles | |
2020-08-30 | LibGfxDemo: Set window icon to app-libgfx-demo.png | Linus Groh | |
2020-08-27 | Base: Create /res/graphics/ and relocate system art assets | thankyouverycool | |
2020-08-16 | Base: Rename Pebbleton to reflect actual height | thankyouverycool | |
And update programs loading it from file. | |||
2020-08-15 | Misc: Use automatic window positioning in more applications | Linus Groh | |
This is a follow up to #2936 / d3e3b4ae56aa79d9bde12ca1f143dcf116f89a4c. Affected programs: - Applications: Browser (Download, View source, Inspect DOM tree, JS console), Terminal (Settings) - Demos: Cube, Eyes, Fire, HelloWorld, LibGfxDemo, WebView, WidgetGallery - DevTools: HackStudio, Inspector, Profiler - Games: 2048, Minesweeper, Snake, Solitaire - Userland: test-web A few have been left out where manual positioning is done on purpose, e.g. ClipboardManager (to be close to the menu bar) or VisualBuilder (to preserve alignment of the multiple application windows). | |||
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling | |
Having this on the stack makes whole-program teardown iffy. Turning it into a Core::Object allows anyone who needs it to extends its lifetime. | |||
2020-06-19 | LibGfxDemo: Fix "90s-bg.png" path | Hüseyin ASLITÜRK | |
Incorrect image file path cause the application to crash on startup. | |||
2020-05-16 | Demos: Compile LibGfxDemo with the new CMake build system | tgsm | |
2020-05-10 | LibGfx: Add support for dashed lines | Linus Groh | |
Non-configurable for now. | |||
2020-05-10 | Demos: Add LibGfx Demo :^) | Linus Groh | |