Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | LibGUI: Convert remaining random little things to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GWindow to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GWidget to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GStatusBar to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GTableView to ObjectPtr | Andreas Kling | |
2019-08-05 | ChanViewer: Add a status bar to show loading status | Andreas Kling | |
Also update the window title with the current board after loading. :^) | |||
2019-08-05 | ChanViewer: Fetch the list of boards and allow switching the board | Andreas Kling | |
We put the list of boards in a combo box and allow the user to switch boards that way. :^) | |||
2019-08-05 | ChanViewer: Show thread subjects in the catalog view | Andreas Kling | |
2019-08-04 | ChanViewer: Give this application a simple window icon | Andreas Kling | |
2019-08-04 | ChanViewer: Start working on a simple read-only 4Chan viewer | Andreas 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. :^) |