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
/
DevTools
/
GMLPlayground
Age
Commit message (
Expand
)
Author
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-13
GMLPlayground: Add a toolbar
Sam Atkins
2023-01-13
GMLPlayground: Move layout to GML
Sam Atkins
2023-01-07
GMLPlayground: Port to `Core::Stream`
Lucas CHOLLET
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
2023-01-05
GMLPlayground: Fill preview window with background color
Sam Atkins
2023-01-01
LibGUI+Userland: Make GML unregistered_child_handler fallible
Sam Atkins
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
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-26
GMLPlayground: Replace /proc/all unveil with /sys/kernel/processes
Timothy Flynn
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-24
GMLPlayground: Restrict filesystem access using `unveil()`
Karol Kosek
2022-10-24
GMLPlayground: Open and save files using FileSystemAccessClient
Karol Kosek
2022-10-15
GMLPlayground: Allow previewing GML in a separate window
Samuel Bowman
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
Playground: Rename the application to GMLPlayground
Linus Groh