Age | Commit message (Expand) | Author |
---|---|---|
2021-07-03 | Assistant: Make more of the classes final | Gunnar Beutner |
2021-07-03 | Assistant: Make the bitmap accessor pure virtual | Gunnar Beutner |
2021-07-03 | Assistant: Add missing bitmap accessor for terminal actions | Gunnar Beutner |
2021-07-03 | Assistant: Keep the set of providers in a Vector for easy iteration | Andreas Kling |
2021-07-03 | Assistant: Make Result bitmaps virtual/lazy | Andreas Kling |
2021-07-03 | Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector | Timothy Flynn |
2021-07-03 | Assistant: Add provider to run a command in a terminal | Timothy Flynn |
2021-07-03 | Assistant: Add new URLProvider to open URL's in the browser | Edwin Hoksberg |
2021-07-02 | Assistant: Add a new FileProvider to assist in searching the filesystem | Spencer Dixon |
2021-07-02 | Assistant: Remove Result::Kind in favor of native `typeid` | Spencer Dixon |
2021-06-29 | Assistant: Add subtitle field to the Result class | Andreas Kling |
2021-06-28 | Userland: Add new app called Assistant | Spencer Dixon |