Sebastian Ramacher
30dd00937b
rotate in render
2011-09-01 19:18:29 +02:00
Pavel Borzenkov
caccb94c69
Fix ':close' command
...
Currently, zathura crashes while performing ':close' command with the
following error:
GThread-ERROR **: file gthread-posix.c: line 226
(g_cond_free_posix_impl): error 'Device or resource busy' during
'pthread_cond_destroy ((pthread_cond_t *) cond)'
The error is because 'render' thread holds condition variable while
waiting for new pages to render. This patch modifies zathura's code to
correctly kill render thread and free allocated resources when the
document is being closed.
NOTE: should be applied on top of "Allow changing of "pages-per-row"
variable at runtime" commit to avoid conflicts in the
'page_view_set_mode()' function.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
2011-08-25 00:49:26 +02:00
Moritz Lipp
00589a7295
Implemented recoloring
2011-04-30 13:27:27 +02:00
Moritz Lipp
4763624dab
Display current page number in statusbar
2011-04-27 19:57:49 +02:00
Moritz Lipp
1806b04786
Initialize lock before creating the render thread
2011-04-26 16:39:40 +02:00
Moritz Lipp
5c5df5bf82
Fixed rendering
2011-04-19 21:42:18 +02:00
Sebastian Ramacher
a415666cc1
zathura_page_t: replace rendered by visible
2011-04-19 18:33:28 +02:00
Moritz Lipp
07cc456ae9
Fixed rendering for mupdf/poppler backend
2011-04-19 16:24:19 +02:00
Moritz Lipp
5151b84a6f
Update render function
2011-04-19 16:03:42 +02:00
Sebastian Ramacher
7dd5c0d567
resize
2011-04-19 15:39:10 +02:00
Sebastian Ramacher
4eef03c201
invalidate rect
2011-04-19 15:26:26 +02:00
Sebastian Ramacher
45afe89e87
invalidate rect
2011-04-19 15:23:55 +02:00
Moritz Lipp
fdf0bd5649
Save surface temporary in page_t
2011-04-18 22:59:59 +02:00
Moritz Lipp
8bcb79ea94
Update
2011-04-18 21:22:35 +02:00
Moritz Lipp
4a8f4df2db
Updated commands/render/shortcuts/utils for zathura object
2011-04-18 18:29:50 +02:00
Moritz Lipp
2eed47a314
Updated render.c/render.h
2011-04-18 18:00:08 +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
ef3944421b
Surround render call by tenter/tleave
2011-02-28 11:27:03 +08:00
Moritz Lipp
dbb304af35
Experimental implementation of sc_zoom
2011-02-10 04:28:36 +08:00
Moritz Lipp
5e7a774101
Updated coding standard
2011-02-09 19:44:48 +08:00
Moritz Lipp
e043e55b13
Use GCond for rendering thread
2011-01-26 19:06:57 +08:00
Moritz Lipp
056269fcae
Renamed search to render
2011-01-24 20:18:40 +08:00
Moritz Lipp
55eaca8ec7
Render thread
2011-01-24 19:43:39 +08:00
Moritz Lipp
22fea7d281
Began to set locks for rendering thread
2011-01-11 10:57:59 +01:00
Moritz Lipp
02f646751d
Moved render function
2011-01-07 09:07:02 +01:00