- 15 Aug, 2013 3 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 27 Jul, 2013 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 09 Jul, 2013 14 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Also adapt changes from Abdó to my my private_data changes. Conflicts: session.c session.h
-
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
And move there the new members introduced in commits cc858bcb172aa963b and b90f8b0c572a4e251 so we do not break the ABI. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
On GTK3, we make the bottom_box container that groups status, input notification and completions, into an overlay on top of the main view. This means that hiding the inputbar no loger triggers a content resize, and we will be able, eventually, to get rid of some ugly hacks elsewhere. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
We group the status input notification and completion widgets into a new bottom_box container. Also, make sure, particularly in GTK3, that status, input and notification bars get the same height. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 07 Jul, 2013 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
This fixes odd window size issues with gtk3. Prevously the scrollbars where displayed or hidden by changing the scroll policy of GtkScrolledWindow. It seems that in gtk3 a NEVER policy is understood as no scrolling, so the container fits the size request of the page widget. Now we set an AUTOMATIC scroll policy, and show or hide scrollbars simply by changing the visibility of their widget. For some reason, changing scrollbar widget visibility does not work in GTK2, so I had handle GTK2 and GTK3 separately. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 29 Jun, 2013 1 commit
-
-
Otherwise, make install will fail if a previous installation is present in DESTDIR Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 25 Jun, 2013 1 commit
-
-
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>
-
- 31 May, 2013 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
This patch adds two new settings: show-h-scrollbar and show-v-scrollbar, for showing/hiding the horizontal/vertical scrollbars independently of each others. Changing show-scrollbars affects the values of both of these settings accordingly, and vice versa. This is useful, for example, when reading a zoomed-in document that is centered horizontally; if the contents of the document is visible across the width of the view, then the horizontal scrollbar is rarely used, and by hiding it, it gives the impression that the document is not scaled, while still allowing for scrolling vertically using the vertical scrollbar, if desired. Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 13 May, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 12 May, 2013 2 commits
-
-
Moritz Lipp authored
-
Moritz Lipp authored
-
- 05 May, 2013 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 28 Apr, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 12 Apr, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 25 Mar, 2013 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 24 Mar, 2013 2 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
- 19 Mar, 2013 1 commit
-
-
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 3 commits
-
-
Sebastian Ramacher authored
Signed-off-by:
Sebastian Ramacher <sebastian+dev@ramacher.at>
-
Sebastian Ramacher 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>
-
- 17 Mar, 2013 1 commit
-
-
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>
-