summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-12-31SoundPlayer: Pledge proc so that we can actually open audio filesAndrew Kaster
2022-12-30MouseSettings: Update "switch buttons" icon to reflect checkbox stateRavi J
2022-12-29Presenter: Accept file dropsKarol Kosek
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-28Applications: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-26PixelPaint: Erase old active layer boundary when active layer changesTim Ledbetter
2022-12-26LibGUI+Applications: Rename automatic scrolling timer functionsthankyouverycool
2022-12-23TextEditor: Add option to open the current file in File ManagerKampsjaak
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-23Magnifier: Add ability to drag the location when it is lockedFrHun
2022-12-23Magnifier: Remember grid colorFrHun
2022-12-23Magnifier: Eliminate flickering when downsizingFrHun
2022-12-23Magnifier: Prevent 0 size that otherwise hangsFrHun
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun
2022-12-23Magnifier: Allow locking location at current cursor positionFrHun
2022-12-23Spreadsheet: Allow Functions Help HorizontalSplitter to resizeOptimoos
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-20FileManager: Handle possible ByteBuffer allocation failureAlexander Narsudinov
2022-12-20PixelPaint: Propagate errors when creating images or layersCnidarias
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-20PDFViewer: Prompt password for encrypted documentsRodrigo Tobar
2022-12-20PDFViewer: Fix indexing error in ErrorsViewRodrigo Tobar
2022-12-20FontEditor: Update preview window after pasting and deleting glyphsthankyouverycool
2022-12-20FontEditor: Add Unicode block/glyph selection Statusbar Segmentthankyouverycool
2022-12-20LibGUI+FontEditor: Restore normalized selections on Undo/Redothankyouverycool
2022-12-20FontEditor: Set Unicode ListView's focus proxy to its search boxthankyouverycool
2022-12-20FontEditor: Remove unused includesthankyouverycool
2022-12-19TextEditor: Suggest saving new files with an extension from highlighterKarol Kosek
2022-12-19LibSyntax+TextEditor: Move Highlighter::language_string() out of classKarol Kosek
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
2022-12-19Browser: Close inspectors and JS console when tab closesMacDue
2022-12-19FileManager: Clear the selection after deleting filesimplicitfield
2022-12-17PixelPaint: Debounce ImageEditor on_modified_change eventTim Ledbetter
2022-12-17PixelPaint: Improve guide tool performance for large imagesTim Ledbetter
2022-12-17SystemMonitor: Propagate errors when trying to load an iconKeir Davis
2022-12-17PDFViewer: Move to page when outline item is selectedRodrigo Tobar
2022-12-17PDFViewer: Inform about selections on Outline viewRodrigo Tobar
2022-12-17PDFViewer: Show page numbers in Outline TreeViewRodrigo Tobar
2022-12-17PDFViewer: Fix parent_index() implementation in OutlineModelRodrigo Tobar
2022-12-17PDFViewer: Propagate errors from OutlineModel constructionRodrigo Tobar
2022-12-17PDFViewer: Perform standard error handling when opening filesRodrigo Tobar
2022-12-17PixelPaint: Encode layers in PixelPaint project files as PNGKarol Kosek
2022-12-17PixelPaint: Propagate more errors when saving a project fileKarol Kosek
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter