Commit Graph

118 Commits (4041b3128441c5b0937c90504c9e620a7ef76c70)

Author SHA1 Message Date
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
Marcin Kulik f23cbbb79d Move char attrs back to VT 13 years ago
Marcin Kulik 69c1dcbf9c Another TODO 13 years ago
Marcin Kulik 3eb0b40d32 TODO 13 years ago
Marcin Kulik 9edbcbac4e Remove wrong handlers 13 years ago
Marcin Kulik 260d7c6956 Comment 13 years ago
Marcin Kulik 49c583d500 Rename handleCSI to handleCS 13 years ago
Marcin Kulik b4322fa5a0 Extract responsibilities 13 years ago
Marcin Kulik 961ee90836 Handle reverse/normal video attr 13 years ago
Marcin Kulik 9af87da790 Handle ESC[^ - reserved 13 years ago
Marcin Kulik efff8e765d Ignore 2 more esc sequences 13 years ago
Marcin Kulik fe349c9394 Blink attribute support 13 years ago
Marcin Kulik 5fdd43306d Close span only if there was at least one brush used 13 years ago
Marcin Kulik 5f65e4d3fa Set fixed with and height of terminal view. Fixes #22 13 years ago
Marcin Kulik a0482edb14 Fix _cursorRight when on right edge of screen 13 years ago
Marcin Kulik ee6298d515 Italic style support 13 years ago