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
/
Playground
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-01-18
Playground: Enable line numbers in the GML editor
Brian Gianforcaro
2021-12-18
Playground: Convert to try_create_default_icon
Astraeus-
2021-12-11
Playground: Remove redundant pledge()
bugreport0
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
Playground: Port to LibMain :^)
Andreas Kling
2021-09-12
Playground: Ask to save file contents on quit action
Karol Kosek
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne
2021-07-24
GML Playground: Add Vim emulation
Phoenix
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-06-22
Playground: Prompt to save changes after the user picked a file to open
Gunnar Beutner
2021-06-22
Playground: Add a menu action to save the file
Gunnar Beutner
2021-06-22
Playground: Ask to save changes even when the document was never saved
Gunnar Beutner
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-05-26
Playground: Start out with a GUI::Frame on the right hand side
Andreas Kling
2021-05-17
Playground: Show the modified state in the window title
faxe1008
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
Playground: Add Alt shortcuts to menus
Andreas Kling
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-29
Playground: Move AutocompleteProvider to a separate file
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling