Tim Ledbetter
|
0d7b13edac
Userland: Make `GUI::Window` construction non-fallible
|
1 year ago |
Andreas Kling
|
bd61e75e0b
LibGUI: Remove Window::try_add_menu()
|
1 year ago |
Andreas Kling
|
f2faf2767f
LibGUI: Remove Menu::try_add_action()
|
1 year ago |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
2 years ago |
Lucas CHOLLET
|
1a97382305
LibGUI: Make `Application`'s construction fallible
|
2 years ago |
Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 years ago |
thankyouverycool
|
0d4fd4e2a6
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
MacDue
|
593aa9aff1
Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas
|
3 years ago |
Lenny Maiorani
|
0ec688f86e
Demos: Use default constructors/destructors
|
3 years ago |
Astraeus-
|
683077c894
LibGfxScaleDemo: Convert to try_create_default_icon
|
3 years ago |
Sam Atkins
|
7e05ccaa70
Demos: Cast unused smart-pointer return values to void
|
3 years ago |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 years ago |
pbrw
|
8293ad33ee
LibGfxScaleDemo: Use TRY() a lot more :^)
|
3 years ago |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 years ago |
Andreas Kling
|
687a12d7fb
Userland: Add GUI::Window::add_menu() and use it everywhere
|
4 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Linus Groh
|
91eda22208
Everywhere: Add Alt shortcuts to remaining top-level menus
|
4 years ago |
Linus Groh
|
ff1d3f53c4
Everywhere: Rename app_menu to file_menu, continued
|
4 years ago |
Andreas Kling
|
20dd5735ce
WindowServer+LibGfx: Automatic "modified" markers in window titles
|
4 years ago |
inalone
|
4dbf40399b
Demos: Added Alt+F4 funtionality to demos that lacked it
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
e76771bfad
WindowServer+LibGfx: Show menus in windows! :^)
|
4 years ago |
Andreas Kling
|
e0f32626bc
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
|
4 years ago |