Commit History

Author SHA1 Message Date
  Andreas Kling d5f735ecec HackStudio: Show the edited form widget's widget tree in the tree view 5 years ago
  Andreas Kling 6dab257a45 HackStudio: Make the widget toolbar buttons checkable and exclusive 5 years ago
  Andreas Kling e87756424d HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool 5 years ago
  Andreas Kling a04ab219d1 HackStudio: Use a visually distinct icon for the cursor tool 5 years ago
  Andreas Kling f92e0f7d80 HackStudio: Add placeholder code to test widget factory construction 5 years ago
  Andreas Kling 2da058c7f2 HackStudio: Use the GWidget class registry to populate the toolbar 5 years ago
  Andreas Kling 3e84ea9a53 HackStudio: Add panes on the right hand side of the form editing mode 5 years ago
  Andreas Kling 489c6ac05c HackStudio: Add a widgets toolbar to the form editing mode 5 years ago
  Andreas Kling d016d5e365 HackStudio: Start fleshing out the GUI for a GUI designer :^) 5 years ago
  Andreas Kling d6c0d32b63 HackStudio: Make the project file list a little narrower by default 5 years ago
  Andreas Kling 2755184e11 HackStudio: Update the "remove current editor" action enabled state 5 years ago
  Andreas Kling cb627a3ada HackStudio: Allow removing the current editor with Alt+Shift+E 5 years ago
  Andreas Kling 538d5f82c1 HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E 5 years ago
  Andreas Kling f844715106 HackStudio: Allow adding more editors by pressing Ctrl+Alt+E 5 years ago
  Andreas Kling b4de5ac128 HackStudio: Start working on a "Locator", much like Qt Creator has 5 years ago
  Andreas Kling fe83d5087b HackStudio: Show .h files with C++ syntax highlighting 5 years ago
  Andreas Kling e2d7f585da HackStudio: Support opening the same file in both editors 5 years ago
  Andreas Kling f1c6193d6d LibGUI: Move GTextDocument out of GTextEditor 5 years ago
  Andreas Kling 1bcbc3f827 HackStudio: Allow switching between the two editors with Ctrl+E :^) 5 years ago
  Andreas Kling 1e5f4714c7 HackStudio: Tweak EditorWrapper layouts a bit to make things look nice 5 years ago
  Andreas Kling e39b1f11f9 HackStudio: Support multiple editors on screen 5 years ago
  Andreas Kling 90c81d5c16 HackStudio: Tweak style of C++ identifiers 5 years ago
  Andreas Kling dd74cb9c8f HackStudio: Focus the text editor after opening a file 5 years ago
  Andreas Kling cea6506998 HackStudio: Implement adding an existing file to project 5 years ago
  Andreas Kling 9129dbe0b9 HackStudio: Implement adding a new file to the project 5 years ago
  Andreas Kling bc2026d26d LibGUI: Make GTextEditor::Span have a range instead of two positions 5 years ago
  Andreas Kling df7f3ca604 HackStudio: "Hide" the action tabs (find in files, console) by default 5 years ago
  Andreas Kling db353a06e5 HackStudio: Enable line wrapping and automatic indentation by default 5 years ago
  Andreas Kling ed242d538a HackStudio: Assorted improvements to C++ highlighting 5 years ago
  Andreas Kling 2b19badd74 HackStudio: Make C++ keywords bold :^) 5 years ago