import locations with ^ too
55 lines of code changed in 1 file:
debug helpers
14 lines of code changed in 2 files:
- cleanup
- gb_save_dictionary -> gb_save_dictionary_data
- added gb_load_dictionary_data + gb_read_dict_data
- gb_save_dictionary_data deletes existing dictionary if parameter 'dict' is NULL
85 lines of code changed in 1 file:
- readAndWrite forwards error
- rescue old dictionary data and restore it in case of an error during re-compression
- GB_optimize does no longer open transactions
- gb_create_dictionaries creates single transactions for each dictionary generation
and does proper abort (including restore of old dictionary) in error-case
95 lines of code changed in 1 file:
- spelling
1 lines of code changed in 1 file:
updated
3 lines of code changed in 1 file:
minor change
1 lines of code changed in 1 file:
- added taxonomy(1)
5 lines of code changed in 1 file:
- corrected description for binary operators with 2 arguments
- added description+examples for 'select'
- corrected description for 'contains' and 'partof'
39 lines of code changed in 1 file:
- fixed a bug in make_node_text_struct.append()
12 lines of code changed in 1 file:
- implemented toback + tofront
- binary operators with 2 arguments interpret their arguments as escaped ACI commands
- added command 'select'
75 lines of code changed in 1 file:
- added reverse to input_format_per_line
6 lines of code changed in 1 file:
- reverses match list after reading IFT
4 lines of code changed in 1 file:
- awt_create_query_box tried to read a awar w/o having its name (fixed)
1 lines of code changed in 1 file:
- description of binary operators
- description of string compare/find functions
- description of dropempty, dropzero and merge
68 lines of code changed in 1 file:
- uses nested callbacks for numeric binary operators (plus, minus, ...)
- added 'rest' (aka modulo)
- implemented gbl_apply_binary_operator()
- made contains, partof, equals and compare binary operators
- added case insensitive versions (icontains, ipartof, iequals and icompare)
- fixed bugs in 'command', 'eval' + 'origin' (in case of X input streams the
ACI-command has been applied X times to the first input stream)
- added merge, drop, rot, swap
- added dropempty + dropzero
332 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 1 file:
- GB_command_interpreter errors are more verbose
37 lines of code changed in 1 file:
- dont expand error from GB_command_interpreter (now it's descriptive enough)
2 lines of code changed in 1 file:
- hint how one can write NDS content into DB
- describes new NDS window behavior
21 lines of code changed in 1 file:
- added description for 'compare'
- added description for 'taxonomy'
20 lines of code changed in 1 file:
- change tree-sort-type to AP_NO_NDS during startup
8 lines of code changed in 1 file:
- minor change
7 lines of code changed in 1 file:
- added GB_add_priority_callback
- GB_add_callback uses default priority 5
50 lines of code changed in 1 file:
- added 'priority' member to 'struct gb_callback'
1 lines of code changed in 1 file:
- adds callbacks to tree-containers, which deletes the taxonomy cache
82 lines of code changed in 1 file:
- spelling
1 lines of code changed in 1 file:
- updated
1 lines of code changed in 1 file:
- fixed AWAR_CHANGE_DUMP
7 lines of code changed in 1 file:
- changed AWT_config_manager callbacks
105 lines of code changed in 6 files:
- changed AWT_config_manager callbacks (puh!)
35 lines of code changed in 1 file:
- changed AWT_config_manager callbacks
- conversion from old->new NDS config (for stored configs)
104 lines of code changed in 1 file:
- moved class AWT_config_definition to header
- defined AWT_config_mapping global
- added 2nd ctor to AWT_config_definition (allows initialization from table)
- added AWT_config
170 lines of code changed in 1 file:
- predeclares AWT_config_mapping
- moved class AWT_config_definition to header
- removed config def interface functions (done by class AWT_config_definition itself)
- added AWT_config (helper class - stores configname->awar or configname->value mapping)
- added methods to parse, modify and rebuild a config string
70 lines of code changed in 1 file:
- updated
1 lines of code changed in 2 files:
- moved some ACI related types to adlocal.h
1 lines of code changed in 1 file:
- GB_install_command_table -> gb_install_command_table (visibility now arbdb local)
- uses GBL_command_arguments in calls to ACI commands
13 lines of code changed in 1 file:
- moved GBL, GBL_COMMAND and GBL_command_table here (were in arbdb.h)
- GBL_COMMAND: uses GBL_command_arguments instead of looong parameter list
36 lines of code changed in 1 file:
- started to make binary functions a generalized concept [unused yet]
- converted all ACI-command-functions (using struct instead of long parameter list)
- general cleanup
615 lines of code changed in 1 file:
- removed debug output
2 lines of code changed in 1 file:
- fixed group_key bug
7 lines of code changed in 1 file:
- sets tree awar-name
1 lines of code changed in 1 file:
- pass name of current tree to make_node_text_nds in export_nds_cb()
- changes tree display type for first refresh (does not use NDS)
22 lines of code changed in 1 file:
- set tree awar-name to 0
1 lines of code changed in 1 file:
- set tree awar-name
5 lines of code changed in 2 files:
- fixed call to make_node_text_nds
3 lines of code changed in 1 file:
- reads the current tree from configured awar (normally points to AWAR_TREE)
- query functions pass tree_name down into ACI calls
32 lines of code changed in 1 file:
- new parameter 'tree_name' for make_node_text_nds()
- rewrote create_nds_var (converts old NDS style [inherit] to new style [group|leaf|taxonomy])
- make_node_text_struct modified (- 'inherit' + 'at_group' and 'at_leaf')
+ added some methods to fill NDS buffer w/o overflow
- make_node_text_init() expects 'group' and 'leaf' instead of 'inherit' and 'flag1'
- fixed elements in NDS window
- fixed name of awars (tmp/viewkeys/key_text_select)
- saving NDS config is currently broken
468 lines of code changed in 1 file:
- calls to make_node_text_nds pass 'tree_name'
- changed calls to NT_scalebox
4 lines of code changed in 1 file:
- calls to make_node_text_nds pass 'tree_name'
21 lines of code changed in 1 file:
- added member variable 'tree_name' to AWT_graphic_tree
- calls to make_node_text_nds pass 'tree_name'
- added bool 'use_nds' to show_nds_list_rek (if false -> simply show name)
- changed calls to NT_scalebox / NT_emptybox / NT_rotbox
88 lines of code changed in 1 file:
- changed call to GB_command_interpreter
3 lines of code changed in 2 files:
- added member 'tree_name' to awt_query_struct
1 lines of code changed in 1 file:
- added member 'tree_name' to struct adaqbsstruct
1 lines of code changed in 1 file:
- new parameter 'tree_name' for make_node_text_nds()
1 lines of code changed in 1 file:
- added member variable 'tree_name' to AWT_graphic_tree
- added bool 'use_nds' to show_nds_list_rek (allows to toggle NDS-use)
- NT_scalebox, NT_emptybox, NT_rotbox: width passed as double
20 lines of code changed in 1 file:
- added member 'gc_manager' to AWT_canvas
- beautified
41 lines of code changed in 1 file:
- init 'gc_manager' member in ctor
1 lines of code changed in 1 file:
- fixed calls to GB_command_interpreter
8 lines of code changed in 5 files:
- beautified
119 lines of code changed in 1 file:
improved help
3 lines of code changed in 1 file:
don't remember where this came from
78 lines of code changed in 1 file:
- changed type of GBL_COMMAND
7 lines of code changed in 1 file:
- changed call to GB_command_interpreter
2 lines of code changed in 1 file:
- made ACI commands static (they are exported by hash)
- added 'equals', 'contains' and 'partof'
- skips internal numbers from taxonomy hash
- added ACI functions 'compare' + 'taxonomy'
- changed calls to GB_command_interpreter
653 lines of code changed in 1 file:
cleanup
1 lines of code changed in 1 file:
- GB_command_interpreter inserts default_tree_name into client data, which is now
passed to all commands
16 lines of code changed in 1 file:
updated
1 lines of code changed in 1 file:
- updated (gbl functions made static)
0 lines of code changed in 1 file:
- make 'proto' uses mv_if_diff to keep untouched as many headers as possible.
9 lines of code changed in 1 file:
- sort_selection_list may sort case sensitive or not.
till now it always did it sensitive
26 lines of code changed in 1 file:
- sort_selection_list prototype changed
1 lines of code changed in 1 file:
- automatically sorts SAI selections lists
- prefixes SAIs with their group
- cleanup
41 lines of code changed in 1 file:
- call to sort_selection_list changed
22 lines of code changed in 4 files:
- preserve -> adapt
21 lines of code changed in 6 files:
uses ARB
3 lines of code changed in 1 file:
- changed method to push include paths
10 lines of code changed in 1 file:
- fixed include path
1 lines of code changed in 1 file:
- added AW_window::GC_to_RGB
- GC_to_RGB maps ARB-gc into Xm-gc
23 lines of code changed in 1 file:
- added AW_window::GC_to_RGB
7 lines of code changed in 1 file:
- added NT_dump_gcs
15 lines of code changed in 1 file: