Directory WINDOW/

Directory Created:
2000-11-23 10:41
Total Files:
75
Deleted Files:
21
Lines of Code:
26382

[root]/WINDOW

Lines of Code

WINDOW/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2778 (100.0%) 74396 (100.0%) 26.7
westram 2659 (95.7%) 55937 (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

Most Recent Commits

westram 2023-09-13 17:33 Rev.: 19489


* reintegrates 'macros' into 'trunk'
* implements #856
* adds: log:branches/macros@19482:19488

5 lines of code changed in 1 file:

  • WINDOW: aw_window.hxx (+5)
westram 2023-07-13 18:30 Rev.: 19438


* fix warning (possibly uninitialized)

2 lines of code changed in 1 file:

  • WINDOW: AW_print.cxx (+2 -2)
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.

3 lines of code changed in 1 file:

  • WINDOW: AW_file.cxx (+3 -3)
westram 2023-05-25 13:50 Rev.: 19363


* reintegrates 'ali' into 'trunk'
* basically implements #854
* adds: log:branches/ali@19357:19362

4 lines of code changed in 3 files:

  • WINDOW: AW_advice.cxx (+2 -2), AW_root.cxx (+1 -1), aw_root.hxx (+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

13 lines of code changed in 2 files:

  • WINDOW: AW_file.cxx (+9 -9), AW_select.cxx (+4 -4)
westram 2022-10-21 14:54 Rev.: 19274


* fix typos.

2 lines of code changed in 1 file:

  • WINDOW: AW_inotify.cxx (+2 -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

40 lines of code changed in 7 files:

  • WINDOW: AW_at.cxx (+5), AW_button.cxx (+1 -1), AW_global_awars.cxx (+1), AW_window.cxx (+20), aw_awar_defs.hxx (+3 -3), aw_global_awars.hxx (+4 -4), aw_window.hxx (+6 -2)
westram 2022-08-06 18:25 Rev.: 19222


* reintegrates 'split' into 'trunk'
- completes #846
* adds: log:branches/split@19169:19221

3 lines of code changed in 1 file:

  • WINDOW: aw_awar_defs.hxx (+3 -2)
westram 2022-08-03 14:52 Rev.: 19206


* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205

0 lines of code changed in 1 file:

  • WINDOW: aw_awar_defs.hxx (-1)
westram 2022-07-21 13:01 Rev.: 19167


* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166

4 lines of code changed in 2 files:

  • WINDOW: AW_select.cxx (+4 -6), AW_status.cxx (-2)
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}}})

3 lines of code changed in 2 files:

  • WINDOW: AW_option_toggle.cxx (+2 -2), aw_window.hxx (+1 -1)
westram 2022-03-30 16:36 Rev.: 18979


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

  • WINDOW: AW_option_toggle.cxx (+3 -3), AW_window.cxx (+3)
westram 2022-03-30 16:31 Rev.: 18978


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

  • WINDOW: AW_option_toggle.cxx (+1 -1), aw_window.hxx (+2 -1)
westram 2022-03-30 16:29 Rev.: 18977


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

4 lines of code changed in 2 files:

  • WINDOW: AW_option_toggle.cxx (+3 -3), aw_window.hxx (+1 -1)
westram 2022-03-21 13:29 Rev.: 18970


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

  • WINDOW: AW_button.cxx (+7 -5), AW_option_toggle.cxx (+14 -25), aw_window.hxx (+2 -1)
westram 2022-03-21 13:24 Rev.: 18969


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

  • WINDOW: AW_button.cxx (+4 -3), AW_option_toggle.cxx (+1 -1)
westram 2022-03-21 13:18 Rev.: 18968


* rename some locals used for label widget.

36 lines of code changed in 1 file:

  • WINDOW: AW_button.cxx (+36 -36)
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.

6 lines of code changed in 4 files:

  • WINDOW: AW_button.cxx (+1 -4), AW_file.cxx (+1 -1), AW_help.cxx (+2 -2), aw_window.hxx (+2 -2)
westram 2022-03-04 15:13 Rev.: 18962


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

5 lines of code changed in 4 files:

  • WINDOW: AW_button.cxx (+1 -1), AW_option_toggle.cxx (+1 -4), AW_preset.cxx (+2 -2), aw_window.hxx (+1 -1)
westram 2022-03-04 11:26 Rev.: 18959


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

214 lines of code changed in 3 files:

  • WINDOW: AW_awar.cxx (+1 -4), AW_status.cxx (+182 -14), Makefile (+31)
