log

age author description
Wed, 12 Jun 2024 19:49:19 -0400 Paper services/kitsu: ACTUALLY finish GetAnimeList
Wed, 12 Jun 2024 17:52:26 -0400 Paper services/kitsu: implement GetAnimeList()
Wed, 12 Jun 2024 05:25:41 -0400 Paper config: use TOML instead of INI
Wed, 12 Jun 2024 04:07:10 -0400 Paper services: VERY initial Kitsu support
Tue, 11 Jun 2024 15:11:09 -0400 Paper settings: clean up code
Tue, 11 Jun 2024 14:16:40 -0400 Paper session: allow printing status messages
Tue, 11 Jun 2024 13:29:45 -0400 Paper README: remove mention of nonexistant /docs directory
Tue, 11 Jun 2024 13:24:10 -0400 Paper ...
Tue, 11 Jun 2024 13:19:32 -0400 Paper locale: remove old unfinished and probably bad spanish translation
Tue, 11 Jun 2024 13:08:41 -0400 Paper linux: add required blank svg icon (???)
Tue, 11 Jun 2024 04:38:51 -0400 Paper dep/animone: prepare for v1.0 release; it should be ready by now
Tue, 11 Jun 2024 04:24:59 -0400 Paper misc: remove copyrighted app icon
Tue, 11 Jun 2024 04:24:19 -0400 Paper time: don't use time_t!
Sun, 19 May 2024 18:25:14 -0400 Paper pages/anime_list: don't call GUI functions in a non-GUI thread
Sun, 19 May 2024 17:48:52 -0400 Paper cleanup: remove extraneous executable flags
Sun, 19 May 2024 15:56:20 -0400 Paper core/time: remove Duration class, use regular functions instead
Mon, 13 May 2024 17:02:35 -0400 Paper *: add very early season searcher
Mon, 13 May 2024 15:19:55 -0400 Paper dep/animone: remove old OS X files from makefile
Mon, 13 May 2024 15:18:20 -0400 Paper docs: clean up documentation
Mon, 13 May 2024 15:04:51 -0400 Paper *: convert all files CRLF -> LF
Mon, 13 May 2024 14:56:37 -0400 Paper CI/windows: attempt to fix the build
Mon, 13 May 2024 14:15:47 -0400 Paper dep/animone: clean up OS X code
Mon, 13 May 2024 03:28:42 -0400 Paper scripts/win32/deploy_build: be more verbose with libs
Mon, 13 May 2024 03:00:10 -0400 Paper CI: new and improved windows build
Mon, 13 May 2024 02:48:39 -0400 Paper scripts/win32: CRLF -> LF
Sun, 12 May 2024 20:24:09 -0400 Paper *: better support on Windows
Sun, 12 May 2024 18:16:08 -0400 Paper *: cleanup uses of QPalette
Sun, 12 May 2024 18:06:44 -0400 Paper INSTALL: update instructions
Sun, 12 May 2024 18:01:16 -0400 Paper dialog/about: add utf8proc
Sun, 12 May 2024 16:31:07 -0400 Paper *: refactor lots of stuff
Wed, 08 May 2024 17:32:28 -0400 Paper autoconf: add checking message for Qt PIC stuff
Wed, 08 May 2024 17:27:13 -0400 Paper autoconf: add a check for some weird Qt PIC requirements
Wed, 08 May 2024 16:47:25 -0400 Paper autoconf: don't need Qt5Svg
Wed, 08 May 2024 16:47:03 -0400 Paper autoconf: we require Qt 5.7
Wed, 08 May 2024 16:44:27 -0400 Paper anime: initial cross-service support
Wed, 08 May 2024 16:43:32 -0400 Paper dep/animone: header cleanup
Wed, 08 May 2024 16:21:05 -0400 Paper anime: refactor title structure to a map
Wed, 08 May 2024 16:20:37 -0400 Paper dep/animone/x11: remove stupid debugging code
Wed, 08 May 2024 15:54:10 -0400 Paper autotools: ax_have_qt sucks, use pkgconf instead
Mon, 06 May 2024 17:44:16 -0400 Paper anime_season: forgot these
Mon, 06 May 2024 17:23:30 -0400 Paper chore: merge
Fri, 19 Apr 2024 13:24:06 -0400 Paper *: clean up enums
Mon, 22 Apr 2024 19:11:31 -0400 Paper dep/animone: x11: remove debugging comment
Mon, 22 Apr 2024 19:11:06 -0400 Paper dep/animone: x11: correctly check for connection failure
Mon, 22 Apr 2024 19:10:28 -0400 Paper ini: simplify INI code, use templates less
Thu, 18 Apr 2024 19:23:31 -0400 Paper osx: don't dereference NULL pointers
Thu, 18 Apr 2024 17:24:42 -0400 Paper anime_list.cc: use mutexes so we don't sex the stack
Thu, 18 Apr 2024 16:53:17 -0400 Paper *: various code safety changes
Thu, 18 Apr 2024 16:51:35 -0400 Paper dep/animone: get macOS side building
Sun, 14 Apr 2024 22:28:50 -0400 Paper dep/animone: make OS X code build
Fri, 12 Apr 2024 19:13:50 -0400 Paper dep/animone: filter open files by access mode
Fri, 12 Apr 2024 05:23:45 -0400 Paper chore: merge
Fri, 12 Apr 2024 05:21:45 -0400 Paper dep/animone: make osx code a bit less hacky
Thu, 11 Apr 2024 23:39:18 -0400 Paper win32: make builds work again
Thu, 11 Apr 2024 22:05:41 -0400 Paper dep/animone: make bsd.cc and x11.cc actually work
Thu, 11 Apr 2024 10:22:05 -0400 Paper *: add missing utf8proc files
Thu, 11 Apr 2024 10:15:57 -0400 Paper *: improve multiple things
Wed, 03 Apr 2024 20:46:40 -0400 Paper pages/seasons: finish season menu implementation
Wed, 03 Apr 2024 20:26:03 -0400 Paper automake: update osx header files
Wed, 03 Apr 2024 20:04:28 -0400 Paper include: make header guards more sane