Kian-Meng Ang
25111f2402
Fix typos
...
Found via `codespell -S .eggs,po,*.css -L boddy,maco,trough,wont,poing,gir,visibles`
2022-10-22 00:07:07 +08:00
Matt Rose
c447ae0201
Release version 2.1.2
2022-10-19 10:22:21 -04:00
Matt Rose
bf3ce6c81e
Merge pull request #656 from mattrose/update-translations-Oct2022
...
update translations
2022-10-19 09:35:30 -04:00
Matt Rose
6557ad5450
update translations
2022-10-19 09:32:14 -04:00
Matt Rose
7b39058b0e
Merge pull request #609 from Vulcalien/mousewheel-modifiers
...
Terminal ctrl+mousewheel: do not try to zoom if shift is pressed
2022-06-27 15:31:02 -04:00
Vulcalien
784dc4946e
Terminal mousewheel event: check for all modifiers
2022-06-13 15:16:24 +02:00
Matt Rose
d33c145ba8
Merge pull request #592 from mattrose/fix-prefs-setcolor
...
More fixes to the Color pickers in the Preferences Editor
2022-04-18 13:24:28 -04:00
Matt Rose
0e04376afb
Merge pull request #588 from mattrose/586-fix-readme
...
Various README fixes
2022-04-18 12:56:33 -04:00
Matt Rose
eb7c2ddf25
Merge pull request #590 from amaan211/master
...
Modification in the /terminatorlib/prefseditor.py file
2022-04-18 12:39:49 -04:00
amaan khan
33f7927bfa
fixed indent
2022-04-16 12:09:38 +05:30
amaan khan
ed93ccb7e5
no need to go to custom to set custom palette
2022-04-16 12:05:29 +05:30
Matt Rose
978e0c9fd8
Merge pull request #588 from mattrose/586-fix-readme
...
Various README fixes
2022-04-04 18:19:07 -04:00
Matthew Rose
8055e2ae65
Various README fixes
2022-04-03 20:51:20 -04:00
Matt Rose
529d4749ee
Merge pull request #570 from JayDoubleu/flatpak_experimental
...
Add initial flatpak-spawn support
2022-03-29 10:31:47 -04:00
Jay W
886412fcf1
Add logic to remove duplicate shell from args
2022-02-01 19:06:23 +00:00
Jay W
967f039e60
Simplify flatpak-spawn args
2022-01-31 19:59:34 +00:00
Jay W
a41a38bcc9
Add flatpak support to terminatorlib
2022-01-31 19:12:16 +00:00
Matt Rose
fc528b203a
Merge pull request #576 from Vulcalien/fix-dbg-messages
...
Remove duplicated info in some debug messages
2022-01-28 19:11:34 -05:00
Matt Rose
80ce461a4d
Merge pull request #574 from ozzdemir/hotfix-for-issue78
...
Added hotfix for #78 that deletes GTK_IM_MODULE environment variable
2022-01-28 18:45:25 -05:00
Vulcalien
8e50eb75ce
Remove duplicated info in some debug messages
2022-01-28 21:51:54 +01:00
ozzdemir
e9e8d7be19
Better handling of GTK_IM_MODULE env var
...
Deleting env var only if it exists.
2022-01-28 08:00:22 +03:00
ozzdemir
1e8940039a
Added hotfix for #78 that deletes GTK_IM_MODULE environment variable
...
Using this hotfix for a while, and no discrepancy observed. In order to
permanently(hopefully) fix the issue, commiting fix.
2022-01-27 00:20:56 +03:00
Matt Rose
63caddfe97
Merge pull request #571 from Vulcalien/issue-569-potfiles
...
Fix POTFILES.in + update translation files
2022-01-23 13:18:41 -05:00
Vulcalien
f6020bdef4
Fix POTFILES.in + update translation files
2022-01-22 00:59:48 +01:00
Matt Rose
ca335e45eb
Merge pull request #561 from Vulcalien/cell-width-preferences
...
Fix: handle_size treated as cell_width
2021-12-26 18:12:29 -05:00
Matt Rose
acbaee06c5
Merge pull request #558 from mattrose/translations-20211220
...
Transifex translations from Dec 20 2021
2021-12-26 18:10:58 -05:00
Matt Rose
96aa749678
Merge pull request #553 from Vulcalien/zoom-terminal-switch
...
Unzoom terminal on interaction
2021-12-26 18:10:22 -05:00
Vulcalien
3c575029e7
Move 'cell_height' setting
2021-12-25 14:21:19 +01:00
Vulcalien
eacd72124a
Fix: handle_size treated as cell_width
2021-12-25 13:09:33 +01:00
Matt Rose
70c54b46c2
Transifex translations from Dec 20 2021
2021-12-20 09:58:37 -05:00
Matt Rose
d2c428bc60
Merge pull request #506 from Vulcalien/master
...
Improve argument parser + implement bash completion
2021-12-19 13:21:46 -05:00
Matt Rose
8f13beffbf
Merge pull request #552 from FernandoBasso/feat/configure-cell-width
...
Add ability to configure cell width (font character spacing)
2021-12-19 13:17:47 -05:00
Vulcalien
4005958bf9
Remove completion for --profile and --layout
...
The feature doesn't work well for items with spaces or quotes in the
name.
2021-12-18 14:49:45 +01:00
Vulcalien
c574d77374
Remove duplicated variable
2021-12-18 11:58:38 +01:00
Vulcalien
0ed248c0c7
Clear pending events after unzoom + navigate/rotate
...
Navigation is consistent
2021-12-17 19:51:22 +01:00
Fernando Basso
bd5dba5b08
Refactor line height to cell height
...
After the previous commit [1], which implements ‘cell width’, it makes
sense to rename ‘line height’ to ‘cell height’, especially because it is
the terminology used by VTE itself [2].
1. ef1768505c
Add cell width configuration in preferences
2. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_height_scale
2021-12-14 06:30:58 -03:00
Vulcalien
8c90bb4dc3
Unzoom terminal on interaction
...
There is a bug: strange behavior for navigation and rotation
2021-12-10 20:57:48 +01:00
Matt Rose
d3125c29f8
Merge pull request #551 from Vulcalien/set-background-image-error
...
Improve and optimize the code for background images
2021-12-10 07:52:28 -05:00
Fernando Basso
ef1768505c
Add cell width configuration in preferences
...
Currently, we have a setting for changing the line height (cell height),
but not for changing cell width (both available in VTE).
Depending on the font used, it is useful to have the ability to set a
little more space between characters.
This commit adds a configuration similar to the existing one for line
height, but for character space (cell width scale [1]).
Thanks Matt Rose for helping and encouraging me to implement this.
1. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_width_scale
2021-12-10 07:58:02 -03:00
Vulcalien
1118fb0cfd
Use FAST as filter for scaling background image
2021-12-10 00:35:34 +01:00
Vulcalien
122b0fe3ae
background_draw: organize code
2021-12-09 23:01:58 +01:00
Vulcalien
5a6237cc47
Performance: use Surface instead of PixBuf
2021-12-09 23:00:35 +01:00
Vulcalien
a06e7951f6
Update background image without restarting
2021-12-08 16:05:38 +01:00
Vulcalien
25902fd73e
Only set background_image if background_type is 'image'
...
+ Fixed code duplication
2021-12-08 12:05:28 +01:00
Matt Rose
62716872df
Merge pull request #549 from Vulcalien/none-keybindings
...
Fix: 'None' value for keybindings breaks editor
2021-12-07 14:30:09 -05:00
Vulcalien
b2d15898a2
Fix: 'None' value for keybindings breaks editor
...
The bug: Gtk.accelerator_parse throws an error if the arg is None.
This means that if one keybinding is set to None, it is impossible to
set any new keybinding.
2021-12-07 16:09:56 +01:00
Matt Rose
4ab3343e61
Merge pull request #546 from mattrose/issue-539
...
don't traceback while searching through /proc
2021-12-02 07:59:50 -05:00
Matt Rose
f87c1f82ef
don't traceback while searching through /proc
2021-12-01 20:33:30 -05:00
Matt Rose
00ea7e458f
Merge pull request #544 from xuezhixin/master
...
os.environ does not have LANGUAGE in Centos8.
2021-12-01 19:18:29 -05:00
xuezhixin
35e4ee7286
Added Lang option
2021-12-02 00:10:19 +08:00