[root]/WINDOW
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2781 (100.0%) | 74402 (100.0%) | 26.7 |
westram | 2662 (95.7%) | 55943 (75.2%) | 21.0 |
oldcode | 35 (1.3%) | 13632 (18.3%) | 389.4 |
yadhu | 47 (1.7%) | 2411 (3.2%) | 51.2 |
baderk | 12 (0.4%) | 1927 (2.6%) | 160.5 |
meierh | 5 (0.2%) | 315 (0.4%) | 63.0 |
boehnel | 10 (0.4%) | 132 (0.2%) | 13.2 |
aboeckma | 1 (0.0%) | 28 (0.0%) | 28.0 |
epruesse | 7 (0.3%) | 10 (0.0%) | 1.4 |
spanfeln | 1 (0.0%) | 3 (0.0%) | 3.0 |
artemov | 1 (0.0%) | 1 (0.0%) | 1.0 |
* 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.
6 lines of code changed in 3 files:
* reintegrates 'macros' into 'trunk'
* implements #856
* adds: log:branches/macros@19482:19488
5 lines of code changed in 1 file:
* fix warning (possibly uninitialized)
2 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.
3 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* basically implements #854
* adds: log:branches/ali@19357:19362
4 lines of code changed in 3 files:
* 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
13 lines of code changed in 2 files:
* fix typos.
2 lines of code changed in 1 file:
* reintegrates 'sina' into 'trunk'
- build/deliver sina together with arb
* adds: log:branches/sina@18984:19043,19046:19069,19072:19244
40 lines of code changed in 7 files:
* reintegrates 'split' into 'trunk'
- completes #846
* adds: log:branches/split@19169:19221
3 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
0 lines of code changed in 1 file:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
4 lines of code changed in 2 files:
* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})
3 lines of code changed in 2 files:
* fix use of empty labels:
- {{{AW_window::label}}} no longer
* accepts empty labels.
* allows to overwrite existing labels (assume this happens by mistake).
- {{{create_toggle_field}}}:
* assert label is used (in flavor with label-parameter)
* remove empty and NULp labels passed (from callers).
6 lines of code changed in 2 files:
* remove unused mnemonic parameter to 'create_toggle_field'
- makes no sense anyway: having mnemonic for each toggle is sufficient (hence not implemented).
3 lines of code changed in 2 files:
* use {{{AW_orientation}}} to specify orientation of radio button.
4 lines of code changed in 2 files:
* cleanup label handling
- reactivate unused else-branch (handles radio field w/o label).
- create_option_menu: {{{calculate_label_size}}} again called w/o passing explicit label.
- remove parameter {{{non_at_label}}} from {{{calculate_label_size}}}.
23 lines of code changed in 3 files:
* fix vertical alignment of inputfield-labels (works for multiline labels).
* reintroduce a multiline label in fasttree window (had been removed with [18838] due to misalignment)
* change some debug dumps.
5 lines of code changed in 2 files:
* rename some locals used for label widget.
36 lines of code changed in 1 file:
* 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.
6 lines of code changed in 4 files:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
5 lines of code changed in 4 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
214 lines of code changed in 3 files:
* reorder buttons
- new 'save' button at pos2 (too often clicked it by accident).
- use only 1 label for all buttons.
- use fixed button distance.
5 lines of code changed in 1 file:
* 'save' button now also saves content of message box to ~/arb-message-box.txt
* fix buttons in message box (+size, better pos).
32 lines of code changed in 1 file:
* add button to save properties
- allows to change default message box size + position
* cosmetic:
- separate code generating message box and progress bar.
- rename progress bar window.
- condense buttons.
56 lines of code changed in 2 files:
* assert SRT is set in update.
* remove useless cast.
2 lines of code changed in 1 file:
* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780
34 lines of code changed in 1 file:
* add run_popup_callbacks().
- call from {{{AW_window::show()}}}, if window was hidden before.
* repairs {{{set_popup_callback()}}}, which had no effect since [2]
13 lines of code changed in 2 files:
* fix unwanted export of overloaded functions to perl interface:
- GBT_log_to_tree_remark()
- GB_path_in_ARBLIB()
2 lines of code changed in 2 files:
* remove trailing whitespace from c source.
43 lines of code changed in 16 files:
* change references to (never released) arb-6.1 -> arb-7.0
1 lines of code changed in 1 file:
* change many WARN_TODO triggered warnings into todo markers.
5 lines of code changed in 3 files:
* fixes 2 failing unittest under ubuntu 20.04
- /bin and /sbin are symbolic links there -> use /usr instead
1 lines of code changed in 1 file:
* reintegrates 'top' into 'trunk'
* adds: log:branches/top@18453:18462
1 lines of code changed in 1 file:
* add keycodes for paging up+down.
11 lines of code changed in 2 files:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351
4 lines of code changed in 3 files:
* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310
6 lines of code changed in 4 files:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18190:18193
101 lines of code changed in 3 files:
* 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
2 lines of code changed in 2 files:
* full update from child 'fix' into 'trunk'
- improve target 'cleanRelinkable'
- fix crash in inotify file tracker (occurred when moving a tracked file)
- minor tweaks for fts
* adds: log:branches/fix@18131:18139
38 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- effectively merges [17619]
* adds: log:branches/fix@17596,17618:18127
2 lines of code changed in 2 files:
(1119 more)