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
/
Inspector
Age
Commit message (
Expand
)
Author
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-09-23
Inspector: Fix bad RemoteObjectGraphModel::parent_index()
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTreeView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-09-11
Inspector: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-19
Inspector: Show remote object properties in a table view
Andreas Kling
2019-08-19
Inspector: Add a missing "override" in RemoteObjectGraphModel
Andreas Kling
2019-08-19
Inspector: Show GWindows with a little window icon.
Andreas Kling
2019-08-18
Inspector: Implement RemoteObjectGraphModel::parent_index()
Andreas Kling
2019-08-18
Inspector: Add a custom 16x16 icon to represent objects
Andreas Kling
2019-08-18
Inspector: Add a GUI tool for viewing a remote process's CObject graph
Andreas Kling