Fossil

Timeline
Login

Timeline

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

10 check-ins using file src/style.c version 248b8b750e

2014-01-07
20:32
Make "WITHOUT ROWID" unconditional ... (Closed-Leaf check-in: eb87f29637 user: jan.nijtmans tags: sqliteRuntimeCheck)
09:20
Actually check that the link being clicked is a descendant of .subdir instead of using a style-based check that could change with different CSS. ... (check-in: 21dccee9dc user: joel tags: broken-build)
09:03
Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. ... (check-in: 1ab2728820 user: jan.nijtmans tags: broken-build)
04:21
Implement runtime check for a minimum required version of SQLite. ... (check-in: d0476bd958 user: mistachkin tags: sqliteRuntimeCheck)
03:58
There's already an nFullName in FileTreeNode, so use that. Remove other pointless redundancy, too. ... (check-in: 6f1b5d6047 user: joel tags: trunk)
03:39
Move nFullName declaration to proper location ... (check-in: 98b297a35b user: joel tags: trunk)
03:24
Fix tree-view subdirectory pages ... (check-in: 464fd0a4af user: joel tags: trunk)
02:38
Do not wait until the entire tree-view page has loaded before collapsing the tree, because that can cause flicker if the page is loaded incrementally over a slow wire. Collapse the tree using style= attributes as the page loads. ... (check-in: 13c71a97fe user: drh tags: trunk)
02:23
Document the "expand" query parameter for "tree" in the on-line help. ... (check-in: 273dd2c007 user: drh tags: trunk)
02:20
On the tree-view display, add some comments to better explain what is happening and simplify the javascript slightly. ... (check-in: cda3140d19 user: drh tags: trunk)