Thomas Bernard
98811b6363
Get rid of Get_full_filename()
2019-05-07 17:25:17 +02:00
Thomas Bernard
c6781cd7cd
Brush_file_directory, Brush_filename, Brush_filename_unicode are no longer static strings
2019-05-07 17:25:17 +02:00
Thomas Bernard
fcd17f057b
remove usage of MAX_PATH_CHARACTERS in Test_MOTO() and Load_MOTO()
2019-05-07 17:25:17 +02:00
Thomas Bernard
0e0752c7d0
x11screen.c: remove usage of MAX_PATH_CHARACTERS
2019-05-07 17:25:17 +02:00
Thomas Bernard
923da28d9d
remove MAX_PATH_CHARACTERS in Define_icon()
2019-05-07 17:25:17 +02:00
Thomas Bernard
81bf106865
For_each_directory_entry: remove MAX_PATH_CHARACTER
2019-05-07 17:25:17 +02:00
Thomas Bernard
eb175c7efa
remove use of MAX_PATH_CHARACTERS in text.c
2019-05-07 17:25:17 +02:00
Thomas Bernard
cb66bfcde0
remove use of MAX_PATH_CHARACTERS in For_each_file()
2019-05-07 17:25:06 +02:00
Thomas Bernard
a95b7504a6
string length limit in .CFG is 255 chars
2019-05-07 17:25:06 +02:00
Thomas Bernard
a5d2dfab79
remove MAX_PATH_CHARACTERS in init.c
2019-05-07 17:25:06 +02:00
Thomas Bernard
efeaad5b73
Remove usage of MAX_PATH_CHARACTERS in saveini.c
2019-05-07 17:25:06 +02:00
Thomas Bernard
8f0d036fe1
remove big static strings in Init_Program()
2019-05-07 17:25:05 +02:00
Thomas Bernard
75c93b0ce4
Get_unicode_filename() can malloc() the return string
2019-05-07 17:25:05 +02:00
Thomas Bernard
a69ad46902
Get_current_directory() allocate buffer if needed
2019-05-07 17:25:05 +02:00
Thomas Bernard
f90a2331dd
Scripts_directory is now dynamically allocated
2019-05-07 17:25:05 +02:00
Thomas Bernard
b3baa57a36
Reduce usage of MAX_PATH strings in factory.c
2019-05-07 17:24:55 +02:00
Thomas Bernard
f5cc3a0aba
Remove some static length strings
...
There are too many MAX_PATH_CHARACTERS length string.
make Initial_directory, Data_directory, Config_directory
dynamically allocated.
2019-05-07 17:04:45 +02:00
Thomas Bernard
0c2ee6659a
add gfx2mem.c/.h: GFX2_malloc() to log allocation failures
2019-05-07 17:04:44 +02:00
Thomas Bernard
91e028794a
Fix UI palette remapping when pixel width > 1
...
Fixes bug #111
http://pulkomandy.tk/projects/GrafX2/ticket/111
2019-05-07 12:33:54 +02:00
Thomas Bernard
07ad86698e
htmldoc: improve display
2019-05-03 22:12:11 +02:00
Thomas Bernard
e39a8a55a9
htmldoc: add the ability to choose the skin
...
skinselector hidden when JS is disabled
or when printed
2019-05-03 22:11:48 +02:00
Thomas Bernard
deed88bed4
Improve HTML doc : add icon and "Tooltip"
2019-05-03 22:11:39 +02:00
Thomas Bernard
2aa6376895
init: move button data to init_buttons.h
2019-05-03 22:11:39 +02:00
Thomas Bernard
067e382edd
add (c) Thomas Bernard
2019-05-03 22:11:39 +02:00
Thomas Bernard
1c9813fcac
credit Romain Graillot for the Switch Port
2019-05-03 21:37:29 +02:00
Thomas Bernard
568ac6c29c
help: link to online help
2019-05-03 21:37:10 +02:00
Thomas Bernard
daef556449
credits: .GPX file format
2019-05-03 21:31:41 +02:00
Thomas Bernard
70dd6e3efd
msvc: _strdup() in input.c
2019-05-03 20:10:22 +02:00
Thomas Bernard
91c5d7833a
readline: Put cursor on clicked position
...
by default the cursor was always set at the end of the string.
Now it is where clicked.
see http://pulkomandy.tk/projects/GrafX2/ticket/103
2019-05-02 20:59:50 +02:00
Thomas Bernard
8614490026
add debug message for IFF bit depth saving
2019-05-02 15:45:14 +02:00
Romain Graillot
d36e59ca9c
Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.)
2019-04-28 11:18:23 +02:00
Romain Graillot
5d9aa6f969
Joystick smooth movement + joystick rework
2019-04-27 18:02:52 +02:00
Thomas Bernard
fcb327ce7c
move the +/- and the color preview in palette dialog
2019-04-27 14:48:29 +02:00
Thomas Bernard
b0175a22b2
Add "EHB" button in palette dialog.
...
allow to build an Amiga "Extra Half Bright" palette.
OCS/ECS rocks !
2019-04-27 13:36:46 +02:00
Thomas Bernard
159e26bb25
fix link with zlib.
...
GPX decoding uses zlib. It should be explicitely linked or else it produces
errors :
Linking ../bin/grafx2-sdl
/usr/bin/ld: ../obj/unix-sdl/miscfileformats.o: undefined reference to symbol 'uncompress'
//lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
2019-04-27 13:12:45 +02:00
Thomas Bernard
7d8ebb9cd0
GPX debug log of background and border colors
...
our C64 multicolor constraint code assumes background color #0
which is bad :(
it needs improvement !
2019-04-27 13:11:43 +02:00
Thomas Bernard
682e1a77ad
Add support for loading the C64 pixcen .GPX format
...
Pixcen is a C64 picture editor under MS Windows :
http://hammarberg.github.io/pixcen/
2019-04-27 12:03:23 +02:00
Thomas Bernard
653593ba66
Fix unicode filename compare when wchar_t is not 16bit
...
Do not use wcscmp() which takes wchar_t arguments.
wchar_t bit width is system dependent. It is often 32bits.
Grafx2 supports 16bits wide characters
fixes b49fa1dfcc6209065c79f112b364a75f0d30e2b2
2019-04-27 11:41:56 +02:00
Romain Graillot
72d87c0d2a
Fix virtual keyboard input and visual glitches
2019-04-11 19:47:49 +02:00
Thomas Bernard
da7b5d0b95
3rdparty: build and install Win32/atari/native files in specific directories
2019-03-20 15:48:54 +01:00
Thomas Bernard
b49fa1dfcc
Sort_list_of_files(): sort based on Unicode filename if available
...
This fix the problem with Win32 where the sorting was
done based on the "short filenames" such as
EXAMPLE~1.PNG, EXAMPLE~2.PNG, etc.
2019-03-20 14:16:23 +01:00
Thomas Bernard
d8793cd85a
win32: build with -mwindows
2019-03-10 22:59:06 +01:00
Thomas Bernard
1e16fe387d
appveyor: use 7z instead of zip
2019-03-09 15:15:20 +01:00
Thomas Bernard
609eb7061d
minor
2019-03-09 15:15:17 +01:00
Thomas Bernard
23e462d177
win32/MSys: fix API=win32 make
2019-03-09 14:25:35 +01:00
Thomas Bernard
0af0ac0f29
win32: COMSPEC is sometimes ComSpec
2019-03-09 14:24:16 +01:00
Thomas Bernard
d6a4c6e646
Makefile: update Win32 (COMSPEC) config
2019-02-27 01:21:50 +01:00
Thomas Bernard
b44225833b
input.c: Pass Joystick events by pointer
2019-02-22 12:00:01 +01:00
Thomas Bernard
81932d5407
fix Handle_joystick_release()
2019-02-21 09:54:57 +01:00
Thomas Bernard
01c16b488d
Log info about Joysticks
2019-02-21 09:51:03 +01:00