Commit Graph

  • 329132d3df Merge pull request #259 from dpavlin/fileinfo_duplication {Qingping,Dave} Hou 2012-09-09 06:33:48 -0700
  • 7e20d120db Merge pull request #258 from dpavlin/cr_cache {Qingping,Dave} Hou 2012-09-09 06:32:28 -0700
  • 4c5f488151 Merge pull request #257 from dpavlin/master Dobrica Pavlinušić 2012-09-09 04:21:06 -0700
  • d3aa98abb9 fileinfo doesn't reset results Dobrica Pavlinusic 2012-09-09 13:13:12 +0200
  • 3fe518979c use ldomDocCache::init to cache crengine DOM Dobrica Pavlinusic 2012-09-09 12:58:04 +0200
  • acc61e7c07 fix crash on documents without TOC Dobrica Pavlinusic 2012-09-09 12:19:59 +0200
  • 9c0b59c79e Merge pull request #255 from tigran123/master {Qingping,Dave} Hou 2012-09-08 17:09:26 -0700
  • 6a1de042f4 initialize fileinfo.commands to nil Qingping Hou 2012-09-09 08:08:48 +0800
  • 27340db68b cleanup: get rid of the variable that is no longer needed. Tigran Aivazian 2012-09-09 01:00:43 +0100
  • 44df8027f7 Fix the function cleanUpTocTitle() to return a single string, so that it can be passed as a second argument to table.insert(). Tigran Aivazian 2012-09-08 23:53:28 +0100
  • e2a3f1de64 Multi-level TOC support, see issue #235 on github. Tigran Aivazian 2012-09-08 23:52:04 +0100
  • e824fb24da Correct the comment (the existing text was referring to a different file). Tigran Aivazian 2012-09-08 22:21:26 +0100
  • aa93a8f078 Merge pull request #254 from dpavlin/master {Qingping,Dave} Hou 2012-09-07 08:38:37 -0700
  • 406f3d72da fallback to default fonts when loading reader configuration Dobrica Pavlinusic 2012-09-07 16:26:05 +0200
  • a5496b83c6 Update helppage.lua NuPogodi 2012-09-07 12:46:46 +0300
  • 6c9fb8b023 fix typo in getFace Qingping Hou 2012-09-07 12:32:09 +0800
  • 4199ac8e3c add missing ")" Qingping Hou 2012-09-07 12:31:55 +0800
  • f03e198573 Merge pull request #251 from NuPogodi/master {Qingping,Dave} Hou 2012-09-06 21:17:55 -0700
  • d1ae0f3999 Enter filemanager modes for beginners & advanced users NuPogodi 2012-09-06 22:21:36 +0300
  • dddbea89df Restored proper separation of cre-documents NuPogodi 2012-09-06 21:45:40 +0300
  • b052e3207c Add global parameter filemanager_expert_mode NuPogodi 2012-09-06 21:38:54 +0300
  • 92545a0cc2 Message font: "cfont" > "infofont" NuPogodi 2012-09-06 21:25:47 +0300
  • 4196d98323 Replaced: font-related 'self' parameters > local NuPogodi 2012-09-06 21:19:57 +0300
  • 8a792d2f31 Replaced: font selection menu (new version), etc NuPogodi 2012-09-06 21:04:20 +0300
  • dc2fcc8654 Replace old 'Font menu'-function by new, improved version NuPogodi 2012-09-06 20:50:50 +0300
  • 5e6a93191a Clear the code from not used parameters NuPogodi 2012-09-06 20:35:25 +0300
  • cfa4afe35a Improved the method to define font face to render menu items NuPogodi 2012-09-06 20:24:48 +0300
  • bd0c180c81 Add functions to change font face for all items in Font.fontmap NuPogodi 2012-09-06 20:05:57 +0300
  • d58fa93285 Next tigran's requests NuPogodi 2012-09-06 19:49:56 +0300
  • fe5d39821f Added: command 'make screenshot' NuPogodi 2012-09-06 19:39:53 +0300
  • 093f99aaa7 Merge pull request #250 from NuPogodi/master {Qingping,Dave} Hou 2012-09-05 11:02:53 -0700
  • 676a4610cf Following requests... NuPogodi 2012-09-05 20:54:49 +0300
  • a1c85affd1 if the document cannot be opened, function openFile(filename) shows a warning with specified error NuPogodi 2012-09-05 19:53:37 +0300
  • fe2363b29f fix: to prevent crash opening wrong zips and zips with improper content NuPogodi 2012-09-05 19:49:43 +0300
  • a52ce4d22a Merge pull request #247 from NuPogodi/master Dobrica Pavlinušić 2012-09-04 06:28:31 -0700
  • 1f89704b90 storing rcountmax; user-configurable zoom step & pan steps, etc NuPogodi 2012-09-03 22:23:06 +0300
  • f85614f1c7 Merge pull request #246 from tigran123/master {Qingping,Dave} Hou 2012-09-03 08:51:42 -0700
  • b70865286c Remove Debug() --- I keep forgetting to remove them before commit :) Tigran Aivazian 2012-09-03 17:40:13 +0100
  • df18cae233 Bugfix: In zoom mode menu selection we need to redraw the screen even if the selected mode is the same as the current one, otherwise it gives an impression that the program hangs (unless the user presses Next page or does anything else that causes screen refresh, e.g. manual screen refresh). Tigran Aivazian 2012-09-03 17:34:48 +0100
  • c9dcf5bdd2 Merge pull request #244 from tigran123/master {Qingping,Dave} Hou 2012-09-02 10:03:50 -0700
  • af37e9f14d Comment out the setting of dithering bits because djvulibre ignores anything less than 8 bits anyway. Tigran Aivazian 2012-09-02 18:57:37 +0100
  • 524c8209c0 Improve customupdate target to only include the _real_ LUA source files, not the garbage settings.*.lua or any other small test/experimental *.lua files that happen to be in the current directory. Tigran Aivazian 2012-09-02 18:43:07 +0100
  • 95be71c1e1 Small optimization in djvu.c:drawPage() --- there is no need to create and destroy djvu pixel format on each redraw of the page as this can be done once on open and close of the document. Also, set dither bits to 4 to help djvulibre choose the most optimal dithering algorithm for the Kindle. Also, make coding style of "if(" -> "if (" consistent (both instances were used, but "if (" was more frequent). Tigran Aivazian 2012-09-02 18:22:15 +0100
  • 1e45c06689 Merge pull request #243 from tigran123/master {Qingping,Dave} Hou 2012-09-02 07:54:18 -0700
  • b96f4f509f Remove the Debug() call I added when debugging the previous issue. Tigran Aivazian 2012-09-02 15:45:29 +0100
  • 6f1dea294c Merge remote branch 'upstream/master' Tigran Aivazian 2012-09-02 15:39:34 +0100
  • 2d4189fc84 Bugfix: moving files to/from clipboard works now. Tigran Aivazian 2012-09-02 15:38:25 +0100
  • a56e49c3f3 Merge pull request #240 from tigran123/master Dobrica Pavlinušić 2012-09-01 16:00:09 -0700
  • b2e0ecb7b0 Add description of MASK ONLY djvu page rendering mode. Tigran Aivazian 2012-09-01 22:21:29 +0100
  • 3b1da21cfd Merge remote branch 'upstream/master' Tigran Aivazian 2012-09-01 16:36:52 +0100
  • 45d9b10aa6 Merge pull request #239 from NuPogodi/master {Qingping,Dave} Hou 2012-09-01 07:08:35 -0700
  • 4bb8ef7f45 unireader: refresh frequency; zoommode-menu, etc. NuPogodi 2012-09-01 13:39:14 +0300
  • c9e20704a4 djvureader: moved render-mode functions NuPogodi 2012-09-01 13:12:32 +0300
  • a2f7f62a3d crereader: remove not crengine-related 'M'-hotkey NuPogodi 2012-09-01 13:01:17 +0300
  • 10a23e81d6 Merge remote branch 'upstream/master' Tigran Aivazian 2012-09-01 10:28:51 +0100
  • ee83b6e043 Merge pull request #238 from NuPogodi/master {Qingping,Dave} Hou 2012-08-31 17:15:26 -0700
  • 711cee787e Merge remote branch 'upstream/master' Tigran Aivazian 2012-09-01 00:17:25 +0100
  • 4d6b03052a crereader: some corrections NuPogodi 2012-08-31 20:41:36 +0300
  • 60b87b4b95 Update the name of the function cycle_render_mode() -> select_render_mode() in the comment. Tigran Aivazian 2012-08-30 16:11:37 +0100
  • 9a22a022bf Tidy up the help text on the 'R' command. Tigran Aivazian 2012-08-30 13:38:18 +0100
  • 461c135c5d patch for #234 by Nupogoddi Qingping Hou 2012-08-30 12:43:05 +0800
  • 2e0876a4ae Merge remote branch 'upstream/master' Tigran Aivazian 2012-08-29 23:13:13 +0100
  • 25edd3101f TOC position on current place in the tree #235 NuPogodi 2012-08-29 22:47:16 +0200
  • 20fae9369e Update rendertext.lua NuPogodi 2012-08-29 09:41:03 +0300
  • c6a1d22bc9 Redraw the page even if the user did not select any rendering mode, otherwise nothing is displayed (except menu). Tigran Aivazian 2012-08-29 12:09:41 +0100
  • b0b0b85ca1 Re-implement the interface for setting DjVu page rendering mode as a menu. Thanks to NuPogodi for showing how to do this. Tigran Aivazian 2012-08-29 11:39:17 +0100
  • 3fd33805c5 Save/restore the setting of render_mode. Tigran Aivazian 2012-08-29 11:37:38 +0100
  • d577ed9b00 show search results as inverted block Dobrica Pavlinusic 2012-08-29 12:26:25 +0200
  • 32333ca1d6 Make the function cycle_render_mode() slightly more readable. Tigran Aivazian 2012-08-29 10:48:33 +0100
  • 7000f349c0 Allow renaming the whole file, including "extension". Tigran Aivazian 2012-08-29 10:33:42 +0100
  • 42491bfefd Merge remote branch 'upstream/master' Tigran Aivazian 2012-08-29 10:17:21 +0100
  • 2d5a936480 Remove the local variable render_mode from drawPage() (although it would be optimized away by gcc anyway). Tigran Aivazian 2012-08-29 10:02:31 +0100
  • 824e9d139e Move render_mode support out of unireader.lua into djvureader.lua as it is djvu-specific. Also added support for all other rendering modes handled by djvulibre. Also made the message print a human-readable description of the mode rather than just the number. Tigran Aivazian 2012-08-28 23:48:56 +0100
  • 989016ece5 disable DEBUG_CRENGINE Dobrica Pavlinusic 2012-08-28 23:15:34 +0200
  • cd3f72136e Merge pull request #231 from dpavlin/cre-search Dobrica Pavlinušić 2012-08-28 14:13:53 -0700
  • bfe8a5d84f added calculator to filechooser NuPogodi 2012-08-28 23:09:28 +0200
  • ebe6b87587 Merge pull request #233 from hwhw/nupogodi-inputbox Dobrica Pavlinušić 2012-08-28 14:03:43 -0700
  • 282d8e693e improvements to rename if file browser NuPogodi 2012-08-28 23:00:18 +0200
  • 63e1c4b66c a lot of inputbox improvements NuPogodi 2012-08-28 22:40:26 +0300
  • 3f410bdb6b To allow arbitrary header title NuPogodi 2012-08-28 22:36:45 +0300
  • bc0a911e7e showInfoMsgWithDelay with number of results Dobrica Pavlinusic 2012-08-28 22:14:57 +0200
  • f0476ab481 hide inputbox after entry Dobrica Pavlinusic 2012-08-28 22:14:04 +0200
  • 7d10a636e7 correctly return first search position and refresh screen Dobrica Pavlinusic 2012-08-28 21:56:46 +0200
  • adf0b42e5b coolreader search highlight Dobrica Pavlinusic 2012-08-28 20:49:11 +0200
  • 5a897fba77 Revert "Set up to compile with arm-kindle-linux-x-tools-glibc2.5-gcc4.2.4.tar.gz toolchain." Dobrica Pavlinusic 2012-08-27 20:53:14 +0200
  • 5c9a8fbec6 DjVu enhancements: a) add support for switching the rendering mode between B&W (default, 1) and COLOUR (0) values. b) handle the gamma values correctly. Tigran Aivazian 2012-08-27 15:33:32 +0100
  • 0a4e11d4af In the status line shorten "Memory:" -> "M:" and "Section:" -> "Sec:" and also show the battery level. Tigran Aivazian 2012-08-27 15:27:51 +0100
  • 424a6a895b Refresh the screen completely on every page, not every 5th. Tigran Aivazian 2012-08-27 15:25:29 +0100
  • c4833b7557 Make sure the function that deletes history entry does NOT delete the physical file. This is normal/expected behaviour, as in CoolReader and all other viewers I looked at. Tigran Aivazian 2012-08-27 15:14:15 +0100
  • 8a583311c8 Trivial grammatical changes. Tigran Aivazian 2012-08-27 15:11:07 +0100
  • b605536567 Fix the "rename" function to include the file extension. Tigran Aivazian 2012-08-27 14:53:26 +0100
  • 601b7b9d69 Memory leak in DrawFileItem(), found by NuPogodi. Tigran Aivazian 2012-08-27 14:50:09 +0100
  • 5576890263 Fix the Makefile to use freetype-2.4.10 and kpvcrlib/CMakeLists.txt to do the same and also zlib 1.2.5->1.2.7 and libjpeg 8d->9. Tigran Aivazian 2012-08-27 14:39:42 +0100
  • de0f40ce9c 1. Disable filtering by file extension so that the program can be used as a proper filemanager. 2. Pass all files to crengine except those handled by PDF and DjVu modules. Tigran Aivazian 2012-08-27 13:14:22 +0100
  • 2650faa000 Set up to compile with arm-kindle-linux-x-tools-glibc2.5-gcc4.2.4.tar.gz toolchain. Tigran Aivazian 2012-08-27 12:57:26 +0100
  • d952fff3f3 Merge pull request #228 from dpavlin/1c6421dc3f {Qingping,Dave} Hou 2012-08-26 17:48:23 -0700
  • 1c6421dc3f correctly show default value in inputbox Dobrica Pavlinusic 2012-08-26 16:50:16 +0200
  • 2dfee0a2fb remember last search so it's incremental now Dobrica Pavlinusic 2012-08-26 16:19:51 +0200
  • d827301639 search through whole document Dobrica Pavlinusic 2012-08-26 16:03:55 +0200
  • eb38dfedd4 show search highlight until next page refresh Dobrica Pavlinusic 2012-08-26 15:16:08 +0200