columns for panels calculated / showing now
- cleaned up todo a bit.
This commit is contained in:
parent
c1ac801987
commit
350ea79f74
4 changed files with 23 additions and 23 deletions
11
done.txt
11
done.txt
|
|
@ -17,3 +17,14 @@ x 2014-04-16 (A) - create interface @EDITOR
|
||||||
x 2014-04-16 (C) separate to individual renderers @16colors
|
x 2014-04-16 (C) separate to individual renderers @16colors
|
||||||
x 2014-04-16 @EDITOR edit item saves data routine
|
x 2014-04-16 @EDITOR edit item saves data routine
|
||||||
x 2014-04-17 @EDITOR BUGFIX - ansi/ascii toggle/saving
|
x 2014-04-17 @EDITOR BUGFIX - ansi/ascii toggle/saving
|
||||||
|
x 2015-02-22 fix scrolling!
|
||||||
|
x 2015-02-22 load SAUCE into 'info' lines (should be done at prep) @SAUCE @EDITRO
|
||||||
|
x 2015-02-22 Add fonts - Amiga 1200 (replace or compare w/16colors version) @16colors
|
||||||
|
x 2015-02-22 Add fonts - Amiga 500 @16colors
|
||||||
|
x 2015-02-22 Add fonts - microknight @16colors
|
||||||
|
x 2015-02-22 Add fonts - mOsOul @Fonts @16colors
|
||||||
|
x 2015-02-22 Add p0t - fonts-nOodle @16colors
|
||||||
|
x 2015-02-22 Fix Amiga mode rendering via sixteencolors lib @16colors
|
||||||
|
x 2015-02-22 check below items for neccesity
|
||||||
|
x 2015-02-22 load to array/picture, render from picture @16colors
|
||||||
|
x 2015-02-22 speed up rendering more? @16colors
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,8 @@ class @Sahli
|
||||||
zoomee.width '100%'
|
zoomee.width '100%'
|
||||||
$('canvas').width '100%'
|
$('canvas').width '100%'
|
||||||
|
|
||||||
|
# fix this up so it sets the appropriate width for the columns.
|
||||||
|
# and then move the canvases into it.
|
||||||
@panelmode = ->
|
@panelmode = ->
|
||||||
$('#panel').empty()
|
$('#panel').empty()
|
||||||
$('#panel').toggle()
|
$('#panel').toggle()
|
||||||
|
|
@ -249,14 +251,14 @@ class @Sahli
|
||||||
numpanels = canvs.length
|
numpanels = canvs.length
|
||||||
hgt = canvs.height() * numpanels
|
hgt = canvs.height() * numpanels
|
||||||
numcols = Math.ceil(hgt / fw)
|
numcols = Math.ceil(hgt / fw)
|
||||||
pct = 100/numcols
|
amt = fw/numcols - 6
|
||||||
outer = $('<div>')
|
outer = $('<div>')
|
||||||
for i in [1...numcols] by 1
|
for i in [1..numcols] by 1
|
||||||
dcol = $("<div id='column#{i}'>#{i}</div>")
|
dcol = $("<div id='column#{i}'>#{i}</div>")
|
||||||
dcol.addClass 'panelcolumn'
|
dcol.addClass 'panelcolumn'
|
||||||
|
dcol.width amt
|
||||||
outer.append dcol
|
outer.append dcol
|
||||||
outer.addClass 'nosb'
|
outer.addClass 'nosb'
|
||||||
$('.panelcolumn').width("#{pct}%")
|
|
||||||
$('#panel').append outer
|
$('#panel').append outer
|
||||||
$('#outbox').toggle()
|
$('#outbox').toggle()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ p.infobox {
|
||||||
.panelcolumn {
|
.panelcolumn {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #00f080;
|
color: #00f080;
|
||||||
width: 25%;
|
width: 2em;
|
||||||
border: 2px dashed #10161a;
|
border: 2px dashed #10161a;
|
||||||
background: #0a0a0f;
|
background: #0a0a0f;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
25
todo.txt
25
todo.txt
|
|
@ -1,27 +1,14 @@
|
||||||
(A) fix scrolling!
|
(B) 2015-02-22 ADF @OTHER
|
||||||
(B) @EDITOR add more Amiga fonts.
|
(B) @EDITOR add more Amiga fonts.
|
||||||
|
(B) @EDITOR redo filenames to load from list of files in directory (specfied in 'location')
|
||||||
|
|
||||||
(C) check below items for neccesity
|
|
||||||
@EDITOR redo filenames to load from list of files in directory (specfied in 'location')
|
|
||||||
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
||||||
(A) XBIN @OTHER
|
(A) XBIN @OTHER
|
||||||
(A) load SAUCE into 'info' lines (should be done at prep) @SAUCE @EDITRO
|
(C) Amiga ANSI @OTHER
|
||||||
(B) ADF @OTHER
|
|
||||||
(B) Amiga ANSI @OTHER
|
|
||||||
(B) Avatar @OTHER
|
(B) Avatar @OTHER
|
||||||
(B) BIN @OTHER
|
(B) BIN @OTHER
|
||||||
(B) IDF @OTHER
|
(B) IDF @OTHER
|
||||||
(B) PCBOARD @OTHER
|
(B) PCBOARD @OTHER
|
||||||
(B) THUMBNAILS - for returning to partymeister
|
(D) THUMBNAILS - for returning to partymeister @PARTYMEISTER
|
||||||
(B) Tundra @OTHER
|
(B) Tundra @OTHER
|
||||||
(C) Add fonts - Amiga 1200 (replace or compare w/16colors version) @16colors
|
(D) implement package import from partymeister @PARTYMEISTER
|
||||||
(C) Add fonts - Amiga 500 @16colors
|
(D) hook for progress @progress @PARTYMEISTER
|
||||||
(C) Add fonts - microknight @16colors
|
|
||||||
(C) Add fonts - mOsOul @Fonts @16colors
|
|
||||||
(C) Add p0t - fonts-nOodle @16colors
|
|
||||||
(C) implement package import from partymeister @PARTYMEISTER
|
|
||||||
(C) Fix Amiga mode rendering via sixteencolors lib @16colors
|
|
||||||
(C) hook for progress @progress @PARTYMEISTER
|
|
||||||
(C) load to array/picture, render from picture @16colors
|
|
||||||
(C) speed up rendering more? @16colors
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue