Commit Graph

1875 Commits

Author SHA1 Message Date
Moritz Lipp
74d67de55d Version 0.3.0 2014-10-16 23:58:12 +02:00
Moritz Lipp
9ee079bd34 Use _DEFAULT_SOURCE instead of deprecated _BSD_SOURCE 2014-10-16 23:56:41 +02:00
Sebastian Ramacher
e70d346288 Run update-po
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-10-08 15:39:45 +02:00
Sebastian Ramacher
afae19f633 Update documentation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-30 19:48:51 +02:00
Sebastian Ramacher
9a06b5f61e Add option to ignore images while recoloring
Ideally we would handle this differently. See the TODO entry in the render
function. But the patch is a start.

Thanks to carlos for the patch.

Closes: #398

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-30 19:45:07 +02:00
Sebastian Ramacher
50ea97468c Add AppData file
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-29 14:44:12 +02:00
Sebastian Ramacher
d24dac5d29 Update synctex_parser copy
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-29 14:22:47 +02:00
Sebastian Ramacher
3f5568f631 Get rid of page_widget_alignment
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-27 02:19:38 +02:00
Sebastian Ramacher
d911d8c393 Replace deprecatec GtkAlignment
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-27 02:07:53 +02:00
Sebastian Ramacher
bf8c95ecd6 Remove two casts
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-27 01:41:35 +02:00
Sebastian Ramacher
9a403458fe Add vim style exec
Thanks to bashseb for the patch.

Closes: #423

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-09-27 01:37:31 +02:00
Moritz Lipp
735b31e2a5 Prevent double-free in zathura_document_free 2014-09-09 17:28:10 +02:00
Sebastian Ramacher
2ddb04d4ab Merge branch 'develop' of pwmt.org:zathura into develop 2014-09-07 19:16:57 +02:00
Sebastian Ramacher
1ae4eda5b2 Print a warning if loading plugins failed. 2014-09-07 19:12:41 +02:00
Sebastian Ramacher
d9152a03fa Remove unnecessary check 2014-09-07 19:12:16 +02:00
Sebastian Ramacher
c69ce573de Fix broken check 2014-09-07 19:10:54 +02:00
Sebastian Ramacher
7721b237e4 Remove code duplication 2014-09-07 18:48:50 +02:00
Moritz Lipp
edae973baa Check if plugin file ends with .so 2014-09-05 09:21:07 +02:00
Moritz Lipp
1608249709 Update visible pages after opening the file 2014-09-04 00:42:46 +02:00
Sebastian Ramacher
caa27db95d Add a note about the D-Bus signal 2014-08-22 20:43:57 +02:00
Sebastian Ramacher
fca4d040a4 Move synctex logic away from ZathuraPage
Also emit the D-Bus signal
2014-08-22 20:42:33 +02:00
Sebastian Ramacher
c82bc2f0d4 Add Edit signal 2014-08-22 20:09:32 +02:00
Sebastian Ramacher
fd13cf5921 Add synctex_get_input_line_column 2014-08-22 20:09:18 +02:00
Sebastian Ramacher
d0bb3b8983 Test your commits before you push
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-21 00:33:01 +02:00
Sebastian Ramacher
9e1166c911 Update AUTHORS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-20 23:55:28 +02:00
Sebastian Ramacher
fdff7076b7 Use event.x and event.y
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-20 23:54:52 +02:00
Sebastian Ramacher
7a997ef88f Merge remote-tracking branch 'projedi/smooth-scroll' into develop 2014-08-20 23:45:31 +02:00
Sebastian Ramacher
b48733d59f Fix .depend directory creation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-18 19:11:07 +02:00
Alexander Shabalin
e8c35c6c3b Add smooth-scroll option to manpage. 2014-08-17 16:51:18 +04:00
Sebastian Ramacher
932351add8 Remove another realpath call
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-15 18:34:21 +02:00
Sebastian Ramacher
bb6f6252fa Remove realpath call
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-15 18:23:17 +02:00
Sebastian Ramacher
bbe174ac08 Add cache directory
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-08-15 18:10:38 +02:00
Sebastian Ramacher
f4b7bd0ce8 Documentation 2014-08-15 17:06:21 +02:00
Sebastian Ramacher
b99f0ed0db Also read from FIFOs and write content to temporary file
Closes: #425
2014-08-08 23:27:43 +02:00
Sebastian Ramacher
8f05b636f0 Add setting to hide notifications after text selection 2014-08-07 20:50:58 +02:00
Sebastian Ramacher
8e0514bc4f Add description and document -
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-07-29 13:33:43 +02:00
Moritz Lipp
7a245257b1 Fix synctex_parser.h include 2014-07-28 08:29:50 +02:00
Sebastian Ramacher
eabd883e62 Add synctex-editor-command setting
Also, turn on SyncTeX backward synchronization per default and remove -s option.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-07-26 16:14:36 +02:00
Sebastian Ramacher
0db370274a Update AUTHORS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-07-10 18:07:53 +02:00
Alexander Shabalin
82b6fac0a4 Implement smooth scroll and smooth zoom 2014-07-06 02:08:36 +04:00
Maxime Chéramy
6518472d89 Fix scroll down and up in double-page mode. 2014-07-05 20:28:18 +02:00
Sebastian Ramacher
a9d3d390ad Also use system synctex in tests if possible
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-30 13:55:53 +02:00
Sebastian Ramacher
5a858846f7 Print debug info if D-Bus connection is closed due to an error
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-28 15:11:18 +02:00
Sebastian Ramacher
be3defc9cd Merge branch 'develop' of pwmt.org:zathura into develop 2014-06-27 22:17:36 +02:00
Sebastian Ramacher
562f1736b7 Take advantage of shared SyncTeX parser library
As of revision 34449 texlive builds  SyncTeX parser as library. We continue to
include the code until this patch is deployed on most major distributions.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-27 22:15:55 +02:00
Benoît Taine
932b83e6b1 Add colored GCC output
Signed-off-by: Benoît Taine <ork@olol.eu>
2014-06-26 09:16:16 +02:00
Sebastian Ramacher
1eec4a683f Remove css-definitions.c* in clean
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-25 18:37:55 +02:00
Moritz Lipp
2997dde5ee Merge tag '0.2.9' into develop
Version 0.2.9
2014-06-25 11:58:01 +02:00
Moritz Lipp
386c949d4a Merge branch 'release/0.2.9' 2014-06-25 11:57:53 +02:00
Moritz Lipp
5b3438d1c9 Version 0.2.9 2014-06-25 11:57:48 +02:00