[root]/RNA3D
Attic
(0 files, 0 lines)
OPENGL
(0 files, 0 lines)
data
(0 files, 0 lines)
images
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 544 (100.0%) | 12511 (100.0%) | 22.9 |
yadhu | 230 (42.3%) | 9015 (72.1%) | 39.1 |
westram | 308 (56.6%) | 3486 (27.9%) | 11.3 |
baderk | 4 (0.7%) | 8 (0.1%) | 2.0 |
boehnel | 2 (0.4%) | 2 (0.0%) | 1.0 |
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
108 lines of code changed in 1 file:
* use {{{AW_orientation}}} to specify orientation of radio button.
2 lines of code changed in 1 file:
* declare some OPENGL-only classes final.
3 lines of code changed in 3 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
7 lines of code changed in 1 file:
* remove trailing whitespace from c source.
2 lines of code changed in 2 files:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
5 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
1 lines of code changed in 1 file:
* reintegrates 'opengl' into 'trunk'
- fixes OPENGL build (using packages from distribution)
- fix several broken .png (1x crash, 16x warnings)
* adds: log:branches/opengl@18367:18372
3 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18190:18193
1 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.
2 lines of code changed in 1 file:
* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@17627:17650
6 lines of code changed in 2 files:
* partial merge from 'fix' into 'trunk'
- globally define what are "gaps"
- kept behavioral changes to a minimum:
* defaults for (user-defined) gap-definition in EDIT4 changed
* EDIT sequence search also uses user-defined gaps
* adds: log:branches/fix@17529:17533
12 lines of code changed in 2 files:
* 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
6 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
205 lines of code changed in 5 files:
* partial merge from 'gcc' into 'trunk'
- RNA3D fixes / cleanup
* adds: log:branches/gcc@16747:16750
68 lines of code changed in 8 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
138 lines of code changed in 6 files:
* reintegrates 'refactor' into 'trunk'
- refactored AWT_graphic
* now have explicit states with different permissions
1. update model + request view/DB updates (AWT_auto_refresh)
- always preceeded by DB->model up-to-date-check
- automatically updates the view on destruction
2. update (DB and view) from model
3. neither
- benefits
* saves several view-updates
* unproblematic nesting of functions requesting view-updates
* will allow
- delayed view-updates and
- easier modification of update logic
- fixes a bunch of update-issues (found on the way)
* adds: log:branches/refactor@15613:15615,15627:15637,15639:15664
2 lines of code changed in 1 file:
- fix opengl compile
1 lines of code changed in 1 file:
* full update from child 'sync' into 'trunk'
- register all NTREE canvases
- provide canvas selection list
- pass awar to canvas (not its name; expect awar already exists); no awar for non-tree-canvases
* adds: log:branches/sync@15292:15300
1 lines of code changed in 1 file:
* depends for [15253]
6 lines of code changed in 1 file:
* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)
1 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
7 lines of code changed in 1 file:
* fix OPENGL version
- correct call to {{{AW_manage_GC}}} (changed by [15064])
- in ARB_OPENGL version: do not assert that 1st GC should define a font
0 lines of code changed in 1 file:
* merge 2 WINDOW-modifications from 'color' into 'trunk'
* adds: log:branches/color@14929,14940
0 lines of code changed in 1 file:
* remove ability to copy font information of GCs
- was not used
- did/would not work in gtk anyway
9 lines of code changed in 1 file:
* change names of GC-property-windows to reset stored window-user-sizes
- only done for "named" propery-windows (standard windows have already been reset with [14864])
1 lines of code changed in 1 file:
* no longer pseudo-hide gc-manager-object
- {{{aw_gc_manager}}} -> {{{AW_gc_manager}}}
- use pointers to {{{AW_gc_manager}}} instead of pointer-typedef
4 lines of code changed in 3 files:
* change callbacktype used to trigger refresh after GCs changed
- pass what has been changed (font,color only,use of color groups)
* added standard callback ({{{AWT_GC_changed_cb}}})
* {{{AWAR_COLOR_GROUPS_USE}}}
- remove client callback triggering refresh (installed by TREEDISP)
- add general callback calling {{{GcChangedCallback}}} passed to {{{AW_manage_GC}}}
- hide awar inside {{{AW_preset.cxx}}}
* effects:
- EDIT4 does refresh now when toggling use of color groups
- (several) canvases just do "expose" in case of color change (instead of "resize/zoom reset" which is needed for font changes)
1 lines of code changed in 1 file:
* do not cast AW_POPDOWN
6 lines of code changed in 1 file:
* use named gc windows for SECEDIT and RNA3D
- ids interfered with EDIT4 gc window
5 lines of code changed in 1 file:
* use typed callbacks in RNA3D
10 lines of code changed in 1 file:
* remove unused double-click handler
0 lines of code changed in 2 files:
* RNA3D
- help-link buttons in main window
- remove unfinished help-window (replace by standard help) + remove now unused resources
- create stub for 'Change molecule' (23s only, undocumented and probably broken)
5 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
1 lines of code changed in 1 file:
* merge from 'alilink' into 'trunk'
* adds:
- log:branches/alilink@12801:12802
1 lines of code changed in 1 file:
- do not redefine macros provided by gmacros.h (glib)
2 lines of code changed in 1 file:
- no magic exit codes
4 lines of code changed in 1 file:
- un-dummy-fied transaction (renames only)
1 lines of code changed in 1 file:
* typed some more globally used callbacks
- AW_create_gc_window
- popup_select_species_field_window
- AWT_create_nds_window
- AWT_popup_select_srtaci_window
* typed callbacks in
- SL/NDS
- SL/ITEMS (except one more complicated in !MutableItemSelector)
1 lines of code changed in 1 file:
* reintegrates 'redev' into 'trunk':
- fixed tree key-bindings (mark, fold, ...)
- improved several tree-commands (move, rotate, spread, length, width)
- fixed #68
* adds:
- log:branches/dev@7912,7914,7938,7942:7943
- log:branches/redev@11088:11119,11122:11125
1 lines of code changed in 1 file:
(179 more)