- 07 Mar, 2010 1 commit
-
-
Christian Persch authored
Bug #611286.
-
- 09 Feb, 2010 1 commit
-
-
Behdad Esfahbod authored
-
- 13 Jan, 2010 1 commit
-
-
Christian Persch authored
Bug #606298.
-
- 15 Dec, 2009 2 commits
-
-
Behdad Esfahbod authored
Add per-profile (and hence gconf) options for setting default size.
-
Behdad Esfahbod authored
Add an "Unlimited" chekbox for scrollback lines.
-
- 14 Dec, 2009 1 commit
-
-
Behdad Esfahbod authored
Add a "Bold color same as text color" checkbox.
-
- 11 Dec, 2009 11 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
The current UI simply adds a Bold color in the Colors tab. I think we should also add a "Use different color for bold" checkbox before it, otherwise (that is, right now), you need to change both foreground and bold manually.
-
Behdad Esfahbod authored
Also part of Bug 596688 - Expose more proxy settings If /system/proxy/mode is set to auto, we put "pac+URL" into http_proxy where URL comes from /system/proxy/autoconfig_url.
-
Behdad Esfahbod authored
Last part of Bug 596688 - Expose more proxy settings (edit)
-
Behdad Esfahbod authored
Part of Bug 596688 - Expose more proxy settings
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Part of Bug 596688 - Expose more proxy settings
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
- 01 Dec, 2009 1 commit
-
-
Christian Persch authored
Get the right padding values from the inner-border style property. Bump vte req to 0.23.1.
-
- 01 Sep, 2009 1 commit
-
-
Christian Persch authored
The terminal screen won't be realized until the first time it's becoming the active tab.
-
- 27 Aug, 2009 2 commits
-
-
Christian Persch authored
-
Christian Persch authored
The goal is to defer launching the child process until after the widget is realized, and we want to defer that until the toplevel window is realized.
-
- 20 Aug, 2009 1 commit
-
-
Christian Persch authored
Instead of the XID of the TerminalScreen's GdkWindow, which forces it to be native.
-
- 13 Aug, 2009 1 commit
-
-
Christian Persch authored
Should fix bug #590952. This reverts commit 5b34cfbe.
-
- 29 Jul, 2009 1 commit
-
-
Jani Monoses authored
Fix variable name causing build error in terminal_screen_launch_child().
-
- 26 Jul, 2009 1 commit
-
-
Christian Persch authored
Instead of passing the error->message by the format arguments using %s in the format, pass the GError directly and format it as secondary text.
-
- 22 Jul, 2009 2 commits
-
-
Christian Persch authored
Go back to basing the decision whether to show the confirm-close dialogue on the number of tabs only, as before.
-
Christian Persch authored
Go back to using the primary child to determine the cwd, instead of the foreground pid. This fixes e.g. the cwd being set nondeterministically in new tabs when running 'find' in the current tab.
-
- 25 Jun, 2009 1 commit
-
-
Christian Persch authored
-
- 23 Jun, 2009 1 commit
-
-
Owen W. Taylor authored
At the point when the the TerminalScreen is mapped, we are at a funny state: - The terminal window is mapped - GTK+ hasn't yet applied the default size Since the terminal window is mapped, we call gtk_window_resize() instead of gtk_window_set_default_size() and end up mapping with the wrong default size. (The observed effect is that depending on timing, the terminal will be reset to 80x24 when switching to a compositing window manager.) The simple fix is to not resize the window when the TerminalScreen is realized - changing sizing during realize is a poor idea in all cases - but rather at the start of show(). http://bugzilla.gnome.org/show_bug.cgi?id=564648
-
- 23 Apr, 2009 1 commit
-
-
Christian Persch authored
Don't return the home dir from terminal_screen_get_current_dir_with_fallback. Only return the initial working dir if priv->pty_fd == -1. Bug ##565328.
-
- 22 Apr, 2009 1 commit
-
-
Christian Persch authored
When we can't get the cwd of the process in the terminal when opening a new tab, fall back to its initial working directory, or $HOME. See bug #565328.
-
- 26 Mar, 2009 1 commit
-
-
Behdad Esfahbod authored
Don't match trailing punctuation and closing braces, like we used to do previously. svn path=/trunk/; revision=3396
-
- 25 Mar, 2009 1 commit
-
-
Christian Persch authored
svn path=/trunk/; revision=3390
-
- 19 Mar, 2009 3 commits
-
-
Christian Persch authored
svn path=/trunk/; revision=3378
-
Christian Persch authored
svn path=/trunk/; revision=3377
-
Christian Persch authored
factory's env. svn path=/trunk/; revision=3372
-
- 24 Feb, 2009 1 commit
-
-
Christian Persch authored
Make sure to return a string dup. svn path=/trunk/; revision=3329
-
- 22 Feb, 2009 1 commit
-
-
Christian Persch authored
svn path=/trunk/; revision=3325
-
- 21 Feb, 2009 1 commit
-
-
Christian Persch authored
Correctly use the broken vte_terminal_get_padding() API. svn path=/trunk/; revision=3321
-
- 27 Jan, 2009 1 commit
-
-
Christian Persch authored
ever needed when creating a new terminal. svn path=/trunk/; revision=3289
-