summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2022-03-18FontEditor: Reset unicode block view on undo/redo actionsthankyouverycool
2022-03-18FontEditor: Make undo/redo compatible with multi-glyph selectionsthankyouverycool
2022-03-18FontEditor: Use memset/memcpy to copy/paste/delete glyphsthankyouverycool
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-18Applications+Games: Drop ellipsis from settings actionLinus Groh
2022-03-17PixelPaint: Expand FastBoxBlur settings to allow vector inputTobias Christiansen
2022-03-17PixelPaint: Add asymmetric parameters to FastBoxBlurTobias Christiansen
2022-03-16PixelPaint: Add Timer for displaying previews of filtersTobias Christiansen
2022-03-15Browser: Rename Inspector table view member names to match contentsAndreas Kling
2022-03-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
2022-03-15Browser: Rename "Element" Inspector tab to "Box Model"Andreas Kling
2022-03-15Browser: Use accurate labels for the Inspector's style property tabsAndreas Kling
2022-03-15Spreadsheet: Move tab widget actions to the main widget constructorKarol Kosek
2022-03-15Spreadsheet: Get the active sheet via TabWidget::active_widget()Karol Kosek
2022-03-15Spreadsheet: Set tab functions for every tab on setupKarol Kosek
2022-03-14HexEditor: Selection follows cursor while pressing shiftSamu698
2022-03-14HexEditor: Disable selection dependent actions when no selection is madeSamu698
2022-03-14HexEditor: Offset segment in status bar opens goto offset dialogSamu698
2022-03-14HexEditor: Fill selection sets only bytes inside selectionSamu698
2022-03-14HexEditor: Copy as C code doesn't add trailing spacesSamu698
2022-03-14Piano: Decrease sample headroomkleines Filmröllchen
2022-03-14SoundPlayer: Implement logarithmic spectrum displaykleines Filmröllchen
2022-03-14SoundPlayer: Adjust peaking logic for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Use overlapping windows for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Rework FFT visualizationArne Elster
2022-03-14SoundPlayer: Auto refresh visualization widgetsArne Elster