summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-23Base: Tweak new/open/save icons (make them a bit smaller)Andreas Kling
2020-04-23Applications: Remove ChanViewer appAndreas Kling
2020-04-23Base: Tweak icons with arrows in them (to be more pointy)Andreas Kling
2020-04-23Base: Tweak go-home iconAndreas Kling
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23SystemMonitor: Shrink margins of main layoutAndreas Kling
2020-04-23LibGUI: Tweak colorization of ScrollBar gutterAndreas Kling
2020-04-23WindowServer: Make vertical segment under title bar 1px thickerAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBarAndreas Kling
2020-04-23WindowServer: Tweak window frame heightAndreas Kling
2020-04-23LibGUI: Tweak StatusBar layout marginsAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-23Browser: Remove no-op from the BooksmarksBarWidgetAndreas Kling
2020-04-23LibGUI: Decrease the default ToolBar height a little bitAndreas Kling
2020-04-23LibGUI: Get rid of the awkward horizontal line in StatusBarAndreas Kling
2020-04-23LibGUI: MessageBox min width control for show messagesHüseyin ASLITÜRK
2020-04-23Demos: Add ColorInput, TabWidget and MessageBox demos in WidgetGalleryHüseyin ASLITÜRK
2020-04-23Desktop: Context menu option to open FileManagerJonathan Archer
2020-04-23Desktop: Show DisplayProperties in context menuJonathan Archer
2020-04-23Desktop: File creation from the context menuJonathan Archer
2020-04-23Desktop: Add context menu for directory viewJonathan Archer
2020-04-23LibJS: Fix Array.prototype.indexOf fromIndex negativeKesse Jones
2020-04-23LibCore: read_bool_entry parse "true" / "false" strings in config filesBrendan Coles