summaryrefslogtreecommitdiff
path: root/Applications/ChanViewer
AgeCommit message (Expand)Author
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibCore: Make it possible to cancel pending CNetworkJobsAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CHttpJob to ObjectPtrAndreas Kling
2019-08-10LibCore: Use URL in CHttpRequestAndreas Kling
2019-08-07ChanViewer: Show "" instead of "undefined" for missing thread subjectsAndreas 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: If catalog download fails, don't try to parse response JSONAndreas Kling
2019-08-04ChanViewer: Give this application a simple window iconAndreas 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