Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Noting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Horn
Noting
Graph
52ac2e670d3fe309b7eb8dcea24b74a09779e7c7
Select Git revision
Branches
2
feature/gitlab-pages
master
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Sep
4
23
Aug
22
21
12
Jul
11
8
Jun
31
May
30
extracts SidePanel into own class
master
master
implements onclick for sidePanelLeft and optimizes code for hiding/showing the side panel
implements UI drafts for the NotesList, Ruler hiding
implements basic eraseLine functionality
removes commented out code
transfers collecting stroke data to the board class
transfers the drawing related code to the board class
adds comments in Board.js
makes gitlab-pages version without debug features
feature/gitlab-…
feature/gitlab-pages
Merge branch 'master' into feature/gitlab-pages
implements basic load and save mechanism
adds styling for the ruler
renames Board.resolution to Board.canvasScale and implements the usage of canvasScale more consistent
removes canvas buffering and prepares code for "infinite" noting area
add Vector class and changes all "vector" operations to work with the Vector class instead of loose objects
removes Pointer.js and all its usages and replaces it with PointerManager
improves comments and log output
implements basic line drawing for ruler
implements first buggy rotation for ruler
implements moving of ruler
adds first steps for the ruler
switches pack to cp, as rsync is not available
uses rsync instead of cp
ensures that the public folder exists
fixes cp call
changes file extension to .yml for .gitlab-ci.yaml
enables CI for all branches
adds .gitlab-ci.yaml for gitlab CI
adds a selection indicator to the color and line width buttons
removes unused property lineJoin of Pen.js
changes default color of the pen
adds support for different line widths
removes unnecessary functionality from Pen.js
adds support for drawing with different colors
assimilates usage of quotes
fixes save command to store strokeData as well
fixes save and clear, applies refactoring and formatting to improve readability
adds linear interpolation to the changes of line widths within the smoothing line transitions
improves drawing of smoothened lines
changes line smoothing to accept points with x and y coordinates instead of list of coordinates
Loading