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-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
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
[next]