index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-31
AK: Print double numbers with printf
Emanuel Sprung
2020-03-31
LibLine: Rename on_char_input() => register_character_input_callback()
Andreas Kling
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling
2020-03-31
LibLine: Rename LineEditor to Line::Editor
Andreas Kling
2020-03-31
LibLine: Rename from LibLineEdit
Andreas Kling
2020-03-31
js: Don't exit the REPL when pressing enter on an empty line
Andreas Kling
2020-03-31
Userland/js: Use the new line editor in repl
AnotherTest
2020-03-31
LibLineEdit + Shell: Handle Termios internally and give a copy if asked
AnotherTest
2020-03-31
LibLinEdit + Shell: handle signals
AnotherTest
2020-03-31
Shell: Move LineEdit out and add it as a dependency
AnotherTest
2020-03-31
LibLineEdit: Add a new Line Editor library
AnotherTest
2020-03-31
Browser: Refuse to run as root
Andreas Kling
2020-03-31
IRCClient: Refuse to run as root
Andreas Kling
2020-03-31
Base: Change root user home directory from `/` to `/root`
Brendan Coles
2020-03-31
Userland: Add optional human readable output to /bin/df
Brendan Coles
2020-03-30
LibGUI: Fix index invalidation
Sergey Bugaev
2020-03-30
LibJS: Implement Date.prototype.to{Date,Time}String()
Linus Groh
2020-03-30
LibJS: Implement Date.prototype.toString()
Linus Groh
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-03-30
LibGUI: Brighten buttons when hovering over them :^)
Andreas Kling
2020-03-30
LibGfx: Add Painter::blit_filtered() and blit_brightened()
Andreas Kling
2020-03-30
Shell: Shorten $HOME to '~' in shell prompts
Andreas Kling
2020-03-30
WindowServer+NotificationServer: Vertical title bar for notifications
Andreas Kling
2020-03-30
LibGfx: Support vertical gradient fill (not just horizontal) :^)
Andreas Kling
2020-03-30
LibJS: Add support for arrow functions
Jack Karamanian
2020-03-30
LibJS: Add Parser save_state() and load_state() functions
Jack Karamanian
2020-03-30
LibJS: Throw TypeError when calling non-function object
Linus Groh
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-30
LibVT: Don't scroll-to-bottom when pressing the Logo key
Andreas Kling
2020-03-30
LibJS: Use some macro magic to avoid duplicating all the token types
Andreas Kling
2020-03-30
HackStudio: Add icon for the Find action
Tibor Nagy
2020-03-30
HackStudio: Add an upscaled 32x32 icon to the About dialog
Tibor Nagy
2020-03-30
HackStudio: Fix the labels of project opening menu and dialog
Tibor Nagy
2020-03-30
Shell: Stop making shell history files world-readable
Andreas Kling
2020-03-30
LibCore: Add a static Core::File::open() convenience function
Andreas Kling
2020-03-30
Documentation: Inform people that `anon` can `su` to `root` by default
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add Element.id property to the bindings
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-30
SoundPlayer: Set parent window for AboutDialog
Tibor Nagy
2020-03-30
Solitaire: Set parent window for AboutDialog
Tibor Nagy
2020-03-30
LibGUI: AboutDialog now inherits the icon of its parent window
Tibor Nagy
2020-03-30
Taskbar: Show default window icons when no icons are set
Tibor Nagy
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-29
LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers
Andreas Kling
2020-03-29
LibIPC: Add forwarding header for LibIPC
Andreas Kling
2020-03-29
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
Andreas Kling
2020-03-29
LibJS: Implement String.prototype.startsWith()
Linus Groh
2020-03-29
DisplayProperties: Add options to set the background color and wallpaper mode.
Hüseyin ASLITÜRK
[next]