Search found 17 matches

by ace_dent
Mon Jan 08, 2024 7:05 pm
Forum: Polls
Topic: Migrate to GitHub
Replies: 67
Views: 608279

Re: Migrate to GitHub

by ace_dent
Thu Oct 05, 2023 5:23 pm
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62393

Re: Enhance the system font (8x16)

dunkaist wrote: Thu Oct 05, 2023 12:32 pm ... /programs/other/font_conv...
Thanks. The human readable definitions are similar to this modern YAFF format.
I may be confused by the directory structure... is this font part of the core system...? Can you confirm the small and big font is available in the kernel / as standard ?
by ace_dent
Wed Oct 04, 2023 7:29 pm
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62393

Re: Enhance the system font (8x16)

... it's simple as a club ... Thank you for the link and info. Would you like to keep using the BDF format?... or can I to port the data to an asm `.inc`, which may be used without further tools...? Do you know where the smaller (6x9px) system font is...? For fun: https://unifoundry.com/unifont/ind...
by ace_dent
Wed Oct 04, 2023 11:18 am
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62393

Re: Enhance the system font (8x16)

Thanks @dunkaist! When you are searching the sourcecode in the dark, there seems to be a lot of vestigial font work... Ideally there should be some guide in the wiki... :-) Again the `x.mt` format seems to be raw binary, storing 8x16 bitmaps as Horizontal Least Significant Bit first (HLSB). Bitmaps ...
by ace_dent
Tue Oct 03, 2023 6:31 pm
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62393

Re: Enhance the system font (8x16)

My current proposal is to move the binary blob into the source file, so it can be annotated and facilitate editing. So in `font_.asm` the file import would be replaced directly: Font_8x16: ; #000 Other '␀' (U+0000 Null) db 2 dup $FF db $FF ; ▓▓▓▓▓▓▓▓ db $FF ; ▓▓▓▓▓▓▓▓ db $FF ; ▓▓▓▓▓▓▓▓ db $FF ; ▓▓▓▓...
by ace_dent
Tue Oct 03, 2023 3:51 pm
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62393

Enhance the system font (8x16)

I'm looking to improve a couple of glyphs in the standard system font (bug).
Can I confirm, the bitmap data is stored in this binary file: `programs/develop/libraries/fontslib/trunk/font_8x16.fon` ...?
by ace_dent
Mon Oct 02, 2023 1:19 am
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

Thanks dunkaist for your support. Committed to SVN :-D
by ace_dent
Sat Sep 30, 2023 12:06 am
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

Ok. I have completed the pull request and invite your review and comments :-)
https://github.com/KolibriOS/kolibrios/pull/8
by ace_dent
Thu Sep 28, 2023 12:28 pm
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

... So, usually or always? ... Sadly, I know (nearly) nothing about the Russian language or Cyrillic alphabet. I'm happy to take your guidance and restore the original `КолибриОС`. Thanks for your help. The original text was signed off as `KolibriOS team`... do you feel it should be changed everywh...
by ace_dent
Wed Sep 27, 2023 2:51 pm
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

Sweetbread wrote: Wed Sep 27, 2023 12:41 pm 1. Proper name can be translated
2. Why should not?
- In most languages that is unusual. A Russian native colleague has confirmed to me that "Usually software names in Russia always remain original. Windows, MS Office and so on".
by ace_dent
Wed Sep 27, 2023 12:21 pm
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

Here is the updated System Programmers list - alphabetically sorted, Latin / Cyrillic (`*` shows new addition from asm source code) : - Alver / Alver - art_zh / art_zh - Asper / Asper - Boppan / Boppan * - CleverMouse / CleverMouse - Coldy / Coldy * - Doczom / Doczom * - dunkaist / dunkaist * - Galk...
by ace_dent
Wed Sep 27, 2023 11:22 am
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

I have been asked to include the authors list from `kernel.asm`. Questions: 1. Is it necessary to sort the contributors chronologically? It seems more reasonable to just do it alphabetically... 2. It creates more work maintaining this list in two places. Can the kernel comments be removed and replac...
by ace_dent
Sun Sep 24, 2023 6:02 pm
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Re: Improving English documentation

I'm not sure if it is desirable to maintain some parity between locales(?), but I have provided the opening text below for feedback: EN: We thank everyone who helped to create and develop KolibriOS, many of whom are listed below, with the most recent contributors first. RU : Translated by `Roman (ES...
by ace_dent
Sun Sep 24, 2023 5:11 am
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31856

Improving English documentation

I'd like to make some small enhancements to the translation of bundled text documents. Is it acceptable to also tweak the formatting, which may be a stylistic choice but also avoid excessive whitespace characters. ...? e.g. `README.TXT` was trimmed by ~2.5 KiB of white space... Please feel free to r...
by ace_dent
Sun Sep 24, 2023 5:01 am
Forum: English
Topic: Hello from the UK
Replies: 2
Views: 15230

Re: Hello from the UK

Thanks @Leency for the welcome and the nice reading material ! :)