Kiril Lipatov Leency
  • Joined on 2025-02-22
Leency created branch cedit-improvements in KolibriOS/kolibrios 2025-02-27 13:34:18 +01:00
Leency pushed to leency-bugfixes at KolibriOS/kolibrios 2025-02-27 01:50:44 +01:00
5faa425e10 Apps/Develop/CEDIT: a bit nicer tabs
b84c329f12 replace Testris icon from NintendoDS by a taldariner's
96e5e452ea by default use CodeEdit instead of Tinypad (buggy)
db555303f6 improved UI
Compare 6 commits »
Leency created branch leency-bugfixes in KolibriOS/kolibrios 2025-02-27 01:50:43 +01:00
Leency created pull request KolibriOS/kolibrios#104 2025-02-26 23:56:50 +01:00
leency-bugfixes
Leency created branch leency-bugfixes in KolibriOS/kolibrios 2025-02-26 23:55:20 +01:00
Leency pushed to leency-bugfixes at KolibriOS/kolibrios 2025-02-26 23:55:20 +01:00
b84c329f12 replace Testris icon from NintendoDS by a taldariner's
96e5e452ea by default use CodeEdit instead of Tinypad (buggy)
Compare 3 commits »
Leency commented on issue KolibriOS/kolibrios#59 2025-02-26 23:51:18 +01:00
KFAR text editor: "edit mode" can't be enabled from "view mode"

I have no skills to fix it. But it the fix has to begin like:

kfar.asm: line 7816 add

        dw      0x40, 0
        dd      viewer_OnKey.f6

viewer.inc line 1533 add

.f…
Leency commented on issue KolibriOS/kolibrios#66 2025-02-26 23:16:30 +01:00
Update (or remove) table_apps(rus).csv

This is an example of Tables app and could be useful for newbies.

Leency commented on issue KolibriOS/kolibrios#45 2025-02-26 22:45:11 +01:00
Widescreen support

This is not an issue but an enhancement. Your BIOS/video card does not provide such resolutions. Some other ones does.

To support it we need a videodriver and this is out of scope of this issue.

Leency closed issue KolibriOS/kolibrios#45 2025-02-26 22:45:11 +01:00
Widescreen support
Leency commented on issue KolibriOS/kolibrios#56 2025-02-26 22:41:23 +01:00
VIA - Power off or reboot freeze

I have the same issue! VIA EPIA M

Would be very nice to fix. @dunkaist 😅

Leency closed issue KolibriOS/kolibrios#29 2025-02-26 21:49:21 +01:00
Eolite file manager bug
Leency commented on issue KolibriOS/kolibrios#29 2025-02-26 21:49:20 +01:00
Eolite file manager bug

There was a bug, and I think this is fixed. Can not reproduce now.

Leency commented on pull request KolibriOS/kolibrios#103 2025-02-26 21:42:15 +01:00
Apps/downloader: Improved UI

Fixed issue #15

Leency created pull request KolibriOS/kolibrios#103 2025-02-26 21:38:51 +01:00
downloader-restore-pizdec
Leency pushed to downloader-restore-pizdec at KolibriOS/kolibrios 2025-02-26 21:38:02 +01:00
db555303f6 improved UI
Leency created branch downloader-restore-pizdec in KolibriOS/kolibrios 2025-02-26 21:38:00 +01:00
Leency commented on pull request KolibriOS/kolibrios#102 2025-02-26 16:05:19 +01:00
Libs/cmm: Use the returned number of processes instead of the maximum.

Yep, description is specific as possible. This is a potential issue that was there a long time but never happened for me, except the case when I tuned on V86.

Leency created pull request KolibriOS/kolibrios#102 2025-02-26 15:50:38 +01:00
restart_process.h: fix critical crash in some cases (like V86 on)
Leency pushed to lalka-test-branch at KolibriOS/kolibrios 2025-02-26 15:48:39 +01:00
4e344c4ea0 restart_process.h: fix critical crash in some cases (like V86 on)