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-24
Browser: Remove padding from the main TabWidget
Andreas Kling
2020-04-24
LibGUI: Allow overriding the padding inside a TabWidget
Andreas Kling
2020-04-24
Browser: Add icons for the "new tab" and "close tab" actions
Andreas Kling
2020-04-24
Base: New "open" and "save" action icons
Andreas Kling
2020-04-24
Base: Tweak Calendar app icon
Andreas Kling
2020-04-24
LibGUI: Fix display issue when selecting multi-lines in TextEditor
DexesTTP
2020-04-24
js: Interrupt running script or REPL evaluation when receiving SIGINT
Linus Groh
2020-04-24
LibGUI: Fix laggy mouse selection in TextEditor widget
Andreas Kling
2020-04-24
LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right
Andreas Kling
2020-04-24
FileManager: Set content margin of DirectoryView to same as children
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-04-24
WindowServer: Don't allow activating disabled menu items with keyboard
Andreas Kling
2020-04-24
WindowServer: Fix name typo in descend_into_submenu_at_hovered_item()
Andreas Kling
2020-04-24
WindowServer: Skip over disabled menu items during keyboard navigation
Andreas Kling
2020-04-24
Base: Tweak ladybug icon
Andreas Kling
2020-04-24
LibGUI: When removing a TabWidget tab, activate the next tab
Andreas Kling
2020-04-24
LibJS: Add Array.prototype.find
Kesse Jones
2020-04-24
QuickShow: Properly hide toolbar on toggle action
Linus Groh
2020-04-24
QuickShow: Hide toolbar container in fullscreen mode
Linus Groh
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
Browser: Scope tab-specific actions to the tab itself
Andreas Kling
2020-04-24
LibGUI: Grant focus when activating a new stack/tab child widget
Andreas Kling
2020-04-24
LibGUI: Search the entire focus chain for shortcut actions
Andreas Kling
2020-04-24
Browser: Open links with target="_blank" in new tab
Linus Groh
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-24
LibJS: Fix ObjectExpression::execute()
Linus Groh
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Require colon in object expression for non-identifier keys
Linus Groh
2020-04-23
LibJS: Fix left shift operator
Linus Groh
2020-04-23
Browser: Add "next tab" and "previous tab" actions
Andreas Kling
2020-04-23
LibGUI: Add TabWidget functions to activate next/previous tab
Andreas Kling
2020-04-23
Browser: Add "Close tab" action (Ctrl+W) :^)
Andreas Kling
2020-04-23
Browser: Add "New tab" action (Ctrl+T) :^)
Andreas Kling
2020-04-23
Browser: Start implementing tabbed browsing! :^)
Andreas Kling
2020-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-23
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
Andreas Kling
2020-04-23
Base: Nudge Redmond theme closer to the Windows 95 colors :^)
Andreas Kling
2020-04-23
Help: Sort the manual pages alphabetically
Andreas Kling
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-23
LibJS: Add Math.pow()
Linus Groh
2020-04-23
LibJS: Add Array.prototype.includes
Kesse Jones
2020-04-23
WindowServer: Don't allow resize-grabbing window underneath title bar
Andreas Kling
2020-04-23
QuickShow: Draw GUI::Frame parts of QSWidget
Andreas Kling
2020-04-23
Base: Tweak filetype-javascript icon and add 32x32 version
Andreas Kling
2020-04-23
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
Andreas Kling
2020-04-23
HexEditor: Fill main widget with background to prevent gaps
Andreas Kling
[next]