Directory AWT/

Directory Created:
2000-11-23 10:41
Directory Deleted:
2025-12-16 17:09
Total Files:
0
Deleted Files:
95
Lines of Code:
0

[root]/AWT

Lines of Code

AWT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2389 (100.0%) 57790 (100.0%) 24.1
westram 2270 (95.0%) 48309 (83.6%) 21.2
oldcode 57 (2.4%) 7210 (12.5%) 126.4
yadhu 23 (1.0%) 1507 (2.6%) 65.5
meierh 9 (0.4%) 681 (1.2%) 75.6
boehnel 11 (0.5%) 43 (0.1%) 3.9
epruesse 13 (0.5%) 32 (0.1%) 2.4
huberj 2 (0.1%) 4 (0.0%) 2.0
baderk 3 (0.1%) 3 (0.0%) 1.0
richter 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

westram 2025-12-16 17:09 Rev.: 19613


* reintegrates 'lib' into 'trunk'
- replace dynamic library {{{AWT}}} by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
- now also check wrong library dependencies for untested units (only4me)
* adds: log:branches/lib@19578:19612

0 lines of code changed in 95 files:

  • AWT: .cvsignore (del), AWT_TreeAwars.cxx (del), AWT_advice.cxx (del), AWT_asciiprint.cxx (del), AWT_attributes.cxx (del), AWT_automata.cxx (del), AWT_canio.cxx (del), AWT_canvas.cxx (del), AWT_changekey.cxx (del), AWT_codon_table.cxx (del), AWT_config_manager.cxx (del), AWT_csp.cxx (del), AWT_db_browser.cxx (del), AWT_dtree.cxx (del), AWT_file_selection.cxx (del), AWT_filter.cxx (del), AWT_hexdump.cxx (del), AWT_hotkeys.cxx (del), AWT_imp_exp.cxx (del), AWT_input_mask.cxx (del), AWT_irstree.cxx (del), AWT_item_sel_list.cxx (del), AWT_iupac.cxx (del), AWT_macro.cxx (del), AWT_map_key.cxx (del), AWT_misc.cxx (del), AWT_modules.cxx (del), AWT_nds.cxx (del), AWT_nei.cxx (del), AWT_pro_a_nucs.cxx (del), AWT_prompt.cxx (del), AWT_query_and_functions.cxx (del), AWT_sel_boxes.cxx (del), AWT_seq_colors.cxx (del), AWT_seq_dna.cxx (del), AWT_seq_protein.cxx (del), AWT_seq_simple_pro.cxx (del), AWT_species_sel_box.cxx (del), AWT_tables.cxx (del), AWT_tools.cxx (del), AWT_translate.cxx (del), AWT_tree.cxx (del), AWT_tree_cb.cxx (del), AWT_tree_cmp.cxx (del), AWT_www.cxx (del), BI_helix.cxx (del), BI_helix.hxx (del), Makefile (del), awt.hxx (del), awt_TreeAwars.hxx (del), awt_advice.hxx (del), awt_asciiprint.hxx (del), awt_assert.hxx (del), awt_attributes.hxx (del), awt_automata.hxx (del), awt_canvas.hxx (del), awt_changekey.hxx (del), awt_codon_table.hxx (del), awt_config_manager.hxx (del), awt_csp.hxx (del), awt_dtree.hxx (del), awt_hexdump.hxx (del), awt_hotkeys.hxx (del), awt_imp_exp.hxx (del), awt_input_mask.hxx (del), awt_input_mask_internal.hxx (del), awt_irstree.hxx (del), awt_item_sel_list.hxx (del), awt_iupac.hxx (del), awt_macro.hxx (del), awt_map_key.hxx (del), awt_misc.hxx (del), awt_modules.hxx (del), awt_nds.hxx (del), awt_nei.hxx (del), awt_parsimony_defaults.hxx (del), awt_preset.hxx (del), awt_pro_a_nucs.hxx (del), awt_prompt.hxx (del), awt_sel_boxes.hxx (del), awt_seq_colors.hxx (del), awt_seq_dna.hxx (del), awt_seq_protein.hxx (del), awt_seq_simple_pro.hxx (del), awt_translate.hxx (del), awt_tree.hxx (del), awt_tree_cb.hxx (del), awt_tree_cmp.hxx (del), awt_www.hxx (del), awtfilter.hxx (del), awtlocal.hxx (del), needs_libs.libAWT_so (del), newick_doc.html (del), refentries.cxx (del), refentries.h (del)
westram 2025-11-13 12:44 Rev.: 19575


* reintegrates 'help' into 'trunk'
- preformatted text gets checked for width now (to enforce it fits into the arb help window).
- fixed help following these checks, using the following steps:
* ignore problems in foreign documentation.
* increase default help window width.
* introduce control comments to
- accept oversized preformatted sections.
- enforce preformatted style for whole sections.
- simply define single-line preformatted sections\\Used intensive for definition of internal script languages.
- fixed several non-related problems found in documentation.
- minor layout changes for HTML version of arb help (more compacted; highlight anchored/all sections).
- refactor system interface (GUI version) and use it from help module.
* adds: log:branches/help@19532:19574

