Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Graph
8f12ca7a5a64144fe548cada332d5d19ef26a1fe
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Aug
1
Jul
25
Jun
24
16
12
19
May
15
5
4
29
Apr
7
27
Mar
26
11
10
9
5
3
27
Feb
26
25
20
18
17
16
10
9
7
6
4
3
26
Jan
15
8
4
Dec
29
Nov
28
26
24
23
18
17
13
11
6
2
29
Oct
1
30
Sep
23
19
17
15
19
Aug
3
Jun
6
May
5
14
Apr
7
4
28
Mar
26
17
14
12
11
19
Feb
17
10
7
6
31
Jan
13
6
17
Dec
5
4
29
Oct
28
11
10
9
4
24
Sep
23
21
17
30
Aug
29
26
2
31
Jul
25
24
23
22
19
18
17
12
11
8
3
28
Jun
25
13
30
May
14
30
Apr
25
23
22
17
16
15
13
12
8
5
4
3
18
Feb
31
Jan
30
24
Dec
23
30
Nov
14
8
1
26
Oct
23
19
18
17
16
15
10
6
25
Sep
21
20
17
14
13
28
Aug
21
16
15
14
2
28
Jun
26
24
23
22
8
7
24
May
18
17
16
11
10
30
Apr
26
25
18
13
10
3
23
Mar
19
17
16
15
14
12
11
9
20
Feb
15
14
2
31
Jan
30
29
28
27
26
25
24
12
5
15
Dec
1
19
Nov
17
7
31
Oct
29
28
8
29
Sep
28
27
26
23
22
14
13
10
8
6
31
Aug
25
24
22
10
9
4
3
2
24
Jul
18
14
13
9
7
6
1
28
Jun
27
26
13
19
May
12
11
9
29
Apr
24
21
19
15
14
12
6
5
3
29
Mar
26
25
24
22
16
15
14
23
Feb
19
5
4
3
2
1
31
Jan
30
24
19
18
17
13
12
9
8
7
4
3
30
Dec
29
28
27
25
Actually throw errors in tests
tmp-branch/thro…
tmp-branch/throw-error-on-error
Skip unnecessary render queue object creation
feature/more-pe…
feature/more-perf-improvements
Fix multi-line assertion messages in test runner
Allow the use of the PhantomJS remote debugger
Use Typed Arrays for the send queue
Avoid Creating Small Objects Frequently
Use Typed Arrays for the Websock receive queue
Remove unecessarily nested loop
WIP: Switch to Pako for zlib
Fix RFB.js JSHint Errors
Fix up vnc_playback.html and playback.js
CI: Switch to Container-Based Travis
master
master
Merge pull request #499 from samhed/fullscreen
* Hide the fullscreen toggle button on Safari since alphanumerical
Adapt display to be able to handle a changing clipping-setting while connected
Fixes #498 - Add the ability to toggle fullscreen mode
Fix error from a previous commit, there is no data type called 'text'..
Renamed popupStatusPanel to popupStatus and removed the global variable
Clarified enableDisableClip (now called enableDisableViewClip) and
Allow the popupStatusPanel to show any text but close it on a 1.5 second timer.
Clarify code with regards to the viewport drag functionality
Always show the viewport drag button on touch devices to keep the GUI from
Merge pull request #497 from MOZGIII/MOZGIII-patch-vnc-auto-fix
Fixed incorrect UI usage and minor updateState params errors in vnc_auto.html
Enable noVNC to become Browserifiable
refactor/modula…
refactor/modularized
WIP: Switch to Pako for zlib
feature/new-zli…
feature/new-zlib-impl
Reverting most of commit cb3e4de. The issue was not related to using keyboardinputReset.. the issue was infact a typo which was introduced in 3b8ec46. I must be too tired..
Stop using keyboardinputReset at the start of keyInput
Fix up vnc_playback.html and playback.js
Update LICENSE.txt
Merge pull request #483 from fabian-z/master
Move #keyboardinput declarations to base.css/ui.js
Re-fixes #428 which was broken by commit 58ded70
Merge pull request #415 from jimdigriz/fixes
Merge pull request #474 from kanaka/bug/throw-error-from-constructor
Merge pull request #475 from kanaka/bug/follow-symlinks-for-here
Throw exceptions from RFB constructor
Create RFB object on connect
Follow symbolic links in launch.sh
Make getCanvasLimit more efficient by only calling getPosition once.