index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
WidgetGallery
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-15
WidgetGallery: Use the non-deprecated API of `LibFileSystemAccessClient`
Lucas CHOLLET
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-10
WidgetGallery: Port file picker to use FileSystemAccessClient
networkException
2022-07-15
WidgetGallery: Make inspectable
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-04
WidgetGallery: Repair GML layout on BasicsTab
FrHun
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-11
Userland: Set tab-widget properties in GML instead of code
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-23
LibGUI+Apps: Adjust Splitter spacings
thankyouverycool
2022-02-15
Demos: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-18
WidgetGallery: Convert to try_create_default_icon
Astraeus-
2021-12-05
Demos: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
WidgetGallery: Use TRY() a lot more :^)
pbrw
2021-11-23
WidgetGallery: Port to LibMain :^)
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
WidgetGallery: Make custom cursors visible only in the cursors tab
Karol Kosek
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-09-20
WidgetGallery: Crop animated cursors
Karol Kosek
2021-09-20
WidgetGallery+MouseSettings: Use LexicalPath::basename()
Karol Kosek
2021-09-20
WidgetGallery: Simplify cursor change code
Karol Kosek
2021-09-11
WidgetGallery: Add GUI::ValueSlider widget
Mustafa Quraish
2021-08-24
Userland: Remove IRC Client
Andreas Kling
2021-08-23
WindowServer: Add support for cursor themes
Maciej Zygmanowski
2021-08-20
WidgetGallery: Remove menubar
Andreas Kling
[next]