summaryrefslogtreecommitdiff
path: root/Applications/ChanViewer/main.cpp
AgeCommit message (Collapse)Author
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas 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-08-05ChanViewer: Add a status bar to show loading statusAndreas Kling
Also update the window title with the current board after loading. :^)
2019-08-05ChanViewer: Fetch the list of boards and allow switching the boardAndreas Kling
We put the list of boards in a combo box and allow the user to switch boards that way. :^)
2019-08-05ChanViewer: Show thread subjects in the catalog viewAndreas Kling
2019-08-04ChanViewer: Give this application a simple window iconAndreas Kling
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling
Since they are nice enough to provide a JSON API over HTTP, this makes for a perfect way to exercise our networking code a bit. :^)