log

age author description
15 months ago Paper *: transfer back to cmake from autotools
15 months ago Paper dep/animone: fix tons of issues
15 months ago Paper dep/animone: a11y/win32: fix missing ComInterface definition
15 months ago Paper dep/animone: add experimental accessibility strategy
15 months ago Paper dialog/about: add licenses button
15 months ago Paper dep/animone: separate *BSD into separate files
15 months ago Paper dep/animone: REFACTOR ALL THE THINGS
15 months ago Paper dep/animone: fix undefined behavior, get correct length value
15 months ago Paper kitsu: remove unused constants, fix token expiration calculation
15 months ago Paper services: use fmt for setting the status bar
15 months ago Paper translate/anime: use fmt for translating anime seasons
15 months ago Paper dialog/about: fix displaying of my email address
15 months ago Paper CI: update for new repository URL
15 months ago Paper dialog/about: templateize
15 months ago Paper dep/fmt: add dependency
15 months ago Paper library: convert to class + database
15 months ago Paper anime: refactor Anime::SeriesSeason to Season class
15 months ago Paper anime/db: refactor anime_season_db out
15 months ago Paper pages/seasons: run seasons search in a separate thread
15 months ago Paper anime: add completed date member
15 months ago Paper services/anilist: refactor HTTP requests...
15 months ago Paper core/strings: add Strings::Translate function as tr() -> ToUtf8String
15 months ago Paper services/anilist: fix getting producers
15 months ago Paper services/kitsu: ACTUALLY finish GetAnimeList
15 months ago Paper services/kitsu: implement GetAnimeList()
15 months ago Paper config: use TOML instead of INI
15 months ago Paper services: VERY initial Kitsu support
15 months ago Paper settings: clean up code
15 months ago Paper session: allow printing status messages
15 months ago Paper README: remove mention of nonexistant /docs directory
15 months ago Paper ...
15 months ago Paper locale: remove old unfinished and probably bad spanish translation
15 months ago Paper linux: add required blank svg icon (???)
16 months ago Paper dep/animone: prepare for v1.0 release; it should be ready by now
16 months ago Paper misc: remove copyrighted app icon
16 months ago Paper time: don't use time_t!
16 months ago Paper pages/anime_list: don't call GUI functions in a non-GUI thread
16 months ago Paper cleanup: remove extraneous executable flags
16 months ago Paper core/time: remove Duration class, use regular functions instead
16 months ago Paper *: add very early season searcher
16 months ago Paper dep/animone: remove old OS X files from makefile
16 months ago Paper docs: clean up documentation
16 months ago Paper *: convert all files CRLF -> LF
16 months ago Paper CI/windows: attempt to fix the build
16 months ago Paper dep/animone: clean up OS X code
16 months ago Paper scripts/win32/deploy_build: be more verbose with libs
16 months ago Paper CI: new and improved windows build
16 months ago Paper scripts/win32: CRLF -> LF
16 months ago Paper *: better support on Windows
16 months ago Paper *: cleanup uses of QPalette
16 months ago Paper INSTALL: update instructions
16 months ago Paper dialog/about: add utf8proc
16 months ago Paper *: refactor lots of stuff
17 months ago Paper autoconf: add checking message for Qt PIC stuff
17 months ago Paper autoconf: add a check for some weird Qt PIC requirements
17 months ago Paper autoconf: don't need Qt5Svg
17 months ago Paper autoconf: we require Qt 5.7
17 months ago Paper anime: initial cross-service support
17 months ago Paper dep/animone: header cleanup
17 months ago Paper anime: refactor title structure to a map
17 months ago Paper dep/animone/x11: remove stupid debugging code
17 months ago Paper autotools: ax_have_qt sucks, use pkgconf instead
17 months ago Paper anime_season: forgot these
17 months ago Paper chore: merge
17 months ago Paper *: clean up enums
17 months ago Paper dep/animone: x11: remove debugging comment
17 months ago Paper dep/animone: x11: correctly check for connection failure
17 months ago Paper ini: simplify INI code, use templates less
17 months ago Paper osx: don't dereference NULL pointers
17 months ago Paper anime_list.cc: use mutexes so we don't sex the stack
17 months ago Paper *: various code safety changes
17 months ago Paper dep/animone: get macOS side building
17 months ago Paper dep/animone: make OS X code build
17 months ago Paper dep/animone: filter open files by access mode
18 months ago Paper chore: merge
18 months ago Paper dep/animone: make osx code a bit less hacky
18 months ago Paper win32: make builds work again
18 months ago Paper dep/animone: make bsd.cc and x11.cc actually work
18 months ago Paper *: add missing utf8proc files
18 months ago Paper *: improve multiple things
18 months ago Paper pages/seasons: finish season menu implementation
18 months ago Paper automake: update osx header files
18 months ago Paper include: make header guards more sane
18 months ago Paper pages/seasons: add initial functionality
18 months ago Paper widgets/graph: improve drawing code
18 months ago Paper *: HUUUGE changes
19 months ago Paper scripts: Bourne shell compatibility
20 months ago Paper *: add missing binary data
20 months ago Paper *: whatever
20 months ago Paper [UNFINISHED] *: update anime button
20 months ago Paper *: ooooh! stupid big commit!
20 months ago Paper *: resolve make distcheck failures
20 months ago Paper *: remove stupid windows build
20 months ago Paper *: many many changes
20 months ago Paper *: merge
20 months ago Paper cmake: remove cmake
20 months ago Paper autotools/windres: use AC_PROG_SED for sed
20 months ago Paper CI: add experimental windows build
20 months ago Paper hgignore: don't ignore .app files
20 months ago Paper scripts: convert to use posix shell
20 months ago Paper autotools: add `-mwindows` and windows deploy script
20 months ago Paper autotools: make windows build work
20 months ago Paper *: reorganize resources, +docs, build translations with autotools
20 months ago Paper m4: use different method for CXXFLAGS
20 months ago Paper configure: check pkg-config for qt
20 months ago Paper CI/linux: install glib
20 months ago Paper *: make OS X builds succeed
20 months ago Paper HUGE UPDATE: convert build system to autotools
20 months ago Paper dep/animia: x11: finalize xcb conversion
20 months ago Paper dep/animia: convert xlib code to xcb
20 months ago Paper dep/animia: fix proc readlink
20 months ago Paper theme: add OS detection with glib
20 months ago Paper chore: merge divergent branches
20 months ago Paper torrents: implement download button
21 months ago Paper theme: force Fusion style on platforms other than Win32 or OS X
21 months ago Paper config: remove unused username parameter from anilist auth
21 months ago Paper library: do explicit conversion from fs::path to std::string
21 months ago Paper settings: add library page
21 months ago Paper chore: update translations
21 months ago Paper about: don't abuse QCoreApplication:tr
21 months ago Paper library: implement menu bar buttons
21 months ago Paper *: move to semver, remove old macos build, add library files
21 months ago Paper library: add initial library stuff
21 months ago Paper core/json: fix from_json
21 months ago Paper dep/animia: wayland: fixup wlroots code
21 months ago Paper strings: include cstdint
21 months ago Paper dep/animia: add missing wayland files
21 months ago Paper dep/animia: win/wayland: add UNTESTED support for wlroots protocols
21 months ago Paper dep/animia: fd/proc: use std::filesystem, etc. changes
21 months ago Paper dep/animia: win/x11: simplify getting strings
21 months ago Paper dep/animia: win/x11: find toplevels WAY faster
21 months ago Paper chore: merge branches
21 months ago Paper strings: use templates for ToInt, std::to_string -> Strings::ToUtf8String
21 months ago Paper CI/macos: xz -> xz-utils
21 months ago Paper CI/macos: add osxcross dependencies
21 months ago Paper CI/macos: download macosx 10.9 sdk
21 months ago Paper CI/macos: initial macos CI, CI/windows: fix 64-bit build?
21 months ago Paper CI/windows: fix wine32 warnings, use separate wine prefixes
21 months ago Paper CI/windows: don't have clashing build directories
21 months ago Paper CI/windows: fix typos in path names
21 months ago Paper ci: combine windows build scripts
21 months ago Paper animia: re-add kvm fd source
22 months ago paper dep/animia: finish kvm backend
21 months ago Paper ci/linux: grab wayland headers to bundle in the AppImage
21 months ago Paper dep/animia: initial Wayland support, drop non-working kvm fd plugin
21 months ago Paper dep/animia: switch from using classes to global functions
22 months ago Paper *: misc. patches
22 months ago Paper date: use std::optional for values
22 months ago Paper locale: only attempt loading locales after QApplication is init'd
22 months ago Paper sys/osx: remove all objective-c++ stuff
22 months ago Paper dep/animia: cmake: check for the objc runtime library
22 months ago Paper dep/animia/quartz: GetWindowBundleIdentifier -> GetProcessBundleIdentifier
22 months ago Paper animia: multiple stylistic choices
22 months ago Paper dep/animia: finalize de-objc-ifying quartz
22 months ago Paper *: etc. code cleanup
22 months ago Paper time: static assert time_t
22 months ago Paper *: multiple performance improvements
22 months ago Paper anime: no unnecessary conversion to floating point
22 months ago Paper anime list: add support for different score formats
22 months ago Paper anime: etc. comments and changes
22 months ago Paper pages/torrents.cc: parse feed descriptions separately
22 months ago Paper dep/animia: various stylistic changes
22 months ago Paper dep/animia/fd/proc: use constexpr std::string_view for proc location
22 months ago Paper deps/animia/fd/proc: patch for new filename getter
22 months ago Paper osx: clean up includes, we do not need cocoa
22 months ago Paper win32/dark: use existing STL classes for dwmapi
22 months ago Paper anime/db: upgrade to c++17 style, make things easier to read
22 months ago Paper anime/db: finalize anime db cache
22 months ago Paper dep/json: update to v3.11.3
22 months ago Paper anime/db: add some more json functionality, still doesn't compile :/
22 months ago Paper WILL NOT COMPILE: sample export ability for anime db
22 months ago Paper graph, statistics: make my code a little less messy
22 months ago Paper graph: improve? drawing the text
22 months ago Paper window: make threading somewhat sane
22 months ago Paper dep/animia: add libkvm method (UNTESTED)
22 months ago paper window: improve performance when getting running files
22 months ago paper dep/animia: make x11 window walking actually work
22 months ago paper dep/animia: add libutil method
22 months ago Paper dep/animia/osx: that's not how std::string works
22 months ago Paper fd/linux: avoid reading buffers multiple times
22 months ago Paper dep/animia/osx: move GetProcessName to util/osx so we can use it in quartz
22 months ago Paper dep/animia: add os x launchservices method
22 months ago Paper junk: clunky merge commit
22 months ago Paper dep/animia: fd/xnu: use path args to get executable filename
22 months ago Paper builds/linux: install xorg dev headers and pkg-config
22 months ago Paper dep/animia: fix most X11 stuff
22 months ago Paper x11: make it work
22 months ago Paper dep/animia: add VERY early x11 window stuff
22 months ago Paper dep/animia: add quartz backend for windows
22 months ago Paper dep/animia: fix XnuFdTools
22 months ago Paper *: make win stuff actually work, rename bsd.cc to xnu.cc
22 months ago Paper dep/animia: awesome new breaking changes!
22 months ago Paper last commit part 2: struct init with {} is valid syntax, actually
22 months ago Paper *: avoid usage of std::[pair,tuple]
22 months ago Paper players: filter out web browsers, they aren't even supported in animia yet
22 months ago Paper dep/animia: use std::pair instead of std::tuple
22 months ago Paper track: use a bit of a more sane way to manage recognition
23 months ago Paper dep/animia: move fd stuff to a new fd.cc, don't force the user
23 months ago Paper linux: fix stupid bug caused by... me?
23 months ago Paper dep/animia: fix many bugs in the linux code
23 months ago Paper dep/animia: don't forget to include this stuff
23 months ago Paper *: add missing STL includes
23 months ago Paper linux: stop the preprocessor from mangling our definitions
23 months ago Paper dep/animia: remove superfluous includes
23 months ago Paper dep/animia: separate lots of things, use base class for OS stuff
23 months ago Paper dep/animia: huge refactor (again...)
23 months ago Paper dep/animia: [WIP] huge refactor
23 months ago Paper ini: fix bool getters to provide default vals for bools and ints
23 months ago Paper filesystem: move to using std::filesystem after C++17 switch
23 months ago Paper settings/recognition: implement real media player stuff
23 months ago Paper builds: fix win32 build
23 months ago Paper builds/linux: add missing `file` dependency
23 months ago Paper builds/win32: install wine32
23 months ago Paper builds/linux: fix path for libpugixml.so
23 months ago Paper builds/linux: appimage requires FUSE
23 months ago Paper cmake: set CXX_STANDARD to 17
23 months ago Paper builds: qttools5-dev-tools -> qttools5-dev
23 months ago Paper builds: xz -> xz-utils, ncurses -> ncurses-bin
23 months ago Paper builds: use debian instead of alpine
23 months ago Paper linux: add material for creating appimages, upload artifacts after CI build
23 months ago Paper deps/pugixml: update to v1.14.0
23 months ago Paper strings: convert ToInt() to be a template
23 months ago Paper ini: remove unused ini.cc file
23 months ago Paper config: template-ify INI
23 months ago Paper settings: add a very early recognition tab for configuring players and extensions
23 months ago Paper *: another huge megacommit, SORRY
23 months ago Paper pages/torrents: work around conversion error on Linux
23 months ago Paper settings: add torrents page, make rss feed configurable
23 months ago Paper window: patch for Qt 5
23 months ago Paper *: add initial torrent stuff
23 months ago Paper window: remove tiny little debug thing
23 months ago Paper locale: allow switching locales without restarting
23 months ago Paper builds: add missing qt-tools dependency
23 months ago Paper cmake: fix what I tried to do in the last commit
23 months ago Paper *: add translation files and locale files
23 months ago Paper *: huge commit
23 months ago Paper themes/dark: make QMenuBar and QMenu look better
23 months ago Paper *: #if -> #ifdef, remove outdated comments in sys/win32/dark_theme.cc
23 months ago Paper theme: add dark stylesheet, make it actually usable
23 months ago Paper about: switch to using HTML
23 months ago Paper resources: add icons
23 months ago Paper *: big patch
23 months ago Paper *: multitude of config changes
23 months ago Paper track/constants: add many more video formats
23 months ago Paper strings: clarify on some functions and make some of them miniscule
23 months ago Paper strings: parse HTML entities when reading synopsis, make the
23 months ago Paper animia/unix: fix a bunch of stuff that breaks OS X things
23 months ago Paper statistics: forward declare Graph
23 months ago Paper include: set classes as final where appropriate
23 months ago Paper *: etc changes to graph stuff
23 months ago Paper statistics: add graph!
23 months ago Paper pages/now_playing: fix invalid catch
23 months ago Paper *: oops
23 months ago Paper config: improve handling of vars
23 months ago Paper dialog/info: make some stuff more sane
23 months ago Paper dialog/information.cc: fix QGridLayout :)
23 months ago Paper information: use QGridLayout please...
23 months ago Paper *: various macos fixes
23 months ago Paper *: cleanup includes
23 months ago Paper dep/animia: update from upstream
23 months ago Paper *: huuuge update
23 months ago Paper *: fix old stuff, make video players and extensions constants
23 months ago Paper boring: mass rename to cc
24 months ago Paper [UNFINISHED]: stuff
24 months ago Paper *: what did I do again?
24 months ago Paper dep/animia: update to upstream
24 months ago Paper *: update
2023-10-04 Paper *: format source code
2023-10-04 Paper *: refactor some stuff
2023-10-03 Paper fix regressions on macOS
2023-10-03 Paper ...: merge heads
2023-10-03 Paper dep/anitomy: add CXX_STANDARD to CMakeLists.txt
2023-10-03 Paper sidebar: fix regression caused by SetBackgroundColor()
2023-10-03 Paper services/anilist: remove unordered_map usage for enum classes
2023-10-03 Paper *: fix up some stuff
2023-10-03 Paper *: normalize usage of layouts
2023-10-02 Paper poster: make posters link to AniList
2023-10-02 Paper posters: add poster widget...
2023-10-02 Paper *: avoid usage of (to|from)StdString
2023-10-02 Paper *: update
2023-10-01 Paper *: fix many clang warnings
2023-10-01 Paper *: update
2023-09-29 Paper core/fs: finish class-ification of paths
2023-09-29 Paper filesystem: WIP class-ification of paths
2023-09-28 Paper filesystem: add basename and stem functions
2023-09-28 Paper sidebar: link view menu and sidebar together
2023-09-28 Paper *: merge
2023-09-28 Paper deps: add animia for open files detection
2023-09-26 Paper add xml lib, we will need to use it eventually
2023-09-26 Paper add stub pages (to be implemented)
2023-09-26 Paper ci: remove OS X build, it doesn't work and it's a pain in the ass
2023-09-26 Paper anime list: we are finally read-write
2023-09-26 Paper window: add about window,
2023-09-25 Paper text.cpp: set paragraph width from document, labelled texts are now...
2023-09-25 Paper paragraph: fix size hint
2023-09-25 Paper statistics.cpp: show requests made
2023-09-25 Paper information.cpp: add widgets to the list tab, and add an
2023-09-23 Paper *: update...
2023-09-22 Paper filesystem: split config path into dotpath and config, add anime db path
2023-09-22 Paper filesystem: fix CreateDirectories function
2023-09-22 Paper ci/osx: Use the actually supported Ubuntu image
2023-09-22 Paper ci/osx: update Darling
2023-09-22 Paper ci/osx: revert debian back to oldstable (bullseye)
2023-09-22 Paper ci/osx: use apt to install deb file
2023-09-22 Paper ci/osx: darling is different from wine
2023-09-22 Paper ci/osx: take a different approach
2023-09-21 Paper window.cpp: fix sidebar on Linux
2023-09-21 Paper *: mass update
2023-09-21 Paper ci/osx: use debian instead of alpine
2023-09-20 Paper ci/osx: attempt #2 at making this work
2023-09-20 Paper ci: fix URL on OS X build
2023-09-20 Paper ci: add experimental OS X build
2023-09-20 Paper ci: add win64 build
2023-09-20 Paper ci/win32: fix echo-ing to binfmt
2023-09-20 Paper ci/win32: Fix permissions
2023-09-20 Paper ci/win32: create binfmt_misc status file
2023-09-20 Paper ci/win32: install native cmake
2023-09-20 Paper ci/win32: fix quasi-msys2 path
2023-09-20 Paper ci/win32: fix stupid missing double quote
2023-09-20 Paper ci/win32: install xz
2023-09-20 Paper ci: use "dev" versions of packages where applicable
2023-09-20 Paper ci: switch image from arch to alpine
2023-09-20 Paper ci: add win32 build file
2023-09-20 Paper *: redefine ARRAYSIZE on platforms that don't include it
2023-09-20 Paper anime_list.cpp: fix build failures on linux
2023-09-20 Paper *nix: add missing header file for stat
2023-09-20 Paper cmake: only enable OBJCXX on OS X
2023-09-20 Paper CI: add linux build, untested
2023-09-20 Paper *: update, megacommit :)
2023-09-19 Paper LICENSE: change to BSD 3-clause
2023-09-19 Paper git2hg: convert git files
2023-09-19 Paper cmake: fix for mingw
2023-09-17 Paper *: use C++11 standard
2023-09-16 Paper Update
2023-09-10 Paper INCOMPLETE: megacommit :)
2023-08-26 Paper update
2023-08-25 Paper Update
2023-08-16 Paper Update: add first parts to the settings dialog
2023-08-12 Paper Fix OS X support code
2023-08-12 Paper Set override functions as override
2023-08-12 Paper Fix many warnings
2023-08-12 Paper Update
2023-08-08 Paper *: initial commit
2023-08-08 Paper Initial commit