summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-11-30Spreadsheet: Implement drag-to-selectAnotherTest
2020-11-30Spreadsheet: Clear callbacks on persistent widgets before tearing tabs downAnotherTest
2020-11-30Spreadsheet: Clear the cell and commit when the delete key is pressedAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-30Terminal: Wait on the utmpupdate process to finishTom
2020-11-29Terminal: Allow the user to configure the maximum history sizeAnotherTest
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-24Spreadsheet: Allow copying from one cell to manyAnotherTest
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-24Spreadsheet: Add a CSV reader and writerAnotherTest
2020-11-23Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'Zac
2020-11-22PixelPaint: Use UndoStack instead of HistoryBenJilks
2020-11-22PixelPaint: Applying filters should be an actionBenJilks
2020-11-22PixelPaint: Export image as BMPBenJilks
2020-11-22PixelPaint: Save and load to and from diskBenJilks
2020-11-22PixelPaint: Undo and redo actionsBenJilks
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22SoundPlayer: Add pledge for thread so file chooser doesn't crashSimon Danner
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
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