Stephen Boddy
0b7b946124
Adjust the default shortcuts for renaming title/tab/terminal, and update docs
2015-11-07 03:27:06 +01:00
Haim Daniel hdaniel@redhat.com
9aab1d8643
Add support for terminal and tab edit title key binding.
...
Currently the only way of changing either active terminal title or active tab
title is by mouse clicking on them.
The suggested fix adds support for keybinding for each action, thus providing
a potential productivity increase from user's perspective.
The suggested default key layouts are:
* edit terminal title '<Alt>F2'.
* edit tab title '<Alt><Shift>F2'
This fixes issue: https://bugs.launchpad.net/terminator/+bug/1417747
2015-10-26 15:46:39 +02:00
Stephen Boddy
78cf6e87ec
Added smart copy mode switch to prefs (Steve Boddy, LP#1223129)
2015-10-01 20:53:15 +02:00
Stephen Boddy
195849a1ca
Merge in PuTTY paste mode (Nemilya, LP#1416682) with some alterations.
2015-09-30 00:00:04 +02:00
Ilya
a8c260fcf3
Added UI config for Putty-paste-style, and text to documentations
2015-09-22 19:44:35 +05:00
Stephen Boddy
da4db8b9c2
Global setting for changing the titlebar font (partially from Eli Zor branch), but expanded and improved (docs/GUI), plus some minor fixup from this.
2015-07-10 21:36:33 +02:00
Stephen Boddy
4c8fa5b090
Merge default broadcast behaviour toggle by Jiri (jtyr) - fixes lp #1288835
2015-06-22 19:34:37 +02:00
Jiri Tyr
ec649aaa31
Configurable broadcast group
2014-03-07 22:50:06 +00:00
Chris Jones
3b37d87bd9
Apple patch from Juan Francisco Cantero Hutardo to add the Solarized colour theme to Terminator. Closes #1102241
2013-02-16 00:10:45 +00:00
Chris Jones
bf72c3e4f2
Bring back support for forcing fake transparency. Closes LP#702917
2013-01-30 09:59:52 +00:00
Chris Jones
4516d991a5
Support custom TERM and COLORTERM env vars. Patch from John Feuerstein. Closes LP#794561
2012-10-18 20:51:39 -07:00
Chris Jones
d1835cecf1
Merge a branch from Przemek Wesolek which allows for retaining profile choice across splits/tabs. Closes LP#884329
2012-10-18 16:56:34 -07:00
Chris Jones
a6c48a8bf3
Apply a patch to fix a manpage typo. Patch from Julián Moreno Patiño <julian@debian.org>. Closes LP#1035691
2012-10-18 14:15:17 -07:00
Andre Hilsendeger
e95bdcf964
Add possibility to rotate the paned containers.
2012-04-04 17:48:29 +02:00
Chris Jones
4e2897fa05
Allow users to override the URL handler with a custom executable
2012-01-14 20:39:00 +00:00
Chris Jones
780c295cf0
Allow font dimming in inactive terminals
2011-10-07 01:20:54 +01:00
Chris Jones
0c6ba18d2b
Cowardly disable the dbus server by default
2010-08-24 21:38:15 +01:00
Chris Jones
db0acc7b28
Merge dbus branch
2010-08-17 12:58:24 +01:00
Chris Jones
cfc902ed37
Document the antialias config
2010-08-17 12:43:01 +01:00
Chris Jones
9044ffabb0
Land a modified and extended patch from Andrea Corbellini that adds a dbus server and a new default behaviour to use the dbus server to make terminator processes singletons
2010-07-21 23:17:34 +01:00
Chris Jones
7522bb2b9d
Deprecate the hide_tabbar config option and instead add a 'hidden' value to tab_position and update the code/UI/docs accordingly.
2010-07-03 20:42:33 +01:00
Chris Jones
69e4ae1875
Switch plugins from being enabled by default to being disabled by default. An annoying change to have to make, but since almost nobody is using them yet, hopefully nobody will notice
2010-06-18 13:07:02 +01:00
Chris Jones
d7b168702d
Fix indentation of a section heading
2010-06-03 22:53:03 +01:00
Nicolas Valcarcel Scerpella
9501cde85e
remove problematic line from man page
2010-04-15 09:51:39 -05:00
Chris Jones
4f6235bc5e
Thanks to some #pygtk folks we now have a way out of the ridiculous 16bit colour values that Gtk+ gives us from the ColorPicker widget. Now we get the 8bit values that everyone is used to
2010-04-13 23:17:52 +01:00
Chris Jones
dd567fcfa4
Fix the default value of the palette in the manpage and attempt to hint that the long line is necessary
2010-04-07 22:28:02 +01:00
Chris Jones
fd8bc65654
remove enable_real_transparency setting and instead attempt to determine it based on the actual capabilities of the current display
2010-04-06 21:11:11 +01:00
Chris Jones
bc3fb61649
Update the configuration manpage to mention the full GUI, and also clarify the need for quoting of hex colour values
2010-04-02 12:47:17 +01:00
Chris Jones
4fd06ba8b3
Document use_system_font. Closes LP #553033
2010-04-01 23:30:26 +01:00
Chris Jones
4b6a60b7ec
Fix a manpage typo
2010-03-31 09:21:01 +01:00
Chris Jones
b4ade9836b
Rewrite man pages to be correct for 0.90
2010-03-30 22:50:57 +01:00
Chris Jones
a65fa136e8
Various tidying, version and packaging updates
2010-01-05 10:07:35 +00:00
Chris Jones
0b5ac38793
Hand merge in from trunk
2009-12-19 02:08:35 +00:00
Chris Jones
0f5cf7c496
remove titletips, it's a terrible option
2009-09-02 23:17:08 +01:00
Chris Jones
13c11e1475
merge in trunk
2009-07-13 23:36:45 +01:00
Chris Jones
61eec1f2f7
fix example config quoting
2009-07-12 22:56:10 +01:00
Chris Jones
ac56c18501
Add support for spawning new windows as new Terminator processes. Closes LP #381193
2009-05-28 10:29:56 +02:00
Chris Jones
69265ec036
Add keybindings for group_all, ungroup_all, group_tab and ungroup_tab. Closes LP #376351
2009-05-23 18:05:50 +02:00
Chris Jones
9b530862e7
Make the zoomed/maximised titlebar optional
2009-04-09 11:23:33 +01:00
Chris Jones
5e78509499
Fix scrolling on patched VTEs. Note that this will only work if the patched VTEs also have python support for their modifications. Closes LP #291184
2009-03-26 10:36:47 +00:00
Chris Jones
711986766a
Allow user configurability of the cursor shape. Patch from Jordan Callicoat. Closes LP #348244
2009-03-25 12:58:55 +00:00
Chris Jones
44e958f53e
Allow user configurability of the cursor colour. Patch from Jordan Callicoat. Closes LP #348231
2009-03-25 12:48:27 +00:00
Chris Jones
de62f1bda4
Make the bell options more explicit and allow multiple bell actions, including a new one to set the window manager urgent hint. Closes LP: #272749
2009-03-20 10:13:29 +00:00
Chris Jones
4944ccabe7
make tab bar more configurable. Closes LP: #287307
2009-03-20 00:23:37 +00:00
Chris Jones
46f17589da
quite why people want this, I don't know, but they do. see LP question 59635
2009-02-02 23:01:00 +00:00
Chris Jones
c3a2b5d2bb
remove references to quake, it's unhelpful. It's now 'hide_window'
2009-01-25 18:33:22 +00:00
Chris Jones
920a668991
Merge in Chris James' quake branch.
2009-01-25 14:28:27 +00:00
Chris Jones
4236e44e5f
Merge in Chris James' quake branch.
2009-01-25 14:26:20 +00:00
Thomas Hurst
bc24c98164
Merge in jkakar's quick tab switching branch, with minor changes. To avoid bikeshed issues, the bindings are disabled by default.
2009-01-21 08:29:32 +00:00
Chris Jones
9824029bda
Make the enable_real_transparency manpage entry slightly more verbose
2009-01-19 14:58:23 +00:00