summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28Browser: Switch focus to the web page after pressing return in URL barAndreas Kling
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-05-28IRCClient: Enable history on the message boxFalseHonesty
2020-05-27LibWeb+Browser: Add ability to run Browser with the new HTML parserAndreas Kling
2020-05-27Browser: Add console history to re-send old commandsFalseHonesty
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26Browser: Add option in DownloadWidget to open download's in folderFalseHonesty
2020-05-26Browser: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-26PixelPaint: Let Layer track whether it's selected or notAndreas Kling
2020-05-26PixelPaint: Add selection functionality to the LayerListWidgetAndreas Kling
2020-05-26PixelPaint: Allow reordering layer by dragging them in LayerListWidgetAndreas Kling
2020-05-26PixelPaint: Have layers and images send out notifications on changesAndreas Kling
2020-05-26PixelPaint: Start working on a custom layer list widgetAndreas Kling
2020-05-26Browser: Add output styles to JS source printed in the consoleFalseHonesty
2020-05-26LibJS: Create JS to HTML markup generatorFalseHonesty
2020-05-25Terminal: Handle fork error by whining about itAnotherTest
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-25HexEditor: Fix "Selected Bytes" count for backwards selectionLinus Groh
2020-05-25Browser: Add output styles to values printed in the consoleFalseHonesty
2020-05-24Browser: Add new icons for the add/remove bookmark toolbar buttonAndreas Kling
2020-05-24Debugger: Use Core::ArgsParserItamar
2020-05-24Browser: Set the console's interpreter when a tab's document changesFalseHonesty
2020-05-24Browser: Add JS ConsoleFalseHonesty
2020-05-23Browser: An anchor link should open in a new tab when requiredFalseHonesty
2020-05-23Browser: Add "Paste & Go" action to the location boxFalseHonesty
2020-05-22Browser: Pop up a context menu when requested on a bookmark buttonFalseHonesty
2020-05-22PixelPaint: Make the EllipseTool previews work while zoomed inAndreas Kling
2020-05-22PixelPaint: Make the RectangleTool previews work while zoomed inAndreas Kling
2020-05-22PixelPaint: Make the LineTool previews work while zoomed inAndreas Kling
2020-05-21PixelPaint: Rename original_event => image_eventAndreas Kling
2020-05-21Browser: Pop up a context menu when one is requested on a tabFalseHonesty
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21Applications: Sort CMakeLists.txt alphabetically :^)Andreas Kling
2020-05-21Applications: Convert 256 char font to 384 char fontHüseyin ASLITÜRK
2020-05-20PixelPaint: Support panning and scaling the image we're working on :^)Andreas Kling
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-19FileManager: Remove empty public access modifier from DesktopWidgetLinus Groh
2020-05-19Browser: Hide tab bar if there's only one tabLinus Groh
2020-05-19Browser: Support fullscreen viewLinus Groh
2020-05-18FileManager: Make the location box 2px tallerAndreas Kling
2020-05-18Browser: Make the location box 2px tallerAndreas Kling
2020-05-18Calculator: Set a fixed-width font on the text boxAndreas Kling
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev