index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-18
HackStudio: Don't use an OOB TextRange when looking for hovered text
Andreas Kling
2020-05-16
LibIPC: Allow opt-in UTF-8 validation on message parameters
Andreas Kling
2020-05-15
ProfileViewer: Fix opening the kernel image
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
LibIPC+IPCCompiler: Templatize encoding/decoding of Optional<T>
Andreas Kling
2020-05-12
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
Andreas Kling
2020-05-12
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
Andreas Kling
2020-05-12
HackStudio: Don't crash when navigating backtrace with up/down keys
Andreas Kling
2020-05-09
Meta: Add script to enforce license headers & run it on Travis
Linus Groh
2020-05-09
HackStudio: Update variables view based on the selected backtrace frame
Itamar
2020-05-09
HackStudio: Show a backtrace in the debug information tab
Itamar
2020-05-09
HackStudio: Reorganize debugger-related files
Itamar
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
2020-05-08
HackStudio: Close the debug tab when debugged program exits
Itamar
2020-05-07
HackStudio: Gracefully handle unfound source files
Itamar
2020-05-07
HackStudio: Apply INI syntax highlighter when opening a .ini file
Linus Groh
2020-05-07
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
Linus Groh
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
HackStudio: Show local variables in the debugger
Itamar
2020-05-05
HackStudio: Take scrolling into consideration when painting breakpoints
Itamar
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
LibIPC: Add a simple IPC::Dictionary type (String key -> String value)
Andreas Kling
2020-05-03
IPCCompiler: Add support for Optional<T> (so long as T is trivial)
AnotherTest
2020-05-02
IPCCompiler: Add support for Vector<i32>
Andreas Kling
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-25
HackStudio: Toolbar icon overhaul
Andreas Kling
2020-04-25
HackStudio: Add cpp debugger
Itamar
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-18
ProfileViewer: Make the invert menu item visible again :^)
Emanuel Sprung
2020-04-12
ProfileViewer: Switching to percent mode should take effect immediately
Andreas Kling
2020-04-12
ProfileViewer: Symbolicate the disassembled instructions
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-12
ProfileViewer: Put the tree and disasembly views in a vertical splitter
Andreas Kling
2020-04-11
ProfileViewer: Open /boot/kernel for disassembly if possible
Andreas Kling
2020-04-11
ProfileViewer: Don't crash when we can't disassemble something
Andreas Kling
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
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
ProfileViewer: Remove debug spam during disassembly
Andreas Kling
2020-04-11
ProfileViewer: Highlight instructions with >0 samples in yellow
Andreas Kling
[next]