index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-13
LibGL: Use integer math in rasterizer coverage calculations
Stephan Unverwerth
2021-05-13
LibGfx: Add Vector2 class
Stephan Unverwerth
2021-05-13
LibGfx: Add component wise * and / operators to Vector3 and Vector4
Stephan Unverwerth
2021-05-13
FileManager: Set minimum folder pane width
Jelle Raaijmakers
2021-05-13
LibGUI/Splitter: Support setting minimum resizee size
Jelle Raaijmakers
2021-05-12
KeyboardMapper: Embed icon in executable
Linus Groh
2021-05-12
KeyboardMapper: Stylize title as "Keyboard Mapper"
Linus Groh
2021-05-12
KeyboardMapper: Remove two useless comments
Linus Groh
2021-05-12
2048: Add separator before quit menu action
Linus Groh
2021-05-12
WindowServer: Re-render window frame when setting unresponsive status
Linus Groh
2021-05-12
LibCore: Add unit to Core::Timer interval arguments
sin-ack
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
FileManager: Reorganize main toolbar a little bit
Andreas Kling
2021-05-12
FileManager: Reorganize menus a little bit
Andreas Kling
2021-05-12
LibGUI: Never resolve Key_Invalid to a GUI::Action
Andreas Kling
2021-05-12
LibGUI: Move action-from-key-event code to a separate function
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Browser: Use URL for window title if tab title is empty
Linus Groh
2021-05-12
SystemMonitor: Spell process window title as "System Monitor"
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-12
LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move SeekMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibWeb: Position the ListItemMarkers according to their width
Tobias Christiansen
2021-05-12
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
Tobias Christiansen
2021-05-12
LibWeb: Move clearing boxes below preceding floating boxes
Timothy Flynn
2021-05-12
RequestServer: Only attempt to flush() on a timer
Ali Mohammad Pur
2021-05-12
LibTLS: Always send the signature_algorithms extension
Ali Mohammad Pur
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-05-11
LibJS: Bring back runtime validation of RegExp flags
Linus Groh
2021-05-11
LibJS/Tests: Add details for toThrowWithMessage() expectation error
Linus Groh
2021-05-11
LibWeb: Add a maximum redirects limit to FrameLoader
Idan Horowitz
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-11
LibJS: Use u64 instead of u32 in NumberPrototype::to_string
Luke
2021-05-11
LibJS: Make number parts unsigned in NumberPrototype::to_string
Luke
2021-05-11
LibLine+Shell: Add dirty history flag and use it
sin-ack
2021-05-11
LibWeb: Paint an element's foreground before painting its children
Timothy Flynn
2021-05-11
Magnifier: Make window resizable
Linus Groh
2021-05-11
LibWeb: Make Element::tag_name return the HTML uppercased qualified name
Luke
2021-05-11
LibWeb: Expose Element.{prefix,localName}
Luke
2021-05-11
GLTeapot: Use glGenLists() a bit to demonstrate that it works
Ali Mohammad Pur
2021-05-11
LibGL: Implement glGenLists and a few friends
Ali Mohammad Pur
2021-05-11
2048: Added Redo Support
Umar Haroon
2021-05-11
Shell: Add an option to autosave history every N ms
Ali Mohammad Pur
2021-05-11
Userland: Implement a magnifier app
Valtteri Koskivuori
2021-05-11
WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()
Valtteri Koskivuori
2021-05-11
LibGfx: Implement Bitmap::cropped()
Valtteri Koskivuori
2021-05-11
strace: Write output to stderr instead of stdout (#7016)
SViN24
2021-05-10
LibELF: Propagate ELF image validation errors to the caller
Gunnar Beutner
[next]