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-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
Profiler: Use SortingProxyModel::set_sort_role()
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-02
Profiler: Turn the "choose a process" functionality into a GUI::Dialog
Andreas Kling
2020-07-02
Profiler: Make the RunningProcessesModel actually sortable
Andreas Kling
2020-07-01
Profiler: Allow specifying a PID to profile with --pid
Andreas Kling
2020-07-01
Profiler: If run without arguments, let user select process from a list
Andreas Kling
2020-07-01
Profiler: Rename from ProfileViewer :^)
Andreas Kling
2020-07-01
Inspector: Expand and show properties in a TreeView
AnotherTest
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-21
HackStudio: Use Web::PageView::load_html() for the documentation popup
Andreas Kling
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-08
IPCCompiler: Properly handle stream read errors
Sergey Bugaev
2020-06-08
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
Sergey Bugaev
2020-06-07
LibIPC+Services: Support URL as a native IPC type
Andreas Kling
2020-06-03
HackStudio: Support debugging variables with Enum types
FalseHonesty
2020-05-31
HackStudio: Allow changing variable values in debugger
FalseHonesty
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-27
LibGUI: Add up & down arrow hooks and input history to TextBox
FalseHonesty
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
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
[next]