Kovid Goyal
|
2d386d87da
|
free more carefully making sure we dont double free
|
2023-01-26 17:44:59 +05:30 |
|
Kovid Goyal
|
4e4088c27c
|
...
|
2023-01-26 16:30:02 +05:30 |
|
Kovid Goyal
|
a92149c5b8
|
Move the compile_commands database into build dir
|
2023-01-26 13:27:05 +05:30 |
|
Kovid Goyal
|
0ec5ae02e9
|
DRYer
|
2023-01-26 09:38:37 +05:30 |
|
Kovid Goyal
|
ad4aeaa1a0
|
Fix bug reported by sanitizer
|
2023-01-26 09:38:08 +05:30 |
|
Kovid Goyal
|
49e025b565
|
Cleanup some code
|
2023-01-26 09:17:09 +05:30 |
|
Kovid Goyal
|
a08b99f40f
|
Work on supporting word marks
|
2023-01-25 23:22:24 +05:30 |
|
Kovid Goyal
|
f7bbbbaf3f
|
Remove a bunch on unnecessary copies when constructing output messages
Also start work on custom mark support
|
2023-01-25 11:48:36 +05:30 |
|
Kovid Goyal
|
aa11af3510
|
Smarter integer type handing in json_val
|
2023-01-25 11:04:43 +05:30 |
|
Kovid Goyal
|
ecc3e96da8
|
Fix JSON serialization of numeric types
|
2023-01-25 10:37:12 +05:30 |
|
Kovid Goyal
|
623f999a54
|
Allow passing speech text with shared memory
|
2023-01-25 10:12:55 +05:30 |
|
Kovid Goyal
|
83891ed63e
|
Code to get the memory address of a SharedMemory object
|
2023-01-25 09:13:00 +05:30 |
|
Kovid Goyal
|
1fecf2c380
|
Nicer debug() function, now like print() in Python
Also report HRESULT in hexadecimal form
|
2023-01-25 08:57:26 +05:30 |
|
Kovid Goyal
|
6065f1847f
|
Cleanup develop_speech()
|
2023-01-25 06:45:06 +05:30 |
|
Kovid Goyal
|
a8cc81af9e
|
Implement volume control and faster serialization of numeric types to JSON
|
2023-01-25 06:32:50 +05:30 |
|
Kovid Goyal
|
f9fb4d5504
|
Get speech cue events working
|
2023-01-24 21:43:53 +05:30 |
|
Kovid Goyal
|
f56708d11b
|
string changes
|
2023-01-24 20:59:58 +05:30 |
|
Kovid Goyal
|
5ed5b3f487
|
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #2003780 [Unexpected behaviour: Marked books & Hide Empty Categories](https://bugs.launchpad.net/calibre/+bug/2003780)
|
2023-01-24 19:40:04 +05:30 |
|
Kovid Goyal
|
692a99dce6
|
More work on winspeech
|
2023-01-24 19:36:40 +05:30 |
|
Charles Haley
|
8467a9f0bd
|
Bug #2003780: Unexpected behaviour: Marked books & Hide Empty Categories
|
2023-01-24 13:52:40 +00:00 |
|
Kovid Goyal
|
6829e65034
|
forward the exit code
|
2023-01-24 18:21:21 +05:30 |
|
Kovid Goyal
|
c0db29016b
|
make vim's python indent happy
|
2023-01-24 18:16:21 +05:30 |
|
Kovid Goyal
|
86041db5e4
|
...
|
2023-01-24 18:07:36 +05:30 |
|
Kovid Goyal
|
4d23f9649a
|
Cleanup develop code and dont output trailing commas for JSON
|
2023-01-24 18:07:08 +05:30 |
|
Kovid Goyal
|
a58baba395
|
Report type of media failed error
|
2023-01-24 17:50:14 +05:30 |
|
Kovid Goyal
|
6e4301ecad
|
...
|
2023-01-24 17:39:10 +05:30 |
|
Kovid Goyal
|
20f58d7211
|
Serialize JSON directly to cout
|
2023-01-24 17:34:42 +05:30 |
|
Kovid Goyal
|
61a16f78a8
|
No need for event loop just use co-routines
|
2023-01-24 17:11:55 +05:30 |
|
Kovid Goyal
|
7b47a70493
|
Get basic speaking working again
|
2023-01-24 14:12:51 +05:30 |
|
Kovid Goyal
|
c6ec13ae7e
|
More work on winspeech
|
2023-01-24 11:57:43 +05:30 |
|
Kovid Goyal
|
603dcc777e
|
Special case zero font size when calculating columns per screen in paged mode
|
2023-01-24 11:55:36 +05:30 |
|
Kovid Goyal
|
ce49025770
|
Also sort the actions in the quick highlights preferences
|
2023-01-24 07:34:53 +05:30 |
|
Kovid Goyal
|
ea64f851ef
|
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #2003712 [Enhancement Request: URL scheme: 'virtual_library' for show-book](https://bugs.launchpad.net/calibre/+bug/2003712)
|
2023-01-24 07:18:55 +05:30 |
|
Charles Haley
|
ba79438b31
|
1) Maintain compatibility with URLS that don't specify a virtual library.
2) Documentation.
|
2023-01-23 20:24:26 +00:00 |
|
Charles Haley
|
687b340b1c
|
Enhancement #2003712: URL scheme: 'virtual_library' for show-book.
I will update the documentation in a later commit.
|
2023-01-23 19:22:59 +00:00 |
|
Kovid Goyal
|
6bc65e9dc7
|
Start work on porting speak()
|
2023-01-23 22:23:56 +05:30 |
|
Kovid Goyal
|
7aec1cda0d
|
Fix #2003729 [RecursionError when embedding metadata into PDF](https://bugs.launchpad.net/calibre/+bug/2003729)
|
2023-01-23 21:47:21 +05:30 |
|
Kovid Goyal
|
cf570250b2
|
More work on winspeech
|
2023-01-23 21:33:58 +05:30 |
|
Kovid Goyal
|
75d2887dbb
|
Merge branch 'nature-fix' of https://github.com/ping/calibre
|
2023-01-23 17:56:23 +05:30 |
|
ping
|
d6e1365432
|
Fix Nature cover resolution
|
2023-01-23 20:18:00 +08:00 |
|
Kovid Goyal
|
d17c1c6ce8
|
usbobserver: use surrogateescape for undecodable file names
|
2023-01-23 16:27:19 +05:30 |
|
Kovid Goyal
|
5f4437f7fa
|
Port voices output
|
2023-01-23 14:00:39 +05:30 |
|
Kovid Goyal
|
f6f43ba4af
|
Move to running winspeech in its own process
|
2023-01-23 13:38:05 +05:30 |
|
Kovid Goyal
|
7e67e62c11
|
Use an icon rather than a color to report errors in line edits. Fixes #2003652 [color frame in edit metadata](https://bugs.launchpad.net/calibre/+bug/2003652)
|
2023-01-23 07:42:36 +05:30 |
|
Kovid Goyal
|
084cf4e65f
|
Move checkboxes to left of text
|
2023-01-23 07:04:42 +05:30 |
|
Kovid Goyal
|
79bb34fd36
|
More work on winspeech
|
2023-01-22 22:46:58 +05:30 |
|
Kovid Goyal
|
cd7d100eca
|
More work on winspeech
|
2023-01-22 14:51:38 +05:30 |
|
Kovid Goyal
|
e8e95f888d
|
...
|
2023-01-20 18:14:34 +05:30 |
|
Kovid Goyal
|
7ee339ab14
|
Try using DYLD_INSERT_LIBRARIES instead
|
2023-01-19 13:17:20 +05:30 |
|
Kovid Goyal
|
829f3d4e0e
|
...
|
2023-01-19 13:13:48 +05:30 |
|