summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-03GWindow: Don't ignore update(), it should repaint the whole window.Andreas Kling
2019-04-03FontEditor: Break out classes into separate files.Andreas Kling
2019-04-03Kernel: Move VM-related files into Kernel/VM/.Andreas Kling
2019-04-03Kernel: Tidy up kmalloc.cpp a tiny bit.Andreas Kling
2019-04-03GraphicsBitmap: Use MappedFile.Andreas Kling
2019-04-03PNGLoader: Use MappedFile.Andreas Kling
2019-04-03Font: Clean up AK::MappedFile and use it for mapping font files.Andreas Kling
2019-04-03AK: Remove unused TemporaryFile class.Andreas Kling
2019-04-03Kernel: Remove unused Queue.h.Andreas Kling
2019-04-03Kernel: Remove Limits.hAndreas Kling
2019-04-03Kernel: Remove ancient nprocess and nblocked globals.Andreas Kling
2019-04-03Kernel: Remove unneeded kassert.h.Andreas Kling
2019-04-03Kernel: Remove now-unused _start.cppAndreas Kling
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling
2019-04-03Kernel: Move ELF-related files into Kernel/ELF/.Andreas Kling
2019-04-03Kernel: Move TTY-related files into Kernel/TTY/.Andreas Kling
2019-04-03Kernel: Move FS-related files into Kernel/FileSystem/Andreas Kling
2019-04-03Kernel: Make LoopbackAdapter eternally allocated.Andreas Kling
2019-04-03AK: Remove useless ktime.hAndreas Kling
2019-04-03AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}Andreas Kling
2019-04-03Kernel: Get rid of the GPL elf.h and import exec_elf.h from OpenBSD.Andreas Kling
2019-04-02GInputBox: Make the input text box a bit taller.Andreas Kling
2019-04-02IRCClient: Crash if server name resolution fails.Andreas Kling
2019-04-02IRCClient: Ask the user which IRC server to connect to on startup.Andreas Kling
2019-04-02GSocket: Add a connect() overload that takes a hostname instead of an IP.Andreas Kling
2019-04-02LookupServer: Only interpret A records as 32-bit IPv4 addresses.Andreas Kling
2019-04-02Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.Andreas Kling
2019-04-02Kernel: Move networking related files into Kernel/Net/.Andreas Kling
2019-04-02Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1.Andreas Kling
2019-04-02FileManager: Rename DirectoryTableView => DirectoryView.Andreas Kling
2019-04-02GTreeView: Support navigating the tree with the up/down keys.Andreas Kling
2019-04-02LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.Andreas Kling
2019-04-01Kernel: Spawn the Launcher by default.Andreas Kling
2019-04-01LibGUI: Fix broken doubleclick detection due to uninitialized GElapsedTimer.Andreas Kling
2019-04-01Kernel: Use a multiboot header instead of a convoluted two-part bootloader.Andreas Kling
2019-04-01Kernel: Add a blunt big process lock.Andreas Kling
2019-04-01WindowServer: Remove redundant client_id's from WSAPIClientRequest classes.Andreas Kling
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-31WindowServer: Add support for per-window override cursors.Andreas Kling
2019-03-31WindowServer: Show a special "move" cursor when dragging windows around.Andreas Kling
2019-03-31WindowServer: Remove the old cursor character bitmaps.Andreas Kling
2019-03-31WindowServer: Show directional cursors when resizing windows.Andreas Kling
2019-03-31AK: Tweak CALLABLE_WHEN macro in Retained.Andreas Kling
2019-03-31WindowServer: Add a WSCursor class (a bitmap and a hotspot.)Andreas Kling
2019-03-30Terminal+LibGUI: Make the terminal cursor blink.Andreas Kling
2019-03-30Kernel: Add a bit of debug output in do_exec() to learn about thread counts.Andreas Kling
2019-03-30LibGUI: Fix bad initial layout of GScrollableWidget's scrollbars.Andreas Kling
2019-03-30IRCClient: Fix wrong label in "Join channel" window.Andreas Kling
2019-03-30LibGUI: Highlight the GSplitter when hovering over it.Andreas Kling
2019-03-30IRCClient: Use GSplitter in the window layouts.Andreas Kling