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
/
DevTools
Age
Commit message (
Expand
)
Author
2021-08-13
Profiler: Store event type as enum
Andreas Kling
2021-08-13
Profiler: Remove "Signpost " prefix from timeline tooltips
Andreas Kling
2021-08-12
Revert "HackStudio: Remove noop code when opening the project"
Andreas Kling
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-12
HackStudio: Remove noop code when opening the project
Karol Kosek
2021-08-12
HackStudio: Show the 'Save as...' dialog when saving uncreated file
Karol Kosek
2021-08-12
HackStudio: Add 'Save as...' action
Karol Kosek
2021-08-12
HackStudio: Show text editor after starting the application
Karol Kosek
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
Profiler: Parse and render signpost strings
Andreas Kling
2021-08-12
Profiler: Parse and paint profile signpost events :^)
Andreas Kling
2021-08-11
HackStudio: Make "Open project" action open in the current project path
Karol Kosek
2021-08-10
Profiler: Disassemble the entire function if the symbol is a function
Ali Mohammad Pur
2021-08-10
Profiler: Use SelectionBehavior::SelectRows
sin-ack
2021-08-10
UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for now
Andreas Kling
2021-08-10
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
Andreas Kling
2021-08-10
UserspaceEmulator: Move all the profiling details into the Emulator
Ali Mohammad Pur
2021-08-10
Profiler: Disassemble the containing function for non-function symbols
Ali Mohammad Pur
2021-08-10
Profiler: Show the symbol address in object file
Ali Mohammad Pur
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-08
UserspaceEmulator: Use `for_each_region_of_type` in `find_text_region`
Daniel Bertalan
2021-08-08
UserspaceEmulator: Make symbolication work when .text isn't the first
Daniel Bertalan
2021-08-08
UserspaceEmulator: Fix typo in a method name
Daniel Bertalan
2021-08-07
LibCpp: Do macro substitution in the preprocessor instead of the parser
Itamar
2021-08-07
LibCpp: Import definitions from headers while processing
Itamar
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-06
Profiler: Display source location information in the disassembly view
Ali Mohammad Pur
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-06
UserspaceEmulator: Optionally generate a Profiler-compatible profile
Ali Mohammad Pur
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-08-01
HackStudio: Properly close previous project when opening a new one
Lennon Donaghy
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-31
HackStudio+TextEditor: Sync extensions from the FileIconProvider file
Karol Kosek
2021-07-31
HackStudio: Don't use 'else' after 'return'
Karol Kosek
2021-07-31
HackStudio: Add syntax highlighting for HTML, Shell, and SQL files
Karol Kosek
2021-07-29
Profiler: Don't perform disassembly when disassembly view is hidden
Andreas Kling
2021-07-29
HackStudio: Add GML Preview action tab
Conor Byrne
2021-07-29
HackStudio: Add autocompletion for GML files
Conor Byrne
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne
2021-07-28
HackStudio: Tweak splitter spacings in the main UI
Andreas Kling
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-26
HackStudio: Resize editors when removing panes
Nicholas Hollett
2021-07-24
GML Playground: Add Vim emulation
Phoenix
2021-07-22
UserspaceEmulator: Move to using the new SoftFPU
Hendiadyoin1
2021-07-22
UserspaceEmulator: Implement SoftFPU instructions
Hendiadyoin1
2021-07-22
UserspaceEmulator: Sketch out a SoftFPU interface
Hendiadyoin1
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
[next]