summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-06-03KeyboardMapper: Add missing #pragma onceAndreas Kling
2020-06-03Applications: Add new KeyboardMapper applicationHüseyin ASLITÜRK
2020-06-02Calculator: Set text color through the paletteSergey Bugaev
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh
2020-06-02FontEditor: Fix typo in commentLinus Groh
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-06-01LibWeb+Browser: Use the new HTML parser by defaultAndreas Kling
2020-05-30Browser: Show download progress in the taskbar if availableAndreas Kling
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-29Browser: Add clear output button to the consoleFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29PixelPaint: Set active layer to nullptr after its removal (#2433)Gabriel Mihalache
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
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