Add the functionality of a thumbnail view
[bookreader.git] / GnuBook / GnuBook.js
2009-11-13 scollettAdd the functionality of a thumbnail view
2009-10-12 scollettAdded icon toggle button for thumbnail mode
2009-10-12 scollettAdded basic thumbnail view (single row) based one page...
2009-09-15 scollettMerge branch 'master' of git://github.com/openlibrary...
2009-09-10 Michael AngRevert "Remove unused special page number code"
2009-09-10 Michael AngRename functions for closer to consistency
2009-09-10 Michael AngRemove unused special page number code
2009-09-10 Michael AngImplement click to flip and drag (with minimum distance...
2009-09-08 Michael AngPut transparent background image in flip areas so that...
2009-09-08 Michael AngIdeal height should be based on container height
2009-09-08 Michael AngPrevent default at start of handler, so it's actually...
2009-09-03 Michael AngUpdate width of flip areas
2009-09-02 Michael AngUpdate gutter value before placing flip areas
2009-09-02 Michael AngPrefetch after scaling has been calculated
2009-09-02 Michael AngPrefetch images starting with current indices and movin...
2009-09-02 Michael AngDon't reload images when preparing two page view (as...
2009-09-02 Michael AngWIP on 0.9.14: 606aa36... On 0.9.14: keyweird
2009-09-01 Michael AngOn 0.9.14: keyweird
2009-08-27 Michael AngInvisible divs at edges of spread for single-click...
2009-08-26 Michael AngAllow mouseup to propagate, for consistency
2009-08-26 Michael AngUse jQuery event.preventDefault() in mouse event handling
2009-08-26 Michael AngUnbind previous mouse handler when binding.
2009-08-20 Michael AngFix display of zoom level in 1up. Preserve zoom level...
2009-08-19 Michael AngPrettier formatting for zoom percentage displayed in...
2009-08-19 Michael AngBetter calculation of ideal spread size. Offset from...
2009-08-19 Michael AngAssign total leaf edge width before using that value...
2009-08-19 Michael AngChange page flip action in two up to double click....
2009-08-17 Michael AngFix zoom quantization going from 2up to 1up
2009-08-17 Michael AngFix typo
2009-08-17 Michael AngCleanup
2009-08-17 Michael AngCruft removal.
2009-08-17 Michael AngBetter sizing for cover in right to left flip. See...
2009-08-17 Michael AngHard stop flip animations when stopping autoplay. ...
2009-08-17 Michael AngQuantize zoom in 2up going to autofit when its zoom...
2009-08-17 Michael AngChange to autofit mode when starting autoplay. See...
2009-08-14 Michael AngSet offset of twopagediv before adding images to reduce...
2009-08-14 Michael AngQuantize reduction factor in 2up. See https://bugs...
2009-08-14 Michael AngRecenter if no scrollbars during non-autofit 2up resize
2009-08-14 Michael AngIf there won't be scrollbars in a direction when zoomin...
2009-08-14 Michael AngOnly recalculate and re-center 2up mode after resize...
2009-08-14 Michael AngPreserve 2up view center during zoom. WIP
2009-08-13 Michael AngCenter two page view at resize. WIP
2009-08-13 scollettMerge branch 'master' of git://github.com/openlibrary...
2009-08-13 Michael AngBetter calculation for cover left position in calculate...
2009-08-13 Michael AngImproved center calculation. Comments. WIP
2009-08-13 Michael AngDon't return unused ratio from getIdealSpreadSize
2009-08-13 Michael AngWork on left/right flip. WIP
2009-08-12 Michael AngDoc problem area with link to Launchpad
2009-08-12 Michael AngBook cover div position calculated relative to book...
2009-08-12 Michael AngMore refactoring of layout code in 2up. WIP
2009-08-12 Michael AngCleanup and comments
2009-08-12 Michael AngConsolidate calculation and formatting for zoom percent...
2009-08-10 Michael AngMore consistent use of GBtwopageview
2009-08-10 Michael AngRefactoring zoom code
2009-08-10 Michael AngBetter zooming in/out in 2up. WIP
2009-08-07 Michael AngMore cruft removal
2009-08-07 Michael AngCruft removal
2009-08-07 Michael AngTwo page zoom WIP
2009-08-07 Michael AngRefactor calculation of ideal spread size into its...
2009-08-07 Michael AngMove two page mode specific variables to this.twoPage...
2009-08-06 Michael AngNote to self about cleaning up in-code CSS
2009-08-06 Michael AngMerge branch '0.9.12' into twopagezoom
2009-08-06 Michael AngFix typo (min vs max)
2009-08-06 Michael AngHook up generic zoom function which dispatches to mode...
2009-08-05 Michael AngUpdate comments noting possible point for improvement...
2009-08-05 Michael AngTwo page popup position accounts for offset of GBcontai...
2009-08-05 Michael AngAdd scrollTop to two page popup since it positioned...
2009-08-05 Michael AngJump index still works since it was using document...
2009-08-05 Michael AngDisplay two page jump popup relative to GBcontainer
2009-08-05 Michael AngMove two page display into GBtwopageview, similar to...
2009-08-05 Michael AngUse clientWidth to account for possible presence of...
2009-08-03 Michael AngRemove note to self
2009-07-22 Michael AngPreserve center of view when zooming in 1up. See https...
2009-07-21 Michael AngNotes to self
2009-07-20 Michael AngMerge Replace hardcoded zoom percentage from scollett...
2009-07-09 Michael AngHide mode and autoplay buttons if 2up is not available...
2009-07-09 Michael AngMode button not present if not applicable
2009-07-08 scollettMerge branch 'master' of git://github.com/openlibrary...
2009-07-07 Michael AngMerge branch 'multiitem' of /home/testflip/bookreader...
2009-07-02 scollettMerge branch 'master' of git://github.com/openlibrary...
2009-07-02 Michael AngSupport for books that do not have file names the same...
2009-06-30 Michael AngDeclare variable for cleanliness
2009-06-30 Michael AngWherein we demonstrate the utility of QA testing.
2009-06-30 Michael AngFix typo
2009-06-30 Michael AngNew function getPageName(index) which returns user...
2009-06-30 Michael AngRound and clamp jump index values coming from book...
2009-06-29 Michael AngMerge branches 'ambiguouspage', 'fixembed', 'jquery13...
2009-06-29 Michael AngOnly attempt to convert title leaf to index if titleLea...
2009-06-26 Michael AngUpgrade to jQuery 1.3. Fix problem where .show() was...
2009-06-23 Michael AngClean up metadata to remove duplicate page number asser...
2009-06-23 Michael AngReturn page numbers as "n{index}" if no page number...
2009-06-23 Michael AngMake naming of various wrt "leaf" or "index" more consi...
2009-06-22 Michael AngSynchronize with Archive CVS at release 0.9.9. See...
2009-06-19 scollettReplaced hardcoded Zoom percentage in the toolbar with...
2009-05-08 rajbotMore changes to support first page and last page button...
2009-04-20 Michael AngArchive.org release 0.9.3
2009-04-07 Michael AngFix for icons being cut off in embed version.
2009-04-03 Michael AngPage images can not be highlighted (making them unreada...
2009-04-03 Michael AngImplementation of drag to pan that works in IE, FF...
2009-04-03 Michael AngMerge branch 'drag2pan' of git@github.com:openlibrary...
next