summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson
2021-05-18SystemMonitor: Don't try and show process window with nothing selected (#7221)Marcus Nilsson
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-05-17Browser: Move main browser window logic into a BrowserWindow classAndreas Kling
2021-05-17LibGUI: Reset TextEditor modified state on sucessful write_to_filefaxe1008
2021-05-17Piano: Use the return key emoji in the key labelsGrant Yap
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-05-16HexEditor: Call size() instead of operator bool()Gunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16ImageViewer: Stop animation timer when deleting/changing imageDragonAlex98