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
3715a4f3c9d0ebf39c139ca1b2f9e0053d667e9a
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
27
Jul
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
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
initial version of todo list
Add display call to get multiple windows updated.
move types/methods from Control to View
Add mutex lock to our log handler, stupid glib does not lock across the call to it.
draw more features and be more efficient calculating positions
keep top left corner of canvas fixed when zooming
changing navigator to vscale
Add width for method reading and change our config float to be a double actually.
try to fix up some cvs funniness, cvs seems to have lost that I am editting stuff.
commented out some currently unused test code as it needs to be update for new GData set of features.
add new merge features code.
change to handle features as GData not Garray, and rename set struct Gdata to feature_sets.
change to handle features as GData not Garray.
change button_click callback to focus callback which is what it really is.
change mallocs to g_malloc0
Change g_new to g_new0, need memory init'd to zeros
moved zmapDraw.h to include/ZMap