summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-06-08LibJS: Make more Interpreter functions take a GlobalObject&Andreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-08Applications: Add new KeyboardSettings applicationHüseyin ASLITÜRK
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-04TextEditor: Allow "TextEditor foo.txt" to create a new fileAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-04PixelPaint: Use new app-pixel-paint.png for app iconHüseyin ASLITÜRK
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