summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2019-10-22HackStudio: Add a simple "Build" actionAndreas Kling
2019-10-22HackStudio: Show the currently open file in bold (in the project list)Andreas Kling
2019-10-21HackStudio: Add a simple app icon and some initial menusAndreas Kling
2019-10-21HackStudio: "Go to line" was mixed up about 0/1-based line numbersAndreas Kling
2019-10-21HackStudio: Restrict the "Go to line" shortcut to the text editorAndreas Kling
2019-10-21LibVT: Make TerminalWidget's automatic size policy updates optionalAndreas Kling
2019-10-21HackStudio: Embed a Terminal widget below the text editorAndreas Kling
2019-10-21HackStudio: Show line numbers in the text editor by defaultAndreas Kling
2019-10-21HackStudio: Show cursor line and column in the statusbarAndreas Kling
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
2019-09-23Inspector: Fix bad RemoteObjectGraphModel::parent_index()Andreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSlider to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GProgressBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSpinBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-21FormCompiler: Generate code that uses ObjectPtr for widgetsAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-17VisualBuilder: Disallow moving managed widgets with the arrow keysAndreas Kling
2019-09-17VisualBuilder: Add icons for the layout menu actionsAndreas Kling
2019-09-17VisualBuilder: Don't allow moving/resizing widgets that are in a layoutAndreas Kling
2019-09-17VisualBuilder: Fix hit testing for composite widgetsAndreas Kling
2019-09-17VisualBuilder: Make it possible to add a layout to a widgetAndreas Kling
2019-09-17VisualBuilder: Support nested widgetsAndreas Kling
2019-09-17VisualBuilder: Use GAboutDialog :^)Andreas Kling
2019-09-14LibGUI+VisualBuilder: Add move-to-front/back to GCommonActionsAndreas Kling
2019-09-14VisualBuilder: Use GCommonActions::make_delete_action()Andreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
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