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-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-29
GTextEditor: Set content size based on the visual line rects (#500)
Rhin
2019-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Take a copy of MACAddress in RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Use a public member for NetworkAdapter on_receive
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-29
Kernel: Remove IP configuration from LoopbackAdapter
Conrad Pankoff
2019-08-29
Kernel: Remove now-unused singleton methods from our network devices
Conrad Pankoff
2019-08-29
Kernel: Remove specific devices from network code
Conrad Pankoff
2019-08-29
Kernel: Add const to packet data in send_raw call
Conrad Pankoff
2019-08-29
Kernel: Add on_receive callback to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Show netmask/gateway in ProcFS when available
Conrad Pankoff
2019-08-29
Kernel: Add netmask and gateway to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Run NetworkTask in init stage 2 to allow use of locks
Conrad Pankoff
2019-08-29
Kernel: Ask for all relevant IRQs in rtl8139 driver
Conrad Pankoff
2019-08-29
Kernel: Ignore IPv6 packets; log unknown Ethernet payload types
Conrad Pankoff
2019-08-29
Kernel/AK: Add is_zero helpers for IP and MAC addresses
Conrad Pankoff
2019-08-29
Kernel: Always format MACAddress with two-byte hex digits in to_string
Conrad Pankoff
2019-08-29
Kernel: Add list-compatible constructor for MACAddress
Conrad Pankoff
2019-08-29
Userland: Add 'which' command (#497)
Brandon Scott
2019-08-28
GTextEditor: Optimize write_to_file() with ftruncate()
Andreas Kling
2019-08-28
AK: Add a Utf8View type for iterating over UTF-8 codepoints
Sergey Bugaev
2019-08-28
AK: Make printf %x actually work properly
Conrad Pankoff
2019-08-27
TextEditor: Ask the user before closing a dirty (modified) document
Andreas Kling
2019-08-27
GWindow: Allow clients to prevent close requests from closing
Andreas Kling
2019-08-27
TextEditor: Add a "document dirty" flag and show it in the window title
Andreas Kling
2019-08-27
GTextEditor: Always call did_change() after deleting with backspace
Andreas Kling
2019-08-27
TextEditor: Let's enable line wrapping by default
Andreas Kling
2019-08-27
TextEditor: Move line wrapping setting to a new "View" menu
Andreas Kling
2019-08-27
ProcFS: Port JSON generation to streaming serializers
Sergey Bugaev
2019-08-27
JSON: Port JsonArray and JsonObject serialization to serializers
Sergey Bugaev
2019-08-27
JSON: Add JSON serializers
Sergey Bugaev
2019-08-27
WindowServer: Fix off-by-one in menu height calculation
Andreas Kling
2019-08-27
Minesweeper: Reorganize menus a bit
Andreas Kling
2019-08-27
Snake: Merge "Game" menu into the app menu
Andreas Kling
2019-08-27
WindowServer: Reverse the menu background colors
Andreas Kling
2019-08-27
WindowServer: Don't highlight disabled menu items when hovered
Andreas Kling
2019-08-27
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Andrew Weller
2019-08-27
GTextEditor: Fixed bug in find_prev
Andrew Weller
2019-08-27
WindowServer: Improve look of disabled menu items somewhat
Andreas Kling
2019-08-27
WindowServer: Add an icon for the system menu / About action
Andreas Kling
2019-08-26
FileManager: Add "go home" action to the "Go" menu
Andreas Kling
2019-08-26
WindowServer: Add some app icons to the system menu
Andreas Kling
2019-08-26
WindowServer: Make the global menubar selection consistent with items
Andreas Kling
2019-08-26
WindowServer: Align menu separators correctly
Andreas Kling
2019-08-26
WindowServer: Improve the menu look a bit
Andreas Kling
2019-08-26
FileManager: Move "File" menu entries to the app menu
Andreas Kling
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
2019-08-26
WindowServer: Improved look of checkable menu items
Andreas Kling
2019-08-26
TextEditor: Move all "File" menu entries into the app menu instead
Andreas Kling
[next]