summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-08Spreadsheet: Add support for copying ranges of cells to other cellsAnotherTest
2020-11-08Spreadsheet: Update the view when using the cell editorAnotherTest
2020-11-03Spreadsheet: Enable Drag&Drop and Copy/PasteAnotherTest
2020-11-03Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()AnotherTest
2020-11-02Applications: Use pledge and unveilBrendan Coles
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-11-02Applications: Use GUI::CommonActions for save and save as menu optionsBrendan Coles
2020-11-01SoundPlayer: Optionally allow playback to loop indefinitelyBrendan Coles
2020-10-31Terminal: Run clang-formatAndreas Kling
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-31Applications: Use application icons for dialog windowsBrendan Coles
2020-10-31Spreadsheet: Add Help menuBrendan Coles
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-25HexEditor: Use the system default fixed width fontAndreas Kling
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fontsAndreas Kling
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas Kling
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22FileManager: Ignore model updates during widget constructionAndreas Kling
2020-10-22FileManager: Update the error label overlay on back/forward navigationAndreas Kling
2020-10-22FileManager: Set up the model error/complete callbacks earlierAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-16PixelPaint: Tool properties panelBenJilks
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-15FileManager: Only set ~/Desktop as model root path in desktop modeLinus Groh
2020-10-14PixelPaint: Basic brush toolBenJilks
2020-10-12LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5AnotherTest
2020-10-12LibGfx: Allow specifying a separate source bitmap for Filter::applyTom
2020-10-12LibGfx: Make Filter::Parameters more light-weightTom
2020-10-12LibGfx: Move filters from PixelPaint into LibGfxTom
2020-10-12PixelPaint: Move GUI logic and filter parameters out of filtersTom
2020-10-12Piano: Add UI support for different lengths of notesPeter Elliott
2020-10-12Piano: Add note names to RollWidgetPeter Elliott
2020-10-12Piano: Highlight pressed key in roll widgetPeter Elliott
2020-10-10FileManager: Added menu to show dotfiles in directory context menuKesse Jones
2020-10-10FileManager: Fix file creation error messageLinus Groh
2020-10-10Spreadsheet: Fix rendering of documentation examplesLinus Groh
2020-10-08Help: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08TextEditor: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08SinglyLinkedList: Remove unused includesLenny Maiorani
2020-10-06Welcome: Use new format functions.asynts
2020-10-06TextEditor: Use new format functions.asynts
2020-10-06Terminal: Use new format functions.asynts
2020-10-06SystemMonitor: Use new format functions.asynts
2020-10-06Spreadsheet: Use new format functions.asynts