summaryrefslogtreecommitdiff
path: root/Userland/Demos/WidgetGallery
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
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-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
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-10WidgetGallery: Port file picker to use FileSystemAccessClientnetworkException
2022-07-15WidgetGallery: Make inspectableFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-04WidgetGallery: Repair GML layout on BasicsTabFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-18WidgetGallery: Convert to try_create_default_iconAstraeus-
2021-12-05Demos: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25WidgetGallery: Use TRY() a lot more :^)pbrw
2021-11-23WidgetGallery: Port to LibMain :^)Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-11-08WidgetGallery: Make custom cursors visible only in the cursors tabKarol Kosek
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-09-20WidgetGallery: Crop animated cursorsKarol Kosek
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-09-20WidgetGallery: Simplify cursor change codeKarol Kosek
2021-09-11WidgetGallery: Add GUI::ValueSlider widgetMustafa Quraish
2021-08-24Userland: Remove IRC ClientAndreas Kling
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-20WidgetGallery: Remove menubarAndreas Kling