Commit graph

4461 commits

Author SHA1 Message Date
Quajak
2822abc39a Merge remote-tracking branch 'origin/master' into bug/bitmap_loading 2020-05-07 23:16:44 +02:00
Quajak
1c913100e4 Fixed loading and rendering of 24 bit bitmaps 2020-05-07 23:14:53 +02:00
Quajak
d727825b2d
Merge pull request #1228 from alicangonullu/patch-1
Cosmos OS Turkish Keyboard Map
2020-04-23 09:11:14 +02:00
Quajak
9295b39ec3 Fixed implementations 2019-10-26 15:40:32 -04:00
Quajak
ecfb7fed26 Add indexof and similar tests
Added/Fixed implementation for indexof and lastindexof
2019-10-26 12:19:27 -04:00
Ali Can Gönüllü
72f82185a4
Turkish Standard Keyboard Map | QWERTY
Note : It is Q Keyboard. Not F keyboard.
Turkish F Keyboard. Wait Please.
2019-10-09 16:00:24 +03:00
Ali Can Gönüllü
c2f455234b
Update TR_Standard.cs 2019-10-09 15:55:07 +03:00
Ali Can Gönüllü
dbd604ee29
Cosmos OS Turkish Keyboard Map
Hi There !

We are added Turkish keyboard in Cosmos Project.
Please add Cosmos Official Repository

Note :" ğ(Ğ)", "ü(Ü)", "ö(Ö)", "ç(Ç)", "ş(Ş)" and "ı" letters not working please fix.
Thanks Support By @iSnowBoy7
Link : https://alicangonullu.biz/konu/55
2019-10-09 15:49:42 +03:00
Charles Betros
ba2ace3ad1 Revert "In progress branch for cpuid plugs and tests"
This reverts commit d6c421d0bd.
2019-08-27 18:07:07 -05:00
Charles Betros
6a4a1701ec Revert "Change ProcessorInfo to CPU"
This reverts commit 0b6b557a5a.
2019-08-27 18:06:47 -05:00
Charles Betros
0b6b557a5a Change ProcessorInfo to CPU 2019-08-27 12:40:26 -05:00
Charles Betros
d6c421d0bd In progress branch for cpuid plugs and tests 2019-08-27 12:35:50 -05:00
Charles Betros
6b8055cbd1 Comment GetPoint() 2019-06-30 21:34:04 -05:00
Charles Betros
eecfcd8390
Merge pull request #1187 from zarlo/patch-1
Update MouseManager.cs
2019-06-30 10:25:58 -05:00
Charles Betros
dc794e0eb9 Update year 2019-06-28 22:09:09 -05:00
Charles Betros
3f763212aa
Merge pull request #1181 from disks86/master
Comparer Issue #584
2019-06-24 14:24:33 -05:00
Christopher Joseph Dean Schaefer
95fcd08564 Commented out nullable support. 2019-06-23 18:39:47 -04:00
Charles Betros
182783d046 Use xsharp repo root variable 2019-06-21 18:14:57 -05:00
Charles Betros
363e5e9474 Add reference to XSharp 2019-06-21 16:49:44 -05:00
Charles Betros
dc13f824f7 Update XSharp project paths 2019-06-20 17:02:02 -05:00
zarlo
8b694f7d22
Update MouseManager.cs 2019-06-15 01:07:20 +10:00
Christopher Joseph Dean Schaefer
7373bc9afb Added requested null checks. 2019-06-12 20:33:13 -04:00
zarlo
c1b34ed15a
Update MouseManager.cs
why not most people will not likely do this in there code so why not here
2019-06-12 15:55:10 +10:00
Christopher Joseph Dean Schaefer
1dd7123cce Added tests for comparers. 2019-06-01 17:30:15 -04:00
Christopher Joseph Dean Schaefer
529b26d589 Switched to Equals method. 2019-05-31 22:15:23 -04:00
Christopher Joseph Dean Schaefer
41a2f96da5 Added comparers and added regions for comparers and equity comparers. 2019-05-30 20:41:42 -04:00
Christopher Joseph Dean Schaefer
a5e3a32ebb Added draft implementation of common value types, nullable variations, enums, and object callback. 2019-05-29 21:34:09 -04:00
José Pedro
8114f87ebf
Package updates. 2019-05-20 23:48:05 +01:00
José Pedro
b2dd28d371
Added missing reference. 2019-05-18 11:11:06 +01:00
José Pedro
91ad9ef974
Fixed install-VS2019.bat.
Removed install-VS2017.bat.
2019-05-18 10:44:44 +01:00
Quajak
2837332128
Set default bochs display_library back to win32 2019-05-14 07:44:51 +02:00
Charles Betros
747f4d0865
Merge pull request #1116 from fanoI/DateTime_fixes
Plugged more methods of DateTime.
2019-05-10 20:01:53 -05:00
Charles Betros
566848d71d Update target framework to net472 2019-05-06 21:08:55 -05:00
Quajak
051aea92cf
Fixed missing semicolon in Inno dependency 2019-05-04 20:14:55 +02:00
Quajak
0bbab7c30c
Merge pull request #1157 from VisualDevelopment/master
Bumped Inno Setup version
2019-05-04 19:15:46 +02:00
Quajak
a7722657fe
Merge pull request #1124 from fanoI/cgs-fix
Fixes #1109 and #1078.
2019-05-04 19:14:00 +02:00
Quajak
b76f7e57e1 Use environment variable to use nogui on CI build 2019-05-04 18:40:14 +02:00
Quajak
68629f133d Undo registry addition and try nogui
This commit tests is nogui will allow the tests to run on appveyor without problem.
2019-05-04 17:33:20 +02:00
VisualDevelopment
507cb2f48e Changed download link 2019-05-02 16:36:29 +03:00
VisualDevelopment
cbc5b5509a Support for Inno Setup 6 2019-05-02 16:32:28 +03:00
Quajak
339e389f5d Minimal graphics test
Commented out all cgs tests except `FullScreenCanvas.GetFullScreenCanvas();` to determine cause of timeout
Also Renamed registery
2019-05-02 15:23:55 +02:00
Quajak
7c41612030 Make Bochs Run with nogui on appveyor build
To overcome the timeouts of normally running bochs with graphics, this commit makes the appveyor build use nogui to speed up the graphics tests
2019-05-02 14:01:11 +02:00
valentinbreiz
5cade819d7 Temporary fix before Inno Setup 6 support 2019-05-02 10:40:52 +02:00
Charles Betros
b9307acfdf Fix multi-cluster allocation when writing using fatstream. 2019-04-19 18:07:47 -05:00
José Pedro
169dc5eae1
Updates for VS 2019.
Package updates.
2019-04-16 00:26:33 +01:00
fanoI
ffca0df48e Fixes #1109 and #1078.
The CGS test kernel is now enabled always.
2019-02-17 16:35:24 +01:00
fanoI
eaec73f960 Plugged more methods of DateTime. 2019-01-27 16:36:52 +01:00
José Pedro
6c411b3872
Code cleanup. 2018-12-26 15:57:47 +00:00
José Pedro
9c1c4330c1
Renamed FloatImpl to SingleImpl. 2018-12-22 19:38:20 +00:00
José Pedro
ace3fc243b
Cleanup. 2018-12-21 00:10:24 +00:00