Commit graph

  • 4e5678818e
    one call to init_emulator Gwenhael Le Moine 2023-05-09 14:48:24 +02:00
  • ce8cb2efa5
    pretty code Gwenhael Le Moine 2023-05-09 14:47:19 +02:00
  • a95337ef81
    progname, res_name and res_class are X11-specific Gwenhael Le Moine 2023-05-09 14:41:17 +02:00
  • 2f52760345
    don't use progname in *printf( std* Gwenhael Le Moine 2023-05-09 14:37:54 +02:00
  • 43ccf59a1f
    typo Gwenhael Le Moine 2023-05-05 09:03:03 +02:00
  • 928cddc775
    correct maps makes for version 0.10.1 Gwenhael Le Moine 2023-05-05 08:59:58 +02:00
  • 0c9a849ae8
    one less ifdef in main.c Gwenhael Le Moine 2023-05-05 08:59:14 +02:00
  • e30555f554
    adapt/update manpage Gwenhael Le Moine 2023-05-05 08:57:45 +02:00
  • 6c63796863
    bump version to 0.10.0 Gwenhael Le Moine 2023-05-04 18:15:26 +02:00
  • 48dfffc7a1
    drop support of loading pre-0.4.0 state files (~/.x48ng/hp48) Gwenhael Le Moine 2023-05-04 18:09:48 +02:00
  • 5a16dc9318
    cleaning after deduplication Gwenhael Le Moine 2023-05-04 18:00:51 +02:00
  • ddc5e88d24
    deduplication Gwenhael Le Moine 2023-05-04 17:48:55 +02:00
  • 073178cd2a
    put old docs from 0.6.4 into doc_0.6.4 Gwenhael Le Moine 2023-05-04 16:45:44 +02:00
  • f743357bca
    pretty-code Gwenhael Le Moine 2023-05-04 16:09:12 +02:00
  • 76e9272d9e
    save_options() from main to x48; deduplicate exit_x48() Gwenhael Le Moine 2023-05-04 16:06:57 +02:00
  • 7b4039d65c
    Big scary shuffling of code to helpfully ease comprehension Gwenhael Le Moine 2023-05-04 15:53:39 +02:00
  • 91e7ddbee0
    deduplicate draw_nibble() Gwenhael Le Moine 2023-05-04 13:30:58 +02:00
  • 22ea5373b5
    use ctype.h {is,to}{lower,upper} functions Gwenhael Le Moine 2023-05-04 13:28:44 +02:00
  • 5322be982b
    we want timezone (and less ifdef branches) Gwenhael Le Moine 2023-05-03 16:34:17 +02:00
  • 3cfb24f88b
    deduplication Gwenhael Le Moine 2023-05-03 16:32:40 +02:00
  • 83f8c93ef1
    deduplication Gwenhael Le Moine 2023-05-03 16:22:05 +02:00
  • 915f1d1386
    drop unused HAVE_XSHM flag from Makefile Gwenhael Le Moine 2023-05-03 16:11:36 +02:00
  • c69b172736
    everybody HAVE_XSHM; deduplicate colors_sx/gx Gwenhael Le Moine 2023-05-03 16:09:50 +02:00
  • af52793518
    don't duplicate colors Gwenhael Le Moine 2023-05-03 15:08:24 +02:00
  • fbe9b228b9
    group includes Gwenhael Le Moine 2023-05-03 15:08:14 +02:00
  • 977396db4b
    inline constants.h where it belongs Gwenhael Le Moine 2023-05-03 14:48:06 +02:00
  • 5586071a0a
    code formatting Gwenhael Le Moine 2023-05-03 14:34:27 +02:00
  • c519e10418
    no need for config.h here Gwenhael Le Moine 2023-05-03 14:34:15 +02:00
  • 946629fcff
    unnecessary block ; comment in a meaningful place Gwenhael Le Moine 2023-05-03 14:33:35 +02:00
  • 2379567ded
    same emulate() for x11 and sdl1; more () ⇒ ( void ) Gwenhael Le Moine 2023-05-03 14:23:09 +02:00
  • 5fe813f4d0
    config.h is only needed in few places now Gwenhael Le Moine 2023-05-03 14:10:33 +02:00
  • 7f4c9bb191
    clean-up config.h, use pkg-config and gcc -DXXX=1 Gwenhael Le Moine 2023-05-03 13:59:26 +02:00
  • 8eeadc40eb
    be extra pedantic with FULL_WARNINGS Gwenhael Le Moine 2023-05-03 13:31:51 +02:00
  • 1fdf3526bd
    rename x48_gui to x48 like droid48 does Gwenhael Le Moine 2023-05-03 13:22:58 +02:00
  • 724e4c3e25
    inline X48NG.ad.h, not really seeing the point of havong it out Gwenhael Le Moine 2023-05-03 13:17:41 +02:00
  • 4e7a80986e
    factorize ShowConnections() Gwenhael Le Moine 2023-05-03 13:13:32 +02:00
  • 660689b7c6
    make "linter" happy Gwenhael Le Moine 2023-05-03 13:13:11 +02:00
  • 6397d8e9cd
    remove commented code; add newlines Gwenhael Le Moine 2023-05-03 13:12:29 +02:00
  • 91f33012d9
    remove unnecessary empty return; in void functions Gwenhael Le Moine 2023-05-03 13:08:53 +02:00
  • 5f18956212
    back to ( void ), I have seen the errors in my ways Gwenhael Le Moine 2023-05-03 12:51:32 +02:00
  • bf9af92b91
    read_rom actually read from its fname param instead of global variable romFileName Gwenhael Le Moine 2023-05-03 11:06:47 +02:00
  • 1b70cc798b
    endif if ⇒ elif Gwenhael Le Moine 2023-05-03 11:05:29 +02:00
  • 2b78fb7b28
    reduce divergence between x11 and sdl1 in emulate.c Gwenhael Le Moine 2023-05-03 10:54:36 +02:00
  • bfd5ef7703
    I've never seen this file from sdl version Gwenhael Le Moine 2023-05-03 10:51:15 +02:00
  • e5dc1638f9
    clang-format'ted Gwenhael Le Moine 2023-05-03 10:50:45 +02:00
  • cbfa041afc
    prefer commenting code rather that disbling it with #if 0 Gwenhael Le Moine 2023-05-03 10:40:15 +02:00
  • af965c4775
    remove debug prints Gwenhael Le Moine 2023-05-03 10:39:58 +02:00
  • 1d48f25f75
    prefer () to (void) in functions' signatures Gwenhael Le Moine 2023-05-03 10:35:15 +02:00
  • 9202d2bd3f
    remove all DEBUG code Gwenhael Le Moine 2023-05-03 10:10:53 +02:00
  • ba5a83e730
    merge GetEvent() and SDLGetEvent() into get_ui_event() Gwenhael Le Moine 2023-05-03 09:40:52 +02:00
  • 4e357f1cb1
    Merge pull request #1 from MatMoul/patch-1 gwenhael 2023-05-03 07:37:56 +02:00
  • 04cd143eca
    Update x48ng.desktop MatMoul 2023-05-02 23:27:26 +02:00
  • 1bdffaf18c
    remove literal dead file of code Gwenhael Le Moine 2023-05-02 17:00:38 +02:00
  • 8613a52817
    s/ifdef GUI_IS_*/if defined( GUI_IS_* )/g Gwenhael Le Moine 2023-05-02 16:57:24 +02:00
  • 36df3336fd
    remove what looks like dead (useless) code Gwenhael Le Moine 2023-05-02 16:42:14 +02:00
  • 4b1c6067f0
    removed never-finished SDL2 port; clean and format code Gwenhael Le Moine 2023-05-02 14:40:02 +02:00
  • 8cd7e30a5b
    [dump2rom] fix warnings by adjusting and casting types Gwenhael Le Moine 2023-05-02 14:18:12 +02:00
  • f8195e29be
    [mkcard] fix warnings by changing type of size to a consistent size_t Gwenhael Le Moine 2023-05-02 14:07:19 +02:00
  • 53144b87f9
    removed some printf and commented code Gwenhael Le Moine 2023-05-02 13:42:58 +02:00
  • 4894cc9075
    drop docker support Gwenhael Le Moine 2023-05-01 11:17:23 +02:00
  • 9461971dd3
    updated README Gwenhael Le Moine 2023-04-30 19:16:49 +02:00
  • 805090477e
    0.9.10 Gwenhael Le Moine 2023-04-30 19:10:23 +02:00
  • d5d7f22240
    better first-run script Gwenhael Le Moine 2023-04-30 19:08:53 +02:00
  • 51090dc093
    fix path in setup-x48ng-home.sh Gwenhael Le Moine 2023-04-30 18:50:24 +02:00
  • 97da416cbd
    x48ng 0.9.9 Gwenhael Le Moine 2023-04-30 18:16:13 +02:00
  • 4f36bc06c0
    x48 and x48-sdl are fully merged! Gwenhael Le Moine 2023-04-30 16:34:53 +02:00
  • 38bc8deb44
    [WIP] merginf x48 and x48-sdl Gwenhael Le Moine 2023-04-30 15:14:17 +02:00
  • 050c63e083
    show (almost) all warnings [ https://nullprogram.com/blog/2023/04/29/ ] Gwenhael Le Moine 2023-04-30 10:02:25 +02:00
  • 8b7dfbb789
    we have readline Gwenhael Le Moine 2023-04-30 10:02:15 +02:00
  • e706417212
    drop global.h, clean config.h Gwenhael Le Moine 2023-04-28 14:06:51 +02:00
  • cde7fa3821
    sync with sdl48 Gwenhael Le Moine 2023-04-27 16:56:13 +02:00
  • 96d661ae1f
    move man and Xdefaults out of src/ Gwenhael Le Moine 2023-04-27 16:38:17 +02:00
  • dfef0012a5
    rename x48_x11 to x48_gui Gwenhael Le Moine 2023-04-27 16:35:56 +02:00
  • b10ee46764
    Merge branch 'gwh' Gwenhael Le Moine 2023-04-27 16:16:08 +02:00
  • d889b97ea0
    remove GPL headers and changelogs Gwenhael Le Moine 2023-04-27 14:52:04 +02:00
  • e2b8f6772c
    clean global.h and fix some warnings Gwenhael Le Moine 2023-04-27 13:54:43 +02:00
  • b56fbf9a4d
    fix most trivial warnings and merge changes from x48-sdl Gwenhael Le Moine 2023-04-27 13:31:46 +02:00
  • 66fb6ec2c0
    remove __ProtoType__ macro Gwenhael Le Moine 2023-04-27 12:30:36 +02:00
  • 4d8afad2c4
    add and use .clang-format Gwenhael Le Moine 2023-04-27 12:15:59 +02:00
  • 9bb69e71e8
    configurable PREFIX Gwenhael Le Moine 2023-04-26 23:02:15 +02:00
  • 39d55a1f88
    fix x48.desktop binary path Gwenhael Le Moine 2023-04-26 22:51:43 +02:00
  • 319265d834
    install manpage and X defaults Gwenhael Le Moine 2023-04-26 22:49:47 +02:00
  • 4c454f9783
    add myself to AUTHORS Gwenhael Le Moine 2023-04-26 19:49:18 +02:00
  • 670dfe61e1
    add install target to Makefile Gwenhael Le Moine 2023-04-26 19:46:45 +02:00
  • b6b8397ae5
    .o Gwenhael Le Moine 2023-04-26 16:58:42 +02:00
  • 368e373ced
    [Makefile] make does it by itself Gwenhael Le Moine 2023-04-26 16:52:11 +02:00
  • 24a16d57e2
    delete autotools files, use only simple Makefile Gwenhael Le Moine 2023-04-26 16:48:46 +02:00
  • 31d94edbda
    add standalone Makefile & config.h to build without autotools Gwenhael Le Moine 2023-04-26 16:42:55 +02:00
  • a18949bd12
    inline all src/bitmaps/*.h headers Gwenhael Le Moine 2023-04-26 16:25:50 +02:00
  • b0f3e143c9
    update autoconf&Co Gwenhael Le Moine 2023-04-26 16:18:11 +02:00
  • 0df2c1e3f9
    gitignore binaries Gwenhael Le Moine 2023-04-26 16:08:03 +02:00
  • 908a01e83a
    remove references to debian and rpm Gwenhael Le Moine 2023-04-26 16:07:49 +02:00
  • fed45d6325
    drop debian and rpm Gwenhael Le Moine 2023-04-26 15:38:19 +02:00
  • b41c1f8227
    not really caring who compiled it Gwenhael Le Moine 2022-03-24 14:38:46 +01:00
  • 52b8f8ff6d
    [modernize] drop support of SOLARIS and SUNOS Gwenhael Le Moine 2022-03-24 14:16:10 +01:00
  • 33c0a11156
    format all sources Gwenhael Le Moine 2022-03-24 13:41:22 +01:00
  • b50a915e0a
    [modernize] only keep "new" function prototype style Gwenhael Le Moine 2022-03-24 11:19:16 +01:00
  • 15e517274b
    Merge pull request #5 from gwenhael-le-moine/dockerize_x48_v1 gwenhael 2020-02-11 18:54:35 +01:00
  • 14f58f8675 Adding the parts needed to run x48 in a Docker container, for more portability. Dan Witt 2020-02-08 19:58:00 -07:00
  • ae74394876
    Merge pull request #4 from fidergo-stephane-gourichon/fix_github_com_gwenhael-le-moine_x48_issues_3 gwenhael 2019-01-06 10:31:02 +01:00