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
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-26
LibGUI: Make Splitter inherit from Widget instead of Frame
Andreas Kling
2020-08-26
LibGUI: Clip GUI::Frame children to the frame_inner_rect()
Andreas Kling
2020-08-26
LibGUI: Allow widgets to clip their child widgets
Andreas Kling
2020-08-26
Spreadsheet: Focus the spreadsheet table on startup
Andreas Kling
2020-08-26
LibGUI: Add Widget focus proxies
Andreas Kling
2020-08-26
LibC: Prospective fix for openssl build
Sergio Ahumada
2020-08-26
LibGUI: Change window size and margin in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Add spinbox for alpha channel in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Show current and selected color comparison in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Resize ColorPicker to include frame thickness
LepkoQQ
2020-08-26
LibGUI: Split ColorPicker in to a field and slider
LepkoQQ
2020-08-26
LibGfx: Use valid hsv values in painter debug
LepkoQQ
2020-08-26
LibGfx: Always use 0..360 0..1 0..1 in HSV colors
LepkoQQ
2020-08-26
LibGUI: Select current color when opening picker
LepkoQQ
2020-08-25
JS Tests: Disable the one failing test when running test-js in Serenity
Nico Weber
2020-08-25
LibGUI: Make ScrollBar show hover state of scrubber after gutter drag
Nico Weber
2020-08-25
LibGUI: Only paint ScrollBar hover states if a component is pressed
Nico Weber
2020-08-25
LibGUI: Make ScrollBar track the currently pressed component
Nico Weber
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-25
LibGUI: Make scrollbars keep scrolling by page while clicking the gutter
Nico Weber
2020-08-25
LibGUI: Keep scrollbar timer active while mouse is down
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::update_hovered_component() method
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::component_at_position() method
Nico Weber
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-25
LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_active
Nico Weber
2020-08-25
LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...
Nico Weber
2020-08-25
LibGUI: Make ScrollBar shift-click use same code path as scrubber click
Nico Weber
2020-08-25
AK: TestSuite: Define assert macros with do { } while(0). (#3292)
Paul Scharnofske
2020-08-25
Kernel: Optimize SlabAllocator to be lock-free
Tom
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-25
Kernel: Fix kmalloc memory corruption
Tom
2020-08-25
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-25
Spreadsheet: Add "Save As"
AnotherTest
2020-08-25
LibGUI: Add a save_as common action
AnotherTest
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-25
HackStudio: Add a registers view for the current function in debug mode
Luke
2020-08-25
HackStudio: Add a disassembly view for the current function in debug mode
Luke
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-25
Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8
Luke
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-25
Documentation: Update BuildInstructions.md
Sergio Ahumada
2020-08-24
LibGUI: Pressing Return in an editable TableView should begin editing
Andreas Kling
2020-08-24
LibGUI: Return focus to view when stopping editing
Andreas Kling
2020-08-24
LibGUI: Always update() after changing AbstractView sort column/order
Andreas Kling
2020-08-24
LibGUI: Allow moving the TableView selection horizontally with keyboard
Andreas Kling
2020-08-24
LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)
Andreas Kling
2020-08-24
Spreadsheet: Add back the menubar
AnotherTest
[next]