Commit graph

8568 commits

Author SHA1 Message Date
Quajak
1e4cbb65e8
Merge pull request #1529 from KM198912/patch-1
Implement Bitmap Scaling
2020-10-20 17:05:23 +02:00
KM198912
9435168e13
Update Kernel.cs
Forgot that
2020-10-20 16:46:05 +02:00
KM198912
7cf12663e4
Update Canvas.cs
Make Requested Changes
2020-10-20 16:33:07 +02:00
KM198912
fd67ef07a0
Merge pull request #1 from KM198912/patch-2
Add Scaling Test
2020-10-20 15:59:03 +02:00
KM198912
b797255548
Add Scaling Test 2020-10-20 15:56:53 +02:00
KM198912
101340a6ed
Implement Bitmap Scaling
Implement Bitmap Scaling by Desired Height and Width
2020-10-20 15:54:01 +02:00
Charles Betros
744f43b823
Merge branch 'master' into feature/qemu 2020-10-19 16:05:16 -05:00
Quajak
cff35bf877
Merge pull request #1527 from CosmosOS/feature/memory_map
Added CPU.GetMemoryMap
2020-10-19 21:15:29 +02:00
Charles Betros
08e28dc0f8 Merge branch 'feature/qemu' of https://github.com/CosmosOS/Cosmos into feature/qemu 2020-10-19 13:41:54 -05:00
Charles Betros
a28e982d9f Qemu 2020-10-19 13:41:49 -05:00
Quajak
2afcd17c3d Fixed typo 2020-10-19 15:57:35 +02:00
Charles Betros
2592d7fc84
Merge branch 'master' into feature/qemu 2020-10-19 08:50:33 -05:00
Quajak
867b17cf4f Removed unnecessary reference to XSharp 2020-10-19 10:34:10 +02:00
Quajak
b3284881c7
Merge branch 'master' into feature/memory_map 2020-10-19 00:37:13 +02:00
Quajak
8996b1f8a3 Added CPU.GetMemoryMap
Fixed GetMBIAddress Plug
Cleaned up code
2020-10-19 00:35:42 +02:00
KM198912
529fb51c7b
Enable Slaves on IDE
Enabling Slaves on the IDE causes no Issues it rather enables HDD detection on Computers that did not detect the hdd beforehand, ie. Laptops that assing the Optical Drive as Master and the HDD as Slave.
2020-10-18 20:40:24 +02:00
Quajak
1510cee0d1
Merge pull request #1524 from KM198912/patch-5
Fix Laptop Touchpads
2020-10-18 18:12:31 +02:00
Quajak
254c2eb209
Merge branch 'master' into patch-5 2020-10-18 17:32:05 +02:00
Quajak
183c613b7e
Merge pull request #1522 from KM198912/patch-3
Color.FromName System.Drawing plug
2020-10-18 17:31:37 +02:00
KM198912
3e3144a362
Fix Laptop Touchpads
Tested this on 3 Different Laptops from different brands, all touchpads worked without any issues
2020-10-18 16:53:21 +02:00
KM198912
a6d4f883fe
Merge pull request #2 from KM198912/patch-4
Update Kernel.cs
2020-10-18 16:48:42 +02:00
KM198912
784eb44774
Update Kernel.cs
Test Color.FromName
2020-10-18 16:45:49 +02:00
KM198912
3a0c3884bb
Update ColorImpl.cs
Remove break Statements since we have return values
2020-10-18 16:23:09 +02:00
KM198912
7fd9abf515
Finish Plug
Add Remainig Colors, also throw a exception on Invalid Color Name instead or returning Black
2020-10-18 13:18:07 +02:00
KM198912
f783dace2e
Update ColorImpl.cs
Change Exception to ArgumentException
2020-10-17 20:28:43 +02:00
KM198912
93e32b0204
[WiP]
Color.FromName Plug
2020-10-16 23:04:42 +02:00
Quajak
25639bc279
Merge pull request #1481 from CosmosOS/multiboot_plug
Added plug for Multiboot.GetMBIAddress()
2020-10-15 19:59:56 +02:00
Quajak
ad5808e165
Merge branch 'master' into multiboot_plug 2020-10-15 19:30:01 +02:00
Quajak
803162df29
Merge pull request #1475 from CosmosOS/add_issue_templates
Added new issue templates
2020-10-15 15:32:08 +02:00
Quajak
6d450e77aa
Merge branch 'master' into additionalindexarraytests 2020-10-15 11:57:51 +02:00
Quajak
cba51fb9be
Merge branch 'master' into add_issue_templates 2020-10-15 11:57:29 +02:00
Quajak
f21890c161
Merge pull request #1480 from CosmosOS/fix/delete_subdirectories
Fix subdirectory deletion
2020-10-15 11:56:59 +02:00
Quajak
ea5b697778
Merge branch 'master' into fix/delete_subdirectories 2020-10-15 11:38:06 +02:00
Quajak
c9488fe979
Merge branch 'master' into multiboot_plug 2020-10-14 17:34:13 +02:00
Quajak
1f82641326
Merge pull request #1491 from CosmosOS/cpuid_public
Made ReadCPUID public
2020-10-14 17:19:00 +02:00
Quajak
490b0afa6a
Merge branch 'master' into cpuid_public 2020-10-13 21:20:03 +02:00
Quajak
49af7a2be1
Merge pull request #1493 from CosmosOS/task/RemoveProcessorInformation
Remove ProcessorInformation
2020-10-13 21:19:41 +02:00
Quajak
c187f18966
Merge branch 'master' into add_issue_templates 2020-10-13 19:21:46 +02:00
Quajak
0d9fefff34
Merge branch 'master' into task/RemoveProcessorInformation 2020-10-13 19:20:11 +02:00
Quajak
19a147c34c
Merge pull request #1473 from CosmosOS/fix/int_to_string
Added support for Convert.ToString(int, int)
2020-10-12 17:10:35 +02:00
Quajak
0262fa29a0
Merge branch 'master' into multiboot_plug 2020-10-12 16:51:26 +02:00
Charles Betros
f3dbded749
Merge branch 'master' into feature/qemu 2020-10-08 14:29:24 -05:00
Charles Betros
6ac875c194 Switch back to bachs as default 2020-10-07 22:09:28 -05:00
Quajak
f15425d30b
Merge branch 'master' into fix/int_to_string 2020-10-05 12:12:11 +02:00
Charles Betros
50d400065a Update Microsoft.Build package 2020-10-02 08:03:59 -05:00
Quajak
2753e0358a
Merge branch 'master' into multiboot_plug 2020-10-02 11:41:27 +02:00
Quajak
1b7aaf80b5
Merge branch 'master' into additionalindexarraytests 2020-10-01 14:38:40 +02:00
Quajak
8fb7d1ef18
Merge branch 'master' into task/RemoveProcessorInformation 2020-10-01 14:21:52 +02:00
Quajak
1dd5e4ecb1
Merge pull request #1489 from samnad/master
Add Brand String method to CPU.cs
2020-09-30 15:46:48 +02:00
Charles Betros
ad1d450205
Merge branch 'master' into fix/int_to_string 2020-09-28 12:31:33 -05:00