Commit Graph

133 Commits (b7d9547cdf9d4c746b3cc811758638e40fd55329)

Author SHA1 Message Date
Marcin Kulik b7d9547cdf Fix setting of scroll region 13 years ago
Marcin Kulik ca38cc20e7 Bind to events after movie is loaded 13 years ago
Marcin Kulik 7f019e6918 es5-shim for crippled browsers 13 years ago
Marcin Kulik fddd33b37d Italicize proper thing 13 years ago
Marcin Kulik 2bf3030755 Improved look of asciicast previews 13 years ago
Marcin Kulik 5ef241afff More info in preview 13 years ago
Marcin Kulik cb0a605bfe Homepage improvements 13 years ago
Marcin Kulik 60d32ca2d3 Use goToNextRowFirstColumn instead of manually changing cursor pos 13 years ago
Marcin Kulik ba5acf4012 Update all changed lines in ScreenBuffer#print 13 years ago
Marcin Kulik 3c9d6a8062 Fix Movie#isPaused 13 years ago
Marcin Kulik 306c1619ab Pr0 play button 13 years ago
Marcin Kulik 81b06178fd Display asciicast example on homepage 13 years ago
Marcin Kulik 085a678479 overflow: hidden for terminal element 13 years ago
Marcin Kulik 2e678714d4 Get brush with #getBrush 13 years ago
Marcin Kulik 6037903f1c Use twitter bootstrap 13 years ago
Marcin Kulik c976c567d7 Loading indicator 13 years ago
Marcin Kulik 830c39d2fb Fix path for asciicasts json data 13 years ago
Marcin Kulik 6660efe8a7 collection is not needed in CommentEntry view 13 years ago
Marcin Kulik 51dfa8474f Profile paths: ~sickill 13 years ago
Marcin Kulik 35af4cf9e7 Home and installation pages 13 years ago
Marcin Kulik c4f40322ed Merge branch 'master' into comments
* master:
  Display asciicast author and creation time
  Claiming asciicasts
  User#add_user_token
  Asciicast.assign_user
  User tokens for assigning asciicasts to users
  Better styles + pagination

Conflicts:
	app/models/asciicast.rb
	db/schema.rb
	spec/factories/asciicasts.rb
	spec/factories/users.rb
13 years ago
Marcin Kulik 66db199aab Display asciicast author and creation time 13 years ago
Micha Wrobel a2d1b1a15f Simplify comments_index.js 13 years ago
Marcin Kulik b7807c3f0d Better styles + pagination 13 years ago
Micha Wrobel e7567848d3 Url is defined after initialization 13 years ago
Micha Wrobel 706460e71b Show time ago in comments 13 years ago
Micha Wrobel e7f5f57424 Some refactoring, and make possible to remove own comments 13 years ago
Micha Wrobel 9a190cf474 Don't show comment form if user not logged in 13 years ago
Micha Wrobel 5201b3f768 Initial implementation of comments - in progress 13 years ago
Marcin Kulik f3c80398cb Clicking on term view toggles playback 13 years ago
Marcin Kulik 755efc09d1 Format time as mm:ss 13 years ago
Marcin Kulik aa3c28701d Pausing + time display 13 years ago
Marcin Kulik 5e05b0d1cb Fix carriageReturn use 13 years ago
Marcin Kulik 1062aa3d01 Decompress bzip data in the browser 13 years ago
Marcin Kulik b3e8fbb7df Load asciicast data via ajax 13 years ago
Marcin Kulik a16c10009a Initially set brush with setBrush 13 years ago
Marcin Kulik dec4d3dc31 Handle more standard esc sequences 13 years ago
Marcin Kulik 5a54654dc5 Handle special charset setting 13 years ago
Marcin Kulik 22b4da210c Charsets support 13 years ago
Marcin Kulik 9480d9c1bb Improve top nav 13 years ago
Marcin Kulik 7ffbe50c74 Fix saveTerminalState and restoreTerminalState 13 years ago
Marcin Kulik 76a5c46bfb Fix reverseIndex, verticalTab 13 years ago
Marcin Kulik 8005613c95 Use single parent element for faster innerHTML 13 years ago
Marcin Kulik 2c58e449a5 Even more faster renderLine 13 years ago
Marcin Kulik 8ef0b63029 A little faster renderLine 13 years ago
Marcin Kulik c6d6f9c851 Remove old commented out implementation of parser 13 years ago
Marcin Kulik a9afb35b82 Don't log too much 13 years ago
Marcin Kulik 766fe57bf1 New parser 13 years ago
Marcin Kulik 6eeafdf699 Extract SGR codes interpretation to separate class 13 years ago
Marcin Kulik 0979a6706b VT#renderer -> VT#view 13 years ago