Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Graph
75c85d1fb4ea66a14c4462ace6727c7344f5b682
Select Git revision
Branches
7
FixAutogen
FixGitignore
Ubuntu21Build
develop
default
protected
feature/Unbundle_view
feature/zQT
production
Tags
20
2.13.0
2.12.0
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.2
2.5.1
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Aug
29
Jul
27
22
21
20
19
16
15
14
9
8
6
2
1
30
Jun
29
28
25
23
22
18
15
14
11
10
9
29
May
27
20
19
17
14
13
7
27
Apr
21
15
8
22
Mar
19
18
17
12
3
11
Feb
6
23
Jan
21
15
12
Dec
1
20
Nov
18
17
14
13
11
10
7
5
31
Oct
30
20
Change slave to handle incorrect requests and request failures properly.
change navigator to correctly show position/extent of sequence within its parent.
add call to report when parser has terminated, alter interface to zmapGFFGetFeatures() so feature context is passed in.
add code to handle server request errors and report them.
deal with errors in GFF file better, logic was flawed.
deal with acedb comments in GFF output...sigh
change slave to return error for problems with server request, work in progress.
add 'request error' reply to slave replies.
Make makedepend files platform specific and remove makedepend backup files, not needed.
move new view code into zmapControl.c where all this sort of thing is.
comment out a lot of uncalled functions
remove a load of uncalled .o/.c files, they need to be integrated later.
remove zmapControl.h from here and also a load of uncalled functions
my bindir addition to makedepend doesn't work...not sure why
remove redundant function decs.
fix up header comments and cut/paste bug in include guards.
Fix up some view state stuff.
add bin dir to .o file dependency.
initial version.
add makedepend to our build to automatically do dependencies.
Fix parent blank coords for new navigator.
Fix up parent coords and navigator recording of them, still more work needed.
fix bad bug, variable parameter call to canvas routine not NULL terminated.
Dynamically adjust navigator vscale labels; set handle position
Added top label to navigator vscale; renamed bottom label; for dynamic manipulation of labels
Added colour control to zmapDisplayText()
Added dynamic adjustment of canvas scroll region and window background, print text next to genes, fix but preventing many objects from being drawn
Changed zmapWindowDrawFeatures to get a ZMapWindow instead of canvas to allow dynamic control of the white background depending on size of sequence being displayed
added colour control to zmapDisplayText()
fix wrong use of g_new, not harmful but wasteful of space.
fix vscale size and null label.
fix bug in params allocation, pointer allocated not struct.
ZMAP-PRE-RELEAS…
ZMAP-PRE-RELEASE-ISMB
add debug routines for methods stuff.
Added types (aka methods) to zmapWindowData struct so it gets passed by g_datalist_foreach()
Use types (aka methods) to determine width, colours of boxes
Added types (aka methods) to zmapWindowDrawFeatures() params
changed sprintf to g_strdup_printf
add code to add a completely new view to a zmap using a dialog box.
add code to update control when a new view is added.
Add 'blank' default position for navigator