- 05 Sep, 2018 1 commit
-
-
Sebastian Ramacher authored
-
- 28 Aug, 2018 1 commit
-
-
Sebastian Ramacher authored
Regression introduced in 1d49d9ca.
-
- 21 Jun, 2018 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
CID 276477
-
- 11 Mar, 2018 1 commit
-
-
Sebastian Ramacher authored
-
- 20 Feb, 2018 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 04 Feb, 2018 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 28 Jan, 2018 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 01 Jul, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian@ramacher.at>
-
- 26 Jun, 2017 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 13 Jun, 2017 1 commit
-
-
Sebastian Ramacher authored
-
- 07 Jun, 2017 2 commits
-
-
Sebastian Ramacher authored
-
Sebastian Ramacher authored
-
- 10 Jan, 2016 1 commit
-
-
Sebastian Ramacher authored
-
- 21 Jul, 2015 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Matthew hague authored
-
- 27 Nov, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 16 Feb, 2014 1 commit
-
-
Moritz Lipp authored
-
- 14 Feb, 2014 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 25 Jun, 2013 1 commit
-
-
Ivan Sichmann Freitas authored
Created wrappers around girara_sc_tab_navigate so one could bind different combinations for navigating around tabs (my muscle memory is hardwired to use control+page{up,down}, so I can't stand 'gt'). Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 19 Mar, 2013 1 commit
-
-
Benoît Knecht authored
When returning to the bottom of the history, go back to what was on the command-line. And only match history entries starting with what has already been typed on the command-line. For instance, if you type ":set" and the hit <Up>, you'll go through previous ":set" commands and won't be shown any of the previous ":map" commands. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 18 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 17 Mar, 2013 3 commits
-
-
Marwan Tanager authored
Don't let the cursor go before the initial marker (e.g. ':' or '/') when going back in the input bar. Pressing <Ctrl-b> while the cursor is at position 1 causes it to go before the first character (typically ':' or '/'), which is not supposed to happen, I think. Also, due to not binding GDK_KEY_Left as an input bar shortcut, the same thing happens with the left arrow key, even after fixing it in girara_isc_string_manipulation. Therefore, I bound it here (together with GDK_KEY_Right, just for the sake of consistency). Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Benoît Knecht authored
This is a better implementation of bcefefbf. It modifies girara_isc_string_manipulation, so it isn't doesn't hardcode BackSpace as being the delete key anymore. Any binding to GIRARA_DELETE_LAST_CHAR or GIRARA_DELETE_CURR_CHAR will close the inputbar if the last character (':' or '/') is deleted. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 13 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at> Conflicts: session.c types.h
-
- 02 Feb, 2013 1 commit
-
-
Sebastian Ramacher authored
-
- 01 Feb, 2013 3 commits
-
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 30 Jan, 2013 4 commits
-
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
-
Marwan Tanager authored
This patch restricts history navigation to only commands of the same type. For example, in Zathura, when typing '/' and navigating through the history, only previous/next search terms would be displayed excluding other commands starting with ':' or any other special command for that matter. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 25 Jan, 2013 1 commit
-
-
Marwan Tanager authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 06 Jan, 2013 2 commits
-
-
Sebastian Ramacher authored
-
Benoît Knecht authored
This prevents a floating point exception later on, when the new_tab number is computed modulo number_of_tabs. See issue 280 <http://bugs.pwmt.org/issue280>. Reported-by:
Adrien Schildknecht <adrien+dev@schischi.me> Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 20 Nov, 2012 1 commit
-
-
Sebastian Ramacher authored
Thanks to Yuri D'Elia for the patch.
-
- 18 Sep, 2012 1 commit
-
-
Moritz Lipp authored
-
- 01 May, 2012 1 commit
-
-
Moritz Lipp authored
-