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
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
2020-04-23
Base: Tweak new/open/save icons (make them a bit smaller)
Andreas Kling
2020-04-23
Applications: Remove ChanViewer app
Andreas Kling
2020-04-23
Base: Tweak icons with arrows in them (to be more pointy)
Andreas Kling
2020-04-23
Base: Tweak go-home icon
Andreas Kling
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
SystemMonitor: Shrink margins of main layout
Andreas Kling
2020-04-23
LibGUI: Tweak colorization of ScrollBar gutter
Andreas Kling
2020-04-23
WindowServer: Make vertical segment under title bar 1px thicker
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
Andreas Kling
2020-04-23
WindowServer: Tweak window frame height
Andreas Kling
2020-04-23
LibGUI: Tweak StatusBar layout margins
Andreas Kling
2020-04-23
WindowServer+LibGfx: Make window borders 1px thicker
Andreas Kling
2020-04-23
Browser: Remove no-op from the BooksmarksBarWidget
Andreas Kling
2020-04-23
LibGUI: Decrease the default ToolBar height a little bit
Andreas Kling
2020-04-23
LibGUI: Get rid of the awkward horizontal line in StatusBar
Andreas Kling
2020-04-23
LibGUI: MessageBox min width control for show messages
Hüseyin ASLITÜRK
2020-04-23
Demos: Add ColorInput, TabWidget and MessageBox demos in WidgetGallery
Hüseyin ASLITÜRK
2020-04-23
Desktop: Context menu option to open FileManager
Jonathan Archer
2020-04-23
Desktop: Show DisplayProperties in context menu
Jonathan Archer
2020-04-23
Desktop: File creation from the context menu
Jonathan Archer
2020-04-23
Desktop: Add context menu for directory view
Jonathan Archer
2020-04-23
LibJS: Fix Array.prototype.indexOf fromIndex negative
Kesse Jones
2020-04-23
LibCore: read_bool_entry parse "true" / "false" strings in config files
Brendan Coles
[next]