Commit Graph

1018 Commits

Author SHA1 Message Date
Moritz Lipp
625db90579 Removed some obsolete checks 2012-02-20 20:54:21 +01:00
Sebastian Ramacher
98755c7c90 Merge branch 'develop' of pwmt.org:zathura into develop
Conflicts:
	callbacks.c
2012-02-20 20:18:12 +01:00
Sebastian Ramacher
fcca562280 use gdk_threads_enter and leave in file monitor callbacks 2012-02-20 20:17:16 +01:00
Moritz Lipp
8219d48eba Reload correct page when re-opening known file 2012-02-20 20:13:53 +01:00
Moritz Lipp
b6f1868e7f Fix automatic file reloading 2012-02-20 20:07:24 +01:00
Sebastian Ramacher
a2addfab75 Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-20 18:32:26 +01:00
Moritz Lipp
d8bc9fefac Implement sc_focus_inputbar with possible APPEND_FILEPATH parameter 2012-02-20 16:33:59 +01:00
Sebastian Ramacher
14350ee823 update desktop file 2012-02-20 16:00:32 +01:00
Moritz Lipp
f4d6c6993b Hide hidden files/directories by default and make it configurable 2012-02-20 13:02:24 +01:00
Moritz Lipp
eeee28b0cb Fix leading slash in cc_open 2012-02-20 12:53:21 +01:00
Moritz Lipp
b8470a5317 Set current page number in page_set 2012-02-20 12:40:25 +01:00
Moritz Lipp
2cdf2bd2ba Update key bindings 2012-02-20 12:30:43 +01:00
Moritz Lipp
eac3cbd904 Consider page padding in sc_scroll 2012-02-20 09:33:18 +01:00
Moritz Lipp
a91103044f Added zathurarc.5.rst 2012-02-18 12:22:37 +01:00
Moritz Lipp
3f543f42bd Update dest target 2012-02-18 12:13:45 +01:00
Moritz Lipp
55c175b1e0 Update man page 2012-02-18 11:37:39 +01:00
Moritz Lipp
bf0bb66503 Abort search if page_search_text is not implemented 2012-02-18 09:21:34 +01:00
Moritz Lipp
8fdf18b088 Update plugin system return values and notifications 2012-02-18 00:30:47 +01:00
Moritz Lipp
394fbd934d Update style 2012-02-17 00:43:01 +01:00
Moritz Lipp
7db78012de Remove unneeded shortcut 2012-02-16 16:36:09 +01:00
Sebastian Ramacher
0251fb75dd use gdk_threads_add_idle instead of g_idle_add 2012-02-16 16:18:12 +01:00
Sebastian Ramacher
0767aa85bf some error checking for zathura_page_get 2012-02-16 15:47:33 +01:00
Moritz Lipp
65d2241e06 Simplify sc_mouse_scroll 2012-02-15 11:48:28 +01:00
Moritz Lipp
b815fa6ecf Update to new girara event definitions 2012-02-15 00:21:51 +01:00
Moritz Lipp
fc2e97e917 Fix typo in documentation 2012-02-14 20:20:38 +01:00
Sebastian Ramacher
70398d3f1f Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-14 19:53:12 +01:00
Sebastian Ramacher
98b421120e store plugindir in zathura.pc 2012-02-14 16:30:15 +01:00
Sebastian Ramacher
dadcbf9ae8 update the documentation 2012-02-14 16:24:05 +01:00
Sebastian Ramacher
8c10161acf fix invalid read in render thread 2012-02-14 16:01:50 +01:00
Sebastian Ramacher
e7f0e30d99 only call sc_adjust_window if the allocation of the window really changed 2012-02-14 15:53:04 +01:00
Moritz Lipp
beb9de6699 Update LICENSE 2012-02-14 15:48:35 +01:00
Sebastian Ramacher
2f38126a7a make the recolor colors changeable too 2012-02-14 14:53:45 +01:00
Sebastian Ramacher
9d04a7bfcf make highlight colors configurable during runtime 2012-02-14 14:46:19 +01:00
Sebastian Ramacher
fd4429716f Some more work towards GTK+3
For some reason the page widget is really large (641203x906843 pixels). This
makes everything fail, i.e the GTK+3 stuff is not ready.
2012-02-14 14:26:44 +01:00
Sebastian Ramacher
69b5cb0be5 more GTK+3 support 2012-02-14 13:53:26 +01:00
Sebastian Ramacher
c1d97710e4 Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-14 11:04:23 +01:00
Sebastian Ramacher
bc0a9c99ca revert a GTK+3 compatibility change 2012-02-13 15:00:53 +01:00
Sebastian Ramacher
16336cf065 Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-13 12:44:44 +01:00
Sebastian Ramacher
a4fab8c368 some more work to be compatible with GTK+3 2012-02-13 12:43:22 +01:00
Moritz Lipp
b59e5686ec Update style 2012-02-12 16:35:33 +01:00
Moritz Lipp
5c09bdd5e2 Fix segmentation fault in cb_pages_per_row_value_changed 2012-02-12 15:34:05 +01:00
Sebastian Ramacher
5dacede692 use getter functions to make it compatible with GTK+3 2012-02-12 12:22:11 +01:00
Sebastian Ramacher
f28642792d Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-12 11:50:51 +01:00
Moritz Lipp
392275eed3 Resolve sc_follow issue 2012-02-12 11:16:10 +01:00
Sebastian Ramacher
8ad4877f4d Merge branch 'develop' of pwmt.org:zathura into develop 2012-02-12 00:37:33 +01:00
Sebastian Ramacher
a7429131fd fix zathurarc.5.rst 2012-02-12 00:37:15 +01:00
Moritz Lipp
3facd5beb0 Replace image_save with image_get_cairo 2012-02-11 17:53:28 +01:00
Sebastian Ramacher
95c8510118 Stay on the same page on :set pages-per-row (Closes: ##108) 2012-02-10 14:13:08 +01:00
Moritz Lipp
2adb25223c Options for zoom_min/zoom_max 2012-02-09 18:30:36 +01:00
Moritz Lipp
043513558c Fix math.h include 2012-02-09 12:31:39 +01:00