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
/
HackStudio
/
EditorWrapper.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-10-09
HackStudio: Use new format functions.
asynts
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-19
HackStudio: Move bulk of GUI logic into HackStudioWidget
Itamar
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-08-12
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-03-12
HackStudio: Add header navigation
Oriko
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-10-27
HackStudio: Draw a brownish frame around the current editor widget
Andreas Kling
2019-10-27
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling