summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05Browser: Move bookmarks.json to ~/.configAndreas Kling
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04SystemMonitor: Replace custom ProcessTableView with just GUI::TableViewAndreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-08-04Terminal: Disown child processes after spawningAndreas Kling
2020-08-04SystemMonitor: Disown child processes after spawningAndreas Kling
2020-08-04QuickShow: Disown child process after spawningAndreas Kling
2020-08-04FileManager: Disown spawned processesAndreas Kling
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-03SystemMonitor: Provide new 'Inspect' actionBen Wiederhake
2020-08-03SystemMonitor: Use icon for 'Profile' actionBen Wiederhake
2020-08-03SystemMonitor: Try to keep focus in 'Stacks'Ben Wiederhake
2020-08-03SystemMonitor: Split up kmalloc labelsBen Wiederhake
2020-08-01PixelPaint: Make `GenericConvolutionFilterInputDialog` cancellableAnotherTest
2020-08-01Help: Optionally take an argument to search forAnotherTest
2020-08-01Help: Add a search modeAnotherTest
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-08-01FileManager: Build new path of renamed files correctlyTill Mayer
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
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