log

age author description
23 months ago Paper chore: merge branches
23 months ago Paper strings: use templates for ToInt, std::to_string -> Strings::ToUtf8String
23 months ago Paper CI/macos: xz -> xz-utils
23 months ago Paper CI/macos: add osxcross dependencies
23 months ago Paper CI/macos: download macosx 10.9 sdk
23 months ago Paper CI/macos: initial macos CI, CI/windows: fix 64-bit build?
23 months ago Paper CI/windows: fix wine32 warnings, use separate wine prefixes
23 months ago Paper CI/windows: don't have clashing build directories
23 months ago Paper CI/windows: fix typos in path names
23 months ago Paper ci: combine windows build scripts
23 months ago Paper animia: re-add kvm fd source
2023-11-20 paper dep/animia: finish kvm backend
23 months ago Paper ci/linux: grab wayland headers to bundle in the AppImage
23 months ago Paper dep/animia: initial Wayland support, drop non-working kvm fd plugin
23 months ago Paper dep/animia: switch from using classes to global functions
24 months ago Paper *: misc. patches
24 months ago Paper date: use std::optional for values
24 months ago Paper locale: only attempt loading locales after QApplication is init'd
24 months ago Paper sys/osx: remove all objective-c++ stuff
24 months ago Paper dep/animia: cmake: check for the objc runtime library
24 months ago Paper dep/animia/quartz: GetWindowBundleIdentifier -> GetProcessBundleIdentifier
24 months ago Paper animia: multiple stylistic choices
24 months ago Paper dep/animia: finalize de-objc-ifying quartz
24 months ago Paper *: etc. code cleanup
24 months ago Paper time: static assert time_t
24 months ago Paper *: multiple performance improvements
24 months ago Paper anime: no unnecessary conversion to floating point
24 months ago Paper anime list: add support for different score formats
24 months ago Paper anime: etc. comments and changes
24 months ago Paper pages/torrents.cc: parse feed descriptions separately
24 months ago Paper dep/animia: various stylistic changes
24 months ago Paper dep/animia/fd/proc: use constexpr std::string_view for proc location
24 months ago Paper deps/animia/fd/proc: patch for new filename getter
24 months ago Paper osx: clean up includes, we do not need cocoa
24 months ago Paper win32/dark: use existing STL classes for dwmapi
2023-12-01 Paper anime/db: upgrade to c++17 style, make things easier to read
2023-12-01 Paper anime/db: finalize anime db cache
2023-11-30 Paper dep/json: update to v3.11.3
2023-11-29 Paper anime/db: add some more json functionality, still doesn't compile :/
2023-11-28 Paper WILL NOT COMPILE: sample export ability for anime db
2023-11-28 Paper graph, statistics: make my code a little less messy
2023-11-27 Paper graph: improve? drawing the text
2023-11-21 Paper window: make threading somewhat sane
2023-11-19 Paper dep/animia: add libkvm method (UNTESTED)
2023-11-19 paper window: improve performance when getting running files
2023-11-19 paper dep/animia: make x11 window walking actually work
2023-11-19 paper dep/animia: add libutil method
2023-11-18 Paper dep/animia/osx: that's not how std::string works
2023-11-18 Paper fd/linux: avoid reading buffers multiple times
2023-11-18 Paper dep/animia/osx: move GetProcessName to util/osx so we can use it in quartz
2023-11-17 Paper dep/animia: add os x launchservices method
2023-11-17 Paper junk: clunky merge commit
2023-11-17 Paper dep/animia: fd/xnu: use path args to get executable filename
2023-11-17 Paper builds/linux: install xorg dev headers and pkg-config
2023-11-17 Paper dep/animia: fix most X11 stuff
2023-11-16 Paper x11: make it work
2023-11-15 Paper dep/animia: add VERY early x11 window stuff
2023-11-15 Paper dep/animia: add quartz backend for windows
2023-11-15 Paper dep/animia: fix XnuFdTools
2023-11-15 Paper *: make win stuff actually work, rename bsd.cc to xnu.cc
2023-11-15 Paper dep/animia: awesome new breaking changes!
2023-11-14 Paper last commit part 2: struct init with {} is valid syntax, actually
2023-11-14 Paper *: avoid usage of std::[pair,tuple]
2023-11-14 Paper players: filter out web browsers, they aren't even supported in animia yet
2023-11-14 Paper dep/animia: use std::pair instead of std::tuple
2023-11-14 Paper track: use a bit of a more sane way to manage recognition
2023-11-13 Paper dep/animia: move fd stuff to a new fd.cc, don't force the user
2023-11-12 Paper linux: fix stupid bug caused by... me?
2023-11-12 Paper dep/animia: fix many bugs in the linux code
2023-11-12 Paper dep/animia: don't forget to include this stuff
2023-11-12 Paper *: add missing STL includes
2023-11-12 Paper linux: stop the preprocessor from mangling our definitions
2023-11-12 Paper dep/animia: remove superfluous includes
2023-11-12 Paper dep/animia: separate lots of things, use base class for OS stuff
2023-11-12 Paper dep/animia: huge refactor (again...)
2023-11-10 Paper dep/animia: [WIP] huge refactor
2023-11-10 Paper ini: fix bool getters to provide default vals for bools and ints
2023-11-09 Paper filesystem: move to using std::filesystem after C++17 switch
2023-11-09 Paper settings/recognition: implement real media player stuff
2023-11-09 Paper builds: fix win32 build
2023-11-09 Paper builds/linux: add missing `file` dependency
2023-11-09 Paper builds/win32: install wine32
2023-11-09 Paper builds/linux: fix path for libpugixml.so
2023-11-09 Paper builds/linux: appimage requires FUSE
2023-11-09 Paper cmake: set CXX_STANDARD to 17
2023-11-09 Paper builds: qttools5-dev-tools -> qttools5-dev
2023-11-09 Paper builds: xz -> xz-utils, ncurses -> ncurses-bin
2023-11-09 Paper builds: use debian instead of alpine
2023-11-09 Paper linux: add material for creating appimages, upload artifacts after CI build
2023-11-09 Paper deps/pugixml: update to v1.14.0
2023-11-09 Paper strings: convert ToInt() to be a template
2023-11-08 Paper ini: remove unused ini.cc file
2023-11-08 Paper config: template-ify INI
2023-11-08 Paper settings: add a very early recognition tab for configuring players and extensions
2023-11-08 Paper *: another huge megacommit, SORRY
2023-11-07 Paper pages/torrents: work around conversion error on Linux
2023-11-07 Paper settings: add torrents page, make rss feed configurable
2023-11-07 Paper window: patch for Qt 5
2023-11-07 Paper *: add initial torrent stuff
2023-11-06 Paper window: remove tiny little debug thing
2023-11-06 Paper locale: allow switching locales without restarting
2023-11-06 Paper builds: add missing qt-tools dependency
2023-11-06 Paper cmake: fix what I tried to do in the last commit
2023-11-06 Paper *: add translation files and locale files
2023-11-06 Paper *: huge commit
2023-11-05 Paper themes/dark: make QMenuBar and QMenu look better
2023-11-05 Paper *: #if -> #ifdef, remove outdated comments in sys/win32/dark_theme.cc
2023-11-05 Paper theme: add dark stylesheet, make it actually usable
2023-11-05 Paper about: switch to using HTML
2023-11-04 Paper resources: add icons
2023-11-04 Paper *: big patch
2023-11-03 Paper *: multitude of config changes
2023-11-03 Paper track/constants: add many more video formats
2023-11-03 Paper strings: clarify on some functions and make some of them miniscule
2023-11-02 Paper strings: parse HTML entities when reading synopsis, make the
2023-11-02 Paper animia/unix: fix a bunch of stuff that breaks OS X things
2023-11-01 Paper statistics: forward declare Graph
2023-11-01 Paper include: set classes as final where appropriate
2023-11-01 Paper *: etc changes to graph stuff
2023-11-01 Paper statistics: add graph!
2023-11-01 Paper pages/now_playing: fix invalid catch
2023-11-01 Paper *: oops
2023-11-01 Paper config: improve handling of vars
2023-11-01 Paper dialog/info: make some stuff more sane
2023-10-31 Paper dialog/information.cc: fix QGridLayout :)
2023-10-31 Paper information: use QGridLayout please...
2023-10-31 Paper *: various macos fixes
2023-10-29 Paper *: cleanup includes
2023-10-25 Paper dep/animia: update from upstream
2023-10-25 Paper *: huuuge update
2023-10-23 Paper *: fix old stuff, make video players and extensions constants
2023-10-23 Paper boring: mass rename to cc
2023-10-13 Paper [UNFINISHED]: stuff
2023-10-12 Paper *: what did I do again?
2023-10-11 Paper dep/animia: update to upstream
2023-10-06 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