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-04-12
QuickShow: Add Delete action
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Use Core::ArgsParser to handle parameters
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Add Fullscreen, Zoom options to View menu
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Rotate image left and right, flip vertical and horizontal
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Browse the files in the same folder
Hüseyin ASLITÜRK
2020-04-12
Base: Add go-first, go-last, zoom-in, zoom-out icons
Hüseyin ASLITÜRK
2020-04-12
LibGfx: Add Bitmap::rotated and Bitmap::flipped
Hüseyin ASLITÜRK
2020-04-12
LibGUI: Use parrent window icon for MessageBox dialog icon
Hüseyin ASLITÜRK
2020-04-12
ProfileViewer: Switching to percent mode should take effect immediately
Andreas Kling
2020-04-12
LibGUI: Make TableView ignore custom colors for selected rows
Andreas Kling
2020-04-12
LibJS: Add js_negative_infinity()
Linus Groh
2020-04-12
LibJS: Handle Infinity in Value::to_number()
Linus Groh
2020-04-12
ProfileViewer: Symbolicate the disassembled instructions
Andreas Kling
2020-04-12
LibX86: Add a way for Instruction::to_string() to symbolicate addresses
Andreas Kling
2020-04-12
LibGUI: Remove debug spam in AbstractView::did_update_model()
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-12
Kernel: Bump the max stack frame count in sample profiles to 50
Andreas Kling
2020-04-12
LibJS: Let's show a few more decimals when stringifying numeric values
Andreas Kling
2020-04-12
ProfileViewer: Put the tree and disasembly views in a vertical splitter
Andreas Kling
2020-04-12
LibWeb: Add port blacklist for ResourceLoader::load
Brendan Coles
2020-04-12
AK: Parse query and fragment in URL::parse()
Linus Groh
2020-04-12
AK: Support fragment in URL
Linus Groh
2020-04-11
Kernel: Store previous thread state upon all transitions to Stopped (#1753)
Peter Nelson
2020-04-11
ProfileViewer: Open /boot/kernel for disassembly if possible
Andreas Kling
2020-04-11
LibX86: Decode RDRAND instruction
Andreas Kling
2020-04-11
ProfileViewer: Don't crash when we can't disassemble something
Andreas Kling
2020-04-11
LibX86: Fix duplicate '+' in SIB byte disassembly
Andreas Kling
2020-04-11
Browser: Accept file:// URLs on the command line
Andreas Kling
2020-04-11
AK: Recompute URL validity after changing protocol/host/path
Andreas Kling
2020-04-11
LibELF: Validate the mapped file in DynamicLoader constructor
Andrew Kaster
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLs
Brendan Coles
2020-04-11
LibVT: Shift+Tab should generate ESC[Z
Andreas Kling
2020-04-11
ProfileViewer: Color code the instruction rows by sample percentage
Andreas Kling
2020-04-11
ProfileViewer: Don't skip the innermost frame when loading profiles
Andreas Kling
2020-04-11
Kernel: Include the current instruction pointer in profile samples
Andreas Kling
2020-04-11
LibLine: Cycle backward through suggestions using Shift+Tab
Linus Groh
2020-04-11
LibELF: Return false instead of assert on unrecognized program header
Andrew Kaster
2020-04-11
LibGUI: Fill whole TableView cells with custom background color
Andreas Kling
2020-04-11
ProfileViewer: Remove debug spam during disassembly
Andreas Kling
2020-04-11
ProfileViewer: Highlight instructions with >0 samples in yellow
Andreas Kling
2020-04-11
LibGUI: Respect Model::Role::BackgroundColor
Andreas Kling
2020-04-11
ProfileViewer: Add an instruction-level sample viewer
Andreas Kling
2020-04-11
LibELF: Add a find_symbol() API that finds a Symbol for an address
Andreas Kling
2020-04-11
js: Stylize TokenType::{Throw,Switch,Case}
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
LibLine: Ask for cursor position once and handle the rest internally
AnotherTest
2020-04-11
AK: String::contains() should say no if needle or haystack is null
Andreas Kling
2020-04-11
Userland: Add primitive autocomplete to the JS repl
AnotherTest
[next]