• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
white-space cleanup

improve robustness of output, when dot fails to produce output

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Reduce numbber of "catch" operations

  1. … 8 more files in changeset.
Fix: close link target (<a name ...>)

merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +1234
    ./resources/titatoggle/titatoggle-dist.css
  1. … 7826 more files in changeset.
file README was initially added on branch oacs-5-9.

    • -0
    • +0
    ./resources/titatoggle/README
file titatoggle-dist.css was initially added on branch oacs-5-9.

    • -0
    • +0
    ./resources/titatoggle/titatoggle-dist.css
file toggle-debug.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    ./admin/toggle-debug.tcl
- fix and standardize quoting in template properties

  1. … 393 more files in changeset.
- harden page contracts

- harden page contract

- improve safety of generated HTML

  1. … 2 more files in changeset.
- quote amp in hrefs

  1. … 1 more file in changeset.
- improve validity and safety of HTML

  1. … 1 more file in changeset.
- class browser: give more "above" context, when a class has no subclasses

- reenable object browsing in addition to class browsing

Improve XOTcl class and object browser:

- use svg instead of png by default

This leads to better graphic output,

certain stylability via CSS, and less tmp files.

- make classes in class hierarchy clickable to

allow for navigation in the class structures

- contrast class of interest (in focus) against contextual

classes in generated graphs

- make show-object configurable to allow eg. how many

levels of the class hierarchy should be displayed

before and after the class of interest

- don't display per default instance-of relationships to

make the graph simpler

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2540 more files in changeset.
UML-Graphs: use correct arrowhead, draw multiple-inheritance correctly, label instance-of relations

- generated UM diagrams: don't show siblings of a class if there are more than 5 siblings; otherwise new versions of dot seem to loop

- take care, when cache entry are already gone

- report entry size

- improve cache listings

- provide conveniance wrapper around ::xo::report_version_numbers

    • -0
    • +10
    ./version-numbers.adp
    • -0
    • +18
    ./version-numbers.tcl
-provide doc(title) and keep backward compatibility

allow to specify dpi for graph generation, provide a max-width for patological cases

allow to show all methods in class graph

make it easier to reuse class drawer

fix parameter passing