index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
coderay
/
encoders
/
html.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into escape-utils
Kornelius Kalnbach
2016-02-13
1
-2
/
+3
|
\
|
*
document new option to keep tabs
Kornelius Kalnbach
2016-02-13
1
-1
/
+2
|
*
HTML envoder keeps \t with tab_width: false
Kornelius Kalnbach
2014-05-17
1
-1
/
+1
*
|
enable necessary replacements in HTML encoder
Kornelius Kalnbach
2013-08-30
1
-5
/
+5
*
|
Merge branch 'master' into escape-utils
Kornelius Kalnbach
2013-08-30
1
-9
/
+14
|
\
\
|
|
/
|
*
fix coderay -HTML option
v1.1.0.rc5
Kornelius Kalnbach
2013-08-30
1
-6
/
+8
|
*
limit HTML encoder span_for_kinds cache size
v1.1.0.rc3
Kornelius Kalnbach
2013-07-21
1
-2
/
+4
|
*
rename local variable
Kornelius Kalnbach
2013-07-21
1
-2
/
+2
|
*
don't dup @span_for_kinds hash keys
Kornelius Kalnbach
2013-07-21
1
-1
/
+1
|
*
no attack vector found
Kornelius Kalnbach
2013-07-21
1
-1
/
+0
|
*
mark possibly problematic spots with FIXME
Kornelius Kalnbach
2013-07-20
1
-0
/
+2
*
|
imagine escape_html does all we need
Kornelius Kalnbach
2013-07-14
1
-1
/
+1
*
|
remove control codes escaping?
Kornelius Kalnbach
2013-07-14
1
-4
/
+4
*
|
use EscapeUtils to escape HTML
Kornelius Kalnbach
2013-07-14
1
-18
/
+9
|
/
*
HTML encoder shouldn't warn about open tokens
Kornelius Kalnbach
2013-06-23
1
-1
/
+0
*
cleanup HTML encoder CSS styles/classes algorithm (#135)
Kornelius Kalnbach
2013-06-10
1
-21
/
+33
*
simplify more HTML encoder methods (#135)
Kornelius Kalnbach
2013-06-10
1
-20
/
+17
*
cleanup HTML encoder #setup (#135)
Kornelius Kalnbach
2013-06-10
1
-38
/
+32
*
cleanup HTML encoder (#135)
Kornelius Kalnbach
2013-06-10
1
-33
/
+33
*
whitespace
Kornelius Kalnbach
2013-06-09
1
-4
/
+2
*
rename :independent_lines option to :break_lines
Kornelius Kalnbach
2012-04-02
1
-5
/
+6
*
here come the white-space nazis
Kornelius Kalnbach
2012-04-01
1
-11
/
+12
*
Fixed handling of eols inside token content.
Etienne Massip
2012-03-29
1
-6
/
+10
*
Extracted code making HTML lines independent from numbering code to a specifi...
Etienne Massip
2012-01-26
1
-4
/
+23
*
Bug #6: merge ConradIrwin's approach with korny's
Kornelius Kalnbach
2011-12-27
1
-3
/
+3
*
Remove assumption about a stable $:
Conrad Irwin
2011-12-23
1
-3
/
+3
*
pretty (longer) token class names; closes #347
Kornelius Kalnbach
2011-08-19
1
-1
/
+0
*
Major rewrite of encoders to support IO output; fixed some minor scanner bugs...
Kornelius Kalnbach
2011-08-19
1
-1
/
+11
*
cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s
murphy
2011-07-04
1
-1
/
+1
*
#309 Improved highlighting of Ruby inside diffs
murphy
2011-06-22
1
-6
/
+6
*
#299 fix transparent tokens
murphy
2011-05-21
1
-10
/
+8
*
renamed pre_* token kinds to predefined_*
murphy
2011-04-17
1
-7
/
+1
*
Use autoload in HTML encoder; speedup for :css => :class mode.
murphy
2011-03-01
1
-11
/
+17
*
Code cleanups in HTML encoder.
murphy
2010-10-15
1
-29
/
+24
*
Fixed line token classes when using hints.
murphy
2010-09-22
1
-1
/
+5
*
Fix invalid HTML markup for line tokens (use span + CSS instead of div).
murphy
2010-09-22
1
-3
/
+3
*
Fixed HTML encoder :hint => info option.
murphy
2010-08-23
1
-1
/
+1
*
Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scan...
murphy
2010-06-29
1
-5
/
+9
*
More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).
murphy
2010-06-27
1
-27
/
+11
*
Trying out a simplified, faster method of HTML encoding.
murphy
2010-06-27
1
-42
/
+41
*
Cleanups in Encoders::HTML::Output.
murphy
2010-06-01
1
-2
/
+2
*
Fixed a problem with line tokens when using :hint => :debug in the HTML encoder.
murphy
2010-05-05
1
-2
/
+2
*
Got rid of the old streaming system (see #142).
murphy
2010-05-01
1
-1
/
+0
*
Direct Streaming! See #142 and Changes.textile.
murphy
2010-05-01
1
-88
/
+83
*
New HTML Encoder option :line_number_anchors (closes #208).
murphy
2010-04-02
1
-1
/
+10
*
Upporting changes from 0.9.2 (vs. 0.9.1).
murphy
2010-03-31
1
-2
/
+2
*
Use new :alpha style be default. This means IE will have problems with the co...
murphy
2010-03-31
1
-1
/
+1
*
Renamed token_classes to token_kinds (closes #122).
murphy
2010-03-30
1
-17
/
+18
*
Encoders::HTML#token's second parameter is no longer optional.
murphy
2010-01-06
1
-1
/
+1
*
Cleanup.
murphy
2010-01-01
1
-1
/
+1
[next]