summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2020-01-01HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going ToJami Kettunen
2020-01-01Kernel: Make module_load() and module_unload() be superuser-onlyAndreas Kling
2019-12-31Base: Update Finnish keymap with proper AltGr supportJami Kettunen
2019-12-31Base: Add Hungarian keymapTibor Nagy
2019-12-31Keymap: Add AltGr supportTibor Nagy
2019-12-31Kernel: Implement AltGr key supportTibor Nagy
2019-12-31Kernel: Pointer range validation should fail on wraparoundAndreas Kling
2019-12-31Kernel: Write address validation was only checking end of write rangeAndreas Kling
2019-12-31ProcFS: Supervisor-only inodes should be owned by UID 0, GID 0Andreas Kling
2019-12-31WindowServer: set no menu bar when last window is removedjoshua stein
2019-12-31WindowServer: Don't deactivate windows after moving themAndreas Kling
2019-12-31Kernel: Always reject never-userspace addresses before checking regionsAndreas Kling
2019-12-31Crash: Woops! Remove a misplaced if (true)Shannon Booth
2019-12-31WindowServer: Set no active windows on a click outside of any windowShannon Booth
2019-12-31Crash: Add a "Test All Crash Types" optionShannon Booth
2019-12-31Applications: Implement some missing MenuBars & AboutDialogsJami Kettunen
2019-12-31Applications: Space out SystemMonitor & TextEditor in AboutDialogsJami Kettunen
2019-12-31Kernel+ping: Only allow superuser to create SOCK_RAW socketsAndreas Kling
2019-12-31dmesg: Add missing newline to error messageAndreas Kling
2019-12-31ProcFS: Reduce the amount of info accessible to non-superusersAndreas Kling
2019-12-31Kernel: Remove some unnecessary leaking of kernel pointers into dmesgAndreas Kling
2019-12-31Kernel: Let's also not consider kernel regions to be valid user stacksAndreas Kling
2019-12-31Kernel: User pointer validation should reject kernel-only addressesAndreas Kling
2019-12-30WindowServer: Let's boost all threads in the active client processAndreas Kling
2019-12-30Kernel: Also add a process boosting mechanismAndreas Kling
2019-12-30WindowServer: Give a thread boost to the currently active windowAndreas Kling
2019-12-30Kernel: Add a basic thread boosting mechanismAndreas Kling
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30LibHTML: Ignore all CSS rules starting with "@" for nowAndreas Kling
2019-12-30AK: Use stack buffers in String::number() to avoid some malloc() callsAndreas Kling
2019-12-30LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReaderAndreas Kling
2019-12-30AK: Add JsonObject::get_ptr() for copy-free lookupAndreas Kling
2019-12-30Base: Remove misplaced backtick in syscall(1)Andreas Kling
2019-12-30DisplayProperties: Add a menubarJesse Buhagiar
2019-12-30Base: Add glyph spacing fields to fontsTibor Nagy
2019-12-30FontEditor: Add glyph spacing spinboxTibor Nagy
2019-12-30LibDraw: Store glyph spacing information in the fonts headersTibor Nagy
2019-12-30Base: Add man page for keymap(1)Jami Kettunen
2019-12-30Base: Add ASCII-friendly fi.jsonJami Kettunen
2019-12-30Keymap: Add ability to load keymap files by nameJami Kettunen
2019-12-30Keymap: Clean up source a bitJami Kettunen
2019-12-30ProtocolServer: Delete the generated IPC endpoints on "make clean"Andreas Kling
2019-12-30LibIPC: Let's start building custom message codecs for LibIPCAndreas Kling
2019-12-30WindowServer: Don't repaint entire menubar on applet updateAndreas Kling
2019-12-30Ports: Update GCC patch to match our toolchainAndreas Kling
2019-12-30LibGUI: Call GWidget::resize_event() before doing widget layoutAndreas Kling
2019-12-29LibGUI: Relayout GTextEditor on font changeAndreas Kling
2019-12-29Kernel: Retry mmap if MAP_FIXED is not in flags and addr is not 0Andrew Kaster
2019-12-29Kernel: Add move assign operator to KResultOrAndrew Kaster