aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-01feat: add support for Windows 7 Aero APIHEADuntagged-edcb449b8928f4456e7cmasterYuutaW
Breaking changes: To test on the Windows 7 x86 virtual machine, the build had been changed from mingwX64 to mingwX86. Therefore the binary path will be changed, INT_PTR will represent Int and some Gradle tasks disappeared and changed. Due to the change of INT_PTR and some unknown reasons, the dialog cannot be shown so I removed the dialog mode. Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-30refactor: trim the main fileYuutaW
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-30feat: add an error notification if the window was failed in creatinguntagged-e5584d5582b37ccd68fcYuutaW
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-30feat: only fetch `nCmdShow` if it's actually going to display the window ↵YuutaW
rather than the dialog Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-29feat: add the Window modeuntagged-63164c155cfcfbc31358YuutaW
Note: there are still some buts to be solved. For instance, the cursor displays as "loading" after displaying until moving outside from the painting area. The IDE cannot run the program in Window mode as well and while running the process is successfully created but no windows are displayed at all. Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-29docs: add build statusuntagged-d2adc7adc846cf4ec294YuutaW
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-29fix(ci): fix the broken repo nameYuutaW
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
2019-06-29First CommitYuutaW
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>