Jakub Vaněk
02542bbc3f
feat(config): introduce new bold_is_bright option ( #38 )
2020-04-25 20:25:42 +02:00
Markus Frosch
11a6a57f51
Merge pull request #19 from mattrose/mac-pr
...
Only import GdkX11 when available
2020-04-23 20:03:13 +02:00
Matt Rose
3a1b56da12
fix indent
2020-04-22 21:44:45 -04:00
Markus Frosch
c63935f5a9
terminal: Improve compat for Vte Regex
...
Try the latest Vte functions, and fall back to Glib when this doesn't work.
2020-04-19 16:30:25 +02:00
Markus Frosch
bb24273eb4
Release version 1.92
2020-04-18 12:45:06 +02:00
Markus Frosch
9beb28a22e
terminal: Add compat detection for Vte regexp feature
...
Older Vte versions only offer the old implementation.
fixes #10
2020-04-17 20:12:57 +02:00
Matt Rose
c0c0b88e04
add apple Command key to list of modifiers accepted by keybinder
2020-04-17 13:51:19 -04:00
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
7be1754a47
Merge pull request #18 from gnome-terminator/compat-2.7
...
Fix some compat issues for Python 2.7
2020-04-17 18:34:34 +02:00
Markus Frosch
c8269e5a6b
Fix some compat issues for Python 2.7
2020-04-17 18:19:25 +02:00
Matt Rose
bfffc282de
update url list to refer to the new home
2020-04-17 11:57:07 -04:00
Markus Frosch
da4f59ff74
terminal: Refactor regex handling and add pointer cursor
2020-04-05 19:52:25 +02:00
Markus Frosch
07d7dd56b2
terminal: Add MULTILINE flag for regex
...
To avoid _vte_regex_has_multiline_compile_flag warning.
There is no exported constant to Python for setting the flag, so we use
a local.
2020-04-05 18:58:03 +02:00
Antonio Terceiro
b2a47a50fd
Fix URLs are not clickable
...
Improve integration with current VTE
2020-04-05 18:18:39 +02:00
Markus Frosch
05ce8831fa
config: Use encoding utf-8 for saves
...
ConfigObj will find the current encoding on reading
2020-04-05 17:00:27 +02:00
Markus Frosch
d10919df5f
config: Save config via temp file
...
To avoid errors during save causing an empty config file
2020-04-05 16:59:50 +02:00
Markus Frosch
23135f2ca5
Fix shebang and executable flag for all scripts
2020-04-05 16:36:06 +02:00
Matt Rose
0f05cd8c8b
Fix for Custom command plugin don't work
...
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953153
* https://bugzilla.redhat.com/show_bug.cgi?id=1573927
2020-04-05 15:36:03 +02:00
Markus Frosch
04ba955b38
Add patch to fix Python 3 related issues with layout selection from Debian
...
https://bugs.debian.org/921824
2020-04-05 14:15:40 +02:00
Markus Frosch
294a64df77
Add patch to fix Drag&Drop under Python 3 from Debian
2020-04-05 14:13:41 +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
Markus Frosch
bc2dd5870b
Fix missing moves for files
...
bzr fast-export | git fast-import does not handle these files correctly.
This commit restores the correct state of the gtk3 series commit 1834
2020-04-01 19:18:26 +02:00
bryce
6342a89297
Fix crash when there are no predefined windows
...
Traceback (most recent call last):
File "/usr/bin/terminator", line 126, in <module>
TERMINATOR.layout_done()
File "/usr/share/terminator/terminatorlib/terminator.py", line 395, in layout_done
if window not in self.prelayout_windows:
TypeError: argument of type 'NoneType' is not iterable
fixes: https://bugs.launchpad.net/terminator/+bug/1702369
2020-03-16 18:15:31 -07:00
Stephen Boddy
bba28cfb91
Replace old method of searching with builtin, highlighting libvte calls
2017-07-25 18:34:31 +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
42fecfd5c6
Fix middle-click paste to receivers that was accidentally broken by fix for LP:1647507
2017-05-26 03:32:17 +02: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
10d60bb001
Set versions and update changelog so we can release
2017-02-26 18:37:22 +01:00
Stephen Boddy
d1acb29b98
Pointless comment string removed
2017-02-26 17:15:11 +01:00
Stephen Boddy
54bd13e566
Fixes new windows opening in the background (note that some will think this is bad)
2017-02-21 22:07:18 +01:00
Stephen Boddy
bba9e2237a
Remove auto-capitalisation of profiles in menu, add sorting, and fix exception when adding new one in prefs
2017-02-19 16:57:36 +01:00
Stephen Boddy
e88f3b2140
Fix patterns for url matching to handle IPv6 as host
2017-02-18 21:31:52 +01:00
Stephen Boddy
31c3b2e9f4
Fix an invalid call to get_child() rather than the correct get_children()[0] for a window.
2017-02-18 21:30:17 +01:00
Stephen Boddy
c7a6f88a57
Fix regex's needing MULTILINE flag to prevent libvte 0.44 throwing warnings
2017-02-14 00:07:47 +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
8213b828c9
Fix remotinator get_tab_title for tabs with more than a single terminal (Nix)
2017-02-13 15:36:55 +01:00
Stephen Boddy
1c0f934529
Normalise display name when creating DBus name
2017-02-13 14:20:10 +01:00
Stephen Boddy
7c73aaa080
Fix for strange race condition where every so often get_length returns 1.
2017-02-13 13:03:57 +01:00
Stephen Boddy
d26b48fec9
Fix versions of Gtk where some CSS pseudo elements are not parsed and application will not load. Note that entire file is then ignored.
2017-02-13 03:20:28 +01:00
Stephen Boddy
c4d372c56c
Fixes vte object not being released properly, and holding open hidden /tmp files.
2017-02-11 19:59:31 +01:00
Stephen Boddy
1277464c73
Followup to rev. 1722 to stop panes nudging on performing a normal split due to the ratio float not accounting for the handle size.
2017-02-10 06:45:40 +01:00
Stephen Boddy
5f329928af
Fix the version introspection capture by exception
2017-02-07 17:09:34 +01:00
Stephen Boddy
96a1e67749
Fix an exception with an unexpected keyword getting passed to set_cursor
2017-02-06 17:32:30 +01:00
Stephen Boddy
321c4a7ba9
Adds subtrees to custom commands menu - just add '/' to split.
2017-02-06 12:09:36 +01:00
Stephen Boddy
1d63446d03
Final part of fix for getting two different resizes of the terminal which vim wasn't handling.
2017-02-06 07:38:47 +01:00
Stephen Boddy
a0ba2cf969
Reapplication of select on copy fix that didn't get applied to gtk3
2017-02-06 06:12:25 +01:00
Stephen Boddy
2443d4b871
Fix incorrect sizing of sub windows when there's no titlebar (Emilio Pozuelo Monfort)
2017-02-06 04:51:10 +01:00
Stephen Boddy
f162f3cdc0
Fixes scrollwheel actions on the tabs not working anymore.
2017-02-06 04:37:29 +01:00