Commit Graph

2112 Commits

Author SHA1 Message Date
Sebastian Neuser
e4281c159c Fix .gitignore: Ignore the build directory instead of binaries 2015-05-08 13:09:10 +02:00
MicheleSr
303277124b replaced deprecated gdk_cursor_new()
replaced with gdk_cursor_new_for_display()
2015-04-28 23:32:50 +02:00
Moritz Lipp
4d57751b23 Build with c11 standard 2015-04-14 23:28:36 +02:00
Moritz Lipp
c2b6cbe8ce Merge tag '0.3.3' into develop
Version 0.3.3
2015-04-13 22:54:36 +02: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
Moritz Lipp
dbf3f852c3 Merge branch 'feature/build-system' into develop 2014-11-07 22:23:19 +01:00
Moritz Lipp
f408b3a775 Update Makefiles and fix dependencies 2014-11-07 22:05:03 +01:00
Moritz Lipp
e96c96f276 Update Makefile 2014-11-07 18:08:59 +01:00