32
I Use This!
High Activity

Commits : Listings

Analyzed 26 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified the style overrides on the fossil-v-git doc's ToC table to give the browser more layout freedom, preventing it from being clipped off on the right edge on smaller mobile devices. More... about 2 months ago
Removed extra whitespace in command examples in fossil-v-git doc. Skin does that now. More... about 2 months ago
Backed off on mobile body font size reduction from 0.8em to 0.9em for the same reason we did it for desktop. More... about 2 months ago
Experimental styling of inline code and tt blocks in user content like everyone else (Stack Exchange, GitHub, Reddit, Discord…) do, with a light gray background and slight expansion of the box area, to offset it from the prose. More... about 2 months ago
Abandoned the +5% size bump for monospace fonts entirely. Its correctness is far too contingent on the font selected and the browser's quirks. More... about 2 months ago
Reduced the font size adjustment for monospace fonts from +10% to +5% after testing on mobile, and made it apply to the same list of monospace font classes defined in src/default.css. More... about 2 months ago
Simplified the SCSS example code by use of the language's "&" feature and an extra layer to handle the .content commonality. More... about 2 months ago
Dropped the div.content layer out for /fileedit and /wikiedit. If it were necessary, we'd have to invert these two, but it isn't due to the earlier point about these selectors being plenty specific via direct ID element targeting. More... about 2 months ago
Don't need to be as specific on the selectors targeting the /fileedit and /wikiedit preview tabs due to their use of "<div id=" naming. There is no reasonable possibility for an overreach here. More... about 2 months ago
Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) More... about 2 months ago
Small tweak to make comment match code More... about 2 months ago
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). More... about 2 months ago
The /fileedit and /wikiedit preview areas now show the skin's @media screen indent levels properly. The nine selectors we previously had per top-level tag had to become _sixteen_ (!) owing to Fossil's historical lack of consistency in applying parent classes. We could clean it all up on this branch, but then who knows how many custom skins that would break… More... about 2 months ago
Removed the duplicate copy of the SCSS input to the selector explosion in default/css.txt. It's getting too complex to maintain the duplication, and it's about to get worse. Linking it by reference now. More... about 2 months ago
Added yet another special-case handler for the new skin's @media screen indent applicator. We were handling wiki embedded docs before, but we weren't handling the /wiki pages themselves. These appear with a top-level body class of "wiki", not "doc". More... about 2 months ago
Update Pikchr to include fixes to autofit on diamond objects.
drh
More... about 2 months ago
Merged trunk changes in More... about 2 months ago
Improved response to from=,ft= in /timeline when no such path exists.
drh
More... about 2 months ago
Merge the enhanced Pikchr with diamond support into trunk.
drh
More... about 2 months ago
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=.
drh
More... about 2 months ago
Update Pikchr to the experimental version that supports the "diamond" primitive.
drh
More... about 2 months ago
Update help for "fossil ui" to more closely match the behavior in the code. More... about 2 months ago
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs.
drh
More... about 2 months ago
Fix a typo in a code comment. No logic changes.
drh
More... about 2 months ago
Simplification to the PQueue object to remove the content pointer, which is never used.
drh
More... about 2 months ago
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them.
drh
More... about 2 months ago
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out.
drh
More... about 2 months ago
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable.
drh
More... about 2 months ago
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder".
drh
More... about 2 months ago
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference.
drh
More... about 2 months ago