Commit Graph

  • 74d1760260 fix: start position of cursor Qingping Hou 2012-03-24 21:27:35 +0800
  • 5d087d0a84 fix: handle out or view range word in highlight mode Qingping Hou 2012-03-24 20:12:00 +0800
  • e15fc5e21e mod: delete useless variable is_next_view Qingping Hou 2012-03-24 18:39:33 +0800
  • e5acbeb363 mod: fix bug in cursor move Qingping Hou 2012-03-24 18:28:52 +0800
  • c756fcbf10 fix: cursor move in zoom in mode Qingping Hou 2012-03-23 18:28:15 +0800
  • 35abbc93d4 add: configurable highlight drawer Qingping Hou 2012-03-23 17:20:51 +0800
  • e30b88d135 add: delete feature in djvu highlight Qingping Hou 2012-03-23 16:56:01 +0800
  • 81a1f3d366 demo of text highlight Qingping Hou 2012-03-23 15:51:48 +0800
  • 7c81f60a58 rewrite highlight again :( finished the cursor part Qingping Hou 2012-03-22 23:12:57 +0800
  • e2e5af1c61 added some debug code to better understand memory usage by muPdf traycold 2012-03-22 02:08:31 +0100
  • 9aa9bc802f mod: add highlight after merged command module Qingping Hou 2012-03-21 11:20:07 +0800
  • 46f171df3b Merge branch 'master' of github.com:hwhw/kindlepdfviewer into djvu-highlight Qingping Hou 2012-03-21 10:52:51 +0800
  • 1e2d7f62ac record and save highlight table Qingping Hou 2012-03-21 10:37:18 +0800
  • 5b2cd6cfc9 Merge pull request #65 from traycold/master {Qingping,Dave} Hou 2012-03-20 19:19:08 -0700
  • ce30d9c652 use font metric to better display help page (to exted to other pages in future) traycold 2012-03-20 23:28:49 +0100
  • 81f99e4921 Merge remote branch 'origin/master' into txt traycold 2012-03-20 22:53:20 +0100
  • bfcad367bb using font module for getting fonts (commit f95231d789) traycold 2012-03-20 20:15:24 +0100
  • fd6c6dbe60 Merge remote branch 'hwhw/master' traycold 2012-03-20 18:40:43 +0100
  • a185f238eb mod: rewrite highlight feature Qingping Hou 2012-03-20 16:42:22 +0800
  • f4ea1cdb62 Merge branch 'master' of github.com:hwhw/kindlepdfviewer into djvu-highlight Qingping Hou 2012-03-20 10:36:35 +0800
  • 7e3e38be62 Password input, handling for broken documents HW 2012-03-20 00:10:19 +0100
  • b037208fb1 factored pages count out, better error and password handling HW 2012-03-20 00:03:35 +0100
  • 87ec4bbf6b factored pages counter out of document struct HW 2012-03-20 00:03:09 +0100
  • c2fe6f9bee Merge remote branch 'hwhw/master' traycold 2012-03-19 23:21:23 +0100
  • 14b26a4aeb make muPDF cache size configurable from Lua HW 2012-03-19 22:48:54 +0100
  • 48463d4739 add XPS and CBZ support (muPDF provides this) HW 2012-03-19 22:35:16 +0100
  • 2fcfe4a329 fixed bug for odd rendering widths HW 2012-03-19 22:29:06 +0100
  • ee51fe7e6d refactored muPDF integration to use strictly the fitz.h API HW 2012-03-19 22:24:24 +0100
  • a49c8fa2e5 forgot Makefile change when factoring out drawcontext HW 2012-03-19 22:04:49 +0100
  • 3d2a748aee Merge remote branch 'hwhw/master' traycold 2012-03-19 20:23:54 +0100
  • c11ecce55a draft commit, test implementation traycold 2012-03-19 19:41:09 +0100
  • 8869c52c31 fix a Lua 5.0 syntax that was deprecated in 5.1 HW 2012-03-19 19:11:32 +0100
  • 9ee7afa86d separate DC out of pdf.c and djvu.c (cleanup) HW 2012-03-19 18:59:36 +0100
  • ac8206fa95 first demo for pan by page highlight Qingping Hou 2012-03-20 01:30:33 +0800
  • 929ea1e703 removed obsolete page rotation handling, closes #70 HW 2012-03-19 18:24:43 +0100
  • 7bbc5b5ed2 highlight with cursor demo Qingping Hou 2012-03-19 21:22:45 +0800
  • 44d7d6cd29 fix: handle -1 index when deleting characters in inputbox Qingping Hou 2012-03-19 20:43:52 +0800
  • 81f5d55d55 Merge branch 'cursor' into djvu-highlight Qingping Hou 2012-03-19 11:10:48 +0800
  • e7f0a8bddb mod: rewrite highlight feature Qingping Hou 2012-03-19 11:05:23 +0800
  • 7b120b0ee0 allow easier customization of toolchain for libdjvu v2012.03 HW 2012-03-18 11:48:26 +0100
  • 84c8230730 POC of text highlight in current page! Qingping Hou 2012-03-17 12:17:20 +0800
  • 6441c34040 fix: bug in page text table construction Qingping Hou 2012-03-17 10:00:45 +0800
  • baf98c0fcd add: POC getPageText method in djvu.c Qingping Hou 2012-03-16 17:23:25 +0800
  • 46de106e8a fix: clear input_text before input result return Qingping Hou 2012-03-16 14:23:09 +0800
  • c8f87d5661 fix: remove page number checking in displaying TOC Qingping Hou 2012-03-16 12:27:27 +0800
  • 9eff3e3224 mod: delete debug lines in inputbox.lua Qingping Hou 2012-03-15 22:18:27 +0800
  • 709a9003d2 fix: handle default text in inputbox Qingping Hou 2012-03-15 22:15:09 +0800
  • 7b0f2ad815 mod: cursor finished, add to inputbox Qingping Hou 2012-03-15 21:43:55 +0800
  • a231b944c1 add: first demo of cursor support Qingping Hou 2012-03-15 17:03:09 +0800
  • 9dd3994dd8 fix: handle LPGBCK and LPGFWD in selectmenu Qingping Hou 2012-03-14 17:20:48 +0800
  • 496ab3720e small bugfix traycold 2012-03-14 00:07:19 +0100
  • 943b511b7c complete implementation of issue #55 created a help page traycold 2012-03-13 22:51:25 +0100
  • abf9696221 Merge branch 'master' of git://github.com/hwhw/kindlepdfviewer.git traycold 2012-03-13 22:14:26 +0100
  • ad6198efb8 A take at better boundary checks in blitbuffer HW 2012-03-13 18:34:04 +0100
  • 00a9f0f363 Merge pull request #64 from houqp/fixcache HW 2012-03-13 10:10:05 -0700
  • 56a00d79a0 mod: delete debug print Qingping Hou 2012-03-13 17:16:05 +0800
  • 46cfd950c7 fix: typo Qingping Hou 2012-03-13 17:07:55 +0800
  • 8c31dd3c5f fix: hanlde offset in ZOOM_FIT_TO_WIDTH_PAN mode Qingping Hou 2012-03-13 16:21:16 +0800
  • 734f94da89 fix: handle positive self.offset in draworcache method Qingping Hou 2012-03-13 15:37:45 +0800
  • 8410ac5cb7 fix forgotten corner case when caching HW 2012-03-13 00:11:31 +0100
  • aab05c3002 Fix page caching HW 2012-03-13 00:02:49 +0100
  • 86ff74acd6 prepare for more elaborate caching policy HW 2012-03-12 20:48:46 +0100
  • 0e914c5fda revert 70b7e029d3 again Qingping Hou 2012-03-12 19:48:24 +0800
  • 5fae18298a add: goto input box in reader Qingping Hou 2012-03-12 13:59:19 +0800
  • d8a58e8764 revert 70b7e029d3 Dobrica Pavlinusic 2012-03-11 23:55:42 +0100
  • b7c04ada1a mod: clean up in inputbox.lua Qingping Hou 2012-03-11 15:46:25 +0800
  • 72c032e7db fix: adjust page number in toc Qingping Hou 2012-03-11 09:44:05 +0800
  • 183d878c9c Merge pull request #61 from Germanc/master {Qingping,Dave} Hou 2012-03-10 17:25:42 -0800
  • 7ee77dee5c removed duplicate code Dobrica Pavlinusic 2012-03-11 02:20:44 +0100
  • c074f19b0f Re-indented using tabs German Caro 2012-03-10 22:06:49 -0300
  • 392d14606a Merge branch 'master' of github.com:Germanc/kindlepdfviewer German Caro 2012-03-10 21:50:53 -0300
  • ab056e2e15 Add support to djvu TOC German Caro 2012-03-10 21:43:55 -0300
  • 6362972707 Testing how git and github works and add support to djvu TOC German Caro 2012-03-10 21:43:55 -0300
  • 09610d966e fix typo Dobrica Pavlinusic 2012-03-10 14:09:12 +0100
  • 87d8df045b Merge pull request #57 from houqp/master Dobrica Pavlinušić 2012-03-10 05:04:38 -0800
  • 7389255503 fix: handle last section in getTOCTitleByPage() Qingping Hou 2012-03-10 18:20:03 +0800
  • 3a6aaedb9f rm: fontchooser.lua Qingping Hou 2012-03-10 18:05:34 +0800
  • 3fbb39fc05 Proof of concept for issue #55. Still to be completed. traycold 2012-03-10 10:28:54 +0100
  • f95231d789 add: status bar in reading menu & font.lua Qingping Hou 2012-03-10 16:41:23 +0800
  • d3c9062c7c Merge pull request #53 from houqp/master Dobrica Pavlinušić 2012-03-09 16:03:38 -0800
  • 5237ba947d fix: typo Qingping Hou 2012-03-09 18:45:55 +0800
  • 319826c385 mod: screen rotation implemented by ioctl Qingping Hou 2012-03-09 18:34:56 +0800
  • f795bda6e0 mod: read cache settings from .reader.kpdfview.lua Qingping Hou 2012-03-09 14:06:05 +0800
  • 70b7e029d3 mod: only get usedBBox in fit to content mode Qingping Hou 2012-03-09 10:41:31 +0800
  • f45671a747 fix: add screen.lua Qingping Hou 2012-03-09 09:44:22 +0800
  • d2aaf15dce add: screen.lua Qingping Hou 2012-03-09 09:40:46 +0800
  • 3dbf9877bc add: 90 degree rotation support Qingping Hou 2012-03-08 23:28:16 +0800
  • 65f95ca204 fix fetchthirdparty, closes #43 Dobrica Pavlinusic 2012-03-08 14:03:18 +0100
  • eab72cfb27 Merge pull request #50 from houqp/master {Qingping,Dave} Hou 2012-03-08 03:46:40 -0800
  • 03f658f59e fix: push mupdf commit to e7bb1c4937593c95065dbbbdd7eb15a73996c470 Qingping Hou 2012-03-08 19:45:16 +0800
  • 72e4808889 fix: add double quotes Qingping Hou 2012-03-08 19:29:30 +0800
  • 2ac4272933 fix: export LC_ALL when running kpdfview in launchpad Qingping Hou 2012-03-08 19:23:17 +0800
  • e0f1564c7a fix: exit filesearcher with home key Qingping Hou 2012-03-08 14:24:30 +0800
  • 3474e56d30 fix: check key mode properly for manual crop Qingping Hou 2012-03-08 10:35:33 +0800
  • 98154a4eb4 Merge pull request #49 from houqp/master {Qingping,Dave} Hou 2012-03-07 17:59:53 -0800
  • bb3d3949a4 Merge pull request #48 from dpavlin/35_manual_crop {Qingping,Dave} Hou 2012-03-07 17:59:18 -0800
  • b3fb1dbcce fix: passing wrong page number to ddjvu_document_get_pageinfo Qingping Hou 2012-03-08 09:35:15 +0800
  • 4bc0bca413 store globalzoom and globalzoommode settings Dobrica Pavlinusic 2012-03-08 01:29:17 +0100
  • 4d7fa2d12f Alt+Z to toggle bbox cropping Dobrica Pavlinusic 2012-03-08 00:55:12 +0100
  • c2f2e617ad correct bbox loading and Shift+Z removes page bbox Dobrica Pavlinusic 2012-03-08 00:38:34 +0100