Swarnadeep Paul codewithchill
  • Joined on 2026-02-25
codewithchill pushed to libutf at codewithchill/kolibrios 2026-04-25 18:31:37 +00:00
e36f836a8b Remove macros.inc, struct.inc, macros.inc files
606050779f Add robust UTF-8 character validation and length check
3f07e62bf0 Convert Unicode procedures to stdcall convention.
15c8230928 Convert initial libunicode into library structure
f5f2628516 Add initial libunicode for UTF-8 parsing and example
Compare 54 commits »
codewithchill pushed to main at codewithchill/kolibrios 2026-04-25 18:19:34 +00:00
e05b57a95e develop/libraries: Post-SVN tidy (#436)
a0e4bce98a iconv: add UTF-16LE support (#351)
2cda4a9682 libraries/box_lib: Post-SVN tidy (#433)
f08fe1f2a0 programs/other: Post-SVN tidy (#434)
f7a26ece7a kernel/sec_loader: Post-SVN tidy (#435)
Compare 15 commits »
codewithchill pushed to main at codewithchill/kolibrios 2026-04-14 05:40:34 +00:00
48626298ff games: add arkanoid (#375)
5cbac1a231 outdated/mv: Post-SVN tidy
af62e17863 outdated/sysxtree: Post-SVN tidy
f8255f0d77 outdated/sb: Post-SVN tidy
826b43e9c2 outdated/rb: Post-SVN tidy
Compare 32 commits »
codewithchill pushed to main at codewithchill/kolibrios 2026-03-30 12:55:41 +00:00
f305d3425d apps/webview: fix last character in line being cropped (fix #263) (#386)
b5981a39dc apps/webview: added search / go buttons, added text analysis for the entered text in the omni box (fix #111) (#377)
Compare 2 commits »
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-24 05:35:37 +00:00
242469b1f3 Remove macros.inc, struct.inc, macros.inc files
c8af13cbfa Add robust UTF-8 character validation and length check
a4f8506fd1 Convert Unicode procedures to stdcall convention.
6658afbe43 Convert initial libunicode into library structure
583ff88b47 Add initial libunicode for UTF-8 parsing and example
Compare 5 commits »
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-24 05:25:45 +00:00
fc40aa8f9b merge upstream
e9e9ebb4c8 Implemented wrapper for @open (#344)
Compare 2 commits »
codewithchill pushed to main at codewithchill/kolibrios 2026-03-24 05:24:09 +00:00
e9e9ebb4c8 Implemented wrapper for @open (#344)
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-24 05:23:40 +00:00
76619b2b36 Remove macros.inc, struct.inc, macros.inc files
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-23 05:07:27 +00:00
68c3bee79e Add robust UTF-8 character validation and length check
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-21 07:14:49 +00:00
05ecfe005c Add robust UTF-8 character validation and length check
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-20 21:06:00 +00:00
1cc8328edc Add robust UTF-8 character validation and length check
codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-20 15:12:53 +00:00
92a0deabad Convert Unicode procedures to stdcall convention.
codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-20 13:17:55 +00:00
WIP: [GSoC] Add initial libunicode parser and example

I guess this appended commit will fix it also.

codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-20 13:15:45 +00:00
WIP: [GSoC] Add initial libunicode parser and example

Do you guys use a specific linter or FASM code formatter script to check these 8/16 column alignments locally, or do you just have 'kernel developer vision' from staring at the codebase all day? 😅

codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-20 13:12:50 +00:00
WIP: [GSoC] Add initial libunicode parser and example

I guess I will keep the function names internally as they are but while exporting I will just append it with utf. then the function name I guess.

codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-20 12:28:19 +00:00
45a85015c1 Convert initial libunicode into library structure
codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-17 20:53:07 +00:00
WIP: [GSoC] Add initial libunicode parser and example

Internally, I am keeping the name same but I am exporting it with such dot(.) names. Is this OK, or should I change it?

codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-17 20:51:59 +00:00
WIP: [GSoC] Add initial libunicode parser and example

Strictly speaking, this is still left. I will do it.

codewithchill commented on pull request KolibriOS/kolibrios#356 2026-03-17 20:49:39 +00:00
WIP: [GSoC] Add initial libunicode parser and example

I guess this current commit will convert into a library as per your requirements.

codewithchill pushed to libutf at codewithchill/kolibrios 2026-03-17 20:47:39 +00:00
4ff3024108 Convert initial libunicode into library structure