westram 2022-03-01 14:39 Rev.: 18940


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

  • WINDOW: AW_status.cxx (+5 -7)
westram 2022-02-28 13:48 Rev.: 18935


* '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:

  • WINDOW: AW_status.cxx (+32 -4)
westram 2022-02-28 13:46 Rev.: 18934


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

  • WINDOW: AW_status.cxx (+54 -36), Makefile (+2)
westram 2021-12-15 19:13 Rev.: 18852


* assert SRT is set in update.
* remove useless cast.

2 lines of code changed in 1 file:

  • WINDOW: AW_awar.cxx (+2 -1)
westram 2021-10-10 08:33 Rev.: 18781


* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780

34 lines of code changed in 1 file:

  • WINDOW: AW_help.cxx (+34 -28)
westram 2021-10-07 18:28 Rev.: 18755


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

  • WINDOW: AW_window.cxx (+12), aw_window.hxx (+1)
westram 2021-10-04 16:58 Rev.: 18750


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

  • WINDOW: AW_button.cxx (+1 -1), AW_xfig.cxx (+1 -1)
westram 2021-09-15 12:52 Rev.: 18730


* remove trailing whitespace from c source.

43 lines of code changed in 16 files:

  • WINDOW: AW_advice.cxx (+2 -2), AW_button.cxx (+2 -2), AW_cb_struct.cxx (+1 -1), AW_file.cxx (+5 -5), AW_global_awars.cxx (+1 -1), AW_position.cxx (+1 -1), AW_preset.cxx (+2 -2), AW_root.cxx (+1 -1), AW_window.cxx (+6 -6), AW_xfig.cxx (+1 -1), AW_xfont.cxx (+7 -7), aw_device_click.hxx (+1 -1), aw_localdef.hxx (+1 -1), aw_nawar.hxx (+1 -1), aw_position.hxx (+9 -9), aw_window_Xm.hxx (+2 -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:

  • WINDOW: AW_preset.cxx (+1 -1)
westram 2021-08-17 14:15 Rev.: 18665


* change many WARN_TODO triggered warnings into todo markers.

5 lines of code changed in 3 files:

  • WINDOW: AW_Xm.cxx (+1 -3), AW_root_debug.cxx (+2 -6), AW_xfont.cxx (+2 -4)
westram 2021-05-05 13:46 Rev.: 18644


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

  • WINDOW: AW_file.cxx (+1 -1)
westram 2020-05-14 18:21 Rev.: 18463


* reintegrates 'top' into 'trunk'
* adds: log:branches/top@18453:18462

1 lines of code changed in 1 file:

  • WINDOW: AW_question.cxx (+1 -1)
westram 2020-04-25 19:04 Rev.: 18442


* add keycodes for paging up+down.

11 lines of code changed in 2 files:

  • WINDOW: AW_xkey.cxx (+9 -7), aw_keysym.hxx (+2)
westram 2020-03-03 12:23 Rev.: 18352


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

4 lines of code changed in 3 files:

  • WINDOW: AW_root.cxx (+1 -1), AW_status.cxx (+2 -2), aw_root.hxx (+1 -1)
westram 2020-02-21 13:07 Rev.: 18311


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

6 lines of code changed in 4 files:

  • WINDOW: AW_button.cxx (+1 -1), AW_option_toggle.cxx (+1 -1), AW_window.cxx (+1 -1), aw_select.hxx (+3 -3)
westram 2019-10-30 11:41 Rev.: 18194


* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18190:18193

101 lines of code changed in 3 files:

  • WINDOW: AW_preset.cxx (+97 -39), Makefile (+1), aw_color_groups.hxx (+3 -4)
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

2 lines of code changed in 2 files:

  • WINDOW: AW_preset.cxx (+1 -1), AW_question.cxx (+1 -1)
westram 2019-10-03 09:08 Rev.: 18140


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

  • WINDOW: AW_inotify.cxx (+38 -17)
westram 2019-10-01 09:30 Rev.: 18128


* reintegrates 'fix' into 'trunk'
- effectively merges [17619]
* adds: log:branches/fix@17596,17618:18127

2 lines of code changed in 2 files:

  • WINDOW: AW_xfont.cxx (+1 -1), aw_def.hxx (+1 -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

6 lines of code changed in 2 files:

  • WINDOW: AW_help.cxx (+4 -1), AW_modal.cxx (+2)

(1118 more)

Generated by StatSVN 0.7.0