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-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
2019-08-03
IPCCompiler: More work towards AudioServer bringup
Andreas Kling
2019-08-03
IPCCompiler: Emit message parameter getters
Andreas Kling
2019-08-03
IPCCompiler: Make decode_message() return nullptr for unknown messages
Andreas Kling
2019-08-03
IPCCompiler: Generate message decoding functions
Andreas Kling
2019-08-03
IPCCompiler: Emit IEndpoint::name() overrides
Andreas Kling
2019-08-03
IPCCompiler: Emit message constructors + include ID in serialization
Andreas Kling
2019-08-03
IPCCompiler: Generate getters for message ID's and message names
Andreas Kling
2019-08-03
IPCCompiler: Typedef the response message types as "ResponseType"
Andreas Kling
2019-08-03
IPCCompiler: Generate endpoint and message classes
Andreas Kling
2019-08-03
IPCCompiler: Start working on a simple IPC definition language
Andreas Kling
2019-07-26
FormCompiler: Add some more LibCore object files to host build.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-10
FormCompiler: Build individual compilation units instead of all-at-a-time.
Andreas Kling
2019-07-10
Build: Build the host-side FormCompiler before everything else.
Andreas Kling
2019-07-10
FormCompiler: Produce a C++ header file as output.
Andreas Kling
2019-07-10
FormCompiler: Generate a basic UI skeleton holder struct.
Andreas Kling
2019-07-10
FormCompiler: Start working on a C++ code generator for VisualBuilder forms.
Andreas Kling
2019-07-10
VisualBuilder: Expose the "name" property on all widgets.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-29
VisualBuilder: Support loading a saved form from JSON.
Andreas Kling
2019-06-27
VisualBuilder: Use NonnullRefPtrVector.
Andreas Kling
2019-06-23
LibGUI+VisualBuilder: Support custom editing widgets for property values.
Andreas Kling
2019-06-22
VisualBuilder: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
[next]