4 lines of code changed in 4 files:

  • AWT: AWT_db_browser.cxx (+2 -2), AWT_misc.cxx (+1 -9), Makefile (+1 -3), awt_misc.hxx (-17)
westram 2025-10-29 10:27 Rev.: 19549


* reintegrates 'sync' into 'trunk'
- fixes #869
* introduces synchronisation of external commands via DB
* macros now wait for these external commands to finish => macro can continue with results
* adds: log:branches/sync@19535:19548

11 lines of code changed in 3 files:

  • AWT: AWT_misc.cxx (+3 -5), Makefile (+1), awt_misc.hxx (+7 -4)
westram 2024-04-09 13:39 Rev.: 19495


* rename {{{aw_file_selection}}} -> {{{aw_modal_file_selection}}} to emphasize that it will break macro-capability.
* use non-modal fileprompter to select reference database for sina.

2 lines of code changed in 1 file:

  • AWT: AWT_config_manager.cxx (+2 -2)
westram 2023-07-13 16:47 Rev.: 19436


* suppress bogus warning for gcc 9.4 + 9.5

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2023-07-13 16:44 Rev.: 19435


* fix NDEBUG builds for gcc 10.1 - 10.5
- allow to use 10.4 + 10.5
- expect 18 vectorizations starting with gcc 10.1
- suppress bogus warning
- similar to [19434]

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2023-07-13 15:34 Rev.: 19434


* fixes for gcc 10.3:
- suppress known bogus warning
- set vectorization count to 18

3 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+3)
westram 2023-05-31 08:21 Rev.: 19365


* 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.

4 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+3 -3), AWT_misc.cxx (+1 -1)
westram 2022-11-13 15:47 Rev.: 19339


* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338

4 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+4 -2)
westram 2022-09-01 15:19 Rev.: 19245


* reintegrates 'sina' into 'trunk'
- build/deliver sina together with arb
* adds: log:branches/sina@18984:19043,19046:19069,19072:19244

15 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+15 -12)
westram 2022-08-06 14:08 Rev.: 19214


* if found file is no input mask,
- print a warning to console in RELEASE mode.
- no longer print bogus warnings in DEBUG mode.

34 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+34 -32)
westram 2022-07-09 09:17 Rev.: 19143


* handle results from add-new-changekey functions.
- while refreshing keys: only warn.
* generally fix error handling in {{{MG_copy_and_check_alignments}}}.

3 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+3 -1)
westram 2022-07-09 09:10 Rev.: 19139


* rename (typo).

6 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+6 -6)
westram 2022-03-30 16:39 Rev.: 18980


* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})

15 lines of code changed in 2 files:

  • AWT: AWT_canio.cxx (+5 -10), AWT_input_mask.cxx (+10 -7)
westram 2022-03-30 16:29 Rev.: 18977


* use {{{AW_orientation}}} to specify orientation of radio button.

10 lines of code changed in 3 files:

  • AWT: AWT_asciiprint.cxx (+2 -2), AWT_canio.cxx (+5 -5), AWT_input_mask.cxx (+3 -3)
westram 2022-03-04 15:20 Rev.: 18964


* remove parameter {{{fallback2default}}} from
- {{{create_selection_list}}}
- {{{create_list}}}
- {{{awt_create_TREE_selection_list}}}
- {{{awt_create_CONFIG_selection_list}}}
- {{{awt_create_SAI_selection_list}}}
* remove some - now unused - locals.

19 lines of code changed in 4 files:

  • AWT: AWT_config_manager.cxx (+1 -1), AWT_db_browser.cxx (+1 -1), AWT_sel_boxes.cxx (+14 -14), awt_sel_boxes.hxx (+3 -3)
westram 2022-03-04 15:13 Rev.: 18962


* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.

8 lines of code changed in 5 files:

  • AWT: AWT_canio.cxx (+2 -2), AWT_db_browser.cxx (+2 -2), AWT_input_mask.cxx (+1 -1), AWT_misc.cxx (+2 -2), AWT_sel_boxes.cxx (+1 -1)
westram 2022-03-04 11:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

14 lines of code changed in 1 file:

  • AWT: Makefile (+14)
westram 2021-12-15 19:07 Rev.: 18850


* fixed display of mapped AWARs
- crashed when they are mapped to different database (e.g. in case of NDS awars which get mapped to loaded database)

16 lines of code changed in 1 file:

  • AWT: AWT_db_browser.cxx (+16 -4)
westram 2021-10-08 15:07 Rev.: 18760


