Fossil

All files named ”src/wysiwyg.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/wysiwyg.c

2022-10-17
01:02
Merge updates from trunk. ... (check-in: [6f3640a7] user: mistachkin branch: th1Hash, size: 0)
2020-08-09
21:45
Merge in trunk; resolve conflicts ... (check-in: [7cfbf66a] user: ashepilko branch: cmake-ide, size: 0)
2020-08-01
01:37
Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. ... (check-in: [336afe8e] user: stephan branch: ajax-wiki-editor, size: 0)
2020-07-20
15:18
Fixed several "Ok" -> "OK". ... (file: [f0d9c244] check-in: [b92e460f] user: wyoung branch: trunk, size: 14089)
2018-10-10
19:49
Applied a patch by forum user vor0nwe to allow the WYSIWYG wiki page editor to work in the face of the new CSP restrictions on inline JavaScript. The patch and explicit license for inclusion in Fossil are here: https://fossil-scm.org/forum/forumpost/6985a4754e ... (file: [a3441690] check-in: [543cdd47] user: wyoung branch: trunk, size: 14089)
2018-10-09
16:06
Added a nonce attribute to the <script> tag for the inline JavaScript backing the WYSIWYG wiki editor feature. Without this, modern browsers throw a CSP violation. ... (file: [bc89d827] check-in: [12a90ff4] user: wyoung branch: trunk, size: 13421)
2014-08-13
19:50
Code styling and comment tweaks. ... (file: [cc88a482] check-in: [a3cf0e33] user: mistachkin branch: trunk, size: 13395)
07:06
Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (file: [674489da] check-in: [8dfbcb45] user: jan.nijtmans branch: trunk, size: 13301)
2014-01-27
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. ... (file: [04450602] check-in: [52b35c8b] user: jan.nijtmans branch: trunk, size: 12953)
2013-10-11
08:36
Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (file: [05edd990] check-in: [c30cd93b] user: jan.nijtmans branch: trunk, size: 12960)
2012-11-10
01:12
Reverse the labels on the Add/Delete indentation buttons in the Wysiwyg editor. Ticket [9d4cb9cf117b10a68] ... (file: [b33dbd03] check-in: [449947b7] user: drh branch: trunk, size: 12960)
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [dc552bb5] check-in: [9f6abc59] user: jan.nijtmans branch: msvc-broken, size: 12959)
2012-08-13
12:54
Disable the cut/copy/paste buttons on the WYSIWYG editor, since doing cut/copy/paste under javascript control is normally disallowed for security reasons. ... (file: [a2268dad] check-in: [e5ad1037] user: drh branch: wysiwyg, size: 12960)
2012-08-10
19:59
Add experimental support for WYSIWYG editing of wiki pages. ... (file: [cee6f977] check-in: [6cd9847f] user: drh branch: wysiwyg, size: 12832)