Stephen Boddy
b2735ab81c
Prepare for 1.0 release
2016-11-23 04:24:45 +01:00
Stephen Boddy
279b640ee2
Added radio options to the Cursor colour to make it easier to go back to the XOR'd foreground colour
2015-12-06 15:43:37 +01:00
Stephen Boddy
e4ef5b8eec
Fix title edit shortcuts to hopefully not clash with console programs so much
2015-12-02 23:40:20 +01:00
Stephen Boddy
b160d1464e
Another round of backported fixes from Egmont's patch-o-rama
...
* Fix drag and drop of a link from Firefox / Chrome
* Fix profile re-use when opening new window
* Fix scrollbar position on current terminals when changed in prefs
2015-12-02 22:33:05 +01:00
Stephen Boddy
5f26ae84ff
Remove invalid double-quote (") from the pathchar for url regex matching
2015-12-02 22:31:14 +01:00
Stephen Boddy
caa0798503
Add Changelog entry
2015-12-01 20:19:36 +01:00
Stephen Boddy
0c1e16236b
Backport some fixes from Egmont patch-o-rama, plus one from me
...
* Fix rotate terminals under tabs
* Change the scroll_on_output default to false
* Fix PuTTY paste mode so Ctrl-Right-Drag terminal still works
2015-12-01 01:15:39 +01:00
Stephen Boddy
fa3a6cb674
Merge branch containing huge number of fixes from Egmont
...
* Make Zoom/Maximize inactive if a single terminal
* Add dimming for 256 colour palettes
* Update TERM to more modern values
* Correct some British spelt translated strings to American
* Fix the palette for inactive terminals after Prefs window
* Fix copy on selection to work on already open terminals
* Fix warning trying to import the __init__.py file as a plugin
* Fix unwanted seperator size change, and increase granularity of dim/transparent sliders
* Fix cwd when new term spawned from a symlinked directory - has no impact, just keeping code aligned
* Correct terminator_config man page regarding scrollback
2015-11-30 00:31:07 +01:00
Stephen Boddy
f8e3ea1f8c
Fix focus dimming so when set to 1.0, it doesn't trash temporary palette changes
...
by applications. Not needed in gtk3
2015-11-07 01:43:24 +01: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
2fd279ecf1
Updated and grouped default shortcuts in man page (Steve Boddy)
2015-10-01 20:51:28 +02:00
Stephen Boddy
195849a1ca
Merge in PuTTY paste mode (Nemilya, LP#1416682) with some alterations.
2015-09-30 00:00:04 +02:00
Stephen Boddy
286231e4b9
As part of GTK3 fixup, some backported improvements to the DBus
...
interface, and remotinator (Steve Boddy)
* Can now open a window or tab using remotinator
* Can get the window uuid, or title using remotinator
* Moved new tab key handling into the terminal for consistency
* Standardise response when a new term is created (split, win
or tab) to reply with new terms uuid
* For GTK3 gave the DBus a slightly different name so they it
can run at same time as GTK2
* remotinator now uses argparse for commandline option handling,
vastly improving the option handling
* remotinator help strings are translatable now
2015-09-19 05:21:36 +02:00
Stephen Boddy
4953117023
Fix for those not running IBus, where the IBus workaround caused broken keys in other keymaps set with non-IBus tools
...
(New dependancy added (python-psutil) for detecting the IBus process)
2015-09-16 00:05:30 +02:00
bryce
f5f3a52d5d
Update versions for 0.98
2015-09-07 14:43:24 -07:00
Stephen Boddy
3d85444903
Fix the tab switching if a terminal on another tab exits
2015-08-27 21:20:19 +02:00
Stephen Boddy
3a07b6e53c
Minor update to manual, and a change added to the Changelog
2015-08-26 20:50:46 +02:00
Stephen Boddy
010642880c
Add an internationalised AppData file for software installers (lots of new strings for translation)
2015-08-22 01:55:55 +02:00
Stephen Boddy
43f765bf76
Some entries added to the Changelog
2015-08-21 00:21:29 +02:00
Stephen Boddy
76c57a7331
Get the changelog up-to-date - I'd hate to have to type this out again
2015-08-08 16:38:29 +02:00
Chris Jones
205484579a
Update versions for 0.97
2013-04-30 08:59:31 +01:00
Chris Jones
5d35c196c7
Add a command line option to spawn new tabs via DBus
2012-10-30 00:11:24 +00:00
Chris Jones
cd0d57021a
Bump versions to 1.0
2012-10-19 12:59:18 -07:00
Chris Jones
3f0b50f7f9
Update changelog
2012-10-18 14:34:22 -07:00
Chris Jones
646d0e4e5b
Update Changelog
2012-10-17 14:09:29 -07:00
Chris Jones
cd5c4c1056
Allow plugins to override the open/copy menu items in the terminal context menu. Also set these values for all of the default plugins. When copying a URL, run it through the URL preparer - this means wusers will get the resulting URI on their clipboard, rather than the original text sometimes and the URI some other times, depending on the type of URI
2012-01-14 20:09:25 +00:00
Chris Jones
780c295cf0
Allow font dimming in inactive terminals
2011-10-07 01:20:54 +01:00
Chris Jones
346912f05a
Bump version numbers for 0.96
2011-09-23 21:41:05 +01:00
Chris Jones
fdebe10d9d
Add mention of remotinator to ChangeLog
2011-08-24 23:18:04 +01:00
Chris Jones
2590b36a75
assign each terminal a uuid and expose it via $TERMINATOR_UUID
2011-08-23 23:58:08 +01:00
Chris Jones
f9ea53e5fa
update changelog
2011-08-22 21:57:55 +01:00
Chris Jones
308e8fd174
update ChangeLog
2011-08-21 01:30:47 +01:00
Chris Jones
807947399f
Improved drag&drop support to be more generic and correct. Fixes LP #643425
2011-08-20 23:18:56 +01:00
Chris Jones
8ba7213409
Fix cursor blink/colour issues (Tony Baker)
2011-08-20 16:51:30 +01:00
Chris Jones
ae4a8a65ed
Fix various bugs (Stephen Boddy)
2011-08-20 16:34:05 +01:00
Chris Jones
32b8d04695
Optimise various low level parts (Stephen Boddy)
2011-08-20 14:53:23 +01:00
Chris Jones
00a887dd91
fix searching and make it use regexps. Roberto Aguilar
2011-08-20 13:19:18 +01:00
Chris Jones
a668d8afba
Merge from Julien Thewys to fix searching with infinite scrollback
2011-08-20 12:42:19 +01:00
Chris Jones
e8403667c0
Merge from Lucian Adrian Grijincu to add new window support in Unity
2011-08-20 12:40:09 +01:00
Chris Jones
e7d622add9
Fix whitespace
2010-08-24 21:59:55 +01:00
Chris Jones
2981b1ad67
Update tree for 0.95
2010-08-24 21:42:46 +01:00
Chris Jones
d78cb9c92b
Prepare for 0.94 release
2010-07-04 18:49:43 +01:00
Chris Jones
cc9ef57875
Update ChangeLog for 0.94
2010-06-23 12:05:35 +01:00
Chris Jones
b24425f1d3
Release actions for 0.93
2010-04-15 21:15:02 +01:00
Chris Jones
29015d7969
Apply slightly modified patch from Kees Cook which allows configuration of VTE's alternate screen scrolling. Closes LP #558832
2010-04-09 12:34:05 +01:00
Chris Jones
09e8f37cb2
Administrivia for 0.92
2010-04-07 21:58:51 +01:00
Chris Jones
ce2baa8d42
update versions and changelogs for 0.91
2010-03-31 10:57:39 +01:00
Chris Jones
2f8d384011
Update some documentation for 0.90
2010-03-30 20:00:39 +01:00
Chris Jones
1e348d8573
Start fleshing out a changelog
2010-01-23 19:33:43 +00:00
Chris Jones
680f0be638
Prepare for 0.14
2009-12-03 13:00:22 +00:00