Ivan B dunkaist
  • Joined on 2024-03-04
cd1c2ce969 Fix docpack shortcut for sysfuncs in text editors
dunkaist commented on pull request KolibriOS/kolibrios#222 2025-04-30 00:23:44 +00:00
Fix docpack shortcut for sysfuncs in text editors

@dunkaist Did I understand correctly that the letter here is an index in docpack?

Yes

dunkaist approved KolibriOS/kolibrios#223 2025-04-29 21:08:42 +00:00
TinyGL:
dunkaist commented on pull request KolibriOS/kolibrios#222 2025-04-29 17:49:18 +00:00
Fix docpack shortcut for sysfuncs in text editors

Are any of the other re-labelled docs linked to elsewhere?

You never know for sure, but quick grep'ping didn't reveal similar issues.

dunkaist created pull request KolibriOS/kolibrios#222 2025-04-28 21:06:49 +00:00
Fix docpack shortcut for sysfuncs in text editors
dunkaist created branch dunkaist-pr-fix-docpack-sysfuncs-tinypad-cedit in dunkaist/kolibrios 2025-04-28 21:03:59 +00:00
9980ea63f8 Fix docpack shortcut for sysfuncs in text editors
d7795a8961 Flag: demo program rewritten from C to FASM (#219)
b948491fb3 Calc+: Fix list buttons UI (#220)
03cfdeb50f TinyGL: Bug fixes. info3ds, info3ds_u, vox_tgl: Related changes (#210)
e4cd8a4d74 Calc+ v1.0 (#189)
Compare 10 commits »
dunkaist commented on pull request KolibriOS/kolibrios#219 2025-04-17 07:24:44 +00:00
Flag: demo program rewritten from C to FASM

There is the very same issue below in this file

dunkaist commented on pull request KolibriOS/kolibrios#219 2025-04-17 03:05:18 +00:00
Flag: demo program rewritten from C to FASM

This indentation looks strange. Same a few lines below.

dunkaist commented on pull request KolibriOS/kolibrios#198 2025-04-17 03:03:11 +00:00
Docs: Added licensing to contributing guide

Each program can have its own licence. Sometimes even different files of a program can have different licences if compatible. For example, one kernel file can be GPL2-only while another GPL2+.

dunkaist commented on issue KolibriOS/kolibrios#216 2025-04-16 03:52:49 +00:00
Bug in dockpack ru_RU build

I checked the latest ru_RU nightbuild. I run docpack, click on the SysFuncr button and get the document with syscalls description. How to reproduce the issue?

dunkaist commented on issue KolibriOS/kolibrios#214 2025-04-15 18:23:10 +00:00
Add functions to work with System.env

I understand and agree that KolibriOS is missing proper support for environment variables. That said, why can't Table load its configuration? Many programs in KolibriOS read their config files at…

dunkaist approved KolibriOS/kolibrios#189 2025-04-14 17:46:56 +00:00
Calc+ v1.0
dunkaist commented on issue KolibriOS/kolibrios#202 2025-04-14 15:49:59 +00:00
Add STYLE_GUIDE.md

I think the Copyright attribution should actually be KolibriOS contributors (e.g. Am I in the 'team'?!).

I believe, you are free to put either your own copyright or the KolibriOS Project…

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-14 15:28:23 +00:00
Calc+ v1.0

The line defines initialized data. Please, move it above. This way you can decrease app size from 11921 to 4257 bytes.

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-14 15:26:26 +00:00
Calc+ v1.0

Please, remove trailing spaces here and below.

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:35:57 +00:00
Calc+ v1.0

Is this doubled indent intentional?

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:34:15 +00:00
Calc+ v1.0

Is the indent meant to be double-wide here?

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:33:15 +00:00
Calc+ v1.0

Please, remove the leading space here.