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-04-30
FileManager: Realize the initial path when opened from the command line
Andreas Kling
2020-04-30
js: Turn on live syntax highlighting by default
Andreas Kling
2020-04-30
LibX86: Disassemble BSWAP
Andreas Kling
2020-04-30
Debugger: Add missing newline in "help" output
Andreas Kling
2020-04-30
WindowServer: Fix some pixels in menus after window border changes
Andreas Kling
2020-04-30
WindowServer: Tweak window icon menu popup location
Andreas Kling
2020-04-30
DisplaySettings: Tweak label "Color Name" => "Color"
Andreas Kling
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
WindowServer: Add action icons to the window menus
Andreas Kling
2020-04-30
TextEditor: Pledge "unix" so we can load images in Markdown preview
Andreas Kling
2020-04-30
Base: Add back the OG grid wallpaper from back in the day, now as a PNG
Andreas Kling
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
AK: Always inline trivial StringView constructors
Sergey Bugaev
2020-04-30
AK: Assert that we don't create StringViews of negative length
Sergey Bugaev
2020-04-30
AK: Add Checked::addition_would_overflow()
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
Shell: Provide the correct invariant length to the line editor
AnotherTest
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
WindowServer: Fix typo (backgound_color => background_color)
Andreas Kling
2020-04-30
Browser: Add missing tooltip to bookmark button
Dylan Katz
2020-04-30
Shell: Correctly parse quoted filenames in redirection
AnotherTest
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
FileManager: Fix crash when file properties has unnamed UID or GID
Andreas Kling
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
2020-04-29
LibJS: Throw error in Object::to_string() if string conversion fails
Linus Groh
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Add String.prototype.slice
Kesse Jones
2020-04-29
DisplaySettings: Arrange buttons in "OK, Cancel, Apply" order
Andreas Kling
2020-04-29
DisplaySettings: Don't allow desktop background color with alpha
Andreas Kling
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-29
LibGUI: Allow disabling the alpha channel in ColorInput widgets
Andreas Kling
[next]