summaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2021-01-06Screensaver: Disable double buffering and hide cursorBrendan Coles
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-03Demos: add CatDog (Neko clone)TheMorc
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2020-12-31WidgetGallery: Add a GUI::OpacitySlider to the sliders tab :^)Andreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30WidgetGallery: Tweak UI layout for "Modals" tabAndreas Kling
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14LibC: Add libc.soItamar
2020-12-14Demos: Add "DynamicObjectDemo" to demo the dynamic loaderItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-02Demos: Use pledge and unveilBrendan Coles
2020-11-01Demos: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-10-08Demos: Stop using Widget::foreground_color()Andreas Kling
2020-10-08Demos: Use new format functions.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-25Meta+Demos: Make clang-format-10 cleanBen Wiederhake
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-30LibGfxDemo: Set window icon to app-libgfx-demo.pngLinus Groh
2020-08-30HelloWorld: Set window icon to app-hello-world.pngLinus Groh
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-16Base: Rename Pebbleton to reflect actual heightthankyouverycool
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12DynamicLink: Tell compiler about invisible callsBen Wiederhake
2020-07-29Eyes: Introduce and use iconsBen Wiederhake
2020-07-27Eyes: Fix division by zero when invoked as 'Eyes'AnotherTest
2020-07-27Eyes: Allow constructing an eye-gridAnotherTest
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19Demos: Setup window icon for Mouse demoBrian Gianforcaro
2020-07-18WidgetGallery: Add more widgetsthankyouverycool
2020-07-16LibWeb: Require parent window argument for MessageBoxTom