summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/FindInFilesWidget.cpp
AgeCommit message (Expand)Author
2020-12-10HackStudio: Don't vend invalid indices from SearchResultsModelAndreas Kling
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-09-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-12HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-01HackStudio: Move the "Find in files" button in line with the search boxTibor Nagy
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas 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-18Meta: Add license header to source filesAndreas Kling
2019-12-10HackStudio: Use a table view in the "find in files" widgetAndreas Kling
2019-11-01HackStudio: Use GTextDoument::find_all() to implement find-in-filesAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling
2019-10-25HackStudio: Unbreak jumping to a search resultAndreas Kling
2019-10-23HackStudio: Move "find in files" widget to its own file/classAndreas Kling