• Joined on 2024-06-09
IgorA pushed to blocks-add-models at KolibriOS/kolibrios 2025-07-26 20:26:37 +02:00
d538e7b4e8 Blocks: add 3 models
IgorA pushed to info3ds-update at KolibriOS/kolibrios 2025-07-14 21:35:10 +02:00
3d772ea025 Info3ds: added resizing of the window with the figure
IgorA pushed to blocks-add-models at KolibriOS/kolibrios 2025-07-11 10:51:21 +02:00
dce28e2db5 Blocks: add models
IgorA created branch blocks-add-models in KolibriOS/kolibrios 2025-07-11 10:51:20 +02:00
IgorA opened issue KolibriOS/kolibrios#270 2025-07-06 20:17:59 +02:00
Fix incorrect pixel colors (in tinygl.obj)
IgorA commented on issue KolibriOS/kolibrios#257 2025-05-29 11:13:01 +02:00
demos/aclock: Fix batch build file

@mxlgv says that now *.bat files are removed from the repository. Only *.tup are left. That's why I decided that there is no point in fixing the build_all.bat file.

IgorA commented on pull request KolibriOS/kolibrios#231 2025-05-21 13:26:34 +02:00
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import

moved declaration of sz_lib_init to file load_lib.mac

IgorA commented on pull request KolibriOS/kolibrios#242 2025-05-21 13:25:48 +02:00
CtrlDemo: code cleaning, library import optimization

moved declaration of sz_lib_init to file load_lib.mac

IgorA pushed to ctrl-demo-update at KolibriOS/kolibrios 2025-05-21 06:38:24 +02:00
5ee014d3a1 CtrlDemo, EditboxEx, TooltipDemo:
IgorA pushed to libraries-import-optimize at KolibriOS/kolibrios 2025-05-21 06:10:20 +02:00
14c2c965c5 Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
IgorA pushed to info3ds-update at KolibriOS/kolibrios 2025-05-21 06:07:47 +02:00
3716d5067b Info3ds: added resizing of the window with the figure
IgorA pushed to ctrl-demo-update at KolibriOS/kolibrios 2025-05-21 01:02:22 +02:00
f65d01859b CtrlDemo: code cleaning, library import optimization
IgorA pushed to info3ds-update at KolibriOS/kolibrios 2025-05-21 00:54:07 +02:00
6179545c3e Info3ds: added resizing of the window with the figure
IgorA pushed to libraries-import-optimize at KolibriOS/kolibrios 2025-05-21 00:42:34 +02:00
5623b3510c Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
IgorA created pull request KolibriOS/kolibrios#242 2025-05-18 14:43:42 +02:00
CtrlDemo: code cleaning, library import optimization
IgorA created pull request KolibriOS/kolibrios#241 2025-05-17 21:31:56 +02:00
Info3ds: added resizing of the window with the figure
IgorA pushed to libraries-import-optimize at KolibriOS/kolibrios 2025-05-17 21:08:00 +02:00
1a2e3e7938 Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
IgorA pushed to info3ds-update at KolibriOS/kolibrios 2025-05-17 21:00:32 +02:00
0fa13bc0d9 Info3ds: added resizing of the window with the figure
IgorA created branch info3ds-update in KolibriOS/kolibrios 2025-05-17 21:00:31 +02:00
IgorA commented on pull request KolibriOS/kolibrios#231 2025-05-15 23:46:55 +02:00
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import

We already have the shared /programs/dll.inc file included in some programs to help them with loading of dynamic libraries. Can we expand that single file instead of introducing two more files…