Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 521 (100.0%) | 10500 (100.0%) | 20.1 |
westram | 515 (98.8%) | 10473 (99.7%) | 20.3 |
epruesse | 6 (1.2%) | 27 (0.3%) | 4.5 |
* fixes display of 'no tree' message:
- adds 2nd horizontal line.
- adds space between line(s) and text.
* the above changes somehow fixed the display in dendrogram and IRS mode
- assumption is, the bug was caused by zero X-size.
13 lines of code changed in 1 file:
* string splitters:
- unittests for {{{GBT_split_string}}}:
* add tests for dropEmptyTokens.
* document special behavior for empty string.
- define enum {{{SplitMode}}}. use enum instead of bool param for GBT_splitNdestroy_string + GBT_split_string.
1 lines of code changed in 1 file:
* fix #824
- limit display recursion depth (to approx. MAX_TREEDISP_RECURSION_DEPTH)
- when reached:
* truncate branch
* display warning in tree (like a leaf).
- applied to all 3 tree display modes (dendro, irs + radial)
63 lines of code changed in 3 files:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
44 lines of code changed in 1 file:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
0 lines of code changed in 1 file:
* remove obsolete method {{{mark_species_in_rest_of_tree_that}}}.
0 lines of code changed in 2 files:
* remove unused member {{{opened_with_marked}}}.
1 lines of code changed in 1 file:
* {{{next_expand_mode}}} now also expands all groups containing unmarked species:
- can be applied to subtrees by key 'x'.
- update documentation.
- impl: also count **unmarked** species in {{{AWT_graphic_tree_group_state}}}.
34 lines of code changed in 1 file:
* implement 'expand unmarked'
- call from 'collapse' menu.
- document.
7 lines of code changed in 3 files:
* {{{AWT_graphic_tree_group_state}}}:
- privatize members.
- declare friendship of {{{detect_group_state}}}.
- comment.
8 lines of code changed in 1 file:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
7 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
4 lines of code changed in 1 file:
* add TAs at callers of mark_species_in_tree/mark_species_in_rest_of_tree.
* eliminate TAs opened inside mark_species_in_tree...().
8 lines of code changed in 1 file:
* when called with flag==3 now count marked species in
- GBT_mark_all+GBT_mark_all_that
- mark_species_in_tree+mark_species_in_tree_that
* add count feature to all mark menus + submenus
- generate reports for different set of counted species.
- show top-area hint only once per arb session.
125 lines of code changed in 4 files:
* reintegrates 'nds' into 'trunk'
- fixes #841
* adds: log:branches/nds@18843:18882
4 lines of code changed in 2 files:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
1 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk'
* adds: log:branches/tree@18666:18703
45 lines of code changed in 4 files:
* change many WARN_TODO triggered warnings into todo markers.
2 lines of code changed in 1 file:
* allow to 'edit bootstraps'
- document example.
- when a replacement results in an empty string => remove remark.
31 lines of code changed in 3 files:
* fixes #824
- define stacksize required for tree-display in {{{TreeDisplay.hxx}}} (currently 20Mb)
- use that stacksize NTREE and PARSIMONY.
7 lines of code changed in 2 files:
* hide bootstrap values at zero-length branches.
- correct expected test results.
- document when bootstraps will be hidden automatically.
5 lines of code changed in 1 file:
* reintegrates 'root' into 'trunk'
- implements #449
* adds: log:branches/root@18451:18633
2 lines of code changed in 2 files:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18190:18193
7 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158
4 lines of code changed in 2 files:
* fix markers for keeled groups:
- fixed failing assertion
- now also caches keeled groups (with size>1)
3 lines of code changed in 1 file:
* FIXES crash in RELEASE version (when invalid color group occurs in database).
* add assertions against
- invalid color_groups and
- invalid unshaded GCs.
* ARBDB color-group interface:
- define number of allowed color groups in ARBDB
- fix interface types (long->int)
- report error when color_group passed to {{{GBT_set_color_group}}} is out-of-range.
- {{{GBT_get_color_group}}} does range check. returns 0 if out-of-range.
4 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
19 lines of code changed in 2 files:
* reintegrates 'clone' into 'trunk'
* adds: log:branches/clone@17813:17835
1 lines of code changed in 1 file:
* partial merge from 'fts' into 'trunk'
- {{{ConfigMapping}}}:
* cleanup
* add missing tests
* fix config bug: trailing backslash at end of values did cause wrong read of data
* adds: log:branches/fts@17718:17723
1 lines of code changed in 1 file:
* reintegrates 'svalues' into 'trunk'
- implements #614
* adds: log:branches/svalues@17357:17419,17428:17464,17469,17471:17477
445 lines of code changed in 6 files:
* partial merge from 'svalues' into 'trunk'
- increase group scaling for radial trees (+force {{{compute_tree}}} in tests)
- test different greylevels for groups (0%, 25%, 75%, 100%)
- fix greylevel shading of polygon/circles/arcs on printer/screen
* adds: log:branches/svalues@17465:17468,17470
17 lines of code changed in 1 file:
* partial merge from 'svalues' into 'trunk'
- root branches always need to have identical remarks (associated with the root-edge)
* condition previously implicit, now hardened by tests/assertions/...
* fixed several bugs that violated this condition
* adds: log:branches/svalues@17420:17427
4 lines of code changed in 2 files:
* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395
5 lines of code changed in 4 files:
* reintegrates 'tree' into 'trunk'
- implements #735
* adds:
- log:branches/addtest@17040:17044
- log:branches/tree@16921:17109
325 lines of code changed in 7 files:
* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985
Update: continued by [17178]
5 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- refactored {{{AW_device}}} text output
* reduces calls to strlen (using {{{SizedCstr}}})
* eliminated/modernized several parameters/functions (esp. in {{{TextOverlayCallback}}}s)
* adds: log:branches/fix@16939:16960
33 lines of code changed in 3 files:
* reintegrates 'cleanup' into 'trunk'
- performs #762 (shrink 3.7 k)
* adds: log:branches/cleanup@16924:16935
2 lines of code changed in 1 file:
* fix typos ("neither")
1 lines of code changed in 1 file:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
127 lines of code changed in 5 files:
* full update from child 'gcc' into 'trunk'
- fix/suppress (new) compiler warnings
- skip vectorizer notes
* adds: log:branches/gcc@16656:16667
1 lines of code changed in 1 file:
(238 more)