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
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
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
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 GSlider to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GProgressBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSpinBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox 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
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-21
FormCompiler: Generate code that uses ObjectPtr for widgets
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-17
VisualBuilder: Disallow moving managed widgets with the arrow keys
Andreas Kling
2019-09-17
VisualBuilder: Add icons for the layout menu actions
Andreas Kling
2019-09-17
VisualBuilder: Don't allow moving/resizing widgets that are in a layout
Andreas Kling
2019-09-17
VisualBuilder: Fix hit testing for composite widgets
Andreas Kling
2019-09-17
VisualBuilder: Make it possible to add a layout to a widget
Andreas Kling
2019-09-17
VisualBuilder: Support nested widgets
Andreas Kling
2019-09-17
VisualBuilder: Use GAboutDialog :^)
Andreas Kling
2019-09-14
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
Andreas Kling
2019-09-14
VisualBuilder: Use GCommonActions::make_delete_action()
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
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-09-06
VBForm: Fixed cursor not changing on resize /w multiple selections
rhin123
2019-09-05
VisualBuilder: Added GCommonActions
rhin123
2019-09-01
VisualBuilder: Remove empty "Edit" menu
Andreas Kling
2019-08-30
VBForm: Set mouse type relative to how we resize the VBWidget
rhin123
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
2019-08-17
DevTools: Add CLocalServer to the host-side tool build dependencies
Andreas Kling
2019-08-07
FormCompiler: Oops, need to use JsonValue::serialized() for properties
Andreas Kling
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-08-05
GComboBox: Include the selected index with the on_change notification
Andreas Kling
2019-08-03
IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return type
Andreas Kling
2019-08-03
IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions
Andreas Kling
[next]