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