summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-09-15LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keysNico Weber
2020-09-15LibLine: Parse CSI parameters and immediatesNico Weber
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-14LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)pkotzbach
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-09-14LibGUI: Add registration for GUI::TabWidgetAndreas Kling
2020-09-14LibGUI: Use Core::Object::set_property() to handle JSON GUI propertiesAndreas Kling
2020-09-14LibGUI: Allow setting widget visibility from JSON GUI specAndreas Kling
2020-09-14LibGUI: Complain about malformed "layout" values in JSON GUIAndreas Kling
2020-09-14LibCore: Include object names in Object::dump_tree() outputAndreas Kling
2020-09-14LibGUI: Start building a way to instantiate GUI from JSONAndreas Kling
2020-09-14LibWeb: Register the InProcessWebView widgetAndreas Kling
2020-09-14LibGUI: Improve widget registration mechanism a bitAndreas Kling
2020-09-13LibGfx: Remove unused file FloatPoint.hAndreas Kling
2020-09-13LibGUI: Make some GUI event getters return const referencesAndreas Kling
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-13Terminal: Make sure empty hrefs set a null string on AttributeNico Weber
2020-09-12LibGfx: restructure Bitmap ctor to expect an alloc'd backing storePeter Nelson
2020-09-12LibGfx: return clone from frame() instead of underlying framebufferPeter Nelson
2020-09-12LibWeb: cache in-process decoded images in ImageResourcePeter Nelson
2020-09-12LibGfx: add Bitmap::clone() methodPeter Nelson
2020-09-12LibWeb: Fix layout of replaced with width:auto + no intrinsic ratioAndreas Kling
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling
2020-09-12LibWeb: Two mouse event handling fixesAndreas Kling
2020-09-12LibWeb: Do not handle mouse events on disabled checkboxesredoste
2020-09-12LibIPC: Remove unused DisconnectedEvent mechanismAndreas Kling
2020-09-12LibIPC: Move notifier handling entirely to IPC::Connection base classAndreas Kling
2020-09-12LibIPC: Remove debug spam on disconnectionAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-09-12LibC: Avoid write-back of unused valueBen Wiederhake
2020-09-12LibC: Don't advertise wrong functionsBen Wiederhake
2020-09-12Kernel: Fix various forward declarationsBen Wiederhake
2020-09-12LibMarkdown: Make warning messages conditionalBen Wiederhake
2020-09-12LibGUI: Use new Bitmap::minimum_pitch methodBen Wiederhake
2020-09-12LibJS: Check validity of computed_property_name() result before using itLinus Groh
2020-09-12LibJS: Stop unwinding and reset exception for TryStatement finalizerLinus Groh
2020-09-12LibJS: Extract most of Interpreter's run() into execute_statement()Linus Groh
2020-09-12LibGfx: Validate size of incoming shared bitmapBen Wiederhake
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-12LibGfx: Don't blindly trust file-internal offsetBen Wiederhake
2020-09-12LibGfx: Nicer error reporting for bitmap allocationBen Wiederhake
2020-09-12LibGfx: Protect against over-large bitmapsBen Wiederhake
2020-09-12LibJS: Fix start position of multi-line tokensBen Wiederhake
2020-09-11LibWeb: Protect LayoutCheckBox against crashes after event dispatchAndreas Kling
2020-09-11LibWeb: Dispatch a "change" event when <input> checked state changesAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling