summaryrefslogtreecommitdiff
path: root/Applications/ChanViewer/ThreadCatalogModel.h
AgeCommit message (Expand)Author
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CHttpJob to ObjectPtrAndreas Kling
2019-08-05ChanViewer: Add a status bar to show loading statusAndreas Kling
2019-08-05ChanViewer: Fetch the list of boards and allow switching the boardAndreas Kling
2019-08-05ChanViewer: Show thread subjects in the catalog viewAndreas Kling
2019-08-04ChanViewer: Show the time of each post in the thread catalogAndreas Kling
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling