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
Age
Commit message (
Expand
)
Author
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-05
LibGUI: Fix off-by-one error in Lexer tokens
Max Wipfli
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-18
Everywhere: Fix a bunch of typos
Linus Groh
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: Autocomplete after empty {}
Edgar Araújo
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