summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-05-13PaintBrush: Most tools still care about mousemoves outside layerAndreas Kling
2020-05-13PaintBrush: Make the line, rectangle and ellipsis preview work againAndreas Kling
2020-05-13PaintBrush: Make the move tool handle arrow key eventsAndreas Kling
2020-05-13PaintBrush: Make ImageEditor forward keydown and keyup events to toolAndreas Kling
2020-05-13PaintBrush: Make the ImageEditor accept focusAndreas Kling
2020-05-13PaintBrush: Remove the PaintableWidgetAndreas Kling
2020-05-13PaintBrush: Update the LayerModel when moving layers aroundAndreas Kling
2020-05-13PaintBrush: Switch to the "move" cursor while moving layers aroundAndreas Kling
2020-05-13PaintBrush: Add a "Move" tool for moving layers around :^)Andreas Kling
2020-05-13PaintBrush: Silence debug spam in Image compositingAndreas Kling
2020-05-12PaintBrush: Let's have Layer::rect() and Layer::relative_rect()Andreas Kling
2020-05-12PaintBrush: Port all the existing toolbox tools to the Layer world :^)Andreas Kling
2020-05-12PaintBrush: Show the layer stack in a table view on the right hand sideAndreas Kling
2020-05-12PaintBrush: Start refactoring to support layer-based imagesAndreas Kling
2020-05-12Browser: Allow Ctrl+clicking on bookmark bar buttons :^)Andreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12SystemMonitor: Remove the toolbar above the process tableAndreas Kling
2020-05-12Browser: Some action fixesAndreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-10Browser: Allow opening URLs by dropping them on the HtmlView :^)Andreas Kling
2020-05-10LibWeb: Teach HtmlView how to render Markdown files :^)Andreas Kling
2020-05-10Browser: Use "about:blank" as the default home pageAndreas Kling
2020-05-10LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)Andreas Kling
2020-05-09Browser: Close tabs when middle clickedFalseHonesty
2020-05-09Browser: Add missing copyright header to WindowActions.{cpp,h}Linus Groh
2020-05-09TextEditor: Use JS syntax highlighting for .json files :^)Andreas Kling
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-09Applications: FontEditor, relocate form items by fonts sizeHüseyin ASLITÜRK
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08Browser: Move InspectorWidget into the Browser namespaceAndreas Kling
2020-05-08Applications: Replace SystemMenu name to hi voltage emojiHüseyin ASLITÜRK
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-06Browser: Open links in a new tab when middle clickedFalseHonesty
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-06Browser: Add dedicated "view source" windowLinus Groh
2020-05-06Browser: Add "Copy link" context menu itemmodmuss50
2020-05-06Taskbar: Remove checkable property from taskbar buttonsYonatan Goldschmidt
2020-05-05Browser: Add a basic GUI download featureAndreas Kling
2020-05-05Browser: Add a simple context menu for hyperlinksAndreas Kling
2020-05-05Help: Clicking on link changes the treeview selectionDexesTTP
2020-05-05SystemMonitor: Replace details with message when process isn't accessibleDexesTTP
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest
2020-05-02Terminal: Write an empty string instead of (null) on Command keyAndres Vieira
2020-05-02Terminal: Add config for startup commandShannon Booth