* change layout of 'Color Translation Table' properties window (make space for HELP button).
* add help button (fixes #326)
* change documentation of 'Define Color Translations'.

0 lines of code changed in 1 file:

  • AWT: AWT_asciiprint.cxx (-1)
westram 2021-09-15 12:52 Rev.: 18730


* remove trailing whitespace from c source.

38 lines of code changed in 11 files:

  • AWT: AWT_canio.cxx (+9 -9), AWT_canvas.cxx (+3 -3), AWT_db_browser.cxx (+1 -1), AWT_hexdump.cxx (+4 -4), AWT_input_mask.cxx (+1 -1), AWT_modules.cxx (+1 -1), AWT_sel_boxes.cxx (+5 -5), awt_canvas.hxx (+4 -4), awt_input_mask_internal.hxx (+1 -1), awt_modules.hxx (+7 -7), awt_sel_boxes.hxx (+2 -2)
westram 2021-09-15 12:45 Rev.: 18727


* inline {{{SOURCES}}} where only used to generate list of objects.

1 lines of code changed in 1 file:

  • AWT: Makefile (+1 -2)
westram 2021-08-26 16:55 Rev.: 18686


* change references to (never released) arb-6.1 -> arb-7.0

1 lines of code changed in 1 file:

  • AWT: AWT_misc.cxx (+1 -1)
westram 2020-11-10 16:24 Rev.: 18634


* reintegrates 'root' into 'trunk'
- implements #449
* adds: log:branches/root@18451:18633

5 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+5 -2)
westram 2020-03-16 14:27 Rev.: 18387


* silence bogus array bounds warning also for gcc 9.3

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2020-03-03 12:23 Rev.: 18352


* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351

3 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+2 -2), awt.hxx (+1 -1)
westram 2020-02-21 13:07 Rev.: 18311


* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310

10 lines of code changed in 3 files:

  • AWT: AWT_config_manager.cxx (+6), AWT_sel_boxes.cxx (+3), awt_config_manager.hxx (+1 -1)
westram 2019-11-26 17:27 Rev.: 18223


* arb database browser:
- pull-out get_node_info_string() from child_changed_cb().
- show awar info where available.
- recurse mapped awars.
- fix wrapped dump for several types of DB entries (e.g. GB_INT, GB_FLOAT, ...).
- fix display bug on last line when no separator was used.

164 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+161 -109), awt_hexdump.hxx (+3 -3)
westram 2019-10-08 16:51 Rev.: 18159


* 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

7 lines of code changed in 4 files:

  • AWT: AWT_config_manager.cxx (+1 -1), AWT_db_browser.cxx (+1 -1), AWT_input_mask.cxx (+1 -1), AWT_sel_boxes.cxx (+4 -4)
westram 2019-09-20 16:08 Rev.: 18113


* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@18105:18112

3 lines of code changed in 2 files:

  • AWT: AWT_sel_boxes.cxx (+2 -7), Makefile (+1)
westram 2019-09-17 14:46 Rev.: 18092


* full update from child 'fts' into 'trunk'
- implements #562
* adds:
- [18091/branches/fts]
- log:branches/gui@17754:17924,17926:18090

2 lines of code changed in 1 file:

  • AWT: AWT_prompt.cxx (+2)
westram 2019-09-17 12:59 Rev.: 18083


* silence bogus array-bounds warning from gcc 9.2

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2019-07-24 16:44 Rev.: 17992


* create_export_awars:
- rename one flavor -> {{{create_fig_export_awars}}}
- hardcode AW_ROOT_DEFAULT for other flavor.

4 lines of code changed in 1 file:

  • AWT: AWT_canio.cxx (+4 -4)
westram 2019-05-10 12:57 Rev.: 17877


* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876

15 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+15 -1)
westram 2019-04-02 16:50 Rev.: 17726


* change result type of ConfigMapping::config_string() to string.
- fix callers.

2 lines of code changed in 1 file:

  • AWT: awt_config_manager.hxx (+2 -2)
westram 2019-04-01 16:41 Rev.: 17724


* 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

39 lines of code changed in 3 files:

  • AWT: AWT_config_manager.cxx (+4 -158), Makefile (+6 -1), awt_config_manager.hxx (+29 -5)
westram 2019-03-31 10:41 Rev.: 17711


* move {{{ConfigMapping}}} -> CORE library

5 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+4 -150), Makefile (+1)
westram 2019-03-31 10:34 Rev.: 17710


* rename decode_escapes -> decodeEscapes

2 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+2 -2)
westram 2019-03-31 10:31 Rev.: 17709


* move tested functionality into {{{ConfigMapping}}}.
* delegate from AWT_config.

125 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+119 -86), awt_config_manager.hxx (+6 -6)
westram 2019-03-31 10:28 Rev.: 17708


* add missing test for has_entry

3 lines of code changed in 1 file:

  • AWT: AWT_config_manager.cxx (+3)

(1030 more)

Generated by StatSVN 0.7.0