Moritz Lipp
3facd5beb0
Replace image_save with image_get_cairo
2012-02-11 17:53:28 +01:00
Moritz Lipp
900516d1f1
Update documentation
2012-02-09 02:58:53 +01:00
Moritz Lipp
851ef7cd7b
Adjust on resize / Adjust on open
2012-02-09 01:46:51 +01:00
Moritz Lipp
70dbf39184
Merge branch 'develop' of pwmt.org:zathura into develop
...
Conflicts:
document.c
2012-02-08 23:23:42 +01:00
Moritz Lipp
1d606ef027
Ask for password if file is encrypted
2012-02-08 23:21:27 +01:00
Sebastian Ramacher
7003df76a4
add method to get text from selection
2012-02-08 23:20:22 +01:00
Moritz Lipp
34b6fffc33
Update documentation
2012-02-08 15:30:13 +01:00
Sebastian Ramacher
21aff5c251
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 21:45:36 +01:00
Sebastian Ramacher
6045e46069
fix the coordinate system
2012-02-07 21:45:32 +01:00
Moritz Lipp
626fd50e32
Introduced zathura_plugin_error_t
2012-02-07 21:10:59 +01:00
Moritz Lipp
42307d4e65
Added documentation
2012-02-07 20:13:39 +01:00
Moritz Lipp
30f62a1f3a
Implemented auto reload basics
2012-02-07 19:25:47 +01:00
Sebastian Ramacher
495c59f86e
add zathura_link_free
2012-02-07 17:44:19 +01:00
Sebastian Ramacher
aea5024ce3
add argument printing to zathura_page_render
2012-02-07 15:10:58 +01:00
Sebastian Ramacher
a1cdb48921
Create a page view widget ( Closes : #90 ).
...
Add a widget derived from GtkDrawingArea that handles the drawing. It
automaticaly requests rerendering of the page if necessary (i.e on a scroll and
rotate).
This should solve all the rendering issues.
2012-02-05 11:24:34 +01:00
Moritz Lipp
419376f761
Add images_get and image_save functions
2012-01-22 22:15:13 +01:00
Moritz Lipp
f8f4345540
Update documentation
2012-01-22 21:57:18 +01:00
Sebastian Ramacher
82501190af
add _attachment_save
2012-01-13 18:25:17 +01:00
Sebastian Ramacher
58e25e8733
sort files in :open
2012-01-13 18:00:12 +01:00
Sebastian Ramacher
911d84c908
update includes due to girara restructuring
2011-10-23 17:01:15 +02:00
Sebastian Ramacher
37189ece79
remove zathura_list_t
2011-10-22 00:11:42 +02:00
Sebastian Ramacher
719557ff9e
always close the plugin handle
2011-10-21 23:33:18 +02:00
Moritz Lipp
8bf7587baf
Show document information
2011-10-01 23:29:40 +02:00
Sebastian Ramacher
b34d21afaf
implement content type support
2011-09-29 15:23:13 +02:00
Moritz Lipp
c3ad7faf1a
Use cairo to render page
2011-09-29 12:35:52 +02:00
Moritz Lipp
9f5d6cdd61
Added page_render_cairo function
2011-09-29 12:07:07 +02:00
Sebastian Ramacher
a415666cc1
zathura_page_t: replace rendered by visible
2011-04-19 18:33:28 +02:00
Moritz Lipp
a80770a320
Save zathura object in zathura_ocument_t
2011-04-19 17:46:44 +02:00
Sebastian Ramacher
b2fc17207e
Make plugin path configurable
...
* We don't fail if we can't load a plugin. There can be anything.
* Reintroduce the command line parser from glib.
* Use fstatat as it is more reliable than d_type from dirent.
2011-04-19 00:36:56 +02:00
Moritz Lipp
fdf0bd5649
Save surface temporary in page_t
2011-04-18 22:59:59 +02:00
Sebastian Ramacher
f57fe5dfde
update document.c/.h
2011-04-18 18:19:41 +02:00
Moritz Lipp
801fe03009
Changed the strucure a bit
2011-03-20 02:53:24 +01:00
Moritz Lipp
c5491675aa
Update rendering
2011-03-20 02:09:04 +01:00
Moritz Lipp
dd97387715
Began to implement dual/multiple view
2011-03-18 18:40:20 +01:00
Moritz Lipp
7d18faa452
Replace GtkWidget with zathura_image_buffer_t
2011-03-18 13:27:21 +01:00
Moritz Lipp
e04c86a7f3
Documented document.h
2011-03-12 11:32:24 +01:00
Moritz Lipp
dc660d2c56
Register plugin correctly and handle dlhandle correctly
2011-03-06 09:14:36 +01:00
Moritz Lipp
52377b994d
Plugin register mechanism
2011-03-05 21:00:41 +01:00
Moritz Lipp
7629a30a27
Register document plugin and free registered plugins
2011-03-05 19:46:05 +01:00