summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-28SystemMonitor: Disable menu items for inaccessible processMarcus Nilsson
2021-05-28SystemMonitor: Use u64 for disk sizesJesse Buhagiar
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-27PDFViewer: Reset current page number to 1 when opening a fileLinus Groh
2021-05-27PDFViewer: Enable previous/next buttons conditionallyLinus Groh
2021-05-27PDFViewer: Fix previous/next page toolbar button iconsLinus Groh
2021-05-273DFileViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Add a Help menuLinus Groh
2021-05-27PDFViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Show app name as "PDF Viewer" when a file is loadedLinus Groh
2021-05-27SoundPlayer: Show app name as "Sound Player" when a file is loadedLinus Groh
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-273DFileViewer: Add view menuErik Biederstadt
2021-05-26Help: Tweak splitter spacing in main UI layoutAndreas Kling
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-263DFileViewer: Support textured modelsJesse Buhagiar
2021-05-25HexEditor: Construct Find dialog from GMLBrendan Coles
2021-05-25PDFViewer: Add a toolbarMatthew Olsson
2021-05-25PDFViewer: Add a tab bar with outlines and thumbnailsMatthew Olsson
2021-05-24HexEditor: Store UI layout preferences in config fileBrendan Coles
2021-05-24FontSettingsWidget: Reduce duplication in Label setup codeThomas Keppler
2021-05-24FontSettingsWidget: Promote Labels as instance membersThomas Keppler
2021-05-24FontSettingsWidget: Display the default (fixed-width) font's nameThomas Keppler
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-23Calculator: Remove unused headersMax Wipfli
2021-05-23Calculator: Fix behavior when entering number starting with decimalMax Wipfli
2021-05-23Calculator: Use Checked to ensure entered values do not overflowMax Wipfli
2021-05-23Calculator: Show decimal point immediately when typedMax Wipfli
2021-05-23Calculator: Handle keydown events correctly with all keyboard layoutsMax Wipfli
2021-05-23HexEditor: Add 'Go to Offset...' dialogBrendan Coles
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-22SystemMonitor: Remove "Inspect Process" action from context menuAndreas Kling
2021-05-22SystemMonitor: Symbolicate process stacks in a background threadAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22SystemMonitor: Don't unveil /tmp/portal/symbolAndreas Kling
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-22HexEditor: Construct user interface from GMLBrendan Coles
2021-05-22HexEditor: Fix typo: ASCIIBrendan Coles
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-21DisplaySettings: Restrict selection of fixed-width fontsAndreas Kling
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21FileManager: Change shortcut of Display Settings desktop optionLinus Groh
2021-05-21DisplaySettings: Allow deselection of background imageJagger De Leo
2021-05-213DFileViewer: Make the main widget a GUI::FrameAndreas Kling