Directory RNA3D/

Directory Created:
2004-12-03 18:15
Total Files:
20
Deleted Files:
15
Lines of Code:
4657

[root]/RNA3D
        Folder removed from repo Attic (0 files, 0 lines)
            Folder removed from repo OPENGL (0 files, 0 lines)
            Folder removed from repo data (0 files, 0 lines)
            Folder removed from repo images (0 files, 0 lines)

Lines of Code

RNA3D/ Lines of Code

Developers

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

Most Recent Commits

westram 2022-08-03 15:52 Rev.: 19206


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

108 lines of code changed in 1 file:

  • RNA3D: RNA3D_StructureData.cxx (+108 -92)
westram 2022-03-30 17:29 Rev.: 18977


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

2 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+2 -2)
westram 2022-03-19 14:57 Rev.: 18966


* declare some OPENGL-only classes final.

3 lines of code changed in 3 files:

  • RNA3D: RNA3D_OpenGLGraphics.hxx (+1 -1), RNA3D_Renderer.hxx (+1 -1), RNA3D_Textures.hxx (+1 -1)
westram 2022-03-04 12:26 Rev.: 18959


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

7 lines of code changed in 1 file:

  • RNA3D: Makefile (+7)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

2 lines of code changed in 2 files:

  • RNA3D: RNA3D_Graphics.cxx (+1 -1), RNA3D_Interface.cxx (+1 -1)
westram 2021-09-15 13:39 Rev.: 18725


* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.

5 lines of code changed in 1 file:

  • RNA3D: Makefile (+5 -5)
westram 2021-09-15 13:00 Rev.: 18720


* select units using {{{wildcard}}}.

1 lines of code changed in 1 file:

  • RNA3D: Makefile (+1 -8)
westram 2020-03-07 17:47 Rev.: 18373


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

  • RNA3D: RNA3D_GlobalHeader.hxx (+3)
westram 2019-10-30 12:41 Rev.: 18194


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

1 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2019-07-02 14:45 Rev.: 17944


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

  • RNA3D: Makefile (+2)
westram 2019-03-07 18:30 Rev.: 17651


* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@17627:17650

6 lines of code changed in 2 files:

  • RNA3D: RNA3D_StructureData.cxx (+6 -109), RNA3D_StructureData.hxx (-1)
westram 2018-10-24 15:58 Rev.: 17534


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

  • RNA3D: Makefile (+1), RNA3D_StructureData.cxx (+11 -9)
westram 2018-05-02 11:32 Rev.: 16961


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

  • RNA3D: Makefile (+6)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

205 lines of code changed in 5 files:

  • RNA3D: RNA3D_Interface.cxx (+5 -13), RNA3D_OpenGLEngine.cxx (+1 -2), RNA3D_OpenGLGraphics.cxx (+5 -10), RNA3D_Renderer.cxx (+5 -6), RNA3D_StructureData.cxx (+189 -224)
westram 2017-11-28 19:13 Rev.: 16765


* partial merge from 'gcc' into 'trunk'
- RNA3D fixes / cleanup
* adds: log:branches/gcc@16747:16750

68 lines of code changed in 8 files:

  • RNA3D: Makefile (+3), RNA3D_Global.hxx (-1), RNA3D_Interface.cxx (+12 -27), RNA3D_OpenGLEngine.cxx (+29 -42), RNA3D_OpenGLEngine.hxx (+1 -1), RNA3D_Renderer.hxx (+9), RNA3D_StructureData.cxx (+3 -1), RNA3D_StructureData.hxx (+11)
westram 2017-11-28 18:09 Rev.: 16763


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

  • RNA3D: RNA3D_Graphics.cxx (+1 -1), RNA3D_Interface.cxx (+26 -26), RNA3D_OpenGLEngine.cxx (+4 -4), RNA3D_OpenGLGraphics.cxx (+6 -6), RNA3D_StructureData.cxx (+100 -100), RNA3D_Textures.cxx (+1 -1)
westram 2017-03-23 14:58 Rev.: 15665


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

  • RNA3D: RNA3D_Interface.cxx (+2 -1)
westram 2016-10-07 10:20 Rev.: 15310


- fix opengl compile

1 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2016-10-05 12:39 Rev.: 15301


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

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2016-08-30 12:30 Rev.: 15254


* depends for [15253]

6 lines of code changed in 1 file:

  • RNA3D: Makefile (+6)
westram 2016-08-17 20:39 Rev.: 15198


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

  • RNA3D: RNA3D_Graphics.hxx (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

7 lines of code changed in 1 file:

  • RNA3D: Makefile (+7)
westram 2016-07-20 11:59 Rev.: 15074


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

  • RNA3D: RNA3D_Graphics.cxx (-1)
westram 2016-06-15 13:35 Rev.: 14943


* merge 2 WINDOW-modifications from 'color' into 'trunk'
* adds: log:branches/color@14929,14940

0 lines of code changed in 1 file:

  • RNA3D: RNA3D_Graphics.cxx (-1)
westram 2016-05-28 11:41 Rev.: 14875


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

  • RNA3D: RNA3D_Interface.cxx (+9 -9)
westram 2016-05-27 11:16 Rev.: 14866


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

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2016-05-12 09:58 Rev.: 14838


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

  • RNA3D: RNA3D_Graphics.cxx (+2 -2), RNA3D_Graphics.hxx (+1 -1), RNA3D_Interface.cxx (+1 -1)
westram 2015-11-11 13:40 Rev.: 14490


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

  • RNA3D: RNA3D_Graphics.cxx (+1 -1)
westram 2015-11-04 10:57 Rev.: 14453


* do not cast AW_POPDOWN

6 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+6 -6)
westram 2015-10-30 13:45 Rev.: 14443


* use named gc windows for SECEDIT and RNA3D
- ids interfered with EDIT4 gc window

5 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+5 -1)
westram 2015-10-28 16:23 Rev.: 14429


* use typed callbacks in RNA3D

10 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+10 -10)
westram 2015-08-06 11:42 Rev.: 14139


* remove unused double-click handler

0 lines of code changed in 2 files:

  • RNA3D: RNA3D_Graphics.cxx (-5), RNA3D_Graphics.hxx (-1)
westram 2015-07-28 14:52 Rev.: 14091


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

  • RNA3D: RNA3D_Interface.cxx (+5 -47)
westram 2015-01-23 15:19 Rev.: 13443


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

  • RNA3D: Makefile (+1 -1)
westram 2014-09-01 14:10 Rev.: 12803


* merge from 'alilink' into 'trunk'
* adds:
- log:branches/alilink@12801:12802

1 lines of code changed in 1 file:

  • RNA3D: RNA3D_StructureData.cxx (+1 -1)
westram 2014-05-28 20:34 Rev.: 12311


- do not redefine macros provided by gmacros.h (glib)

2 lines of code changed in 1 file:

  • RNA3D: RNA3D_Renderer.hxx (+2 -1)
westram 2014-05-17 15:02 Rev.: 12273


- no magic exit codes

4 lines of code changed in 1 file:

  • RNA3D: RNA3D_OpenGLGraphics.cxx (+4 -4)
westram 2014-01-10 20:16 Rev.: 11464


- un-dummy-fied transaction (renames only)

1 lines of code changed in 1 file:

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2013-11-29 15:06 Rev.: 11264


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

  • RNA3D: RNA3D_Interface.cxx (+1 -1)
westram 2013-11-14 19:19 Rev.: 11126


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

  • RNA3D: RNA3D_Graphics.hxx (+1)

(179 more)

Generated by StatSVN 0.7.0