summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-25PixelPaint: Add a bunch of spatial filtersAnotherTest
2020-07-23Browser: Escape JS source operators for HTML display in consoleNico Weber
2020-07-23PixelPaint: Add GUI for editing layer names :^)Andreas Kling
2020-07-23PixelPaint: Tidy up the LayerPropertiesWidget GUI layout a bit :^)Andreas Kling
2020-07-23PixelPaint: Don't hit test non-visible layersAndreas Kling
2020-07-23PixelPaint: Add a GUI for editing opacity and visibility of layersAndreas Kling
2020-07-23PixelPaint: Scope tool actions to the containing windowAndreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-23Browser: Focus input text field in JS console by defaultNico Weber
2020-07-20TextEditor: Preserve preview scroll position across page refreshesSahan Fernando
2020-07-19FileManager: Show a special icon for the home directoryAndreas Kling
2020-07-19LibGUI+FileManager: Add setting for showing/hiding dotfilesAndreas Kling
2020-07-19FileManager: Use new TextBox::DisplayOnly mode in the properties dialogAndreas Kling
2020-07-18System Monitor: Sort Address column in memory map numericallyNico Weber
2020-07-18TextEditor: Auto-select C++ syntax highlighting for more extensionsNico Weber
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-15FileManager: Make Ctrl-L focus location bar, and change shortcuts for changin...Nico Weber
2020-07-15LibGUI+FileManager: Fix forgetting to map sorting proxy model indexesSergey Bugaev
2020-07-15FileManager: Add a new file action to FileManager GUIStijn
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-13FontEditor: Don't add duplicate extension in Save As dialogNico Weber
2020-07-12Debugger: Add some pledges required by LibLineAndreas Kling
2020-07-11SystemMonitor: Parse /proc/cpuinfo as JSONLinus Groh
2020-07-11DisplaySettings: Fix a typoLinus Groh
2020-07-11Piano: Fix cliping of bottom notes when scrolling in RollWidgetPeter Elliott
2020-07-11Piano: Handle octave slider jumps of greater than 1Peter Elliott
2020-07-11FileManager: Specify "Open in Text Editor" action as default in context menuTom
2020-07-11FontEditor: Add a "Save" menu itemNico Weber
2020-07-11FontEditor: Add a "Save as..." menu itemNico Weber
2020-07-11FontEditor: Add an "Open..." menu itemNico Weber
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
2020-07-07Piano: Make menu bar consistent with other appsNico Weber
2020-07-07Help: Handle external linksLinus Groh
2020-07-07Browser: Simplify the History class and fix back/forward history pushAndreas Kling
2020-07-07Help: Make section books open and close when toggledthankyouverycool
2020-07-07Base+Help: Add new Help app iconsthankyouverycool
2020-07-06TextEditor: Use ArgsParser and allow the user to specify preview modeAnotherTest
2020-07-06Browser: Add a way to start Browser in multi-process mode :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling