Commit Graph

  • b377549532 Part 2 - some doc updates William McBrine 2019-02-09 07:56:30 -05:00
  • 5471eb94a4 Assume HAVE_XPM (part 1); convert default icons to xpm. This fixes the non-display of the default icons in Ubuntu. Should investigate more... William McBrine 2019-02-09 07:19:39 -05:00
  • bb87f9d95a Find the X libraries in some additional locations. After Mark Hessling. William McBrine 2019-02-08 18:18:50 -05:00
  • b1527d00ae Updated web page for 3.8. William McBrine 2019-02-02 10:42:53 -05:00
  • ea52870929 It's always something. William McBrine 2019-02-02 10:40:39 -05:00
  • 2467ab2b6c Updated for 3.8. William McBrine 2019-02-02 06:37:20 -05:00
  • b9aca8a517 and this William McBrine 2019-02-01 08:46:42 -05:00
  • b9ef1a3795 INCLUDE_PATH isn't working in EMX for some reason. William McBrine 2019-02-01 03:15:03 -05:00
  • 4a15672341 Rebranding -- it's still public domain, but I'll no longer refer to it as "Public Domain Curses". (Outside of the official docs, no one ever did, anyway.) William McBrine 2019-01-30 15:32:02 -05:00
  • 07ab134f06 Renamed files to fit in 8.3, be (slightly) more informative. William McBrine 2019-01-30 11:05:57 -05:00
  • f791b1fc8b New location. William McBrine 2019-01-30 10:32:05 -05:00
  • 565b258a9f Moved xbm icons to common, in preparation. William McBrine 2019-01-29 18:09:06 -05:00
  • aca8459686 An option that's needed for Borland OS/2 (kill unused parameter warnings). William McBrine 2019-01-28 12:47:50 -05:00
  • 5fa56051c0 Options that are no longer / were never needed for Borland DOS. William McBrine 2019-01-28 12:45:17 -05:00
  • 326745da1d Should be a tab here William McBrine 2019-01-28 11:45:26 -05:00
  • eb2a2d25b6 and this William McBrine 2019-01-26 17:05:53 -05:00
  • 4bf307269c Some more commonality for the Watcom makefiles. William McBrine 2019-01-26 16:25:28 -05:00
  • a4391db2e8 Consolidated Watcom makefiles for DOS, after Tee-Kiah Chia; added MODEL option to Makefile.bcc for consistency. William McBrine 2019-01-24 19:18:59 -05:00
  • d3bd9a1cd2 Spacing William McBrine 2019-01-24 14:25:55 -05:00
  • a2d3c4dd85 Forward slashes work as a path separator pretty much everywhere. The backslashes failed in the VT and SDLn flavors when compiled on non-MS platforms. Bill-Gray 2018-12-04 20:29:28 -05:00
  • 3995280943 xcurses.h and xpanel.h are long abandoned, but were still described in the documentation. William McBrine 2019-01-24 10:54:11 -05:00
  • ec8c24c1a0 Never mind, these are still pretty crap. William McBrine 2019-01-24 10:28:13 -05:00
  • ac3bd5ee12 Add a PDC_VERSION flag for RGB. William McBrine 2019-01-22 19:31:53 -05:00
  • 974cff3d08 Doc update. William McBrine 2019-01-21 12:22:44 -05:00
  • 26a8243e80 Revised panel intro to reflect that it's not a separate library in PDCurses. William McBrine 2019-01-21 12:21:11 -05:00
  • 74c33118cf Same here. William McBrine 2019-01-21 12:02:01 -05:00
  • 9759362144 Added a half-assed explanation of vwprintw() vs. vw_printw(). I don't really want to go into it. William McBrine 2019-01-21 11:58:14 -05:00
  • 532201c67f Document wget_wch() and unget_wch(). William McBrine 2019-01-21 11:26:58 -05:00
  • 44ace3fd55 Documeny border_set(), etc. William McBrine 2019-01-21 10:27:24 -05:00
  • e962fecf6f Document wbkgrnd(), wbkgrndset() and wgetbkgrnd(). William McBrine 2019-01-21 10:18:56 -05:00
  • 509c60bbbd Document chgat(), color_set(), attr_get(), etc. William McBrine 2019-01-21 10:01:47 -05:00
  • be7e6d3bce Doc update. William McBrine 2019-01-20 23:26:37 -05:00
  • 91d4930728 Simpler chtype description. William McBrine 2019-01-20 23:00:13 -05:00
  • 69ac4ffd6f Indent table in description to preserve formatting. William McBrine 2019-01-20 22:53:14 -05:00
  • 48aab90fbe Document init_color() and color_content(). William McBrine 2019-01-20 22:48:58 -05:00
  • 9b493204fb PDC_VERSION and PDC_get_version(), to provide run-time version info. Suggestion of Simon Sobisch, inspired by Bill Gray and SDL_VERSION. William McBrine 2019-01-20 17:54:46 -05:00
  • ac444a4ae5 Define mmask_t simliarly to chtype, to keep it to 32 bits. William McBrine 2019-01-20 14:30:09 -05:00
  • e68e72fb2c Use mmask_t for the "classic" mouse interface, where appropriate. William McBrine 2019-01-20 14:22:54 -05:00
  • e2900296b6 These functions have done nothing for 20 years; I think it's safe to say they never will. William McBrine 2019-01-20 13:48:52 -05:00
  • 06a8910def Here too. William McBrine 2019-01-18 23:13:06 -05:00
  • 94e01fe604 hanoi now requires -lm William McBrine 2019-01-18 22:57:33 -05:00
  • 5abce67c1a Add a few more ncurses_tests; update to 6.1. William McBrine 2019-01-18 19:23:47 -05:00
  • 991dd5d816 And also the source packages. This isn't really useful anymore... GitHub does it better. William McBrine 2019-01-13 13:41:13 -05:00
  • fc12fadc30 Remove the ability to build BBS-ready binary packages. William McBrine 2019-01-13 13:37:51 -05:00
  • 63d8c5308f Simplified Makefile descriptions; removed version commitments. William McBrine 2019-01-13 13:14:04 -05:00
  • 6b2f046eb9 Use the proper MinGW dev libraries for SDL. This supports both 32- and 64-bit builds. William McBrine 2019-01-12 00:14:00 -05:00
  • 18d6f29479 SDL2 DLL is only set up for Windows. William McBrine 2019-01-11 19:22:06 -05:00
  • 6a2c9dc8f7 Build SDL2 demos in "Windows" mode (i.e. no controlling terminal) with MSVC, as with MinGW. William McBrine 2019-01-11 18:32:15 -05:00
  • 7559fec119 Same for SDL1. William McBrine 2019-01-08 05:52:34 -05:00
  • 3f2336ad81 Same for Makefile.vc. William McBrine 2019-01-07 21:38:17 -05:00
  • ca04e38d83 Apply SDL includes/libraries only as needed. William McBrine 2019-01-07 20:30:06 -05:00
  • 6a07c555a5 Mention "mingw32-make" and the separate demo build target. William McBrine 2019-01-07 12:36:58 -05:00
  • 1bf3592453 Update SDL docs. William McBrine 2019-01-07 12:10:32 -05:00
  • a04b8f4baa Align with SDL2 -- build pdcurses.a (not libpdcurses.a). William McBrine 2019-01-07 12:09:43 -05:00
  • e1fa07a62e Allow building the DLL with MinGW for SDL. (This changes the non-DLL library name from libpdcurses.a to pdcurses.a.) William McBrine 2019-01-06 19:34:38 -05:00
  • b036e02965 Document PDC_VERDOT. William McBrine 2019-01-06 13:30:24 -05:00
  • d164f65102 A few trailing spaces slipped through. William McBrine 2019-01-06 06:05:03 -05:00
  • 402441b9bf Use __DATE__ for curses_version() instead of hardwiring the year. I'm not sure this is ideal, either. William McBrine 2019-01-06 05:45:11 -05:00
  • af16a73b89 More detailed version numbering, partly after Simon Sobisch; replace hardwired version numbers elsewhere with these. William McBrine 2019-01-06 02:16:34 -05:00
  • 6cbb0fed03 Derive xcurses-config's verdot from configure[.ac]. William McBrine 2019-01-06 00:19:11 -05:00
  • 9634e66932 DLL icons deprecated. William McBrine 2019-01-05 20:47:44 -05:00
  • 49c9ae8c57 This version displays all the fields. William McBrine 2019-01-05 20:27:05 -05:00
  • 2555f6196d Add the resource file to MinGW build of the wincon DLL. To Do: Very little of this info is showing up in the DLL's Properties (either compiler). William McBrine 2019-01-05 12:41:04 -05:00
  • fa5c9d76eb Generalized comment William McBrine 2019-01-04 17:01:01 -05:00
  • 5d0bc1569e Move SDL_MAIN_HANDLED to sdltest.c (the only place it's needed). Seems to have no effect outside of MSVC. William McBrine 2019-01-04 16:51:02 -05:00
  • 512f54b01b Build sdltest.exe from Makefile.vc. Could be streamlined? William McBrine 2019-01-03 22:14:09 -05:00
  • ac51ac8e59 If anyone comes to docs/ looking for... docs... redirect them to man/. William McBrine 2019-01-03 09:10:56 -05:00
  • 79445686c3 Python 3 doesn't like "file". William McBrine 2019-01-02 11:53:32 -05:00
  • b3dc6cfff7 T.H.'s update rect clipper broke sdltest, because it didn't take the offsets into account for a non-owned window. William McBrine 2019-01-01 14:34:35 -05:00
  • 4235c02ae9 History for 3.7. William McBrine 2018-12-31 22:03:58 -05:00
  • ddf3104829 Updated configure for 3.7. William McBrine 2018-12-31 17:20:14 -05:00
  • 1ddcff4428 Updated for 3.7. William McBrine 2018-12-31 17:13:36 -05:00
  • 4fbb2c2d9b I'm 99% sure that no one uses these, and 100% that no one should. William McBrine 2018-12-31 11:43:31 -05:00
  • b7846ecb15 SP->resized is used in a non-boolean way in x11. William McBrine 2018-12-31 09:35:54 -05:00
  • 3d26ce6b90 The standard says false and true are macros for 0 and 1, so just do this. William McBrine 2018-12-31 09:20:19 -05:00
  • 8a032ef98d Here too. William McBrine 2018-12-31 05:26:56 -05:00
  • c28655a754 SDL defines HAVE_VSNPRINTF and HAVE_VSSCANF, without guards, so include it first. William McBrine 2018-12-31 05:24:44 -05:00
  • ccf726dac8 oops William McBrine 2018-12-31 05:20:00 -05:00
  • b781bfb336 More redundant, unclear comments. William McBrine 2018-12-31 03:12:26 -05:00
  • 4af5826e36 ugh William McBrine 2018-12-31 01:59:58 -05:00
  • 2faa14187f Test for C99 only once. William McBrine 2018-12-31 00:09:48 -05:00
  • e30cbe2754 LIBDEPS is not needed. William McBrine 2018-12-30 23:49:42 -05:00
  • a4306c3214 Standardize MSVC options as lowercase with dash delimiters. William McBrine 2018-12-30 23:48:40 -05:00
  • 0593332533 Slight error in documentation. Bill-Gray 2018-12-27 22:33:19 -05:00
  • e2af1f11f5 SDL2: Don't assume we got the requested size Tim Hentenaar 2018-06-04 00:44:35 +02:00
  • 416e22baf9 Use BlitSurface() instead of LowerBlit(), per JP Cimalando and Tim Hentenaar; clip update rects, by Tim Hentenaar. These changes avoid some crashes when resizing. William McBrine 2018-12-29 21:47:03 -05:00
  • 4f716249ac NULL is ANSI; spacing. William McBrine 2018-12-29 14:32:55 -05:00
  • 9b0616d5e5 Assume C99 == HAVE_VSSCANF and HAVE_VSNPRINTF; remove the defines from the SDL Makefiles. William McBrine 2018-12-29 12:55:53 -05:00
  • b5d76acd28 Use stdbool.h to define bool, in C99 and later; allow it to be included before curses.h; redundantly-named section headers. William McBrine 2018-12-29 08:55:02 -05:00
  • 3d2c32ce35 Demo build fix for Borland. William McBrine 2018-12-29 06:53:53 -05:00
  • 13889c2fe8 __cplusplus is standard; the others are unneeded. William McBrine 2018-12-29 06:38:15 -05:00
  • 2b9bb5d0c8 Avoid potential conflict with ncurses by having apps define PDC_NCMOUSE before including curses.h, to invoke the ncurses-style mouse interface, instead of NCURSES_MOUSE_VERSION. (The old way will also still work.) After Simon Sobisch (see PR #33). William McBrine 2018-12-28 10:42:15 -05:00
  • 83105e85de Link to MANUAL.md from USERS.md. William McBrine 2018-12-27 12:02:19 -05:00
  • e13c40fe33 https for the Open Group William McBrine 2018-12-27 10:04:27 -05:00
  • 7782a6712b New way to do docs. William McBrine 2018-12-27 10:01:03 -05:00
  • 2752485aa5 Favicon William McBrine 2018-12-27 09:35:18 -05:00
  • 184d2d4b29 Documentation re-org. The "man page" document, minus the intro, is now included. William McBrine 2018-12-27 08:11:31 -05:00
  • 1019e48d0d Ditch manext.c; update man/README.md. William McBrine 2018-12-27 06:48:28 -05:00
  • 60877b39ad Update for SDL 2.0.9. William McBrine 2018-12-26 09:03:19 -05:00
  • 13952ef8f3 Allow building demos and library at the same time (broken since demos was broken out as an option). William McBrine 2018-12-25 23:49:11 -05:00