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-03-12
Kernel: Tidy up networking code with some named constants.
Andreas Kling
2019-03-12
Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire.
Andreas Kling
2019-03-12
Kernel: Minor style cleanup in NetworkTask.
Andreas Kling
2019-03-11
Kernel: Bring up enough networking code that we can respond to ARP requests.
Andreas Kling
2019-03-11
GTextEditor: Make sure the scroll corner helper widget is filled in.
Andreas Kling
2019-03-11
Kernel: Add a NetworkTask and a received network packet queue.
Andreas Kling
2019-03-11
Kernel: More work on bringing up E1000 support.
Andreas Kling
2019-03-11
Kernel: Remove accidentally committed debugging code.
Andreas Kling
2019-03-10
Kernel: More work on Ethernet support.
Andreas Kling
2019-03-10
Kernel: A bunch of hacking towards initial Ethernet support.
Andreas Kling
2019-03-10
Kernel: Add a simple MACAddress class.
Andreas Kling
2019-03-10
Kernel: Start adding support for E1000 network adapters.
Andreas Kling
2019-03-10
WindowServer: Include switcher windows in the window iteration.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
ProcessManager: Tidy up the memory stats and align everything nicely.
Andreas Kling
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling
2019-03-10
GTextEditor: Let the Tab key insert up to 4 spaces.
Andreas Kling
2019-03-10
WindowServer: Show the username of the WindowServer owner in the menu.
Andreas Kling
2019-03-10
LibC: Implement getlogin().
Andreas Kling
2019-03-10
WindowServer: Window iteration should see the highlight window "in front".
Andreas Kling
2019-03-10
WindowServer: Clear any highlighted window when dismissing the switcher.
Andreas Kling
2019-03-10
LibGUI: Preserve selection when resorting a GSortingProxyTableModel.
Andreas Kling
2019-03-10
ProcessManager: Make the toolbar actions work again.
Andreas Kling
2019-03-10
WindowServer: Tweak CPU usage history color.
Andreas Kling
2019-03-10
WindowServer: Fix bug where window content could bleed through menus.
Andreas Kling
2019-03-10
Base: Improved FileManager (folder) icon.
Andreas Kling
2019-03-10
LibGUI: Make buttons a little bit sharper.
Andreas Kling
2019-03-09
TextEditor: Remove the selection from the status bar.
Andreas Kling
2019-03-09
GTextEditor: Allow jumping lines by hitting Left/Right at start/end of line.
Andreas Kling
2019-03-09
LibGUI: Fix small painting glitch in GScrollBar buttons.
Andreas Kling
2019-03-09
WindowServer: Skip composing windows where entire dirty rect is covered.
Andreas Kling
2019-03-09
GTableView: Minor painting cleanup.
Andreas Kling
2019-03-09
GTextEditor: Simplify painting of the ruler.
Andreas Kling
2019-03-09
SharedGraphics: Allow passing a Font to text drawing functions.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-09
GEventLoop: Make the server fd/pid global, and only connect to server once.
Andreas Kling
2019-03-09
WindowServer: Initiating a window drag/resize should also make frontmost.
Andreas Kling
2019-03-09
WindowServer: Always clip window updates to the window's outer rect.
Andreas Kling
2019-03-09
LibGUI: Use PainterStateSaver in GStyle::paint_button().
Andreas Kling
2019-03-09
SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-().
Andreas Kling
2019-03-09
GTextEditor: Use Painter save/restore to simplify.
Andreas Kling
2019-03-09
SharedGraphics: Give painter a state stack and save()/restore() operations.
Andreas Kling
2019-03-09
Userland: Use AK::quick_sort() in /bin/top
Andreas Kling
2019-03-09
AK: Add a basic QuickSort template implementation.
Andreas Kling
2019-03-09
FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
Andreas Kling
2019-03-09
LibGUI: Minor tidying.
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
GTableView: Allow changing sort options by clicking column headers.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-03-09
ProcessManager: Show the colonel process.
Andreas Kling
[next]