index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-09-15
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
Nico Weber
2020-09-15
LibLine: Parse CSI parameters and immediates
Nico Weber
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-14
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
pkotzbach
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-14
LibGUI: Add TabWidget::set_property() and handle some properties
Andreas Kling
2020-09-14
LibGUI: Add registration for GUI::TabWidget
Andreas Kling
2020-09-14
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
Andreas Kling
2020-09-14
LibGUI: Allow setting widget visibility from JSON GUI spec
Andreas Kling
2020-09-14
LibGUI: Complain about malformed "layout" values in JSON GUI
Andreas Kling
2020-09-14
LibCore: Include object names in Object::dump_tree() output
Andreas Kling
2020-09-14
LibGUI: Start building a way to instantiate GUI from JSON
Andreas Kling
2020-09-14
LibWeb: Register the InProcessWebView widget
Andreas Kling
2020-09-14
LibGUI: Improve widget registration mechanism a bit
Andreas Kling
2020-09-13
LibGfx: Remove unused file FloatPoint.h
Andreas Kling
2020-09-13
LibGUI: Make some GUI event getters return const references
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-13
Terminal: Make sure empty hrefs set a null string on Attribute
Nico Weber
2020-09-12
LibGfx: restructure Bitmap ctor to expect an alloc'd backing store
Peter Nelson
2020-09-12
LibGfx: return clone from frame() instead of underlying framebuffer
Peter Nelson
2020-09-12
LibWeb: cache in-process decoded images in ImageResource
Peter Nelson
2020-09-12
LibGfx: add Bitmap::clone() method
Peter Nelson
2020-09-12
LibWeb: Fix layout of replaced with width:auto + no intrinsic ratio
Andreas Kling
2020-09-12
LibWeb: Implement <input type=submit> without using LibGUI
Andreas Kling
2020-09-12
LibWeb: Two mouse event handling fixes
Andreas Kling
2020-09-12
LibWeb: Do not handle mouse events on disabled checkboxes
redoste
2020-09-12
LibIPC: Remove unused DisconnectedEvent mechanism
Andreas Kling
2020-09-12
LibIPC: Move notifier handling entirely to IPC::Connection base class
Andreas Kling
2020-09-12
LibIPC: Remove debug spam on disconnection
Andreas Kling
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-09-12
LibIPC: Share most of the code between {Client,Server}Connection
Andreas Kling
2020-09-12
LibC: Avoid write-back of unused value
Ben Wiederhake
2020-09-12
LibC: Don't advertise wrong functions
Ben Wiederhake
2020-09-12
Kernel: Fix various forward declarations
Ben Wiederhake
2020-09-12
LibMarkdown: Make warning messages conditional
Ben Wiederhake
2020-09-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
2020-09-12
LibJS: Check validity of computed_property_name() result before using it
Linus Groh
2020-09-12
LibJS: Stop unwinding and reset exception for TryStatement finalizer
Linus Groh
2020-09-12
LibJS: Extract most of Interpreter's run() into execute_statement()
Linus Groh
2020-09-12
LibGfx: Validate size of incoming shared bitmap
Ben Wiederhake
2020-09-12
LibGfx: Saner memory usage of indexed bitmaps
Ben Wiederhake
2020-09-12
LibGfx: Remove redundant bits() method
Ben Wiederhake
2020-09-12
LibGfx: Don't blindly trust file-internal offset
Ben Wiederhake
2020-09-12
LibGfx: Nicer error reporting for bitmap allocation
Ben Wiederhake
2020-09-12
LibGfx: Protect against over-large bitmaps
Ben Wiederhake
2020-09-12
LibJS: Fix start position of multi-line tokens
Ben Wiederhake
2020-09-11
LibWeb: Protect LayoutCheckBox against crashes after event dispatch
Andreas Kling
2020-09-11
LibWeb: Dispatch a "change" event when <input> checked state changes
Andreas Kling
2020-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
[next]