<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/minori/</link>
    <language>en-us</language>

    <title>minori: dep/animone/configure.ac history</title>
    <description>dep/animone/configure.ac revision history</description>
    <item>
    <title>dep/animone: fix tons of issues</title>
    <link>https://hg.paper.us.eu.org/minori/log/adb79bdde329/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: fix tons of issues<br/>
<br/>
for example, the window ID stuff was just... completely wrong. since we're<br/>
supporting multiple different window systems, it *has* to be a union rather<br/>
than just a single integer type. HWND is also not a DWORD, it's a pointer(!),<br/>
so now it's stored as a std::uintptr_t.<br/>
<br/>
(this probably breaks things)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 20 Jun 2024 03:03:05 -0400</pubDate>
</item>
<item>
    <title>dep/animone: separate *BSD into separate files</title>
    <link>https://hg.paper.us.eu.org/minori/log/f63dfa309380/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: separate *BSD into separate files<br/>
<br/>
they are wholly different operating systems with very different<br/>
kernels on the inside]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 19 Jun 2024 13:06:10 -0400</pubDate>
</item>
<item>
    <title>dep/animone: REFACTOR ALL THE THINGS</title>
    <link>https://hg.paper.us.eu.org/minori/log/a7d4e5107531/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: REFACTOR ALL THE THINGS<br/>
<br/>
1: animone now has its own syntax divergent from anisthesia,<br/>
   making different platforms actually have their own sections<br/>
2: process names in animone are now called `comm' (this will<br/>
   probably break things). this is what its called in bsd/linux<br/>
   so I'm just going to use it everywhere<br/>
3: the X11 code now checks for the existence of a UTF-8 window title<br/>
   and passes it if available<br/>
4: ANYTHING THATS NOT LINUX IS 100% UNTESTED AND CAN AND WILL BREAK!<br/>
<br/>
I still actually need to test the bsd code. to be honest I'm probably<br/>
going to move all of the bsds into separate files because they're<br/>
all essentially different operating systems at this point]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 19 Jun 2024 12:51:15 -0400</pubDate>
</item>
<item>
    <title>dep/animone: prepare for v1.0 release; it should be ready by now</title>
    <link>https://hg.paper.us.eu.org/minori/log/a4257370de16/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: prepare for v1.0 release; it should be ready by now]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 11 Jun 2024 04:38:51 -0400</pubDate>
</item>
<item>
    <title>dep/animone: filter open files by access mode</title>
    <link>https://hg.paper.us.eu.org/minori/log/0718f538c5f9/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: filter open files by access mode]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 12 Apr 2024 19:13:50 -0400</pubDate>
</item>
<item>
    <title>dep/animone: make bsd.cc and x11.cc actually work</title>
    <link>https://hg.paper.us.eu.org/minori/log/1a6a5d3a94cd/dep/animone/configure.ac</link>
    <description><![CDATA[dep/animone: make bsd.cc and x11.cc actually work<br/>
<br/>
apparently I broke these, and even now the x11 code *still* doesn't want<br/>
to work correctly (at least on FreeBSD). half of the PID response codes<br/>
are just 0 or the PID for the X server itself... wtf?<br/>
<br/>
maybe dwm just doesn't support the XRes extension, or I'm just stupid.<br/>
i don't know.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 11 Apr 2024 22:05:41 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/dep/animone/configure.ac</link>
    <description><![CDATA[*: HUUUGE changes<br/>
<br/>
animia has been renamed to animone, so instead of thinking of a<br/>
health condition, you think of a beautiful flower :)<br/>
<br/>
I've also edited some of the code for animone, but I have no idea<br/>
if it even works or not because I don't have a mac or windows<br/>
machine lying around. whoops!<br/>
<br/>
... anyway, all of the changes divergent from Anisthesia are now<br/>
licensed under BSD. it's possible that I could even rewrite most<br/>
of the code to where I don't even have to keep the MIT license,<br/>
but that's thinking too far into the future<br/>
<br/>
I've been slacking off on implementing the anime seasons page,<br/>
mostly out of laziness. I think I'd have to create another db file<br/>
specifically for the seasons<br/>
<br/>
anyway, this code is being pushed *primarily* because the hard drive<br/>
it's on is failing! yay :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 01 Apr 2024 02:43:44 -0400</pubDate>
</item>

  </channel>
</rss>
