|
459ccf7d6b
|
print sdl render
|
2024-03-06 01:02:59 +01:00 |
|
|
db54afd180
|
full on qoi
|
2024-03-06 01:02:59 +01:00 |
|
|
d0761bf60e
|
revert crop by default (did not work as intended)
|
2024-02-29 19:15:33 +01:00 |
|
|
0aeafec019
|
fix month starting at 0
|
2024-02-15 15:34:44 +01:00 |
|
|
9a0df4f577
|
date change
|
2024-02-15 15:29:01 +01:00 |
|
|
61714836bb
|
typos
|
2024-02-12 14:13:57 +01:00 |
|
|
cff0c100ec
|
add fragment store draft doc
|
2024-02-11 19:01:48 +01:00 |
|
|
ff5dbaffc0
|
fix some file selector glitches
|
2024-02-08 18:11:51 +01:00 |
|
|
b56d581e4b
|
fix normal feeling sluggish
|
2024-02-05 16:15:10 +01:00 |
|
|
aa661aaaa7
|
default to normal fps mode again
|
2024-02-05 16:10:30 +01:00 |
|
|
cc3f430bab
|
rework tc and move tcs out of cg into main screen, rework render pp
now respecting animation timing
|
2024-02-05 16:06:12 +01:00 |
|
|
139db5b03b
|
faster texture cache loading in low fps modes
|
2024-02-05 12:50:36 +01:00 |
|
|
f716ad9dd1
|
limit max main loop sleep
|
2024-02-03 20:49:52 +01:00 |
|
|
671772a20e
|
min fps for inactive reduced now 1fps
|
2024-02-03 19:07:14 +01:00 |
|
|
b0173f6d68
|
tox iterate interval pow(1.6)
fix faux offline inbetween timer
crop by default
|
2024-02-03 15:00:32 +01:00 |
|
|
3da5872df8
|
fix tffom and have it actually functioning
|
2024-02-03 01:05:50 +01:00 |
|
|
3deb6e8469
|
fix using bool for timestamps (oops)
|
2024-02-02 20:55:20 +01:00 |
|
|
0c674e0137
|
add tox friend faux offline message (still wonky) + small file copy error handling
|
2024-02-02 20:26:50 +01:00 |
|
|
7948d820c3
|
fix filepaths on windows
|
2024-01-30 15:16:01 +01:00 |
|
|
5aac3422aa
|
allow "copy file" which sets the text/uri-list with the file path
|
2024-01-30 11:58:01 +01:00 |
|
|
2647c85323
|
add imgui stylign window + change how texture filters are applied
|
2024-01-21 20:20:32 +01:00 |
|
|
93140231c6
|
theme according to system
|
2024-01-21 14:28:56 +01:00 |
|
|
e76e56e025
|
larger font hack + linear texture filter for images
|
2024-01-21 13:58:22 +01:00 |
|
|
b1062e701e
|
make primary selection pasting work
it is also bugged, as SDL misses large parts of selection sources (terminals etc) but browers work
|
2024-01-20 18:06:58 +01:00 |
|
|
865dfa994f
|
make invisible images not render
|
2024-01-18 23:44:38 +01:00 |
|
|
25be42e308
|
correct imgui version and add vid
|
2024-01-18 18:36:29 +01:00 |
|
|
c6a0df409d
|
interface versions
|
2024-01-18 00:32:11 +01:00 |
|
|
a15a9af2b3
|
adopt code to new imgui and new sdl
|
2024-01-17 22:39:51 +01:00 |
|
|
18ca88a0d4
|
asan in flake
|
2024-01-14 21:48:41 +01:00 |
|
|
565aa4b7eb
|
update deps and adopt
|
2024-01-14 18:50:23 +01:00 |
|
|
b117da5ccf
|
add compute powersave extreme
|
2024-01-13 18:38:12 +01:00 |
|
|
78b0e9a77f
|
more small fixes
|
2024-01-12 19:04:50 +01:00 |
|
|
7fa6aa7ac2
|
forgot to update plugin
|
2024-01-12 18:51:29 +01:00 |
|
|
20b4cdc5f1
|
sync and delivery (and unused read) states and other smaller refactors
|
2024-01-12 16:45:52 +01:00 |
|
|
7c576dd4d0
|
make fade less noticable
|
2024-01-10 14:17:29 +01:00 |
|
|
f6cda522ca
|
correct message order
|
2024-01-09 22:38:13 +01:00 |
|
|
f637c7c942
|
make fade respect fps
|
2024-01-09 16:30:27 +01:00 |
|
|
afb886ea7c
|
default to reduced fps
|
2024-01-09 15:57:20 +01:00 |
|
|
74129cabef
|
fix url open with unsanitized strings
|
2024-01-09 02:26:50 +01:00 |
|
|
be8ceb861c
|
1 sec cooldown for reduced fps mode
|
2024-01-07 22:20:40 +01:00 |
|
|
e8234f2a4a
|
properly seperate tick and render
|
2024-01-07 16:33:08 +01:00 |
|
|
a0ba0b39d8
|
add fps reduced mode
|
2024-01-06 18:23:06 +01:00 |
|
|
845967cf12
|
more main loop fiddling
|
2024-01-06 16:45:08 +01:00 |
|
|
92b58cbfa9
|
faster wakeup
|
2024-01-06 15:13:45 +01:00 |
|
|
5a0651eaf0
|
wip low fps mode for hidden states and powersave modes.
dont use yet, as all compute is still done in the render method
|
2024-01-06 14:38:21 +01:00 |
|
|
14fcaf1d7e
|
why is windows so bad
|
2024-01-05 16:32:37 +01:00 |
|
|
5a0252d8d0
|
start screen refactor
|
2024-01-05 14:47:08 +01:00 |
|
|
9c0ffd38ce
|
last update fixes
|
2023-12-27 12:49:52 +01:00 |
|
|
7495a50723
|
add hack to copy the ngc chat id
|
2023-12-13 14:02:31 +01:00 |
|
|
1cdde5170b
|
update subs
|
2023-12-12 16:52:52 +01:00 |
|