Matt Rose
769aaf1ae3
only import the GdkX11 if it is part of the glib module repository
2020-04-17 12:50:46 -04:00
Markus Frosch
23135f2ca5
Fix shebang and executable flag for all scripts
2020-04-05 16:36:06 +02:00
Emilio Pozuelo Monfort
a3a67385fd
Adopt patch "python3" from Debian
...
https://bugs.launchpad.net/terminator/+bug/1662544
2020-04-05 14:07:13 +02:00
Stephen Boddy
3e9f7742d5
Fix hide on lose focus due to our own menus and Preferences (Juliano Fischer Naves + Steve Boddy)
2017-06-24 04:02:38 +02:00
Juliano Fischer Naves
a06f2808fb
Prevent terminator hiding due to right click. Refer to bug #843674
2017-06-19 21:12:11 -04:00
Stephen Boddy
92d8d70cc0
Remove the ability to set window classname, as function in gtk is now deprecated
2017-03-13 19:41:33 +01:00
Stephen Boddy
eb37238fa3
Fix exception when running under Wayland where we attempt something X11 specific
2017-02-28 20:48:11 +01:00
Stephen Boddy
75f4abba49
Fix custom_command and always_split_with_profile to work together (Nix)
2017-02-13 17:30:37 +01:00
Stephen Boddy
5f329928af
Fix the version introspection capture by exception
2017-02-07 17:09:34 +01:00
Stephen Boddy
558350344b
Second attempt at focus/z-order as I missed a bit of Saber Rastikerdar's fix
2017-02-02 17:29:17 +01:00
Stephen Boddy
37ea9c90dc
Fixes issue introduced by gtk3 port (Saber Rastikerdar in lp:805870)
2017-02-01 18:57:36 +01:00
Stephen Boddy
cb83ee1bd1
Displays dialog when a single term is zoomed/maximised (minoru/shiraeeshi)
2017-02-01 09:11:11 +01:00
Stephen Boddy
eaaac416f8
Fix the global hide window binding to work with shifted keys
2017-02-01 08:53:31 +01:00
Stephen Boddy
1f2ec6df18
Left some debug print statements in when committing something else
2017-02-01 07:25:49 +01:00
shiraeeshi
d42dc52481
confirm when closing a window with zoomed terminal
2017-01-16 19:17:42 +06:00
Stephen Boddy
cc14681bfd
Merge in from lp:terminator
2016-12-08 03:27:10 +01:00
Stephen Boddy
da37f398fa
Fix terminator not working with default python3 by forcing python2
2016-11-25 02:29:55 +01:00
Stephen Boddy
01712503a0
Fixes zero-sized terminals after rotate
2016-11-23 06:10:25 +01:00
Braden M. Kelley
d9c6c9c496
Fix transparency for newer versions of GTK
2016-07-08 12:04:54 +02:00
Stephen Boddy
9c21b835c2
Fix closing window using short-cut
2015-12-02 20:07:21 +01:00
Stephen Boddy
501e7c5e1a
Minor followup to rotate focus loss - probably no effect
2015-12-01 02:16:53 +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
85c0518643
Fixes startup on Wayland because Keybinder seems to be X11 only
2015-11-28 17:25:47 +01:00
Stephen Boddy
7b769ae1d8
* Fix the DBus interface (gtk2-gtk3)
...
* Disable the wm_class feature. Seems not possible in GTK3, and breaks
the DBus call for new_window.
(trunk-1651)
* As part of GTK3 fixup, some 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:25:25 +02:00
Stephen Boddy
76b9cd33e0
Minor fix for a lingering usage of GTK2 style constant when setting the last resort icon.
2015-09-10 00:34:12 +02:00
Stephen Boddy
2686296cf6
(trunk-1585) Adds high contast icons, and makes the main window icon loading work better, and respect the theme changes.
...
Note: wmclass_name no longer readable under GTK3, so -c option is a bit dubious now.
Also, in HighContrast, there are issues with titlebar background colours that are not present in GTK2.
2015-08-03 20:22:15 +02:00
Stephen Boddy
b0d4357002
(trunk-1554/1561) Final fix for moving between terminals, checks for overlap. So far never selects wrong terminal.
2015-06-20 21:02:41 +02:00
Stephen Boddy
56e78990f2
(trunk-1555) Show application if --new-tab passed, although needs currently broken dbus - lp #1367680
2015-06-19 03:41:46 +02:00
Stephen Boddy
3b290dd563
Fix allocations (no longer an attribute) when balancing (gtk2->gtk3 diff)
2015-06-19 03:34:30 +02:00
Stephen Boddy
412c9b3be3
Fix startup error (undefined variable) on non-composited displays.
2015-02-19 15:28:59 +01:00
Stephen Boddy
22ed84abdd
Apply terminator-gtk3-vte038-v4.patch from Egmont Koblinger
2014-09-19 16:10:43 +02:00
Stephen Boddy
7ca6dd96c6
Changes made by pygi-convert.sh
2014-09-19 16:08:08 +02:00
Stephen Boddy
3fa48565ef
Additional shortcuts/code to toggle All/Tab grouping
2014-01-24 23:29:54 +01:00
Stephen Boddy
106afb85df
Additional shortcuts/code to toggle All/Tab grouping
2014-01-24 23:29:07 +01:00
Stephen Boddy
8426fab935
Missed a line in the cruft removal
2014-01-21 23:41:37 +01:00
Stephen Boddy
8d426d1d68
Remove the unnecessary cruft left over in the windows on_focus_in related to terminal focus
2013-12-19 23:51:30 +01:00
Stephen Boddy
0272c78739
Add layout save and load of last active term for windows without tabs
2013-11-19 12:46:11 +01:00
Stephen Boddy
d265dd5724
Active Window saved to layouts, and made active when loaded
2013-10-31 18:50:21 +01:00
Stephen Boddy
b7768f62d1
Fix the Group All/Tab shortcuts where titlebars were not updated. Closes LP#1242675
2013-10-25 16:57:14 +02:00
Stephen Boddy
e0a90ab670
Fix lack of focus on unhide with patch from Pavel Khlebovich. Closes LP#805870
2013-09-04 23:02:24 +02:00
Stephen Boddy
1a29e52db5
Fix maximise in Fluxbox. Possibly also Windows w/Xming too. Closes LP#1201454
2013-09-03 19:57:12 +02:00
Stephen Boddy
f78dcf2175
Fix the window screen position lost when starting hidden with geometry. Closes LP#1035617
2013-09-03 16:10:09 +02:00
Stephen Boddy
152b233cab
Fix strange Fluxbox maximise behaviour. Closes LP#1201454
2013-09-03 13:38:09 +02:00
Andrea Corbellini
2662902b2a
Grab the focus on terminals when they are created or closed.
2013-02-10 16:58:06 +01:00
Chris Jones
ed5a4040bc
Don't try to set the global hide_window keybinding if it's disabled. Closes LP#1101155
2013-01-30 13:37:14 +00: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
ad846ce402
Apply patch from Seonghun Lim to fix the split_to_group feature. Closes LP#838655
2012-10-19 09:57:23 -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
11887770e1
Merge branch from David Caro that fixes window creation via DBus to notice command line options. Closes. LP#623883
2012-10-18 16:03:58 -07:00
Andrea Corbellini
9fd65d2a4e
Really bring new windows to front, even when terminator does not have the focus
2012-10-10 18:37:30 +02:00