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
/
FindInFilesWidget.cpp
Age
Commit message (
Expand
)
Author
2020-12-10
HackStudio: Don't vend invalid indices from SearchResultsModel
Andreas Kling
2020-09-25
Meta+DevTools: Make clang-format-10 clean
Ben Wiederhake
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-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-12
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-04-01
HackStudio: Move the "Find in files" button in line with the search box
Tibor Nagy
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
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-12-10
HackStudio: Use a table view in the "find in files" widget
Andreas Kling
2019-11-01
HackStudio: Use GTextDoument::find_all() to implement find-in-files
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling
2019-10-25
HackStudio: Unbreak jumping to a search result
Andreas Kling
2019-10-23
HackStudio: Move "find in files" widget to its own file/class
Andreas Kling