summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-17CatDog: Stop recognizing name of deleted programBen Wiederhake
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05Base+CatDog: Move assets from /icons/ to /graphics/Cubic Love
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-12Starfield: Rename starfield_window to starfield_widgetCubic Love
2023-04-12Base: Add icons for the Gradient screensaverCubic Love
2023-04-12Demos: Rename GradientScreensaver to GradientCubic Love
2023-04-11Tubes: Remove unused includesJelle Raaijmakers
2023-04-113DFileViewer+Tubes: Add `map_fixed` to pledgesJelle Raaijmakers
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-06Screensaver: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-17WidgetGallery: Use dynamic layout techniques in the sliders tabFrHun
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-17LibGfxDemo: Draw diagonal dotted and dashed linesArda Cinar
2023-01-15WidgetGallery: Use the non-deprecated API of `LibFileSystemAccessClient`Lucas CHOLLET
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-09LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenterAndreas Kling
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-03Screensaver: Add a screensaver launcher applicationTimothy Flynn
2023-01-03Demos: Rename Screensaver to GradientScreensaverTimothy Flynn
2023-01-03Demos: Remove "Cube" applicationAndreas Kling