summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-05-21Browser: Stop leaking popup windowsAndreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-203DFileViewer: Clean up file handlingGunnar Beutner
2021-05-203DFileViewer: Move the example model into the home directoryGunnar Beutner
2021-05-20TextEditor: Don't launch a WebContent process until it's neededAndreas Kling
2021-05-20FontEditor: Make statusbar text generation more robustMax Wipfli
2021-05-20FontEditor: Add tooltip to "Move Glyph" buttonMax Wipfli
2021-05-20TextEditor+Browser: Enable HTML syntax highlighting on HTML documentsAli Mohammad Pur
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20HexEditor: find_and_highlight: Limit search to remaining buffer sizeBrendan Coles
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-20DisplaySettings: Improve wallpaper preview codeAndreas Kling
2021-05-203DFileViewer: Remove unveil() calls and add "thread" pledgeAndreas Kling
2021-05-20DisplaySettings: Fix broken path to MonitorSettingsWidget's GMLAndreas Kling
2021-05-20DisplaySettings: Remove icon from browse-for-wallpaper buttonAndreas Kling
2021-05-20DisplaySettings: Select the currently used wallpaper on startupAndreas Kling
2021-05-20DisplaySettings: Make MonitorWidget update itself on property changesAndreas Kling
2021-05-20DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidgetAndreas Kling
2021-05-20DisplaySettings: Give the UI a facelift :^)Andreas Kling
2021-05-20DisplaySettings: Tweak main window layout & setup codeAndreas Kling
2021-05-20DisplaySettings: Replace the monitor image with something more thematicAndreas Kling
2021-05-19Browser: Do not use AK::Format for search engine formattingMaciej Zygmanowski
2021-05-19Browser: Add support for custom search enginesMaciej Zygmanowski
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
2021-05-18Browser: Don't add multiple page reloads to historyMarcus Nilsson
2021-05-18PDFViewer: Ignore wheel events when there is no document loadedAndreas Kling
2021-05-18PDFViewer+Base: Display application title as "PDF Viewer"Andreas Kling
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-18PDFViewer: Add some padding to the outside of the pageMatthew Olsson
2021-05-18PDFViewer: Allow zooming in and out + scrollingMatthew Olsson
2021-05-18LibPDF/PDFViewer: Support rotated pagesMatthew Olsson
2021-05-18LibGfx: Rename RotationDirection membersMatthew Olsson