Commit graph

278 commits

Author SHA1 Message Date
valentinbreiz
c056f8042d forgot that 2020-07-16 22:50:37 +02:00
valentinbreiz
3c2125c0cd build fix + fct rename 2020-07-16 22:42:11 +02:00
valentinbreiz
d5cc9cd7fe remove useless using + VBEAvailable function 2020-07-16 21:07:43 +02:00
valentinbreiz
8c054b3e0b VBE lfb detection for bochs PCI + VirtualBox 2020-07-16 15:50:48 +02:00
valentinbreiz
adfa4a9325 add alpha blending to SVGA II 2020-07-10 23:37:19 +02:00
valentinbreiz
8670781440 AlphaBlend fix + DrawImageAlpha 2020-07-10 17:31:14 +02:00
valentinbreiz
0d8c87db99 add AlphaBlend in Canvas.cs 2020-07-10 15:59:40 +02:00
valentinbreiz
a8ac3b012f add alpha to VBE DrawPoint 2020-07-10 15:34:55 +02:00
Quajak
e53eea929e
Merge pull request #1395 from CosmosOS/dev/drawstringPSF
Basic DrawString and DrawChar with PC Screen Fonts (PSF)
2020-07-10 14:37:31 +02:00
Quajak
5741ebb6fd Changed design of Font and PCSCreenFont 2020-07-10 14:05:46 +02:00
Quajak
d0c2bd5efe
Add support for BITMAPV3INFOHEADER
This header is used by Adobe for certain formats
2020-07-10 09:54:06 +02:00
valentinbreiz
5e82fc2ebf add documentation for DrawString and DrawChar methods 2020-07-10 03:04:23 +02:00
valentinbreiz
8c8f6edaa4 add documentation for font base class. 2020-07-10 02:42:29 +02:00
valentinbreiz
d257457e5f Merge branch 'master' into dev/drawstringPSF 2020-07-10 02:37:57 +02:00
valentinbreiz
e724e37350 Add documentation in CGS
thanks @EliaSulimanov
2020-07-10 02:37:44 +02:00
valentinbreiz
c27cfe7154 IL MUL not implemented for char / byte 2020-07-10 01:43:26 +02:00
valentinbreiz
751637c8b0 use parsed font width and height 2020-07-10 01:33:14 +02:00
valentinbreiz
6712dc94f8 add DrawString methods in CGS 2020-07-10 01:02:07 +02:00
valentinbreiz
b99750ab08 add one other mode 2020-07-06 06:26:16 +02:00
valentinbreiz
9db7fea272 use linear framebuffer offset got from VBE ModeInfo 2020-07-06 05:39:07 +02:00
valentinbreiz
cf019fef47 check if VBE is available with multiboot 2020-07-06 05:31:17 +02:00
valentinbreiz
59647ee324 GetVRAM fix + DrawFilledRectangle fix 2020-07-04 21:52:21 +02:00
valentinbreiz
4c9e963346 Merge branch 'master' into dev/doublebuffering 2020-07-04 20:12:23 +02:00
valentinbreiz
83adc03b7e lfb in bgra no argb 2020-07-04 18:14:31 +02:00
Arawn Davies
40fcf12e32
Merge pull request #1382 from CosmosOS/cgs-docs
Re-added the Graphics documentation XML comments
2020-07-04 14:55:31 +01:00
Elia Sulimanov
3162cc2b56 Re-added the Graphics documentation XML comments 2020-07-04 14:28:56 +01:00
valentinbreiz
bc4d781e94 GetPointColor fix in VBECanvas 2020-07-04 02:03:53 +02:00
valentinbreiz
57547fd245 double buffering working! 2020-07-03 23:46:38 +02:00
valentinbreiz
24d0634cdd Merge branch 'master' into CGSE 2020-07-03 16:45:44 +02:00
valentinbreiz
09d8de0cc7
VirtualBox detection in canvas init
Since VirtualBox emulates a generic VBE compatible video device, it can be detected thought PCI devices (0x80EE, 0xBEEF : VirtualBox Video Adapter)
2020-07-02 22:57:27 +02:00
Quajak
abe6924864
Merge pull request #1352 from EliaSulimanov/system2-api-docs
[Done] System2 API docs
2020-06-26 14:22:10 +02:00
Elia Sulimanov
52736f40e0 Done TestingHelpers api docs 2020-06-17 22:14:34 +03:00
Elia Sulimanov
60c428d27a Currently done Global api docs but it need to be continued as HAL and Core would be documented 2020-06-17 22:12:54 +03:00
Elia Sulimanov
d9a727f333 Done Power api docs 2020-06-17 22:11:21 +03:00
Elia Sulimanov
af24e934d1 PCSpeaker api docs currently done but need to be continued
continue exception list, once HAL is documented.
2020-06-17 21:59:05 +03:00
Elia Sulimanov
7333a09767 Done MouseManager api docs 2020-06-17 21:13:58 +03:00
Elia Sulimanov
911a6905ce Done MathEx api docs 2020-06-17 21:01:15 +03:00
Elia Sulimanov
3ea3222aed Done Kernel api docs 2020-06-17 20:55:34 +03:00
Elia Sulimanov
51312f451e Done Console api docs 2020-06-17 20:29:47 +03:00
Elia Sulimanov
4f4301cf2b Fixed Debugger comment 2020-06-17 19:36:04 +03:00
Elia Sulimanov
d8c9a1318f Done SingleByteEncoding api docs 2020-06-17 19:35:08 +03:00
Elia Sulimanov
cecee0c485 Done CP858Enconding api docs 2020-06-17 16:11:14 +03:00
Elia Sulimanov
6368c1c15d Done CP437Enconding api docs 2020-06-17 16:09:35 +03:00
Elia Sulimanov
bdeb12376a Done CosmosEncodingProvider api docs 2020-06-17 16:06:55 +03:00
Elia Sulimanov
430551773f Done EncodingTable api docs 2020-06-17 16:01:37 +03:00
Elia Sulimanov
472e2775dd Done NetworkStack api docs 2020-06-17 15:43:51 +03:00
Elia Sulimanov
8d9b3b5a54 Done ICMPPacket api docs 2020-06-17 15:32:19 +03:00
Elia Sulimanov
e97a53661e Done UdpClient api docs 2020-06-17 14:27:11 +03:00
Elia Sulimanov
1d169b171b Done Config api docs 2020-06-17 14:12:44 +03:00
Elia Sulimanov
215e393c8e Done IPPacket api docs 2020-06-17 09:03:15 +03:00