Timeline
Not logged in

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

10 check-ins using file src/main.c version 826b80917b

2021-03-02
04:04
Removed the min/max height on the diff toggles to slightly improve the layout flow. Closed-Leaf check-in: 42205f9c76 user: stephan tags: diff-view-toggle-poc
03:51
Moved the diff toggle button to the right of the diff header line, per forum feedback. Changed the button to a checkbox. Removed the arbitrary heuristics regarding which diffs to show/hide by default - they are now all on by default. check-in: f9d29b9702 user: stephan tags: diff-view-toggle-poc
2021-03-01
20:54
Change the algorithm for detecting when a user agent is a narrow-screen mobile device to the algorithm recommanded at https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent#mobile_device_detection. check-in: 4de677dcc3 user: drh tags: trunk
20:37
If the diff type (unified vs. side-by-side) is not specified by a query parameter or cookie, then determine the diff type based on the "preferred-diff-type" setting, if there is one, or on a guess whether or not the requesting agent is a mobile device based on the User-Agent parameter in the HTTP request. check-in: 29bab2748b user: drh tags: trunk
17:46
Update the built-in SQLite to the first 3.35.0 beta, for testing of SQLite. check-in: 722073a157 user: drh tags: trunk
17:35
Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in [forum:0f751ad9c8]. check-in: cfdd666533 user: stephan tags: diff-view-toggle-poc
13:34
Removed BLOB_SEEK_END from the API, per /chat discussion, as it was unused and appeared to have a semantic discrepancy vis-a-vis fseek() and SEEK_END. check-in: 6fc730e0c7 user: stephan tags: trunk
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links
07:15
Copied over documentation of 2 recently-added "fossil cgi" control file lines to the www/cgi.wiki doc (redirect and jsmode) and then reordered it all to match the order given in "fossil cgi --help" output to make it easier to maintain these parallel lists in the future. check-in: 282402d82f user: wyoung tags: trunk
06:47
Fixed "debug" -> "cgi-debug" in the built-in docs for "fossil cgi". check-in: e3dbb7d7d5 user: wyoung tags: trunk