Ivan Baravy dunkaist
  • Joined on 2024-03-04
dunkaist commented on pull request KolibriOS/kolibrios#92 2024-09-05 22:08:17 +02:00
[GSOC] Add SDL2 library + additional SDL libraries

LGTM, thank you!

dunkaist commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 19:37:14 +02:00
Shutdown Freezes System

@ramenu,

The listing utility is shipped with the fasm package. Firstly you need to compile its source to an object file, then to link it using your system's linker, not fasm.

I suspect the…

dunkaist pushed to main at KolibriOS/kolibrios 2024-07-11 10:07:48 +02:00
4a166ede82 Another fix for locale names
dunkaist pushed to main at KolibriOS/kolibrios 2024-07-10 22:31:18 +02:00
46e816c366 Fix locale codes for kernel build scripts
dunkaist pushed to main at KolibriOS/kolibrios 2024-07-10 06:03:07 +02:00
65239bc359 [taskbar] Fix context menu strings
dunkaist commented on pull request KolibriOS/kolibrios#79 2024-06-18 11:57:28 +02:00
Extra comma in ksys.h

Please, write commit messages in English. LGTM

dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-08 00:21:49 +02:00
2ed601f03c Use https for git.kolibrios.org
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-08 00:17:40 +02:00
aa4420affb Hot fixes for Kolibri->KolibriOS and svn->git
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-08 00:06:18 +02:00
e5ce209c8c Replace SVN links with GIT in other places
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-07 23:39:37 +02:00
21b32caf14 Replace Kolibri strings with KolibriOS
dunkaist commented on issue KolibriOS/kolibrios#71 2024-06-04 19:00:03 +02:00
Replace hardcoded hyperlinks with secure https:// form, where valid

Negative: Older browsers (KolibriOS?)

This is exactly the reason why most links are still http. If some sites don't work with http, the corresponding links should be updated. If a site works…

dunkaist pushed to main at KolibriOS/kolibrios 2024-06-03 05:29:27 +02:00
b6a0bf7729 Fix autobuild text on the blue boot screen
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-03 01:37:51 +02:00
412e42a342 Most of language code fixes
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-02 05:52:48 +02:00
66816d7a7e More language code fixes
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-02 05:00:38 +02:00
e23778f306 Fix language tags for cmm programs
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 03:38:56 +02:00
b418ebbc53 Fix image size variable names
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 03:07:58 +02:00
580341aed3 Mention Gitea instead of Websvn
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 02:34:02 +02:00
b6afdcc3dd Replace 'rev.' to 'ver.'
dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 22:54:18 +02:00
WIP: Changing the OS version retrieval API due to migration to Git

We are having a hard time switching from svn to git now. This is partially because of svn features that git lacks, e.g. svn-keywords. Maybe we shouldn't repeat our mistakes and hardcode git specific commands now. If get-current-revision is an external command to get an svn revision number, let's use something like get-current-commit-hash for git. Or, even better, get-current-commit-id. The last one looks even more VCS-neutral, i.e. future-proof.

dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 22:40:38 +02:00
WIP: Changing the OS version retrieval API due to migration to Git

Do we need that offset at all?

Yes. We're planning 2 image variants: release (versioned) and night build, where offset will show how far this image from release

Why would we want to…