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-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
2020-04-11
ProfileViewer: Add an instruction-level sample viewer
Andreas Kling
2020-04-07
ProfileViewer: Remove nonsense no-op
Andreas Kling
2020-04-07
ProfileViewer: Remove an unnecessary call to String::format()
Andreas Kling
2020-04-07
HackStudio: pledge "thread" to fix opening files
Brian Gianforcaro
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
HackStudio: Add new Terminals
Oriko
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-01
HackStudio: Move the "Find in files" button in line with the search box
Tibor Nagy
2020-03-30
HackStudio: Add icon for the Find action
Tibor Nagy
2020-03-30
HackStudio: Add an upscaled 32x32 icon to the About dialog
Tibor Nagy
2020-03-30
HackStudio: Fix the labels of project opening menu and dialog
Tibor Nagy
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
[next]