summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-03-31LibPDF: Fix security-handler-related nullptr regressionMatthew Olsson
2022-03-31PDFViewer: Use ArgsParserMatthew Olsson
2022-03-31Browser+WebContent: Add a Debug menu action to disable scripting :^)Linus Groh
2022-03-30SpaceAnalyzer: Fix the crash caused by using arrow keysArif Orhun Uzun
2022-03-29Browser: Make storage inspector columns sortableJelle Raaijmakers
2022-03-29Browser: Reorder storage inspector columnsJelle Raaijmakers
2022-03-29TextEditor: Use the search API of GUI::TextEditorItamar
2022-03-29LibGUI: Add DoClamp option to AbstractSlider::set_value()Itamar
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-28Spreadsheet: Don't remove on_change tab function after loading a fileKarol Kosek
2022-03-28Spreadsheet: Create rename action using the GUI::CommonActions helperKarol Kosek
2022-03-28Spreadsheet: Reuse save and rename actionsKarol Kosek
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-26Browser: Make the main browser window a little bit bigger by defaultAndreas Kling
2022-03-26Spreadsheet: Update Undo / Redo button stateSimon Danner
2022-03-25SoundPlayer: Don't crash when the reported buffer is unexpectedkleines Filmröllchen
2022-03-25SoundPlayer: Fix jump to slider behavior for playback sliderkleines Filmröllchen
2022-03-243DFileViewer: Enable smooth shading in viewer + teapot modelSahan Fernando
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-24PixelPaint: Call set_modified on windowGeekFiftyFive
2022-03-23Applications: Round layer rect before drawing outline in PixelPaintJelle Raaijmakers
2022-03-22KeyboardSettings: Allow changing and applying active keymapNícolas F. R. A. Prado
2022-03-22KeyboardSettings: Rename m_current_applied_keymapNícolas F. R. A. Prado
2022-03-22SystemMonitor: Recognise wxallowed mount flagint16
2022-03-22Browser: Append .com when pressing CTRL+Enter in the URL text editorRok Povsic
2022-03-22Applications: Do not crash if decoded bitmap is nullJelle Raaijmakers
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20FontEditor: Change flip action shortcuts to Ctrl+Shift+{Q,W}thankyouverycool
2022-03-20FontEditor: Set width on copy only if source glyph is presentthankyouverycool
2022-03-20FontEditor: Restore selections on undo/redo actionsthankyouverycool
2022-03-20Browser: Size the content box in "Box Model" based on its textSimon Wanner
2022-03-20Spreadsheet: Use the correct top-center alignment when set to Top+CenterAli Mohammad Pur
2022-03-20Spreadsheet: Allow the user to format Identity cells via JS expressionsAli Mohammad Pur
2022-03-20Spreadsheet: Only update the selection on primary mousedownAli Mohammad Pur
2022-03-20Spreadsheet: Skip over "invalid" saved cell valuesAli Mohammad Pur
2022-03-20Browser: Turn on content filtering by default :^)Andreas Kling
2022-03-19Spreadsheet+LibGUI: Calculate cell position given scroll positionmartinfalisse
2022-03-19Spreadsheet: Handle case when drag-and-drop location is out of boundsmartinfalisse
2022-03-19Spreadsheet: Implement extend functionalitymartinfalisse
2022-03-19Spreadsheet: Take into account cell order when copying and cuttingmartinfalisse
2022-03-19Spreadsheet: Cut instead of copy when dragging a cell's itemsmartinfalisse
2022-03-19Spreadsheet: Rename variables to better describe their functionmartinfalisse
2022-03-19Spreadsheet: On cut end select same cells in target locationmartinfalisse
2022-03-19Spreadsheet: Set cursor manually so that correct cells are outlinedmartinfalisse
2022-03-19Spreadsheet: Select the correct cell on clickmartinfalisse
2022-03-19Spreadsheet: Display different cursors depending on actionmartinfalisse
2022-03-19Spreadsheet: Add states for cursor hoveringmartinfalisse
2022-03-19PixelPaint: Add Cut actionKarol Kosek
2022-03-19PixelPaint: Put undo/redo actions on top of the Edit menuKarol Kosek
2022-03-18SoundPlayer: Fix read of uninitialized member variables on startupBrian Gianforcaro