summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-05-16PixelPaint: Make the color palette widgets smaller and squareAndreas Kling
2021-05-16PixelPaint: Use GUI::Toolbar inside the toolbox widgetAndreas Kling
2021-05-15ImageViewer: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15PixelPaint: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-15SpaceAnalyzer: Add separator before quit menu actionLinus Groh
2021-05-15SystemMonitor: Make ProcessModel icon column non-sortableLinus Groh
2021-05-15SystemMonitor: Make sure we set a model before changing column sizesAndreas Kling
2021-05-14SpaceAnalyzer: Use fstatat instead of lstatMart G
2021-05-14AnalogClock: Use YYYY-MM-DD format for window titleLinus Groh
2021-05-14ImageViewer: Sandbox image decoding using the ImageDecoder service :^)Andreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling
2021-05-14Browser: Don't spawn RequestServer and WebSocket in multi-process modeAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13SystemMonitor: Boost main thread priority to maximum on startupAndreas Kling
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-05-12KeyboardMapper: Embed icon in executableLinus Groh
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12KeyboardMapper: Remove two useless commentsLinus Groh
2021-05-12FileManager: Reorganize main toolbar a little bitAndreas Kling
2021-05-12FileManager: Reorganize menus a little bitAndreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Browser: Use URL for window title if tab title is emptyLinus Groh
2021-05-12SystemMonitor: Spell process window title as "System Monitor"Linus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11Magnifier: Make window resizableLinus Groh
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori
2021-05-10Userland: Allow the Analog Clock window border to be hiddenBrian Gianforcaro
2021-05-10Userland: Reduce pledges requested by AnalogClockBrian Gianforcaro
2021-05-10IRCClient: Apply some polish to menus and actionsAndreas Kling
2021-05-10HexEditor: Apply some polish to menus and actionsAndreas Kling
2021-05-10Browser: Apply some polish to menus and actionsAndreas Kling
2021-05-09AnalogClock: New analog clock application (#6760)Erlend
2021-05-09TextEditor: Add support for SQL highlightingDylan Katz
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-08LibGUI+TextEditor: Make TextDocument modified state track undo stackAndreas Kling
2021-05-07Help: Add "Help" menu and move the about action thereLinus Groh
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-06LibC: Remove 'int* aslave' parameter from forkpty()Linus Groh
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo
2021-05-05Spreadsheet: Use shrink-to-fit for cell fg/bg color input layoutLinus Groh
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner