Sebastian Ramacher
b60804ef78
implement search forward and backward
2012-02-07 19:15:01 +01:00
Moritz Lipp
21a65cbe34
Rename PageViewWidget to PageWidget
2012-02-07 18:30:46 +01:00
Moritz Lipp
76323a4c3e
Remove debug output
2012-02-07 18:23:09 +01:00
Sebastian Ramacher
ed61553309
jump to first result if it is not one the current page
2012-02-07 18:19:48 +01:00
Moritz Lipp
4450f41e1e
Resolve girara_list_iter assertion
2012-02-07 18:10:34 +01:00
Moritz Lipp
82a6caa211
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 18:00:51 +01:00
Moritz Lipp
0b88e118a5
Evaluate sc_follow input correctly
2012-02-07 18:00:47 +01:00
Sebastian Ramacher
495c59f86e
add zathura_link_free
2012-02-07 17:44:19 +01:00
Sebastian Ramacher
762f3819d4
add zathura_link_free
2012-02-07 17:41:40 +01:00
Sebastian Ramacher
86ce201ec9
off by one
2012-02-07 17:37:41 +01:00
Sebastian Ramacher
36456d386f
missing break
2012-02-07 17:33:45 +01:00
Sebastian Ramacher
65f41bb440
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 17:32:11 +01:00
Sebastian Ramacher
460b517998
drop unnecessary calls
2012-02-07 17:32:03 +01:00
Moritz Lipp
3547f80af9
Follow links with sc_follow
2012-02-07 17:31:47 +01:00
Sebastian Ramacher
ba0ee61dfe
draw search results again
2012-02-07 16:59:42 +01:00
Moritz Lipp
e7004e3089
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 16:39:05 +01:00
Moritz Lipp
d3967d9bde
Save links in page_view_widget
2012-02-07 16:39:02 +01:00
Sebastian Ramacher
623678ee9c
force cb_vadjusment_value_changed to be called at least once
2012-02-07 16:38:21 +01:00
Moritz Lipp
ab03d2dd0b
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 16:30:55 +01:00
Sebastian Ramacher
2678db4a6f
drop experiments
2012-02-07 15:33:49 +01:00
Moritz Lipp
0363495151
Implemented sc_mouse_scroll
2012-02-07 15:13:36 +01:00
Sebastian Ramacher
751c0980de
remove debug output
2012-02-07 15:13:03 +01:00
Sebastian Ramacher
aea5024ce3
add argument printing to zathura_page_render
2012-02-07 15:10:58 +01:00
Sebastian Ramacher
c2b9d22ad1
don't search on hidden pages
2012-02-07 15:05:22 +01:00
Sebastian Ramacher
1c0920a190
Merge branch 'develop' of pwmt.org:zathura into develop
2012-02-07 14:57:06 +01:00
Sebastian Ramacher
57291989c5
calculate visible pages and update current page number
2012-02-07 14:56:58 +01:00
Moritz Lipp
72629c6803
CS
2012-02-07 14:56:57 +01:00
Sebastian Ramacher
01bdd58104
implement cmd_search
2012-02-07 12:08:00 +01:00
Moritz Lipp
c32685919f
Resolve SIGSEGV in zathura_page_view_new
2012-02-07 10:36:30 +01:00
Sebastian Ramacher
81bec2e528
draw highlights in the page view widget
2012-02-05 22:55:30 +01:00
Sebastian Ramacher
62708d3d44
fix some mem leaks in sc_follow
2012-02-05 21:17:59 +01:00
Sebastian Ramacher
509c58b95e
add binary to .gitignore
2012-02-05 19:30:11 +01:00
Sebastian Ramacher
8bd20bff37
remove some debug output
2012-02-05 11:47:28 +01:00
Sebastian Ramacher
12fd8450fa
some documentation
2012-02-05 11:32:32 +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
Sebastian Ramacher
3df59895cd
CS
2012-02-03 22:32:11 +01:00
Sebastian Ramacher
083a40f447
adopt to changes from girara
2012-02-03 22:15:29 +01:00
Moritz Lipp
8d2d6ec0ec
Start updating zathurarc.5.rst
2012-02-02 13:05:32 +01:00
Sebastian Ramacher
5fc885a66c
Reset zoom level after quiting fullscreen.
2012-02-01 18:00:34 +01:00
Sebastian Ramacher
269b784c3a
fork if --fork is given ( Closes : #52 )
...
Thanks to egl209 for the patch.
2012-02-01 17:40:26 +01:00
Sebastian Ramacher
3b5d29d52b
Add option to disable rendering of 'Loading ...'
2012-02-01 17:30:43 +01:00
Sebastian Ramacher
7c2d6718f0
return values from girara_settings_get have to be g_freed
2012-01-31 19:19:10 +01:00
Sebastian Ramacher
dba33a04a1
link test against sqlite
2012-01-31 01:29:41 +01:00
Moritz Lipp
3f05c12c0a
Update Makefile
2012-01-31 00:24:17 +01:00
Moritz Lipp
29472cdd06
Added file_get_extension test cases
2012-01-28 20:14:21 +01:00
Moritz Lipp
8ddbb158e3
Implement test suite with check
2012-01-28 19:54:44 +01:00
Moritz Lipp
226dfae14c
Update shortcuts
2012-01-24 01:34:09 +01:00
Moritz Lipp
d249740cd1
Update default shortcuts
...
Modes are no longer combined to avoid conflicts while
trying to remap one of them
2012-01-23 21:37:02 +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