summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/EditorWrapper.cpp
AgeCommit message (Expand)Author
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-10-09HackStudio: Use new format functions.asynts
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-12HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-03-12HackStudio: Add header navigationOriko
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-23GTextEditor: Move "Go to line" feature from HackStudio into GTextEditorAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-27HackStudio: Draw a brownish frame around the current editor widgetAndreas Kling
2019-10-27HackStudio: Tweak EditorWrapper layouts a bit to make things look niceAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling