summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02TextEditor: Specify the starting line and column number using colonsry755
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01PixelPaint: Add fill mode for the ellipse toolValtteri Koskivuori
2021-05-01TextEditor: Make sure to mark the Window as unmodified after savingAndreas Kling
2021-05-01TextEditor: Use an automatic "modified" marker in the window titleAndreas Kling
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-05-01TextEditor: Plumb modified state from GUI::TextDocument to GUI::WindowAndreas Kling
2021-05-01TextEditor: Add some missing curly braces around a nested if statementAndreas Kling
2021-05-01TextEditor: Remove some unnecessary #include statementsAndreas Kling