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
/
Locator.cpp
Age
Commit message (
Expand
)
Author
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
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-07
HackStudio: Disallow invalid indices when typing into the locator
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-18
Meta: Add license header to source files
Andreas Kling
2019-10-28
HackStudio: Add little icons for ".cpp" and ".h" files
Andreas Kling
2019-10-28
HackStudio: Remove unnecessary Locator::keydown_event()
Andreas Kling
2019-10-28
HackStudio: Allow opening a Locator suggestion by double-clicking it
Andreas Kling
2019-10-28
HackStudio: Scroll the locator suggestions when navigating with arrows
Andreas Kling
2019-10-28
HackStudio: Start working on a "Locator", much like Qt Creator has
Andreas Kling