- 01 Jul, 2011 4 commits
-
-
Sebastian Ramacher authored
Thanks to sagesag for the patch. If this breaks anything feel free to revert this change.
-
Sebastian Ramacher authored
Thanks to sagesag for the patch.
-
Sebastian Ramacher authored
Thanks to Serge Guelton for the patch. Applied with some small modifications.
-
Sebastian Ramacher authored
Thanks to Serge Guelton for the patch.
-
- 26 Jun, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 25 Jun, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 19 May, 2011 1 commit
-
-
Moritz Lipp authored
-
- 03 Apr, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 21 Mar, 2011 2 commits
-
-
Sebastian Ramacher authored
In some cases sc_reload could still segfault. This should fix it.
-
Sebastian Ramacher authored
... to make GLib 2.28 happy.
-
- 09 Mar, 2011 1 commit
-
-
Moritz Lipp authored
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>
-
- 17 Feb, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 11 Jan, 2011 1 commit
-
-
Moritz Lipp authored
-
- 02 Jan, 2011 1 commit
-
-
Sebastian Ramacher authored
-
- 21 Dec, 2010 5 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Moritz Lipp authored
-
Moritz Lipp authored
Updates the behaviour of the search function. Thanks to qnikst.
-
- 17 Dec, 2010 1 commit
-
-
Moritz Lipp authored
-
- 11 Dec, 2010 6 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Applying patch from Minoru with some modifications since we already have read_bookmarks_file.
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
Applying patch from Minoru with some simple adapations. Therefor read_bookmarks_file doesn't leak (bookmarks is never freed).
-
- 01 Dec, 2010 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 17 Nov, 2010 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
init_look may be called from cmd_set so we've to free Zathura.Style.font first.
-
- 09 Nov, 2010 1 commit
-
-
Sebastian Ramacher authored
Thank's to wart_.
-
- 03 Nov, 2010 1 commit
-
-
Sebastian Ramacher authored
Thank's to acieroid.
-
- 31 Oct, 2010 1 commit
-
-
Sebastian Ramacher authored
Applied a modified version of raylu's patch. One can enable/disable wrap-around scrolling with `set scroll_wrap 1/0". It's disabled per default.
-
- 30 Oct, 2010 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 25 Oct, 2010 1 commit
-
-
Moritz Lipp authored
Thanks to Strom
-
- 18 Oct, 2010 1 commit
-
-
Moritz Lipp authored
Closes #30 Thanks to thorsten
-
- 13 Oct, 2010 1 commit
-
-
Sebastian Ramacher authored
-
- 11 Oct, 2010 2 commits
-
-
Sebastian Ramacher authored
Add __attribute__((noreturn)) to out_of_memory if supported by the compiler (gcc, icc and clang).
-
Sebastian Ramacher authored
* Protect LENGTH with surrounding parantheses. * Use foo(void) for functions taking no arguments. * Remove dead assignments. Thanks to kaworu.
-