Commit Graph

1915 Commits

Author SHA1 Message Date
Sidharth Kapur
8bc9aa8af7 Fix memory leak, use girara_get_home_directory 2015-10-05 15:49:04 -05:00
Sidharth Kapur
7991618d25 Implement tilde feature for statusbar as well 2015-10-05 10:37:25 -05:00
Sidharth Kapur
1be84c6c3b Use glib malloc instead of malloc 2015-10-05 10:21:54 -05:00
Sidharth Kapur
c0306b8706 Update manpage 2015-10-05 10:17:49 -05:00
Sidharth Kapur
7c3417bbe9 Remove unnecessary retrieval of settings 2015-10-01 17:12:04 -05:00
Sidharth Kapur
0c81a47eff Use tilde-substitution in page number update 2015-10-01 17:10:47 -05:00
Sidharth Kapur
f1f65664da Add feature to show ~ instead of $HOME in title 2015-10-01 16:55:07 -05:00
Moritz Lipp
d9e74bb152 Merge branch 'release/0.3.3' 2015-04-13 22:54:30 +02:00
Moritz Lipp
c6e7be982e Version 0.3.3 2015-04-13 22:54:22 +02:00
Sebastian Ramacher
d284bb6942 Update po
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-04-13 19:52:44 +02:00
Sebastian Ramacher
0ed98dd959 Allow .dylib plugins on Mac OS X
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-04-10 16:03:49 +02:00
Sebastian Ramacher
9d1b58a4d9 Introduce PKG_CONFIG 2015-04-10 15:51:50 +02:00
Philipp Ittershagen
427df9fc49 Use DESTDIR in po files uninstall recipe.
Signed-off-by: Philipp Ittershagen <pit@shgn.de>
2015-03-23 14:18:45 +01:00
Lingzhu Xiang
c17c54c4a0 Fix dual page render breakge of adjust_window
When the page is set to adjust width to the window,
toggling dual page mode would break rendering because
sc_toggle_page_mode() did not update dimensions.
2015-02-05 17:37:40 -05:00
Sebastian Ramacher
12a9bf93ae Demote info message to debug
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-20 21:43:47 +01:00
Moritz Lipp
676005ad99 Merge branch 'develop' of pwmt.org:zathura into develop 2015-01-20 21:38:10 +01:00
Moritz Lipp
cfc0c2aa7d Don't free content_type before setting error message 2015-01-20 21:37:04 +01:00
Callum Burns
24c59c98de Fixed typo and changed warning to debug 2015-01-13 21:53:07 +00:00
Sebastian Ramacher
04bd341a3e Also mention that overlay-scrollbar causes the bug
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-10 17:05:42 +01:00
Sebastian Ramacher
ee1f0da3dc Document include
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-07 12:13:57 +01:00
Sebastian Ramacher
fe18512880 Merge remote-tracking branch 'skuwent/master' into develop 2015-01-02 12:18:06 +01:00
NGKS
d44b2c8c74 fix typo 2015-01-01 21:20:11 -08:00
Sebastian Ramacher
108e6bedbb Update copyright years
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-01 19:52:05 +01:00
Sebastian Ramacher
abcf1ce61e Fix formating of zathurarc.5
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-01 19:51:29 +01:00
Sebastian Ramacher
32e8996e5b Document dump
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-01-01 19:48:59 +01:00
Moritz Lipp
c7d77a1030 Update documentation 2014-12-27 00:03:34 +01:00
Moritz Lipp
11e3e222f5 Fix gdb and valgrind target 2014-12-15 11:16:54 +01:00
Sebastian Ramacher
04d666f61d Fix various issues if database == NULL
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-12-15 03:37:41 +01:00
Sebastian Ramacher
0e72cbc19a Fix use-after-free issue
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-12-15 03:28:08 +01:00
Sebastian Ramacher
5780a99291 Print target selection
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-12-08 00:31:47 +01:00
Moritz Lipp
50ec6192be Merge branch 'develop' of pwmt.org:zathura into develop 2014-11-29 19:42:00 +01:00
Moritz Lipp
8d71a755d6 Correct usage of boolean values in sc_search
This patch resolves memory issues caused by using g_value_set_boolean and an
incorrect type of the target variable.

Thanks to edd@openbsd.org
2014-11-29 19:38:27 +01:00
Sebastian Ramacher
2d81a56252 Update name of the setting in documentation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-29 18:40:28 +01:00
Sebastian Ramacher
49ee10403f option was removed
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-27 21:14:24 +01:00
Sebastian Ramacher
cd5f23d8a6 Include correct depends dir
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-27 18:01:53 +01:00
Sebastian Ramacher
1c695a51e1 Store tmp files in only one location
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-27 18:01:44 +01:00
Sebastian Ramacher
a63c6a5703 Filter database-sqlite.c correctly
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-27 18:01:34 +01:00
Sebastian Ramacher
10f3da57c6 More GObject* fun
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-25 13:57:02 +01:00
Sebastian Ramacher
9dc02b6425 Make sure that we pass GObject* everywhere
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-25 13:51:27 +01:00
Moritz Lipp
01683e5492 Replace remaining make calls with 2014-11-20 13:10:52 +01:00
Moritz Lipp
13274b948b Fix build debug and gcov targets 2014-11-20 13:00:24 +01:00
Sebastian Ramacher
df915d2227 Update patch to version.h
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-10 00:20:25 +01:00
Sebastian Ramacher
54dad5dbfb Re-add SYNCTEX_INC and SYNCTEX_LIB to tests/Makefile
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-10 00:11:52 +01:00
Moritz Lipp
c77845d26e Merge tag '0.3.2' into develop
Version 0.3.2
2014-11-09 23:50:07 +01:00
Moritz Lipp
722c219f4d Merge branch 'release/0.3.2' 2014-11-09 23:50:01 +01:00
Moritz Lipp
d2c44a14ad Version 0.3.2 2014-11-09 23:49:54 +01:00
Sebastian Ramacher
2db4a24449 Update translations for new file locations
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-08 12:32:05 +01:00
Moritz Lipp
a6db865596 Add run targets 2014-11-08 02:27:40 +01:00
Moritz Lipp
47a35fd309 Fix typo in doc/makefile 2014-11-07 22:29:43 +01:00
Moritz Lipp
ef59614127 Merge branch 'develop' of pwmt.org:zathura into develop 2014-11-07 22:23:49 +01:00