summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11Inspector: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-06VBForm: Fixed cursor not changing on resize /w multiple selectionsrhin123
2019-09-05VisualBuilder: Added GCommonActionsrhin123
2019-09-01VisualBuilder: Remove empty "Edit" menuAndreas Kling
2019-08-30VBForm: Set mouse type relative to how we resize the VBWidgetrhin123
2019-08-19Inspector: Show remote object properties in a table viewAndreas Kling
2019-08-19Inspector: Add a missing "override" in RemoteObjectGraphModelAndreas Kling
2019-08-19Inspector: Show GWindows with a little window icon.Andreas Kling
2019-08-18Inspector: Implement RemoteObjectGraphModel::parent_index()Andreas Kling
2019-08-18Inspector: Add a custom 16x16 icon to represent objectsAndreas Kling
2019-08-18Inspector: Add a GUI tool for viewing a remote process's CObject graphAndreas Kling
2019-08-17DevTools: Add CLocalServer to the host-side tool build dependenciesAndreas Kling
2019-08-07FormCompiler: Oops, need to use JsonValue::serialized() for propertiesAndreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-08-05GComboBox: Include the selected index with the on_change notificationAndreas Kling
2019-08-03IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return typeAndreas Kling
2019-08-03IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintionsAndreas Kling
2019-08-03IPCCompiler: More work towards AudioServer bringupAndreas Kling
2019-08-03IPCCompiler: Emit message parameter gettersAndreas Kling
2019-08-03IPCCompiler: Make decode_message() return nullptr for unknown messagesAndreas Kling
2019-08-03IPCCompiler: Generate message decoding functionsAndreas Kling
2019-08-03IPCCompiler: Emit IEndpoint::name() overridesAndreas Kling
2019-08-03IPCCompiler: Emit message constructors + include ID in serializationAndreas Kling
2019-08-03IPCCompiler: Generate getters for message ID's and message namesAndreas Kling
2019-08-03IPCCompiler: Typedef the response message types as "ResponseType"Andreas Kling
2019-08-03IPCCompiler: Generate endpoint and message classesAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling
2019-07-26FormCompiler: Add some more LibCore object files to host build.Andreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-10FormCompiler: Build individual compilation units instead of all-at-a-time.Andreas Kling
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas Kling
2019-07-10FormCompiler: Produce a C++ header file as output.Andreas Kling
2019-07-10FormCompiler: Generate a basic UI skeleton holder struct.Andreas Kling
2019-07-10FormCompiler: Start working on a C++ code generator for VisualBuilder forms.Andreas Kling
2019-07-10VisualBuilder: Expose the "name" property on all widgets.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-29VisualBuilder: Support loading a saved form from JSON.Andreas Kling
2019-06-27VisualBuilder: Use NonnullRefPtrVector.Andreas Kling
2019-06-23LibGUI+VisualBuilder: Support custom editing widgets for property values.Andreas Kling
2019-06-22VisualBuilder: Fix compiler warnings.Andreas Kling
2019-06-21AK: Rename Retainable.h => RefCounted.h.Andreas Kling