<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/niri.git/src/render_helpers, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/'/>
<entry>
<title>render_helpers: Add GradientFadeTexture</title>
<updated>2025-11-16T19:36:01+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-11-16T08:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=b774fc1bafd3f9c612ad117986510f8710fd7cc6'/>
<id>b774fc1bafd3f9c612ad117986510f8710fd7cc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Smithay and fix two unused upscale() calls</title>
<updated>2025-08-19T16:08:53+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-08-19T16:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=f9ea905987b9a97ecf506df153fedf28d74b1bd5'/>
<id>f9ea905987b9a97ecf506df153fedf28d74b1bd5</id>
<content type='text'>
Uh oh. I can't come up with an easy way to test these, so let's just hope that
before they were broken and now they work fine?..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uh oh. I can't come up with an easy way to test these, so let's just hope that
before they were broken and now they work fine?..
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix new lifetime warnings</title>
<updated>2025-08-11T06:39:28+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-08-11T06:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=0044578681cee50fd7ad49fcb8d1e2ea53d85fe4'/>
<id>0044578681cee50fd7ad49fcb8d1e2ea53d85fe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix new Clippy warnings</title>
<updated>2025-07-13T09:54:03+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-07-13T09:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=dfb368318755a902bad97db69a54c25cd6140b72'/>
<id>dfb368318755a902bad97db69a54c25cd6140b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos (#1822)</title>
<updated>2025-06-18T05:49:47+00:00</updated>
<author>
<name>Baily</name>
<email>blitheshuo@gmail.com</email>
</author>
<published>2025-06-18T05:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=ed14e8da8476d5fde27b14d1dde03256a2f6e11b'/>
<id>ed14e8da8476d5fde27b14d1dde03256a2f6e11b</id>
<content type='text'>
* Fix: Correct typo in xwayland module and update documentation

This commit includes several improvements:

1.  **Code Fix (clippy):**
    - I corrected a typo in `src/utils/xwayland/mod.rs` from `OFlags::WRONGLY` to `OFlags::WRONLY`. This was identified by `clippy` during the build process.

2.  **Documentation Updates:**
    - **README.md**:
        - I clarified the sentence about finding help in the Matrix channel to be more inviting for new users.
        - I corrected a future date typo in the Media section for an interview (June 2025 to June 2024).
    - **wiki/Getting-Started.md**:
        - I changed the Russian month "мая" to "May" in an example output for better international readability.
        - I improved keybinding notation for monitor focus/move keys (e.g., Mod+Shift+H / J / K / L) to avoid ambiguity.
        - I updated `apt-get` to `apt` in Ubuntu dependency installation commands for modern practice.

No new typos were found by `typos-cli` in this pass.

* Revert README&amp;GS.md to previous version

* Apply rustfmt

---------

Co-authored-by: google-labs-jules[bot] &lt;161369871+google-labs-jules[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix: Correct typo in xwayland module and update documentation

This commit includes several improvements:

1.  **Code Fix (clippy):**
    - I corrected a typo in `src/utils/xwayland/mod.rs` from `OFlags::WRONGLY` to `OFlags::WRONLY`. This was identified by `clippy` during the build process.

2.  **Documentation Updates:**
    - **README.md**:
        - I clarified the sentence about finding help in the Matrix channel to be more inviting for new users.
        - I corrected a future date typo in the Media section for an interview (June 2025 to June 2024).
    - **wiki/Getting-Started.md**:
        - I changed the Russian month "мая" to "May" in an example output for better international readability.
        - I improved keybinding notation for monitor focus/move keys (e.g., Mod+Shift+H / J / K / L) to avoid ambiguity.
        - I updated `apt-get` to `apt` in Ubuntu dependency installation commands for modern practice.

No new typos were found by `typos-cli` in this pass.

* Revert README&amp;GS.md to previous version

* Apply rustfmt

---------

Co-authored-by: google-labs-jules[bot] &lt;161369871+google-labs-jules[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with new Clippy warnings</title>
<updated>2025-05-16T19:21:14+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-16T19:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=4f63e13385cae5c2b6abdc931e7daf84fa62661d'/>
<id>4f63e13385cae5c2b6abdc931e7daf84fa62661d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Smithay and others</title>
<updated>2025-04-29T05:53:25+00:00</updated>
<author>
<name>Christian Meissl</name>
<email>meissl.christian@gmail.com</email>
</author>
<published>2025-04-17T11:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=cb857e32e4295822fad39ebf5d9c650f6ead95aa'/>
<id>cb857e32e4295822fad39ebf5d9c650f6ead95aa</id>
<content type='text'>
Presentation subsurface fix, popup unconstrain resize fix, cursor shape fix, refactors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Presentation subsurface fix, popup unconstrain resize fix, cursor shape fix, refactors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Smithay's SolidColor elements with ours</title>
<updated>2025-04-28T06:05:55+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-04-28T04:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=db09727b183d34675f645b499e8153c822260bfa'/>
<id>db09727b183d34675f645b499e8153c822260bfa</id>
<content type='text'>
Must've forgotten about these back when I replaced others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Must've forgotten about these back when I replaced others.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add with_alpha() to shader and shadow element</title>
<updated>2025-04-25T09:00:18+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-04-17T08:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=5059cce886d83b079e2423e3dcc57ad51b982d7b'/>
<id>5059cce886d83b079e2423e3dcc57ad51b982d7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out "chore: update smithay"</title>
<updated>2025-04-16T04:46:10+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-04-16T04:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=f1cca1a6ca0fb176e7681c5212ecd9f34678bdec'/>
<id>f1cca1a6ca0fb176e7681c5212ecd9f34678bdec</id>
<content type='text'>
This backs out commit 763cd564e32932e5f05b983c93328300f396216b.

There are graphical glitches and a panic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backs out commit 763cd564e32932e5f05b983c93328300f396216b.

There are graphical glitches and a panic.
</pre>
</div>
</content>
</entry>
</feed>
