Commit graph

468 commits

Author SHA1 Message Date
Matthew hague
1cd609d33b added bindings for ctrl-[/ctrl-c/esc and ctrl-j in index view
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-21 19:53:54 +02:00
Sebastian Ramacher
e7dce3e6d1 Merge remote-tracking branch 'haggl/feature/quit-in-index-mode' into develop 2015-05-08 18:36:31 +02:00
Sebastian Neuser
3c5e9e67ed config.c: Add quit shortcut for index mode 2015-05-08 13:09:54 +02:00
MicheleSr
303277124b replaced deprecated gdk_cursor_new()
replaced with gdk_cursor_new_for_display()
2015-04-28 23:32:50 +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
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
Moritz Lipp
c7d77a1030 Update documentation 2014-12-27 00:03:34 +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
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
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
a1a0e47148 Begin to update build-system 2014-11-07 15:57:46 +01:00