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-05-02
LibLine: Handle ^L while in search mode
AnotherTest
2020-05-02
LibJS: Add ConsoleMessage concept
Emanuele Torre
2020-05-02
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
Emanuele Torre
2020-05-02
LibJS: Start implementing a Console class for the interpreter
Emanuele Torre
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
LibGUI: Make ComboBox list pop-up windows frameless
Andreas Kling
2020-05-02
WindowServer+LibGUI: Add "frameless" window flag
Andreas Kling
2020-05-02
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Andreas Kling
2020-05-02
LibGUI+WindowServer: Inform WindowServer about parent/child windows
Andreas Kling
2020-05-02
LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth
LepkoQQ
2020-05-02
LibM: Implement fmodf()
Valtteri Koskivuori
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibGUI: INI file syntax highlighter
Hüseyin ASLITÜRK
2020-05-01
LibGUI: Icon for INI file type
Hüseyin ASLITÜRK
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Implement indexed access for StringObject
Linus Groh
2020-05-01
LibJS: Make Array.length non-configurable
Linus Groh
2020-05-01
LibJS: Add Value::to_size_t()
Linus Groh
2020-05-01
LibJS: Add Object::has_property()
Linus Groh
2020-05-01
LibJS: Return a bool from Object::put* to indicate success
Linus Groh
2020-05-01
LibJS: Add String.prototype.lastIndexOf
Kesse Jones
2020-05-01
LibJS: Implement console.countReset()
Emanuele Torre
2020-05-01
LibJS: Implement console.count()
Emanuele Torre
2020-05-01
LibJS: Add object literal method shorthand
Matthew Olsson
2020-04-30
LibGUI: Remove some ancient unused debug logging
Andreas Kling
2020-04-30
LibX86: Disassemble BSWAP
Andreas Kling
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-30
LibMarkdown: Add support for images :^)
Sergey Bugaev
2020-04-30
LibMarkdown: Handle broken link markup better
Sergey Bugaev
2020-04-30
LibC: Hint the compiler that assertions rarely fail
Sergey Bugaev
2020-04-30
LibCore: Do not assert that NonnullRefPtr is non-null
Sergey Bugaev
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-30
LibCore: Don't continue in forked child if exec() fails
Andreas Kling
2020-04-30
LibGUI: Scale TabWidget tabs according to available space
Andreas Kling
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-30
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
Andreas Kling
2020-04-30
LibJS: Fix ConditionalExpression::dump()
Linus Groh
2020-04-30
LibJS: Enforce that ++/-- operand is an identifier or member expression
Linus Groh
2020-04-30
LibJS: Add Parser::syntax_error() helper
Linus Groh
2020-04-29
LibGUI: Use "OK, Cancel" button order in InputBox
Andreas Kling
2020-04-29
LibGUI: Use "OK, Cancel" button order in ColorPicker
Andreas Kling
2020-04-29
LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrum
Andreas Kling
2020-04-29
LibGUI: ColorPicker should pick custom color from bitmap, not window
Andreas Kling
2020-04-29
LibGUI: Exit ColorPicker (successfully) when double-clicking a color
Andreas Kling
2020-04-29
LibGUI: Remove unnecessary is_enabled() checks in mouse event handlers
Andreas Kling
2020-04-29
LibGUI: Require a full click on ColorInput's color rect to open picker
Andreas Kling
2020-04-29
LibJS: Make String.prototype.slice() generic
Linus Groh
2020-04-29
LibJS: Make (most) String.prototype functions generic
Linus Groh
2020-04-29
LibJS: Handle non-string primitive values in Object::to_string()
Linus Groh
[next]