summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-21TextEditor: Use Web::PageView::load_html() for the markdown previewAndreas Kling
2020-06-21Help: Use Web::PageView::load_html()Andreas Kling
2020-06-18QuickShow:If image is larger then window size resize it to fit the imageHüseyin ASLITÜRK
2020-06-18QuickShow: Add a new "Set as desktop wallpaper" action under Image menuHüseyin ASLITÜRK
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18KeyboardSettings: Call out to /bin/keymap to actually set the keymapAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-18Piano: Expose multi-track functionalityWilliam McPherson
2020-06-18Piano: Allow multiple tracks internallyWilliam McPherson
2020-06-18DownloadWidget: Use GUI::Image instead of Label to show image Hüseyin ASLITÜRK
2020-06-18Welcome: Replace Label with Image component to show banner and app iconHüseyin ASLITÜRK
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-06-16QuickShow: Add reset zoom action to toolbarHüseyin ASLITÜRK
2020-06-16QuickShow: Switch to full screen mode on double clickHüseyin ASLITÜRK
2020-06-16KeyboardMapper: Replace char data type to u32 for code pointHüseyin ASLITÜRK
2020-06-15QuickShow: Use new Bitmap::is_path_a_supported_image_format methodHüseyin ASLITÜRK
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-13Application: KeyboardMapper, make button to like a real keyHüseyin ASLITÜRK
2020-06-12LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector windowAndreas Kling
2020-06-12Browser: Be a little bit smarter about interpretering command line URLsAndreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-12Calendar: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
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