Fossil

Changes On Branch skins-refactor
Login

Changes On Branch skins-refactor

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

Changes In Branch skins-refactor Excluding Merge-Ins

This is equivalent to a diff from ff78d6d5 to 5137cd5e

2015-01-22
02:19
Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. (check-in: 96fdf09f user: drh tags: trunk)
01:58
Merge updates from trunk. (check-in: 764c3ef8 user: mistachkin tags: cgiSetEnv)
01:57
Add the skins/README.md file describing how to add new skins. (Closed-Leaf check-in: 5137cd5e user: drh tags: skins-refactor)
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. (check-in: 12333d95 user: drh tags: skins-refactor)
2015-01-21
21:33
Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. Note: Legacy ad-unit configurations might need to adjust their CSS. (check-in: ff78d6d5 user: drh tags: trunk)
21:19
Do not attempt to use the Right-Column Ad-Unit if the content contains a <table> element. (Closed-Leaf check-in: 7d794604 user: drh tags: ad-unit-enhancement)
20:45
Add a "Flat-View" button to the /tree page when in tree-view mode. (check-in: 2ee18159 user: drh tags: trunk)

Added skins/README.md.

Added skins/black_and_white/css.txt.

Added skins/black_and_white/footer.txt.

Added skins/black_and_white/header.txt.

Added skins/default/css.txt.

Added skins/default/footer.txt.

Added skins/default/header.txt.

Added skins/enhanced1/css.txt.

Added skins/enhanced1/footer.txt.

Added skins/enhanced1/header.txt.

Added skins/khaki/css.txt.

Added skins/khaki/footer.txt.

Added skins/khaki/header.txt.

Added skins/plain_gray/css.txt.

Added skins/plain_gray/footer.txt.

Added skins/plain_gray/header.txt.

Added skins/rounded1/css.txt.

Added skins/rounded1/footer.txt.

Added skins/rounded1/header.txt.

Changes to src/builtin.c.

Changes to src/diff.tcl.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/mkbuiltin.c.

Changes to src/setup.c.

Changes to src/skins.c.

Changes to src/style.c.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.