Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |