Commit Graph

  • 07747d3df5 Hmm. William McBrine 2017-12-30 16:59:03 -05:00
  • 8eaad64c9b Added proper italic default fonts for X11. After Mark Hessling. William McBrine 2017-12-30 16:24:04 -05:00
  • 81ce231c62 Need extensions here, too. William McBrine 2017-12-29 06:03:20 -05:00
  • a5568e3075 Allow for varying definitions of ncurses_testdir. William McBrine 2017-12-29 05:35:53 -05:00
  • dcca4c3d60 Optional extensions for ncurses_tests. William McBrine 2017-12-29 05:24:50 -05:00
  • 738d1523ae Slightly more portable libobjs.mif. William McBrine 2017-12-29 05:18:08 -05:00
  • 7b3d4f32ce Added ncurses_tests to SDL (1 and 2). William McBrine 2017-12-29 04:38:24 -05:00
  • 931f40b5a8 The return value for signal() is standardized as void, as of C89; AC_TYPE_SIGNAL is deprecated. William McBrine 2017-12-28 19:30:28 -05:00
  • 46704f5380 Missing prototypes for bkgrnd() and bkgrndset(). William McBrine 2017-12-28 19:15:11 -05:00
  • eaff07cb64 Moved ncurses_cfg.h to demos; suppress warnings building "ncurses" demo. William McBrine 2017-12-28 18:47:29 -05:00
  • e8f5c621a0 Remove ncurses_cfg.h's dependency on config.h. William McBrine 2017-12-28 18:22:04 -05:00
  • 816fcd690a Update ncurses_tests for 5.9, and new config.h location. William McBrine 2017-12-28 16:07:28 -05:00
  • bf087f06e9 Clarify sdl1 vs. sdl2. William McBrine 2017-12-28 11:14:42 -05:00
  • 218e159229 Need a few more PDCEX declarations for SDL. William McBrine 2017-12-28 07:56:57 -05:00
  • 95fb9a50d3 SDL2 docs -> sdl.md William McBrine 2017-12-28 07:53:31 -05:00
  • 5c63bd7ce2 Windows compatibility notes. William McBrine 2017-12-28 06:22:56 -05:00
  • 0024bbd3e7 Typo. William McBrine 2017-12-28 05:16:59 -05:00
  • 3ab0e56a29 Merge branch 'master' of wendy:pdcurses William McBrine 2017-12-28 00:15:02 -05:00
  • c7434cc4dc Include string.h for all strlen(). William McBrine 2017-12-27 14:56:18 -05:00
  • 248ab7e88e Updated compiler version numbers. William McBrine 2017-12-27 07:29:00 -05:00
  • 672c8369e1 Support for XK_ISO_Left_Tab, by John P. Hartmann. William McBrine 2017-12-23 05:32:16 -05:00
  • ce44266e30 Patch by John P. Hartmann: "The redisplay for painting with visibility 1 and 2 ignores A_ALTCHARSET and as a result, the base character is displayed. The attached patch fixes this and also makes visibility 1 reverse video so that the difference between the two is just the size of the cursor." William McBrine 2017-12-22 23:22:48 -05:00
  • 836aa0dc3a More straightforward math for subpad(), plus another off-by-one error. Reported by Werner Wenzel, John Hartmann et al. William McBrine 2017-12-22 19:06:56 -05:00
  • 54f4339ac3 Misaligned soft-label keys in 4-4-4 mode. Reported by Werner Wenzel. William McBrine 2017-12-22 17:23:37 -05:00
  • b191b53e39 UNICODE is already defined in some cases. William McBrine 2017-12-22 00:25:00 -05:00
  • 156adc6e3a Expand this message to correspond. William McBrine 2017-12-21 22:57:31 -05:00
  • ba71e55eeb Make the README and bccos2.mak agree. But I honestly have no idea if Borland C for OS/2 still works. William McBrine 2017-12-21 17:30:38 -05:00
  • a4d10673e3 We only support Open Watcom 1.8+. William McBrine 2017-12-21 17:16:33 -05:00
  • 54949fe3bf Per Microsoft recommendations, "Win32" is passe. (Not changing filenames yet to avoid problems.) William McBrine 2017-12-21 16:14:02 -05:00
  • 2049dccd97 Missed one. William McBrine 2017-12-21 10:09:37 -05:00
  • cfd26fd8bc Don't strip the exes in DEBUG=Y mode. After Simon Sobisch. William McBrine 2017-12-19 18:15:59 -05:00
  • e8d28bb305 Actually, I'm pretty sure that broke DLLs for EMX, so let's drop that support. William McBrine 2017-12-19 10:03:03 -05:00
  • c9b1b9c5f4 The .def files aren't needed if we mark the functions with PDCEX. After Bill Gray and Simon Sobisch. OS/2, SDL not tested. William McBrine 2017-12-19 09:57:24 -05:00
  • 0b1e87bdcd Allow building SDL2 with versions before 2.0.5. William McBrine 2017-12-18 13:19:36 -05:00
  • 096b8a83c4 Redundant SDLK_PAUSE entries. William McBrine 2017-12-18 10:55:37 -05:00
  • 61be83d325 Long lines. William McBrine 2017-12-18 10:46:48 -05:00
  • 13d94f524f This would be the correct solution, except that SDL_GetWindowBordersSize() is currently only supported for X11. Argh. William McBrine 2017-12-18 10:15:29 -05:00
  • bbc8bf6691 Resize maximums for SDL. To Do: The size returned for SDL2 is still too optimistic. William McBrine 2017-12-18 08:41:04 -05:00
  • c174432941 Need key_code set here too. William McBrine 2017-12-17 16:28:26 -05:00
  • 311511c5dd Manual resizing seems to work fine; not sure why it was disabled. Programmatic resizing, on the other hand... William McBrine 2017-12-17 15:41:34 -05:00
  • faa4f4dc0f Different platform name. William McBrine 2017-12-17 14:22:37 -05:00
  • 6076a8ba81 Same patch as SDL1. William McBrine 2017-12-17 14:21:44 -05:00
  • 5dbcf9dda6 pkg-config doesn't work for me; sdl2-config does. Should look further into. William McBrine 2017-12-17 14:14:27 -05:00
  • 3a6999732b No longer needed / doesn't work. William McBrine 2017-12-17 14:10:18 -05:00
  • 35ba0d4d21 Merge pull request #14 from rgson/master William McBrine 2017-12-17 14:03:51 -05:00
  • 6a9fb2078d Need to set SP->key_code here as well. William McBrine 2017-12-17 01:09:31 -05:00
  • 1d9fc21ce6 SP->key_code wasn't set to TRUE for KEY_MOUSE presses. Now it is. Bill-Gray 2016-03-27 22:00:52 -04:00
  • 53d7167451 Added Super keys Bill-Gray 2016-01-24 13:25:19 -05:00
  • e22781b57f This too. William McBrine 2017-12-16 22:49:08 -05:00
  • c02760df37 Corrected prototype docs. William McBrine 2017-12-16 22:45:11 -05:00
  • 2ba7800650 debug: don't log traceon() call until after it's enabled ellie timoney 2017-10-23 00:35:38 +11:00
  • 0cc4f49e05 Cygwin defines __CYGWIN__, doesn't define __CYGWIN32__. After Simon Sobisch and Bill Gray. William McBrine 2017-12-12 09:03:01 -05:00
  • 9fc059fedc Spacing; some more appropriate integer types; spelling. After Bill Gray. William McBrine 2017-12-11 10:49:03 -05:00
  • 756377a1d1 Simpler. William McBrine 2017-12-11 07:12:34 -05:00
  • d6e8fce486 Update SDL docs to cover TTF mode. William McBrine 2017-12-10 23:45:47 -05:00
  • d679a5315d SDL events need to keep pumping through non-input delays. (Really messed up on current macOS before this change.) William McBrine 2017-12-10 21:39:16 -05:00
  • 8b67899cc0 Warning suppression for DMC. William McBrine 2017-12-10 09:08:21 -05:00
  • cbcbc94b5e Remove remaining LCC ifdefs. William McBrine 2017-12-09 13:40:06 -05:00
  • d25b66a06a Dropped support for LCC-Win32. William McBrine 2017-12-09 12:35:17 -05:00
  • d855ece41b Updated for the latest free Embarcadero/Borland compiler. William McBrine 2017-12-09 11:47:20 -05:00
  • b28a1cc85c Merge branch 'master' of wendy:pdcurses William McBrine 2017-12-08 15:11:12 -05:00
  • 81685aa588 Redundant. William McBrine 2017-12-08 14:45:40 -05:00
  • a5a0bcbbd8 Kill new link warning in 64-bit MSVC. William McBrine 2017-12-08 13:43:11 -05:00
  • 61fa76c6e3 Merge branch 'master' of wendy:pdcurses William McBrine 2017-12-07 21:41:31 -05:00
  • 129c23d181 Allow for building the DLL under 64-bit Windows. William McBrine 2017-12-07 21:37:01 -05:00
  • 4a9831a969 More doc corrections. William McBrine 2017-12-06 22:11:40 -05:00
  • ae32ac4888 Updated resize_term() documentation. (SDL, overdue, and Win32 user, new.) William McBrine 2017-12-06 21:48:21 -05:00
  • f52f0e354a User resizing for the Win32 console (recent Windows versions only). William McBrine 2017-12-06 21:36:22 -05:00
  • e90afb66d7 Merge pull request #9 from klamonte/x11-cursor-position William McBrine 2017-12-06 10:08:49 -05:00
  • 7268494af3 Typo since 3.0. Reported by Peter Hull. William McBrine 2017-06-02 16:23:50 -04:00
  • 3c4c8c53ce Merge pull request #13 from alexanderkjackson/master William McBrine 2017-03-27 18:46:59 -04:00
  • 13845c4c2d Merge pull request #15 from raphnet/pad_origin William McBrine 2017-03-27 18:38:56 -04:00
  • e2e9962a13 Spacing. William McBrine 2017-03-27 18:12:06 -04:00
  • 5880513121 set begx/begy to zero in newpad() Raphael Assenat 2016-12-17 16:26:18 -05:00
  • 038efeca8d Add SDL2 to main README Robin Gustafsson 2016-11-21 21:26:18 +01:00
  • 24455f5565 Disable manual window resizing of default SDL window Robin Gustafsson 2016-11-21 12:12:39 +01:00
  • 4f87bc9973 Implement proper text input through the SDL2 TextInput API Robin Gustafsson 2016-11-19 01:30:38 +01:00
  • 586d3bfca7 Update SDL2 documentation Robin Gustafsson 2016-11-19 01:19:27 +01:00
  • 7bc6004e82 Update mouse wheel support to use the SDL_MOUSEWHEEL event Robin Gustafsson 2016-11-13 20:07:26 +01:00
  • d4557e64a1 Update SDL2 to better match the current behavior of the SDL1 port Robin Gustafsson 2016-11-19 01:05:57 +01:00
  • 59bdf9dbae Merge remote-tracking branch 'wmcbrine/PDCurses/master' into merge/wmcbrine Robin Gustafsson 2016-11-19 01:43:22 +01:00
  • 110a16157a Remove obsolete and untested Makefile Robin Gustafsson 2016-11-17 17:09:23 +01:00
  • 344e7faae5 Use pdc_window to determine SDL ownership instead Robin Gustafsson 2016-11-11 20:20:13 +01:00
  • 404824994c Fix SDL2 rendering Robin Gustafsson 2016-11-10 23:00:52 +01:00
  • e7812428c7 Replace some missed SDL1 code in the SDL2 port Robin Gustafsson 2016-11-10 21:06:32 +01:00
  • 29c2076d87 Fix call to SDL_SetWindowTitle Robin Gustafsson 2016-11-10 20:36:12 +01:00
  • 242dc680cb Correct the capitalization of SDL2_ttf for pkg-config Robin Gustafsson 2016-11-10 20:19:58 +01:00
  • 5575c1fdca Fix non-uniform code formatting and trailing whitespace Robin Gustafsson 2016-11-19 01:25:02 +01:00
  • de5bc06453 Create new SDL2 port based on Laura Michaels' patch Robin Gustafsson 2016-11-10 17:35:59 +01:00
  • 39b3631fc8 Check for MinGW to prevent INFOEX redefinitions Alexander Jackson 2016-09-27 16:32:49 -05:00
  • 0c0c8c9efb Fix blinking cursor for clients that call move() more frequently than cursorBlinkRate Kevin Lamonte 2016-05-01 15:04:55 -04:00
  • dc1d35e8a2 TTF and 16-bit Unicode output for SDL 1.2, after Laura Michaels. ("make WIDE=Y" builds against SDL_ttf, if available.) William McBrine 2016-02-13 12:42:16 -05:00
  • 0d7e8edd7c Warning suppression. William McBrine 2016-02-07 11:23:59 -05:00
  • 850a957359 Parameters not given here. William McBrine 2016-02-07 11:17:05 -05:00
  • d4f3231c6e Move configure script etc. to the x11 directory. William McBrine 2016-01-12 01:06:59 -05:00
  • 701d7821dc Remaining Id tags. William McBrine 2016-01-10 13:37:18 -05:00
  • a78a0953a4 Excess spaces. William McBrine 2016-01-10 02:45:42 -05:00
  • a0b23da381 All documentation to markdown format; removed some redundancies. William McBrine 2016-01-10 02:40:20 -05:00
  • d74ee76dd6 Indent William McBrine 2016-01-07 14:06:36 -05:00
  • cb7d82fc4b Man page sections reformatted slightly, markdown-style. William McBrine 2016-01-07 10:44:04 -05:00