2270 Commits

Author SHA1 Message Date
Kovid Goyal
c9e7fe2546 Display a swatch for color properties 2014-05-20 14:30:41 +05:30
Kovid Goyal
9bf60add18 Live CSS renders 2014-05-20 11:49:49 +05:30
Kovid Goyal
215f6a94d6 Only return first matching selector, instead of the full selector text 2014-05-19 09:30:09 +05:30
Kovid Goyal
2e3d14ec7b Handle media queries when finding matching CSS rules 2014-05-18 18:23:23 +05:30
Kovid Goyal
833faa475c Implement code to retrieve style information for the Live CSS panel 2014-05-18 17:32:01 +05:30
Kovid Goyal
06f3640ceb Add .ibook*s* as a recognized ebook format as well 2014-05-17 22:07:27 +05:30
Kovid Goyal
80b1476aa2 Make word under cursor detection more robust 2014-05-11 10:32:24 +05:30
Kovid Goyal
94c324b317 E-book viewer: When using the tap and hold gesture on a touchscreen, allow lookup of the word currently under the finger in the dictionary or online. Fixes #1318242 [Enhancement: allow text select on Windows Tablet, perhaps with stylus](https://bugs.launchpad.net/calibre/+bug/1318242) 2014-05-11 09:47:52 +05:30
Kovid Goyal
1294718845 Content server: Make .ibook format files available in OPDS feeds 2014-05-07 06:56:06 +05:30
Kovid Goyal
65de38ddc3 Fix incorrect color profile 2014-04-29 15:01:45 +05:30
Kovid Goyal
ced2265ce2 Fix a bug that caused spell checking to fail when using the builtin spanish dictionary 2014-04-22 08:41:50 +05:30
Kovid Goyal
39e75804c7 Start work on spell check dialog 2014-04-17 07:12:30 +05:30
Kovid Goyal
e476f7d889 Add Spanish and English (GB) builtin dictionaries 2014-04-17 07:12:30 +05:30
Kovid Goyal
0c397d32e5 Implement loading of both builtin and user installed dictionaries 2014-04-17 07:12:29 +05:30
Kovid Goyal
b88f361212 Start work on managing dictionaries in calibre 2014-04-17 07:12:29 +05:30
Kovid Goyal
922ca7df54 Fetch news: Allow automatically creating custom news sources by import OPML files. Many RSS news reader programs can export their list of RSS feeds in the OPML format.
Merge branch 'master' of https://github.com/ingkebil/calibre
2014-04-10 13:03:46 +05:30
Kovid Goyal
b48997e9bf Conversion: When inserting metadata as a jacket page, alter the font sizes in the jacket so that the sizes match the sizes used in the rest of the book. Also pretty print the generated jacket HTML. 2014-04-09 10:46:55 +05:30
ingkebil
3a3da7c282 Resized the OPML icon a bit 2014-04-04 22:57:24 +02:00
ingkebil
73b613fac1 Merge branch 'master' of https://github.com/kovidgoyal/calibre 2014-04-03 23:13:49 +02:00
Kovid Goyal
b078ab5b51 Edit Book: Add a button to easily insert HTML tags. Useful if you want to quickly surround selected text with an arbitrary tag. You can right click the button to get a list of recently used tags. 2014-04-02 10:34:22 +05:30
ingkebil
05a566c275 Added OPML support to the user_profile dialog 2014-04-01 23:26:35 +02:00
Kovid Goyal
a258f4a201 Increase the max allowed cover size a little, to match current publishing guidelines for covers 2014-03-26 11:15:05 +05:30
Kovid Goyal
f5e1a13ac6 Updated expired CA certificate 2014-03-25 16:39:08 +05:30
Kovid Goyal
1fa5a5af1a PDF Output: Enable using javascript inside header and footer templates 2014-03-23 11:41:21 +05:30
Kovid Goyal
ca1fdf47b8 ... 2014-03-17 19:36:50 +05:30
Kovid Goyal
2e40d47b5f Fix side margin not defined in paged mode 2014-03-17 11:40:41 +05:30
Kovid Goyal
5df9807308 Fix leaving full screen mode not removing max height restriction 2014-03-09 09:31:26 +05:30
Kovid Goyal
ea6b203b37 E-book viewer: Add an option to control the maximum text height in full screen. Note that it only owrks if the viewer is in paged mode (which is the default mode). 2014-03-09 09:23:58 +05:30
Kovid Goyal
f969151e9f Utility code to download https URLs securely 2014-02-23 13:13:53 +05:30
Kovid Goyal
ddca079000 Linux binary build: Create an uninstall script named calibre-uninstall
Fixes #1283154 [linux uninstaller (/usr/bin/calibre-uninstall)](https://bugs.launchpad.net/calibre/+bug/1283154)
2014-02-22 12:42:58 +05:30
Kovid Goyal
69e8be5eab Updated Quick Start Guide 2014-02-21 08:45:43 +05:30
Kovid Goyal
526e7882bb Nicer icon for beautify file
From http://findicons.com/icon/207143/flower?id=207153 (freeware
non-commercial)
2014-02-20 10:36:14 +05:30
Kovid Goyal
5440e0c377 Add malformed markup check when editing ToC as well 2014-02-18 15:47:22 +05:30
Kovid Goyal
371aa6ef77 Edit book: Fix splitting of HTML file occurring at the wrong location if the HTML contains invalid constructs like nested <p> tags 2014-02-18 14:25:30 +05:30
Kovid Goyal
4800dbb2fc More accurate detection of full screen layouts in paged mode 2014-02-13 10:57:24 +05:30
Kovid Goyal
b5770b536b Cleanups for the quick start guide 2014-02-13 10:46:13 +05:30
Kovid Goyal
b821dbd9b8 Only recompile coffescript if the source has actually changed since the last time it was compiled, rather than relying on mtimes. 2014-02-12 12:08:29 +05:30
Kovid Goyal
c0e9d14ba1 PDF Output: Fix incorrect rendering of html files with only a single large image and very little text. In some rare circumstances, the full html file would not be rendered. Fixes #1278877 [conversation EPUB to PDF - Error](https://bugs.launchpad.net/calibre/+bug/1278877) 2014-02-12 11:30:33 +05:30
Kovid Goyal
2d96b9a835 Edit Book: Fix subsetting embedded fonts not processing fonts included in a stylesheet that is itself referenced only by an @import rule 2014-01-31 21:35:34 +05:30
Kovid Goyal
f630484554 Edit Book: Add a button to show diffs after any Polish action 2014-01-29 12:42:41 +05:30
Kovid Goyal
fce5bebc16 Fix #1270552 [Spelling mistake](https://bugs.launchpad.net/calibre/+bug/1270552) 2014-01-19 17:58:45 +05:30
Kovid Goyal
5e6dd56aa1 Edit book: Allow editing of .plist files as XML 2014-01-17 18:12:27 +05:30
Kovid Goyal
0012f5cc4b Edit book: Add a tool to insert arbitrary unicode characters, such as special spaces or punctuation or characters from non-English languages into the text 2014-01-06 17:00:21 +05:30
Kovid Goyal
aca0f41951 Add L´ and D´ as recognized articles when automatically computing sort strings for French. Fixes #1264172 [list of words consider as "articles" for sort in french](https://bugs.launchpad.net/calibre/+bug/1264172) 2014-01-05 18:36:18 +05:30
Kovid Goyal
bea02304ee Add an option to control how completion works when editing authors/tags/series/etc.
By default, when completing items, calibre will show you all the
candidates that start with the text you have already typed. You can
instead have it show all candidates that contain the text you have
already typed. To do this, go to Preferences->Tweaks->Completion mode.
For example, if you type asi it will now match both Asimov and Quasimodo,
whereas the default behavior would match only Asimov. Fixes #1264304 [[Enhancement] search within string when tagging](https://bugs.launchpad.net/calibre/+bug/1264304)
2014-01-02 10:24:32 +05:30
Kovid Goyal
de9e19231c Change the color of the edit bookicon to distinguish it from the viewer icon more clearly 2013-12-31 19:11:37 +05:30
Kovid Goyal
30deb207e4 Edit book: When syncing the position of the preview panel to the cursor
in the editor and the cursor is at or before the <body> tag set the
position of the preview panel to the top of the file, so that the top
margin of the body tag is seen easily.
2013-12-15 09:25:49 +05:30
Kovid Goyal
b8c52790bc Implement clicking on links in the preview panel
Clicking links in the preview panel now opens the linked to document in
an editor at the location pointed to by the link
2013-12-07 13:41:27 +05:30
Kovid Goyal
d3913372fc change resize icon 2013-12-05 22:24:48 +05:30
Kovid Goyal
ca02073d8d ... 2013-12-05 22:19:46 +05:30