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-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
2020-03-29
LibGUI: Desktop, add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
WindowServer: Add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
LibGUI: ComboBox, add "set_selected_index" method
Hüseyin ASLITÜRK
2020-03-29
Base: Add icons for color-chooser
Hüseyin ASLITÜRK
2020-03-29
Base: Add tile wallpaper
Hüseyin ASLITÜRK
2020-03-29
Base: Add monitor.png
Hüseyin ASLITÜRK
2020-03-29
LibJS: Add tests for Math constants
Linus Groh
2020-03-29
LibJS: Add constant properties to MathObject
Linus Groh
2020-03-29
LibJS: Add tests for value to number conversion
Linus Groh
2020-03-29
LibJS: Handle empty strings and arrays in Value::to_number()
Linus Groh
2020-03-29
LibJS: Implement Math.abs()
Andreas Kling
2020-03-29
LibJS: Implement basic execution of "switch" statements
Andreas Kling
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-29
SystemMenu: Sort applications alphabetically
Tibor Nagy
2020-03-29
LibJS: Implement Object.getOwnPropertyNames()
Andreas Kling
[next]