Commit Graph

  • 9a084bca66
    minor fixes for MacOS Thomas BERNARD 2019-07-13 17:41:21 +02:00
  • 74fd2c8584 recoil 4.3.1 => 4.3.2 Thomas Bernard 2019-07-16 00:29:48 +02:00
  • f0bfce4337
    update palette dialog help about key shortcuts Thomas Bernard 2019-05-31 01:01:10 +02:00
  • eae1ce9856
    palette help: fix/complet palette scaling Thomas Bernard 2019-05-31 00:46:24 +02:00
  • 964ca7368a
    gitlab-ci: disable atari and switch build Thomas Bernard 2019-07-16 00:24:33 +02:00
  • 40bfbb4f9b
    gitlab-pages: conditionnaly echoes URLs for cross compilations Thomas Bernard 2019-07-16 00:19:40 +02:00
  • a8908dabb1 fix release of SHIFT (win32) Thomas Bernard 2019-07-12 23:36:27 +02:00
  • f59e65f528
    Fix "snap axis" which was accidentally disabled for non SDL versions Thomas Bernard 2019-07-08 23:28:49 +02:00
  • cc99578f38
    freetype 2.10.0 => 2.10.1 Thomas Bernard 2019-07-05 00:00:38 +02:00
  • f05bb8b88d
    update to SDL2-image 2.0.5 Thomas Bernard 2019-07-04 23:34:10 +02:00
  • 21f815e2cd fix loading of some palette and gray PNGs Thomas Bernard 2019-07-02 00:09:09 +02:00
  • 1f6ceeaa3a
    support libpng compiled without iTXt support Thomas Bernard 2019-06-29 11:03:14 +02:00
  • 836ad157fa Load_PNG(): add debug messages and code comments Thomas Bernard 2019-06-29 10:25:57 +02:00
  • a59aab8a31 Fix loading of Grayscale + Alpha PNG's Thomas Bernard 2019-06-29 10:25:17 +02:00
  • b4abb9edff SaveGIF(): remove compilation warning Thomas Bernard 2019-06-29 10:24:29 +02:00
  • dbaa8137e9
    Fix htmldoc Thomas Bernard 2019-06-26 23:36:07 +02:00
  • 788d05111a SDL2 / X11 : implement Get_Key_modifiers() Thomas Bernard 2019-06-10 21:38:07 +02:00
  • db5feb25b6 show colors in status bar in the correct range (Gamma + RGB range) Thomas Bernard 2019-06-09 20:32:44 +02:00
  • 11004d048a readline.c: remove spaces before EOL Thomas Bernard 2019-06-09 20:07:20 +02:00
  • f35b659ce9
    fix double keystokes with SDL2 Thomas Bernard 2019-06-09 20:06:03 +02:00
  • 41e25d2204
    Save_IFF(): save CAMG chunk and detect EHB Thomas Bernard 2019-06-09 02:03:13 +02:00
  • 0d821b178b
    LoadIFF(): debug output about DPI and CAMG Thomas Bernard 2019-06-09 02:02:48 +02:00
  • 5a711ebd23
    add -v option when running within valgrind Thomas Bernard 2019-06-09 02:01:35 +02:00
  • 0d646e8eff fix palette color cursor update Thomas Bernard 2019-06-08 12:22:18 +02:00
  • 24bcf17ceb check error in Load_GIF() Thomas Bernard 2019-05-31 21:24:34 +02:00
  • 58eaeda164 Win32: browse Network Neighborhood Thomas Bernard 2019-02-11 15:47:34 +01:00
  • 282b472b71
    build unicode fonts Thomas Bernard 2019-05-28 17:03:29 +02:00
  • ee2ae58ed1
    Add tool to generate unicode font for greek and hiragana (jp) Thomas Bernard 2019-05-28 16:39:02 +02:00
  • 01d67bcfcc
    add hiragana and katakana test filenames Thomas Bernard 2019-05-28 16:45:36 +02:00
  • e2a52d4d94
    Add greek filename Thomas Bernard 2019-05-28 10:15:50 +02:00
  • 31634ccec0
    fix tools/sdl_image_test/.gitignore Thomas Bernard 2019-05-28 16:30:45 +02:00
  • c46dbe9132 win32: Memory_free() uses GlobalMemoryStatusEx() when available Thomas Bernard 2019-05-28 14:24:34 +02:00
  • bf51f0d382 win32: check GetDiskFreeSpaceExA() return value Thomas Bernard 2019-05-28 14:23:17 +02:00
  • 08f12baaba fix generateversion.vcxproj "Rebuild" command Thomas Bernard 2019-05-28 14:21:07 +02:00
  • 2680ee40a0
    Save_GIF(): fix update of nb_bits after writing last code Thomas Bernard 2019-05-30 08:25:30 +02:00
  • a0b60f2e49
    win32: fix long path display in fileselector Thomas Bernard 2019-05-28 18:40:14 +02:00
  • 44d36c94dc Fix Switch port build Romain Graillot 2019-05-29 19:53:10 +02:00
  • 6f97932ae1
    win32: lua getfilename() returns long file name (converted to UTF8) Thomas Bernard 2019-05-28 16:07:27 +02:00
  • 5a292d744e fix wrong allocation size Thomas Bernard 2019-05-28 16:02:44 +02:00
  • be30792e93
    Save the "working" palette in palette editor Thomas Bernard 2019-05-27 10:16:53 +02:00
  • d2777d79cb
    add a Sega Mega Drive / Genesis drawing mode Thomas Bernard 2019-05-21 22:40:28 +02:00
  • 537334f327
    win32: silent 2 warnings Thomas Bernard 2019-05-24 10:55:00 +02:00
  • d287d55710
    do not use MAX_PATH anymore in main.c Thomas Bernard 2019-05-23 13:14:06 +02:00
  • fdb317ebdf
    fix retrieval of program path for MinGW builds without sdl Thomas Bernard 2019-05-23 11:42:25 +02:00
  • cb78ac6136
    win32: fix Get_current_directory() for unicode directories Thomas Bernard 2019-05-23 11:37:57 +02:00
  • d4aa63964d
    io.c: include <stdlib.h> to use free() Thomas Bernard 2019-05-21 21:53:13 +02:00
  • 16ecf7fb0a
    fix API=x11 build Thomas Bernard 2019-05-21 21:52:31 +02:00
  • 562f5acd9a
    SDL1.x/x11: try to get window state (maximized, etc.) Thomas Bernard 2019-05-21 21:51:23 +02:00
  • 2d645edbc0 win32: save the "not maximized" window size Thomas Bernard 2019-05-21 20:45:21 +02:00
  • 31d3719f26
    SDL2: log SDL_WINDOWEVENT_MINIMIZED / SDL_WINDOWEVENT_MAXIMIZED / SDL_WINDOWEVENT_RESTORED Thomas Bernard 2019-05-21 17:23:40 +02:00
  • d5cd358d72
    do not disable magnifier when loading a picture if possible Thomas Bernard 2019-05-21 14:18:12 +02:00
  • a41793ea04
    fix Best_video_mode() limit to 1024x768 Thomas Bernard 2019-05-21 13:13:27 +02:00
  • 02c48d70cf
    Load_PKM() log what is origin screen dimensions Thomas Bernard 2019-05-21 13:11:41 +02:00
  • d8f30b5a8d
    fix Merge_layer() prototype Thomas Bernard 2019-05-11 11:46:20 +02:00
  • 1dc7c746a2 SDL/SDL2: log more events Thomas Bernard 2019-05-19 00:06:23 +02:00
  • e3a923c2bc ignore QUIT messages from the system during the quit dialog Thomas Bernard 2019-05-19 00:04:26 +02:00
  • cbc6b96639
    more debug output in Get_config_directory() and Get_program_directory() Thomas Bernard 2019-05-16 12:29:20 +02:00
  • 0eb715bd17
    better error handling in Extract_path() Thomas Bernard 2019-05-16 12:28:11 +02:00
  • 01c67739d1
    Add debug output Thomas Bernard 2019-05-16 11:52:37 +02:00
  • 450d5f06a4
    Allow Analyze_command_line() to be executed earlier Thomas Bernard 2019-05-16 11:51:07 +02:00
  • a96d0289f4
    make install: install gfx2.png as well Thomas Bernard 2019-05-16 10:46:20 +02:00
  • b04f26cac0 win32: Load FileName from clipboard as well Thomas Bernard 2019-05-11 12:36:55 +02:00
  • b170fce29d
    change directory and highlight file when pasting a file path Thomas Bernard 2019-05-10 12:55:39 +02:00
  • 123fa86936
    X11 clipboard: support pasting of filenames Thomas Bernard 2019-05-04 01:00:42 +02:00
  • 583d646b26
    X11 clipboard paste : support several formats Thomas Bernard 2019-03-18 10:44:07 +01:00
  • d24dd3e1a9
    X11 Drag'n'drop: debug log of supported formats Thomas Bernard 2019-03-18 10:42:14 +01:00
  • 58bf9e73c1
    use DEFAULT_SKIN_FILENAME and DEFAULT_FONT_FILENAME Thomas Bernard 2019-05-09 22:59:12 +02:00
  • b86871d3bc
    update www links in helpfile.h Thomas Bernard 2019-05-08 16:58:47 +02:00
  • 387e66068e Add gfx2mem.h/.c to MS Visual Studio projects Thomas Bernard 2019-05-10 10:46:54 +02:00
  • c051ac2189
    use GFX2_malloc() to log allocation errors Thomas Bernard 2019-05-04 17:52:34 +02:00
  • 7f78f3ec72
    Win32: open a console for debugging when -v option is passed Thomas Bernard 2019-02-20 13:25:08 +01:00
  • b5d61472e5
    factory.c: remove static selected_file[] string buffer Thomas Bernard 2019-02-20 11:08:13 +01:00
  • 05175292a6
    several fixes for WIN32 Thomas Bernard 2019-02-19 17:10:16 +01:00
  • 7d5f287737
    Change Selector_filename to Selector->filename Thomas Bernard 2019-02-19 15:13:55 +01:00
  • 030b7fa9b8
    Remove usage of MAX_PATH_CHARACTERS in loadsave.c Thomas Bernard 2019-02-18 16:14:24 +01:00
  • 4bbb4f142d
    Remove usage of MAX_PATH_CHARACTERS in loadrecoil.c Thomas Bernard 2019-02-18 16:11:32 +01:00
  • e0401e8205
    Remove usage of MAX_PATH_CHARACTERS in filesel.c Thomas Bernard 2019-02-18 16:10:08 +01:00
  • c85a703aa0
    Button_autosave() use unicode filename too Thomas Bernard 2019-02-18 16:00:09 +01:00
  • 6e83791dde
    Improve Print_current_directory() Thomas Bernard 2019-02-18 09:48:30 +01:00
  • 9886872c8a
    T_IO_Context Original_file_name and Original_file_directory are now dynamically allocated Thomas Bernard 2019-02-18 09:08:47 +01:00
  • 11ddd669b3
    Remove some static length strings Thomas Bernard 2019-01-14 12:19:47 +01:00
  • fc3e424922
    shut up Warning about Pixel_figure_no_screen() Thomas Bernard 2019-02-15 15:22:35 +01:00
  • 758807e746
    fix compilation warning in Load_INI() Thomas Bernard 2019-02-15 14:36:07 +01:00
  • 651d12b87b
    get rid of MAX_PATH_CHARACTERS in factory.c Thomas Bernard 2019-02-15 13:09:06 +01:00
  • 79446a9c72
    get rid of MAX_PATH_CHARACTERS in T_Page and T_Selector_Settings Thomas Bernard 2019-02-15 13:03:18 +01:00
  • 98811b6363
    Get rid of Get_full_filename() Thomas Bernard 2019-02-14 23:12:41 +01:00
  • c6781cd7cd
    Brush_file_directory, Brush_filename, Brush_filename_unicode are no longer static strings Thomas Bernard 2019-01-18 19:54:33 +01:00
  • fcd17f057b
    remove usage of MAX_PATH_CHARACTERS in Test_MOTO() and Load_MOTO() Thomas Bernard 2019-01-18 18:23:30 +01:00
  • 0e0752c7d0
    x11screen.c: remove usage of MAX_PATH_CHARACTERS Thomas Bernard 2019-01-18 18:01:47 +01:00
  • 923da28d9d
    remove MAX_PATH_CHARACTERS in Define_icon() Thomas Bernard 2019-01-18 17:08:50 +01:00
  • 81bf106865
    For_each_directory_entry: remove MAX_PATH_CHARACTER Thomas Bernard 2019-01-18 16:57:03 +01:00
  • eb175c7efa
    remove use of MAX_PATH_CHARACTERS in text.c Thomas Bernard 2019-01-18 13:50:31 +01:00
  • cb66bfcde0
    remove use of MAX_PATH_CHARACTERS in For_each_file() Thomas Bernard 2019-01-18 13:49:23 +01:00
  • a95b7504a6
    string length limit in .CFG is 255 chars Thomas Bernard 2019-01-18 13:00:59 +01:00
  • a5d2dfab79
    remove MAX_PATH_CHARACTERS in init.c Thomas Bernard 2019-01-18 12:59:25 +01:00
  • efeaad5b73
    Remove usage of MAX_PATH_CHARACTERS in saveini.c Thomas Bernard 2019-01-18 12:34:12 +01:00
  • 8f0d036fe1
    remove big static strings in Init_Program() Thomas Bernard 2019-01-15 17:20:08 +01:00
  • 75c93b0ce4
    Get_unicode_filename() can malloc() the return string Thomas Bernard 2019-01-15 17:18:34 +01:00
  • a69ad46902
    Get_current_directory() allocate buffer if needed Thomas Bernard 2019-01-15 14:14:10 +01:00
  • f90a2331dd
    Scripts_directory is now dynamically allocated Thomas Bernard 2019-01-15 13:23:00 +01:00