Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins using file src/style.c version f814e1ef39
|
2020-12-22
| ||
| 14:35 | chat: added timestamps (browser-local time zone) to the chat messages. ... (check-in: 99689132ca user: stephan tags: chatroom-dev) | |
| 13:05 | chat: fixed links to /env and /self to use the file's current name instead of hard-coded to 'chat'. ... (check-in: 896d7d44b0 user: stephan tags: chatroom-dev) | |
| 12:09 | chat: a proactive fix for a potential null deref. Documented a not-immediately-obvious element. ... (check-in: cdb8f6902f user: stephan tags: chatroom-dev) | |
| 12:02 | chat: changed layout from table-based to one fieldset per row of chat (fieldset rather than a custom construct because browsers have special support for placement of the LEGEND tag which we cannot easily reproduce in other element). The overall look is approximately the same, but saves some space. ... (check-in: a0ebe0ead1 user: stephan tags: chatroom-dev) | |
| 10:37 | chat: removed the ??empty?? marker for empty message strings, as they're perfectly legitimate when a file/image is uploaded. ... (check-in: 3a36b8e9c6 user: stephan tags: chatroom-dev) | |
| 10:32 | chat: experimentally changed poll() to use setInterval() instead of setTimeout() to attempt to automatically re-activate a connection if it's killed due to a timeout or (maybe) system sleep/resume. ... (check-in: f260154114 user: stephan tags: chatroom-dev) | |
| 09:36 | Moved the "artifact" vs "artefact" point in the JSON API doc intro into a new section within the contribution doc. ... (check-in: e50d270775 user: wyoung tags: trunk) | |
| 09:35 | chat: removed an extraneous layer of DOM elements. CSS tweaks. ... (check-in: ce988f9407 user: stephan tags: chatroom-dev) | |
| 09:22 | Removed the "Multiple logins per user" caveat from the JSON API intro doc: that restriction was due to the IP address in the cookie, which is now long-removed. ... (check-in: 40715d84bc user: wyoung tags: trunk) | |
| 09:21 | Folded info about binary data, 64-bit ints, and timestamp values from [forum:/forumpost/819f1ddbb6 | a recent forum sub-thread] into the JSON API intro doc. ... (check-in: 0f20b53794 user: wyoung tags: trunk) | |
| 09:05 | chat: initial implementation of marking @NAME references to make them more visible. ... (check-in: ee53e449a5 user: stephan tags: chatroom-dev) | |
| 08:45 | Assorted improvements to the "Contributing to Fossil" doc. The most substantial is replacement of references to the old mailing list with references to the forum. Added more info about patches and bundles, etc. ... (check-in: 34205ea468 user: wyoung tags: trunk) | |
| 08:25 | Minor hyperlink generation tweak in support of pending additional auto-link/auto-style features. ... (check-in: ee6c70817d user: stephan tags: chatroom-dev) | |
| 07:34 | Cleanups in the auto-hyperlink code. ... (check-in: f04dde73d4 user: stephan tags: chatroom-dev) | |
| 07:11 | chat: hyperlink URL-looking patterns in messages. ... (check-in: 729e279a78 user: stephan tags: chatroom-dev) | |
| 05:58 | Generic JS cleanups: var scoping and missing semicolons. ... (check-in: 9ec2861417 user: stephan tags: chatroom-dev) | |
| 05:15 | Refactored the chat input area from a table to a flexbox-based layout. ... (check-in: ba5c914772 user: stephan tags: chatroom-dev) | |
| 03:51 | Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. ... (check-in: 84b31f4495 user: drh tags: chatroom-dev) | |
|
2020-12-21
| ||
| 18:20 | Declare the character set in the default HTML header. ... (check-in: 1997b71cf7 user: drh tags: trunk) | |