Commit graph

338 commits

Author SHA1 Message Date
Graham Nelson
60735b4c46 Candidate for release 7.2.0 2022-08-20 11:02:58 +01:00
Graham Nelson
385bc0a339 Fixed link 2022-08-20 10:52:19 +01:00
Graham Nelson
765dd7609e Minor tweaks 2022-08-20 10:51:25 +01:00
Graham Nelson
79311e5cb2 Paving the way for 7.2.0 release 2022-08-20 10:43:06 +01:00
Graham Nelson
cccbbd61dd
Merge pull request #21 from DavidKinder/master
Correct documentation to use PDFTeX as weave pattern that produces a PDF
2022-08-20 09:38:54 +01:00
David Kinder
bb3bcf473e Correct documentation to use PDFTeX as weave pattern that produces a PDF, not TeX 2022-08-14 15:39:01 +01:00
David Kinder
6872eab1d9
Merge pull request #20 from DavidKinder/master
For Windows, replace backslashes with forward slashes for pdftex
2022-08-14 15:37:42 +01:00
David Kinder
31d42c9ce9 Replace backslashes with forward slashes for pdftex 2022-08-14 15:36:47 +01:00
Graham Nelson
58d0087bdd Allows backslash-quote in strings, inexplicably omitted from JSON reader 2022-08-09 10:04:38 +01:00
Graham Nelson
c5c845749c Relaxed rules on backslash use in preprocessing 2022-07-28 17:45:04 +01:00
Graham Nelson
739b6b8c74 Minor improvements to preprocessing 2022-07-25 23:41:35 +01:00
Toby Nelson
b0e097738d Better handling of rounded corners using CSS. 2022-06-22 22:18:22 +01:00
Graham Nelson
a0d42811ba
Merge pull request #19 from DavidKinder/master
Fix compiler warnings on Windows for new JSON code
2022-06-19 20:09:54 +01:00
David Kinder
f493042536
Merge branch 'ganelson:master' into master 2022-06-17 09:29:47 +01:00
Graham Nelson
6ad9715480 Refactored HTML generation functions to use CSS classes rather than explicit colours 2022-06-16 23:43:15 +01:00
David Kinder
509f47255c
Merge branch 'ganelson:master' into master 2022-06-14 09:27:45 +01:00
Graham Nelson
293e0f7427 Added wrapper functions for CSS spans 2022-06-13 19:43:47 +01:00
David Kinder
a697454125 Fix compiler warnings on Windows for new JSON code 2022-06-06 10:35:24 +01:00
Graham Nelson
3b87d62b42 Tidied up JSON code 2022-06-03 12:18:18 +01:00
Graham Nelson
a0710cfef9 Further work on JSON requirements 2022-06-02 00:59:27 +01:00
Graham Nelson
9cf61b4e21 Added JSON support 2022-06-01 16:50:24 +01:00
Graham Nelson
cda0c4859d Fix for test case to catch up with change to semver conventions on N/DDDDDD 2022-06-01 10:31:01 +01:00
Graham Nelson
903eaa59e8 Previously omitted semver change for N/YYMMDD extension versions 2022-05-26 11:11:37 +01:00
Graham Nelson
c8182c4a16 Merge branch 'master' of https://github.com/ganelson/inweb 2022-05-20 23:32:21 +01:00
Graham Nelson
7f0c51c688 Mentioned rsync in README 2022-05-20 23:31:56 +01:00
David Kinder
7318203366
Merge pull request #18 from DavidKinder/master
Use CFLAGS environment variable to pass additional flags to compiler on Windows
2022-05-17 09:58:39 +01:00
David Kinder
b8b164ea4e Use CFLAGS environment variable to pass additional flags to compiler 2022-05-17 09:57:29 +01:00
Graham Nelson
030eb040b3 Improved paragraph numbering and fixed bug leading to circular writes of paragraph numbers 2022-05-16 16:49:04 +01:00
Graham Nelson
cca0366c8f More reliable text file existence checking 2022-05-15 15:35:53 +01:00
David Kinder
8371bb04c2
Merge pull request #17 from DavidKinder/master
Regenerate makefile after Windows makescript change
2022-05-12 19:40:18 +01:00
David Kinder
ab6625484a Regenerate makefile after Windows makescript change 2022-05-12 19:37:02 +01:00
Graham Nelson
55068b2f56
Merge pull request #16 from erkyrath/xcrun
Use xcrun to determine the SDK path
2022-05-12 16:00:34 +01:00
Andrew Plotkin
5e9ecb0ff9 Undo an accidental windows change. 2022-05-11 20:16:35 -04:00
Andrew Plotkin
d3fd057922 Use "xcrun -show-sdk-path" to determine the SDK path. 2022-05-11 20:12:36 -04:00
David Kinder
2aca05e8e2
Merge pull request #13 from DavidKinder/master
Remove references to shlwapi.dll, which is no longer needed. I'm merging this PR myself as it only affects Windows-only files.
2022-05-09 19:15:12 +01:00
David Kinder
08a269126f Remove references to shlwapi.dll, which is no longer needed 2022-05-09 19:14:01 +01:00
Graham Nelson
adacd91e48 Added copy of the licence 2022-05-06 19:08:27 +01:00
Graham Nelson
c4f6da8a38
Merge pull request #12 from DavidKinder/master
Remove PLATFORM_SNPRINTF, just use snprintf()
2022-05-05 09:04:10 +01:00
David Kinder
99b5c5757e
Merge branch 'ganelson:master' into master 2022-05-05 07:03:57 +01:00
Graham Nelson
f795181ae8 Merge branch 'master' of https://github.com/ganelson/inweb 2022-05-04 23:24:05 +01:00
Graham Nelson
254243cf01 Minor changes to HTML generation 2022-05-04 23:22:26 +01:00
David Kinder
920f600483 Remove PLATFORM_SNPRINTF, just use snprintf() 2022-05-04 11:26:18 +01:00
Graham Nelson
8eb4bf5821
Merge pull request #11 from awlck/master
Update CSS for printability
2022-05-03 19:10:51 +01:00
Graham Nelson
bb8c1e9327 Merge branch 'master' of https://github.com/ganelson/inweb 2022-05-02 18:47:51 +01:00
Graham Nelson
e19fb0cf96 Added $(CFLAGS) to invocations of clang on macos platforms 2022-05-02 18:46:54 +01:00
Adrian Welcker
26a91efeb0 Also hide function name adornments when printing 2022-05-02 12:10:57 +02:00
Adrian Welcker
2e141423c7 Update CSS for printability
When printing, hide the left and bottom navigation bars and fix the
breadcrumbs to the top of the page to ensure the layout does not get
messed up and no space is wasted on the page.
2022-05-02 11:52:26 +02:00
Philip Chimento
e6221eae4a
Merge pull request #8 from Screwtapello/use-cc-on-linux
Use $(CC) as the compiler on Linux.
2022-05-01 15:05:29 -07:00
Graham Nelson
ab132fcd9c
Merge pull request #9 from DavidKinder/master
Fix further instances of ISO-Latin-1 / UTF-8 mixed up
2022-05-01 22:04:10 +01:00
David Kinder
2e399f91a0 Fix further instances of ISO-Latin-1 / UTF-8 mixed up 2022-05-01 20:52:40 +01:00