3015 Commits

Author SHA1 Message Date
Thomas Bernard
6934277b04 MSVC : _strdup 2020-05-14 00:20:08 +02:00
Thomas Bernard
d24c3e2ebc Warning() => GFX2_Log() 2020-05-14 00:19:02 +02:00
Thomas Bernard
6367ffa5a9
GFX2_MessageBox(): Doxygen + fix return code 2020-05-06 11:38:38 +02:00
Thomas Bernard
89d0a247fc add MB_ICONINFORMATION to GFX2_MB_INFO 2020-05-06 11:34:30 +02:00
Thomas Bernard
795989c5c3 remove outdated comment 2020-05-06 11:25:36 +02:00
Thomas Bernard
16a32f259c
remove 2 warnings 2020-05-06 01:19:07 +02:00
Thomas BERNARD
9c7057eab7 Implementation of GFX2_MessageBox() for SDL1.2.x and Mac OS X 2020-05-05 23:42:49 +02:00
Thomas Bernard
b0f1117bbc
GFX2_MessageBox()
Especially useful to display startup errors
2020-05-05 21:39:20 +02:00
Thomas Bernard
80ff6f7dfd
update help urls 2020-05-05 21:36:04 +02:00
Thomas Bernard
e710f8ebfb
3rdparty: update LIBPNGURLALT 2020-05-05 21:35:14 +02:00
laikh
bff40ba97a Use GCLP_HICON instead of GCL_HICON for 64-bit Windows compatibility 2020-04-21 13:27:33 +08:00
Thomas Bernard
47485a343e
fix generatedoc.c 2020-04-19 18:40:19 +02:00
Thomas Bernard
00323b1942
readline.c: fix 8b2e925c 2020-04-13 01:42:45 +02:00
Thomas Bernard
2c9b79a6af
Warning() => GFX2_Log(GFX2_WARNING) 2020-04-13 01:34:12 +02:00
Thomas Bernard
7f08ad5bb9
filesel.c: fewer dependencies to <windows.h> 2020-04-13 00:42:45 +02:00
Thomas Bernard
8b2e925c00
readline.c: remove #include <windows.h> 2020-04-13 00:15:09 +02:00
Thomas Bernard
7caddaee89
factory.c: remove #include <windows.h> 2020-04-12 23:53:59 +02:00
Thomas Bernard
857ae29be8
Directory_create()
remove #include <windows.h> from setup.c
2020-04-12 00:47:15 +02:00
Thomas Bernard
f2e1ea8921
GFX2_GetScreenSize()
remove #include <windows.h> in init.c
2020-04-12 00:47:15 +02:00
Thomas Bernard
776884f0fe
GFX2_DiskFreeSpace() 2020-04-12 00:47:12 +02:00
Thomas Bernard
2fdceab6bc
GFX2_OpenURL() 2020-04-11 23:42:50 +02:00
Thomas Bernard
663ddf39aa
move Atari_Memory_free() and Memory_free() to osdep.c 2020-04-11 23:31:47 +02:00
Thomas Bernard
c037c2c911
move GFX2_GetTicks() to osdep.c 2020-04-11 23:20:39 +02:00
Thomas Bernard
8876541953 remove definition of WINVER
is fixed by 00b42bb45be8a74fb5a68b94a4c1f9343c8e584f
2020-04-11 23:01:46 +02:00
Thomas Bernard
3551f6bbc6
screen.h: remove #include <windows.h> 2020-04-11 22:42:33 +02:00
Thomas Bernard
811cb619b6
remove a few #include <windows.h>
also #include <direct.h>
2020-04-11 22:42:33 +02:00
Thomas Bernard
9847110fe4
const.h: do not include <windows.h> anymore 2020-04-11 22:42:33 +02:00
Thomas Bernard
0f2153118a
do not use MAX_PATH_CHARACTERS in Load_Clipboard_Image() 2020-04-11 22:42:33 +02:00
Thomas BERNARD
4ad13b57a8
Calculate_relative_path(): fix when using symlinks 2020-04-11 20:42:52 +02:00
Thomas BERNARD
40fc2f2bee
tests: improve error msg for Test_Calculate_relative_path() 2020-04-11 20:42:51 +02:00
Thomas Bernard
297183382d
Win32 build: Fix typo SDLC2ONFIG => SDL2CONFIG 2020-04-11 20:27:27 +02:00
Yves Rizoud
00b42bb45b Fix compilation on older Mingw platform. Tested on api=SDL2 2020-04-09 18:42:36 +02:00
Thomas Bernard
372fbc70d8
SDL2.0.10 => 2.0.12 2020-03-11 12:12:30 +01:00
Thomas Bernard
9b88e522c5
check Selector->filename_unicode for null
fixes http://pulkomandy.tk/projects/GrafX2/ticket/157
2020-03-11 08:43:14 +01:00
Thomas Bernard
91bb19a3f2 update MSVC project files 2020-03-10 23:23:39 +01:00
Thomas Bernard
61011ae338
2.7 => 2.8wip 2020-03-09 23:24:08 +01:00
Thomas Bernard
6338f865ad tests: avoid \\ in path (win32) 2020-02-26 00:58:54 +01:00
Thomas Bernard
3d74c5201f
fix Calculate_relative_path() 2020-02-26 00:36:11 +01:00
Thomas Bernard
542fdf3312
tests: Test_Calculate_relative_path() 2020-02-26 00:36:06 +01:00
Thomas Bernard
245e26b5b7
appveyor: upload test-report.xml 2020-02-23 14:41:25 +01:00
Thomas Bernard
29095b60e0
tests: '<' is forbidden in XML attributes 2020-02-23 14:39:40 +01:00
Thomas Bernard
d8365ca8be
testformats.c: error messages 2020-02-23 13:50:06 +01:00
Thomas BERNARD
684862de7d more test message 2020-02-17 23:02:52 +01:00
Thomas Bernard
05c25bd746
improve test-report.xml output 2020-02-17 00:53:25 +01:00
Thomas Bernard
0a3c608059
Test_* functions return error message for report.xml 2020-02-17 00:38:52 +01:00
Thomas Bernard
4eee27953c
generate a test report in junit format
should improve gitlab-ci output
2020-02-16 23:07:12 +01:00
Thomas Bernard
1664c8410d
fix Test_Packbits()
(64 characters is too low for the Win32 %TEMP% path)
should fix the appveyor build
2020-02-15 19:02:36 +01:00
Thomas BERNARD
b5fa4cfe65 fix build for OSX with OSX_STATIC=0 API=sdl 2020-02-15 12:53:59 +01:00
Thomas BERNARD
c2a1eb0d26 Makefile: custom "which" function to work around OS X 10.4 which command limitations 2020-02-15 12:53:43 +01:00
Thomas BERNARD
85906549b5 realpath() don't accept NULL 2nd arg with OS X < 10.6 2020-02-15 12:45:41 +01:00