Stephen Boddy
c24fa2ed69
Miscapitalised PuTTY name in Prefs
2015-12-03 00:13:06 +01:00
Stephen Boddy
0298695ef1
Fix title edit shortcuts to hopefully not clash with console programs so much
2015-12-02 23:40:55 +01:00
Stephen Boddy
08168b64ab
The remainder of Egmont's GTK3 patch-o-rama session
...
* Remove the now unused posix regex code, and set the regex boundary vars to the correct '\b' value
* Fix drag and drop of a link from Firefox / Chrome
* Fix the editing of the window title
* Fix closing window using short-cut
* Fix profile re-use when opening new window
* Fix scrollbar position on current terminals when changed in prefs
2015-12-02 22:56:32 +01:00
Stephen Boddy
3e44db0b95
Remove invalid double-quote (") from the pathchar for url regex matching
2015-12-02 22:48:54 +01:00
Stephen Boddy
62ebf0cf30
Fix middle-click insert primary selection for Wayland (N/A) to insert from clipboard instead
2015-12-02 22:48:33 +01:00
Stephen Boddy
4ac75317e7
Fix scrollbar position on current terminals when changed in prefs
2015-12-02 21:12:59 +01:00
Stephen Boddy
fc6e3e7e65
Fix profile re-use when opening new window
2015-12-02 20:57:59 +01:00
Stephen Boddy
9c21b835c2
Fix closing window using short-cut
2015-12-02 20:07:21 +01:00
Stephen Boddy
74ca52582d
Fix the editing of the window title
2015-12-02 19:48:42 +01:00
Stephen Boddy
5fc34fe3c0
Fix drag and drop of a link from Firefox / Chrome
2015-12-02 19:39:58 +01:00
Stephen Boddy
18783cb9ce
Remove the now unused posix regex code, and set the regex boundary vars to the correct '\b' value
2015-12-02 14:36:18 +01:00
Stephen Boddy
7518c16588
Some ports of some gtk2 commits that were still outstanding
...
* Fix the tab switching if a terminal on another tab exits
* Fix for those not running IBus, where the IBus workaround caused broken keys in other keymaps set with non-IBus tools
* PuTTY paste mode
* Updated and grouped default shortcuts in man page
* Fix PuTTY paste mode so Ctrl-Right-Drag, and application mouse handling in terminal still works
* Added smart copy mode switch to prefs
* Merge feature branch for tab/terminal title editing from Haim Daniel
2015-12-01 02:21:00 +01:00
Stephen Boddy
501e7c5e1a
Minor followup to rotate focus loss - probably no effect
2015-12-01 02:16:53 +01:00
Stephen Boddy
295f884c6d
(trunk-1683) Merge feature branch for tab/terminal title editing from Haim Daniel
2015-12-01 00:57:18 +01:00
Stephen Boddy
9115b62928
(trunk-1667) Added smart copy mode switch to prefs
2015-12-01 00:35:06 +01:00
Stephen Boddy
680cfd2278
Fix PuTTY paste mode so Ctrl-Right-Drag, and application mouse handling in terminal still works
2015-12-01 00:14:33 +01:00
Stephen Boddy
a04ffed850
(trunk-1663) PuTTY paste mode
2015-11-30 22:23:23 +01:00
Stephen Boddy
9f09d9c334
(trunk-1647) 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-11-30 21:54:23 +01:00
Stephen Boddy
042dbfb454
(trunk-1634/1637) Fix the tab switching if a terminal on another tab exits
2015-11-30 21:39:15 +01:00
Stephen Boddy
cd68c0e264
Fix the "Run command as login shell"
2015-11-30 19:08:04 +01:00
Stephen Boddy
d3a0d5193e
Remove unsupported utmp for now, till alternative solution
2015-11-30 19:07:43 +01:00
Stephen Boddy
42f2dd31c8
Change the scroll_on_output default to false
2015-11-30 17:39:38 +01:00
Stephen Boddy
8c45d97304
Fix rotate terminals under tabs, and (gtk3-only) focus loss on rotate
2015-11-30 16:19:41 +01:00
Stephen Boddy
df0d9aa0eb
Fix right-click for mouse aware apps
2015-11-29 23:57:13 +01:00
Stephen Boddy
b85796d64b
Fix Ctrl-click on URL if terminal has padding
2015-11-29 23:43:45 +01:00
Stephen Boddy
14fb184df8
Fix exception when Ctrl-clicking the terminal when not over a URL
2015-11-29 23:37:02 +01:00
Stephen Boddy
a8362749a9
Update TERM/COLORTERM to more modern values
2015-11-29 21:11:42 +01:00
Stephen Boddy
9bd8b5ea09
Fix cwd when new term spawned from a symlinked directory
2015-11-29 20:19:11 +01:00
Stephen Boddy
7f071e0d7e
Fix unwanted seperator size change, and increase granularity of dim/transparent sliders
2015-11-29 19:33:52 +01:00
Stephen Boddy
80b157ee33
Add dimming for 256 colour palettes
2015-11-29 05:27:59 +01:00
Stephen Boddy
ecd3cb6b63
Fix copy on selection to work on already open terminals
2015-11-29 03:07:13 +01:00
Stephen Boddy
918b53c6f0
Fix the palette for inactive terminals after Prefs window
2015-11-29 02:51:26 +01:00
Stephen Boddy
47642be133
Fix double double-click on titlebar in later GTK3
2015-11-29 01:35:05 +01:00
Stephen Boddy
fbb70b2bc6
Correct some British spelt translated strings to American~
2015-11-29 00:39:22 +01:00
Stephen Boddy
9103961902
Make Zoom/Maximize inactive if a single terminal
2015-11-29 00:22:57 +01:00
Stephen Boddy
c1f92495d8
Fix positioning of group popup menu for later versions of GTK
2015-11-29 00:01:55 +01:00
Stephen Boddy
6db2337c56
Add word chars back in if VTE is 0.40+
2015-11-28 20:28:01 +01:00
Stephen Boddy
b5b74e8071
Add option to toggle the rewrap on resize
2015-11-28 20:14:14 +01:00
Stephen Boddy
73ba77ee5e
Fix separator sizing
2015-11-28 20:03:51 +01:00
Stephen Boddy
9fa9c0e45a
Fix deprcation warning in later GTK versions
2015-11-28 19:53:57 +01:00
Stephen Boddy
0e2f170032
Fix warning trying to import the __init__.py file as a plugin
2015-11-28 18:58:47 +01:00
Stephen Boddy
9fde814a44
Fix a GI version warning for Notify library
2015-11-28 18:56:02 +01:00
Stephen Boddy
85c0518643
Fixes startup on Wayland because Keybinder seems to be X11 only
2015-11-28 17:25:47 +01:00
Stephen Boddy
8f7b7f9a27
Remove an outstanding VERIFY item. Gtk-3.0.gir function def says to ignore it (gtk2->gtk3)
2015-11-07 01:29:12 +01:00
Stephen Boddy
d56f3b609f
(trunk-1664)
...
* Set window geometry hints to off by default. The constant trickle of problems it causes are annoying.
May set up a warning dialog when turning on.
* Actually set the DBUs interface to on by default. For some reason it wasn't active by default.
2015-11-07 01:25:01 +01:00
Stephen Boddy
be510d0d3e
Fix editable label distorting the layout until the splitter gets moved
2015-11-07 01:21:05 +01:00
Stephen Boddy
8e57aae0fe
Fix to make sure the bell icon appears even when titlebar text extends beyond terminals width
2015-11-07 01:19:44 +01:00
Stephen Boddy
4217a7308f
Minor fixup for newer GI wanting us to specify versions
2015-11-07 01:15:46 +01:00
Stephen Boddy
d4bd916c90
(trunk-1681) Followup to 1616 to improve behaviour a bit further on rebalancing
2015-11-07 01:15:27 +01:00
Stephen Boddy
109e26161a
(trunk-1679) Fix flickering and intermittent failures to rebalance
2015-11-05 10:57:57 +01:00