Pavel Borzenkov
b9b4b8ef1f
Don't update status bar when scrolling left/right
...
Don't update Zathura.State.scroll_percentage when scrolling left/right
to avoid wrong values in the status bar.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-07-05 13:11:58 +02:00
Sebastian Ramacher
53ae144b32
Fix blinking while switching pages ( Closes : #13 )
...
Thanks to sagesag for the patch. If this breaks anything feel free to revert
this change.
2011-07-01 14:42:08 +02:00
Sebastian Ramacher
659df484ea
Fix input issues in fullscreen mode ( Closes : #33 )
...
Thanks to sagesag for the patch.
2011-07-01 14:37:33 +02:00
Sebastian Ramacher
471c011f8d
Support :digits ( Closes : #41 )
...
Thanks to Serge Guelton for the patch. Applied with some small modifications.
2011-07-01 14:00:33 +02:00
Sebastian Ramacher
33ac8b2c33
Fix index navigation issues ( Closes : #40 ).
...
Thanks to Serge Guelton for the patch.
2011-07-01 13:43:16 +02:00
Sebastian Ramacher
5a2af2bc71
'cherry-pick' changes from jumanji
2011-06-26 02:55:56 +02:00
Sebastian Ramacher
3cf7505401
'cherry-pick' e84bb6f from jumanji
2011-06-25 21:17:40 +02:00
Sebastian Ramacher
9362c92a05
fix DESKTOPPREFIX
2011-05-27 10:34:42 +02:00
Sebastian Ramacher
06486f0074
document pkg-config and GNU make
2011-05-19 12:46:12 +02:00
Moritz Lipp
deacc66ab4
Fixed backwards searching
2011-05-19 10:57:42 +02:00
Sebastian Ramacher
3a46d07964
fix .desktop file
2011-04-20 11:57:37 +02:00
Sebastian Ramacher
4400d8abd9
make :write save and make it work with relative paths
2011-04-03 16:29:39 +02:00
Sebastian Ramacher
b525ef59d7
Add a desktop file for zathura
2011-03-24 12:54:06 +01:00
Moritz Lipp
659f541939
Version 0.0.8.3
2011-03-24 12:30:45 +01:00
Sebastian Ramacher
9f0be39db6
Fix regression from a1fe0f0b
...
In some cases sc_reload could still segfault. This should fix it.
2011-03-21 02:09:38 +01:00
Sebastian Ramacher
e395528e0d
Fix GOptionEntries
...
... to make GLib 2.28 happy.
2011-03-21 01:49:01 +01:00
Moritz Lipp
d7e82969a5
Fixed print command with additional arguments.
...
Previous version ignored second argument if more than 2 were given and
quoted the additional arguments leading to lp thinking they represented
a filename.
Before:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 1-38 ' -o side=onesided' 'filename'
Now:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 14-15 -o side=onesided 'filename'
Signed-off-by: mlq <mlq@pwmt.org>
2011-03-09 22:34:48 +01:00
Moritz Lipp
64fe1f132d
fix executable file path in uninstall
...
Signed-off-by: mlq <mlq@pwmt.org>
2011-03-01 11:11:39 +08:00
Sebastian Ramacher
382f5e7618
Don't segfault if reloaded document has less pages.
2011-02-17 19:45:02 +01:00
Moritz Lipp
d2503b49c3
Hide inputbar frame
2011-01-11 02:35:01 +01:00
Sebastian Ramacher
0883b88d0c
fix build error with poppler >= 0.15
2011-01-02 11:05:30 +01:00
Sebastian Ramacher
2c7c779984
redraw search result on NO_SEARCH
2010-12-21 15:20:03 +01:00
Sebastian Ramacher
72312aea2d
remove a memory leak
2010-12-21 15:11:14 +01:00
Sebastian Ramacher
12e6f8281c
Fix some memory problems in search
2010-12-21 14:40:05 +01:00
Moritz Lipp
d56c6da26e
Renamed functions
2010-12-21 11:57:31 +01:00
Moritz Lipp
309566c58a
Text searching problems
...
Updates the behaviour of the search function. Thanks to qnikst.
2010-12-21 11:53:40 +01:00
Moritz Lipp
ac12830a00
Hide inputbar
2010-12-17 03:40:57 +01:00
Sebastian Ramacher
e30a31dcf6
Merge branch 'master' of pwmt.org:zathura
2010-12-14 20:08:52 +01:00
Sebastian Ramacher
050853002a
Fix OPTIONS section and GTK+ capitalization.
...
Thanks to Jakub Wilk.
2010-12-14 20:08:18 +01:00
Moritz Lipp
3bf6dc6bd1
Merge branch 'master' of pwmt.org:zathura
2010-12-12 11:09:48 +01:00
Sebastian Ramacher
c7dbde9b43
Remove two memory leaks.
2010-12-11 17:24:09 +01:00
Sebastian Ramacher
19ff39b6c6
Make :open ~/some/file.pdf work again.
2010-12-11 17:17:31 +01:00
Sebastian Ramacher
75c800e197
Fix a regression from f91bea5f.
2010-12-11 17:16:19 +01:00
Moritz Lipp
125af22b3a
Merge branch 'master' of pwmt.org:zathura
2010-12-11 11:26:27 +01:00
Sebastian Ramacher
41812c5939
Add option to disable auto-generated bookmarks ( closes #73 )
...
Applying patch from Minoru with some modifications since we already have
read_bookmarks_file.
2010-12-11 10:12:50 +01:00
Sebastian Ramacher
0ab36aab2e
more memory cleanup
2010-12-11 10:06:43 +01:00
Sebastian Ramacher
4bf5718349
Reread bookmarks file before writing ( closes #74 )
...
Applying patch from Minoru with some simple adapations. Therefor
read_bookmarks_file doesn't leak (bookmarks is never freed).
2010-12-11 09:51:35 +01:00
Sebastian Ramacher
fb0b700c9e
drop -Wno-format-zero (not needed anymore)
2010-12-02 12:27:47 +01:00
Sebastian Ramacher
335fdbb533
Make it build without warnings if -Wno-zero-length is not set.
2010-12-01 23:07:09 +01:00
Sebastian Ramacher
25256827dc
typo
2010-12-01 16:47:58 +01:00
Sebastian Ramacher
4fe4bfcde1
Fix some memory issues related to bookmarks ( closes #26 ).
2010-12-01 11:19:35 +01:00
Moritz Lipp
519f4f531a
Merge branch 'master' of pwmt.org:zathura
2010-11-29 14:59:14 +01:00
Sebastian Ramacher
2a6083832f
document +,-,= ( closes #64 )
2010-11-23 16:22:16 +01:00
Moritz Lipp
d0e48fe488
Version 0.0.8.2
2010-11-21 12:52:51 +01:00
Sebastian Ramacher
ed2e0d1014
remove double g_mutex_static_init
2010-11-17 18:56:51 +01:00
Sebastian Ramacher
229f2ab8b3
Fix a memory leak in init_look.
...
init_look may be called from cmd_set so we've to free Zathura.Style.font first.
2010-11-17 09:46:05 +01:00
Sebastian Ramacher
c890f6befa
print LDFLAGS and add -s only if SFLAGS is not set
2010-11-12 17:48:49 +01:00
Sebastian Ramacher
815f2b5243
Make 'set scroll_wrap' work as expected.
...
Thank's to wart_.
2010-11-09 16:03:53 +01:00
Sebastian Ramacher
48a2991333
Display scoll percentage in statusbar ( Closes #58 ).
...
Thank's to acieroid.
2010-11-03 20:33:39 +01:00
Sebastian Ramacher
3b8efee3ed
Add more familiar zoom keybindings ( closes #45 )
...
One can use '+' to zoom in, '-' to zoom out and '=' to set the zoom level back
to 100%.
2010-10-31 10:30:26 +01:00