summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-06-01Spreadsheet: Remove usage of URL::set_path()Max Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-31SpaceAnalyzer: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31Debugger: Replace printf() with outln()Linus Groh
2021-05-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-29DisplaySettings: Set monitor widget color if no image is selectedJesse Buhagiar
2021-05-29HexEditor: Add find_all_strings() functionBrendan Coles
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
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