summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-24Browser: Remove padding from the main TabWidgetAndreas Kling
2020-04-24LibGUI: Allow overriding the padding inside a TabWidgetAndreas Kling
2020-04-24Browser: Add icons for the "new tab" and "close tab" actionsAndreas Kling
2020-04-24Base: New "open" and "save" action iconsAndreas Kling
2020-04-24Base: Tweak Calendar app iconAndreas Kling
2020-04-24LibGUI: Fix display issue when selecting multi-lines in TextEditorDexesTTP
2020-04-24js: Interrupt running script or REPL evaluation when receiving SIGINTLinus Groh
2020-04-24LibGUI: Fix laggy mouse selection in TextEditor widgetAndreas Kling
2020-04-24LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just rightAndreas Kling
2020-04-24FileManager: Set content margin of DirectoryView to same as childrenAndreas Kling
2020-04-24LibGUI: Introduce widget content margins + improve splittersAndreas Kling
2020-04-24WindowServer: Don't allow activating disabled menu items with keyboardAndreas Kling
2020-04-24WindowServer: Fix name typo in descend_into_submenu_at_hovered_item()Andreas Kling
2020-04-24WindowServer: Skip over disabled menu items during keyboard navigationAndreas Kling
2020-04-24Base: Tweak ladybug iconAndreas Kling
2020-04-24LibGUI: When removing a TabWidget tab, activate the next tabAndreas Kling
2020-04-24LibJS: Add Array.prototype.findKesse Jones
2020-04-24QuickShow: Properly hide toolbar on toggle actionLinus Groh
2020-04-24QuickShow: Hide toolbar container in fullscreen modeLinus Groh
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24Browser: Scope tab-specific actions to the tab itselfAndreas Kling
2020-04-24LibGUI: Grant focus when activating a new stack/tab child widgetAndreas Kling
2020-04-24LibGUI: Search the entire focus chain for shortcut actionsAndreas Kling
2020-04-24Browser: Open links with target="_blank" in new tabLinus Groh
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-24LibJS: Add TokenType::TemplateLiteralLinus Groh
2020-04-24LibJS: Fix ObjectExpression::execute()Linus Groh
2020-04-23LibJS: Implement computed properties in object expressionsLinus Groh
2020-04-23LibJS: Require colon in object expression for non-identifier keysLinus Groh
2020-04-23LibJS: Fix left shift operatorLinus Groh
2020-04-23Browser: Add "next tab" and "previous tab" actionsAndreas Kling
2020-04-23LibGUI: Add TabWidget functions to activate next/previous tabAndreas Kling
2020-04-23Browser: Add "Close tab" action (Ctrl+W) :^)Andreas Kling
2020-04-23Browser: Add "New tab" action (Ctrl+T) :^)Andreas Kling
2020-04-23Browser: Start implementing tabbed browsing! :^)Andreas Kling
2020-04-23LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)Andreas Kling
2020-04-23LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)Andreas Kling
2020-04-23Base: Nudge Redmond theme closer to the Windows 95 colors :^)Andreas Kling
2020-04-23Help: Sort the manual pages alphabeticallyAndreas Kling
2020-04-23LibJS: Implement 'in' operatorLinus Groh
2020-04-23LibJS: Implement bitwise unsigned right shift operator (>>>)Linus Groh
2020-04-23LibJS: Implement bitwise right shift operator (>>)Linus Groh
2020-04-23LibJS: Implement bitwise left shift operator (<<)Linus Groh
2020-04-23LibJS: Add Math.pow()Linus Groh
2020-04-23LibJS: Add Array.prototype.includesKesse Jones
2020-04-23WindowServer: Don't allow resize-grabbing window underneath title barAndreas Kling
2020-04-23QuickShow: Draw GUI::Frame parts of QSWidgetAndreas Kling
2020-04-23Base: Tweak filetype-javascript icon and add 32x32 versionAndreas Kling
2020-04-23LibGUI: Make StatusBar 2px shorter vertically for a snugger fitAndreas Kling
2020-04-23HexEditor: Fill main widget with background to prevent gapsAndreas Kling