summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01KeyboardMapper: Without arguments, load current keymapBen Wiederhake
2021-02-01KeyboardMapper: Export keymap not as a byte, but as unicodeBen Wiederhake
2021-02-01KeyboardMapper: Remove duplicate 'save' buttonBen Wiederhake
2021-02-01KeyboardMapper: Make all of the GUI visibleBen Wiederhake
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30Browser: Turn on multi-process mode by default :^)Andreas Kling
2021-01-30Everywhere: Add missing parent window to about dialogsLinus Groh
2021-01-30HexEditor: Fix about dialog iconLinus Groh
2021-01-30SystemMonitor: Handle PCIDB::Database::open() failure gracefullyLinus Groh
2021-01-29SystemMonitor: Show VM region addresses as zero-padded hex ({:p})Andreas Kling
2021-01-29SystemMonitor: Trim "VMObject" suffix from VMObject typesAndreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-24FontEditor: change order of baseline and mean line rowNico Weber
2021-01-24FontEditor: change "Mean Line:" label to "Mean line:"Nico Weber
2021-01-24FontEditor: Fix typos in codeNico Weber
2021-01-24FontEditor: Make left and right UI margins matchNico Weber
2021-01-24FontEditor: Remove "Save" and "Quit" buttonsNico Weber
2021-01-24HexEditor: FindCamisul
2021-01-24FileManager: Make DirectoryView open links in their real directoryDragonAlex98
2021-01-23Run: Pledge "thread"Andreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-22PixelPaint: adding an option to export as PNGPierre
2021-01-22Kernel+Userland: Remove "dns" pledge promise aliasAndreas Kling
2021-01-22Calculator: Give the '9' button a blue foreground color as wellLinus Groh
2021-01-22LibGfx: Implement blit_offset() in terms of blit()Nico Weber
2021-01-20CrashReporter: Show pledge violation in backtraceLinus Groh
2021-01-20Run: Fix newline in info labelLinus Groh
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-17SpaceAnalyzer: Change tabs to spaces in GML fileLinus Groh
2021-01-17DisplaySettings: Add more resolution choicesNico Weber
2021-01-17DisplaySettings: Add UI for switching the scale factorNico Weber
2021-01-16SoundPlayer: Added 'shared_buffer' to pledgeMarco Cutecchia
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16Run: initial implementation of Run appNick Vella
2021-01-15CrashReporter: Show CPU register state for all threadsLinus Groh
2021-01-15CrashReporter: Show arguments and environmentLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15CrashReporter: Put backtrace TextEditor in a TabWidgetLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber