Sun, 19 Nov 2023 05:32:06 -0500 |
paper |
dep/animia: make x11 window walking actually work
|
Sun, 19 Nov 2023 04:21:56 -0500 |
paper |
dep/animia: add libutil method
|
Sat, 18 Nov 2023 01:12:02 -0500 |
Paper |
dep/animia/osx: that's not how std::string works
|
Sat, 18 Nov 2023 00:54:29 -0500 |
Paper |
fd/linux: avoid reading buffers multiple times
|
Sat, 18 Nov 2023 00:47:40 -0500 |
Paper |
dep/animia/osx: move GetProcessName to util/osx so we can use it in quartz
|
Fri, 17 Nov 2023 16:49:57 -0500 |
Paper |
dep/animia: add os x launchservices method
|
Fri, 17 Nov 2023 13:09:20 -0500 |
Paper |
junk: clunky merge commit
|
Fri, 17 Nov 2023 12:37:31 -0500 |
Paper |
dep/animia: fd/xnu: use path args to get executable filename
|
Fri, 17 Nov 2023 02:12:19 -0500 |
Paper |
builds/linux: install xorg dev headers and pkg-config
|
Fri, 17 Nov 2023 02:07:33 -0500 |
Paper |
dep/animia: fix most X11 stuff
|
Thu, 16 Nov 2023 16:51:34 -0500 |
Paper |
x11: make it work
|
Wed, 15 Nov 2023 18:04:04 -0500 |
Paper |
dep/animia: add VERY early x11 window stuff
|
Wed, 15 Nov 2023 15:24:39 -0500 |
Paper |
dep/animia: add quartz backend for windows
|
Wed, 15 Nov 2023 14:14:17 -0500 |
Paper |
dep/animia: fix XnuFdTools
|
Wed, 15 Nov 2023 13:28:18 -0500 |
Paper |
*: make win stuff actually work, rename bsd.cc to xnu.cc
|
Wed, 15 Nov 2023 02:34:59 -0500 |
Paper |
dep/animia: awesome new breaking changes!
|
Tue, 14 Nov 2023 16:31:21 -0500 |
Paper |
last commit part 2: struct init with {} is valid syntax, actually
|
Tue, 14 Nov 2023 16:27:33 -0500 |
Paper |
*: avoid usage of std::[pair,tuple]
|
Tue, 14 Nov 2023 13:40:11 -0500 |
Paper |
players: filter out web browsers, they aren't even supported in animia yet
|
Tue, 14 Nov 2023 13:27:13 -0500 |
Paper |
dep/animia: use std::pair instead of std::tuple
|
Tue, 14 Nov 2023 13:19:40 -0500 |
Paper |
track: use a bit of a more sane way to manage recognition
|
Mon, 13 Nov 2023 13:52:58 -0500 |
Paper |
dep/animia: move fd stuff to a new fd.cc, don't force the user
|
Sun, 12 Nov 2023 18:38:38 -0500 |
Paper |
linux: fix stupid bug caused by... me?
|
Sun, 12 Nov 2023 18:35:49 -0500 |
Paper |
dep/animia: fix many bugs in the linux code
|
Sun, 12 Nov 2023 18:28:04 -0500 |
Paper |
dep/animia: don't forget to include this stuff
|
Sun, 12 Nov 2023 18:23:26 -0500 |
Paper |
*: add missing STL includes
|
Sun, 12 Nov 2023 17:12:09 -0500 |
Paper |
linux: stop the preprocessor from mangling our definitions
|
Sun, 12 Nov 2023 16:54:58 -0500 |
Paper |
dep/animia: remove superfluous includes
|
Sun, 12 Nov 2023 16:43:07 -0500 |
Paper |
dep/animia: separate lots of things, use base class for OS stuff
|
Sun, 12 Nov 2023 04:53:19 -0500 |
Paper |
dep/animia: huge refactor (again...)
|
Fri, 10 Nov 2023 13:52:47 -0500 |
Paper |
dep/animia: [WIP] huge refactor
|
Fri, 10 Nov 2023 10:07:01 -0500 |
Paper |
ini: fix bool getters to provide default vals for bools and ints
|
Thu, 09 Nov 2023 18:01:56 -0500 |
Paper |
filesystem: move to using std::filesystem after C++17 switch
|
Thu, 09 Nov 2023 13:53:04 -0500 |
Paper |
settings/recognition: implement real media player stuff
|
Thu, 09 Nov 2023 11:45:38 -0500 |
Paper |
builds: fix win32 build
|
Thu, 09 Nov 2023 02:47:03 -0500 |
Paper |
builds/linux: add missing `file` dependency
|
Thu, 09 Nov 2023 02:43:40 -0500 |
Paper |
builds/win32: install wine32
|
Thu, 09 Nov 2023 02:39:21 -0500 |
Paper |
builds/linux: fix path for libpugixml.so
|
Thu, 09 Nov 2023 02:33:38 -0500 |
Paper |
builds/linux: appimage requires FUSE
|
Thu, 09 Nov 2023 02:28:22 -0500 |
Paper |
cmake: set CXX_STANDARD to 17
|
Thu, 09 Nov 2023 01:20:29 -0500 |
Paper |
builds: qttools5-dev-tools -> qttools5-dev
|
Thu, 09 Nov 2023 01:19:01 -0500 |
Paper |
builds: xz -> xz-utils, ncurses -> ncurses-bin
|
Thu, 09 Nov 2023 01:15:49 -0500 |
Paper |
builds: use debian instead of alpine
|
Thu, 09 Nov 2023 00:57:05 -0500 |
Paper |
linux: add material for creating appimages, upload artifacts after CI build
|
Wed, 08 Nov 2023 21:40:02 -0500 |
Paper |
deps/pugixml: update to v1.14.0
|
Wed, 08 Nov 2023 21:36:09 -0500 |
Paper |
strings: convert ToInt() to be a template
|
Wed, 08 Nov 2023 18:13:56 -0500 |
Paper |
ini: remove unused ini.cc file
|
Wed, 08 Nov 2023 18:13:37 -0500 |
Paper |
config: template-ify INI
|
Wed, 08 Nov 2023 13:50:00 -0500 |
Paper |
settings: add a very early recognition tab for configuring players and extensions
|
Tue, 07 Nov 2023 23:40:54 -0500 |
Paper |
*: another huge megacommit, SORRY
|
Tue, 07 Nov 2023 16:06:17 -0500 |
Paper |
pages/torrents: work around conversion error on Linux
|
Tue, 07 Nov 2023 13:52:13 -0500 |
Paper |
settings: add torrents page, make rss feed configurable
|
Tue, 07 Nov 2023 12:04:51 -0500 |
Paper |
window: patch for Qt 5
|
Tue, 07 Nov 2023 08:03:42 -0500 |
Paper |
*: add initial torrent stuff
|
Mon, 06 Nov 2023 13:48:11 -0500 |
Paper |
window: remove tiny little debug thing
|
Mon, 06 Nov 2023 13:41:30 -0500 |
Paper |
locale: allow switching locales without restarting
|
Mon, 06 Nov 2023 02:03:55 -0500 |
Paper |
builds: add missing qt-tools dependency
|
Mon, 06 Nov 2023 01:58:57 -0500 |
Paper |
cmake: fix what I tried to do in the last commit
|
Mon, 06 Nov 2023 01:51:44 -0500 |
Paper |
*: add translation files and locale files
|
Sun, 05 Nov 2023 23:31:49 -0500 |
Paper |
*: huge commit
|