Commit Graph

1507 Commits (1f1151391d20ed5c1ff29a9d5f586a54d479392b)
 

Author SHA1 Message Date
Dobrica Pavlinušić 1f1151391d Merge pull request #505 from tigran123/page
Shorten "Page " -> "p." to give more space to the section title
12 years ago
Tigran Aivazian a4da5e8445 Give more space to the section title
1. Shorten "Page " to "p." in the bookmarks list and menu info display
to give more space to the section title that follows
2. Show the total number of pages in the Goto Page dialog, as it is
often useful to know and currently one has to press Menu to find out.
12 years ago
{Qingping,Dave} Hou 9f07996413 Merge pull request #502 from chrox/kopt-config
bugfix: don't refresh markers when page is dirty
12 years ago
{Qingping,Dave} Hou df327b9fe1 Merge pull request #501 from chrox/koptreader
bugfix: save offset_y in doc settings
12 years ago
chrox a06051932f bugfix: don't refresh markers when page is dirty
Otherwise markers will show up before other elements are drawn which is
annoying
12 years ago
Tigran Aivazian 4bea524f7c Merge pull request #500 from kai771/1pg_pdf_bugfix
Fixes a bug with tall, 1 page pdf files.
12 years ago
chrox 349d00c9b8 bugfix: avoid looping at the first page when keep pressing KEY_PGBCK 12 years ago
chrox 3c3fe9b0ef bugfix: save offset_y in doc settings
And keep offset_y at min_offset_y in next view at the last page
otherwise it will loop at the last page.
12 years ago
kai771 c64d07ff0a optimization in UniReader:nextView() as suggested by tigran123 12 years ago
kai771 969b26890e Fixes a bug with tall, 1 page pdf files. 12 years ago
Tigran Aivazian 76987355a5 Merge pull request #498 from kai771/comics_mode
Implements "comics mode"
12 years ago
kai771 aada329165 :show() optimizations, as suggested by tigran123 12 years ago
kai771 0d05db3a4b removes comics mode from koptreader, because it doesn't make sense there 12 years ago
kai771 a4322e44b9 fixes :setDefaults for other readers 12 years ago
kai771 2d09659e86 Implements "comics mode" 12 years ago
Dobrica Pavlinušić 8cc757503b Merge pull request #497 from chrox/kopt-config
save koptconfig in doc settings and disable precache in koptconfig
12 years ago
chrox 47da06a29e add screen rotation in koptconfig 12 years ago
chrox 2f0cc5b827 when changing options in koptconfig dialog precache is disabled
Once koptconfig is finished the next page is cached immediately. This
will make the configuration process more responsive.
12 years ago
chrox 389177bd51 save koptconfig in doc settings and remove previously used zoom and
gamma variables
12 years ago
Dobrica Pavlinušić c8f5009b98 Merge pull request #496 from chrox/kopt-config
More options in koptconfig dialog
12 years ago
chrox 6c46977074 add default item in auto straighten 12 years ago
chrox cc9a47daa8 add auto straighten option for scanned pages 12 years ago
chrox 7557dbe05e add column detection in koptconfig 12 years ago
chrox 138f9facf3 add font size option in koptconfig dialog 12 years ago
chrox f2d03daac4 cleanup: dst_justify is assigned according to both justification and
full_just
12 years ago
chrox ce631f4827 merge justification and full justification to one option 12 years ago
Dobrica Pavlinušić 75638663dc Merge pull request #495 from chrox/kopt-config
add more configurable options in koptconfig
12 years ago
chrox 83cc0ea24b add justification option in koptconfig dialog 12 years ago
chrox f3f5d0a920 default dst_mar in k2pdfopt should be 0.06 12 years ago
chrox f4a2b5f3a0 add page margin and text wrap and contrast option in koptconfig 12 years ago
Dobrica Pavlinušić 2621474916 Merge pull request #494 from chrox/kopt-config
some UI tweaks on koptconfig and readerchooser to accommodate DXG screen
12 years ago
chrox 496591730f align option name to right and option item to left 12 years ago
chrox 251f002ee0 use fixed width and height window to get better UI in DXG 12 years ago
chrox 472e669670 bugfix: make option names and items default to dirty at each call
Otherwise when call Koptconfig again option names and items will not be
drawn. And some variables' name are changed from 'value' to 'item' which
are consistent across this module now.
12 years ago
Dobrica Pavlinušić ac218923d3 Merge pull request #493 from chrox/kopt-config
add config dialog for koptreader
12 years ago
chrox c240f88b8d add koptconfig.lua in Makefile 12 years ago
chrox b4417c73de add config dialog for koptreader
For now only line spaceing and word spaceing are configurable with
'F'/'Aa' commands. And device size are passed to k2pdfopt in place of
the hard-coded default width and height(via @dpavlin).
12 years ago
Dobrica Pavlinušić a7b396b3b1 Merge pull request #491 from tigran123/master
fix to Makefile: extr depends on MUPDFLIBS and THIRDPARTYLIBS
12 years ago
Tigran Aivazian 84571c315c Makefile: extr depends on MUPDFLIBS/THIRDPARTYLIBS 12 years ago
Dobrica Pavlinušić 0f34ca7398 Merge pull request #490 from tigran123/cleanup
Cleanups to extr.c and pdfattach
12 years ago
Tigran Aivazian 17726663b2 Adjust the error message as well. 12 years ago
Tigran Aivazian 85a97a641b Cleanups to extr.c and pdfattach
1. In extr.c the error message should use the correct full pathname, not
the base filename.
2. In pdfattach the check for existence of input files should be
replaced with the check for read access to them.
12 years ago
Dobrica Pavlinušić b16f33f8f8 Merge pull request #488 from tigran123/pdf-extract
Extract attachments from PDF file via Alt-S
12 years ago
Tigran Aivazian 47d507c406 Escape ampersand & in the filename also.
I am amazed what stupid filenames some people come up with, instead of
abiding by old good [a-zA-Z0-9] character set and 8.3 filename length...
12 years ago
Tigran Aivazian 90376422d9 More enhancements to pdfattach
1. Emit the list of attached files first and then emit each individual
attachment one per page.
2. Use hyperlinks in the list of attached files so one can jump directly
to the file which he wants to extract.
12 years ago
Tigran Aivazian c2bc496d35 Merge pull request #489 from chrox/kopt-isolated
bugfix: isolate doc settings of koptreader from pdfreader/djvureader and feedback zoom value used by page reflow
12 years ago
Tigran Aivazian 9ad3577be8 Enhance pdfattach script
1. Set the page size to 9x12cm as appropriate for Kindle 3
2. Together with each attachment print its base filename and file size
in bytes.
3. Print the total size of all attachments (so one can estimate whether
it is safe to extract the attachments or not).
12 years ago
chrox e05366f464 bugfix: dpi should be multiplied by shrink_factor not zoom 12 years ago
Tigran Aivazian be1996d0a0 Use tabs not spaces for indenting. 12 years ago
Tigran Aivazian 3eb1e83002 Make the pdfattach utility more robust
1. Handle filenames with spaces
2. Check if pdflatex and attachfile packages are installed before trying
to use them.
3. Use a more intuitive interface "pdfattach -o file.pdf file1.djvu
[file2.djvu]..." instead of forcing the user to specify "-i" option for
every input file.
12 years ago