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 @EDITOR edit item saves data routine
|
||||
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%'
|
||||
$('canvas').width '100%'
|
||||
|
||||
# fix this up so it sets the appropriate width for the columns.
|
||||
# and then move the canvases into it.
|
||||
@panelmode = ->
|
||||
$('#panel').empty()
|
||||
$('#panel').toggle()
|
||||
|
|
@ -249,14 +251,14 @@ class @Sahli
|
|||
numpanels = canvs.length
|
||||
hgt = canvs.height() * numpanels
|
||||
numcols = Math.ceil(hgt / fw)
|
||||
pct = 100/numcols
|
||||
amt = fw/numcols - 6
|
||||
outer = $('<div>')
|
||||
for i in [1...numcols] by 1
|
||||
for i in [1..numcols] by 1
|
||||
dcol = $("<div id='column#{i}'>#{i}</div>")
|
||||
dcol.addClass 'panelcolumn'
|
||||
dcol.width amt
|
||||
outer.append dcol
|
||||
outer.addClass 'nosb'
|
||||
$('.panelcolumn').width("#{pct}%")
|
||||
$('#panel').append outer
|
||||
$('#outbox').toggle()
|
||||
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ p.infobox {
|
|||
.panelcolumn {
|
||||
height: 100%;
|
||||
color: #00f080;
|
||||
width: 25%;
|
||||
width: 2em;
|
||||
border: 2px dashed #10161a;
|
||||
background: #0a0a0f;
|
||||
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.
|
||||
|
||||
|
||||
(C) check below items for neccesity
|
||||
@EDITOR redo filenames to load from list of files in directory (specfied in 'location')
|
||||
(B) @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) XBIN @OTHER
|
||||
(A) load SAUCE into 'info' lines (should be done at prep) @SAUCE @EDITRO
|
||||
(B) ADF @OTHER
|
||||
(B) Amiga ANSI @OTHER
|
||||
(C) Amiga ANSI @OTHER
|
||||
(B) Avatar @OTHER
|
||||
(B) BIN @OTHER
|
||||
(B) IDF @OTHER
|
||||
(B) PCBOARD @OTHER
|
||||
(B) THUMBNAILS - for returning to partymeister
|
||||
(D) THUMBNAILS - for returning to partymeister @PARTYMEISTER
|
||||
(B) Tundra @OTHER
|
||||
(C) Add fonts - Amiga 1200 (replace or compare w/16colors version) @16colors
|
||||
(C) Add fonts - Amiga 500 @16colors
|
||||
(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
|
||||
(D) implement package import from partymeister @PARTYMEISTER
|
||||
(D) hook for progress @progress @PARTYMEISTER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue