Vulcalien
eacd72124a
Fix: handle_size treated as cell_width
2021-12-25 13:09:33 +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
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
9f7ed7ee21
Remove encoding from the Preferences menu
2021-11-06 11:43:23 +01:00
caprinux
c8cd50ba9a
modify terminator separater size setting in gui to start from 1
2021-09-26 22:51:18 +08:00
Matt Rose
0b2d91786c
Merge pull request #516 from Vulcalien/keybinding-menu
...
Automatically focus the Keybindings menu
2021-09-21 16:08:39 -04:00
Vulcalien
ed157684f3
Automatically focus the Keybind menu
...
This makes the search bar work without having to click the widget.
2021-09-19 17:23:47 +02:00
Vulcalien
2251a3489b
Implement GUI for disable_mouse_paste
2021-09-13 12:11:01 +02:00
Vulcalien
cbd8f0e3a8
Add a "Copy" button to clone profiles
2021-08-30 17:55:42 +02:00
Vulcalien
eae7dcca3d
Make the GUI work
2021-08-14 16:45:18 +02:00
Vulcalien
bc3b64570e
Removed inconsistencies: Text/Font color -> Foreground + fixed missing margin
2021-08-13 17:58:48 +02:00
Vulcalien
31f429a71f
Changed cursor customization GUI
2021-08-13 17:27:47 +02:00
Vulcalien
5ea15f82de
GUI: set all CheckButtons off to avoid blinking + remove grid empty
...
columns/rows
2021-08-10 11:50:20 +02:00
Vulcalien
b28d641d97
Moved Titlebar to Profiles menu + removing empty columns/rows from grids
2021-08-08 18:03:44 +02:00
Vulcalien
df90bd3991
Update preferences.glade to 3.38.2
2021-08-08 17:32:23 +02:00
Vulcalien
f65770d982
Bug Fix: 'Clear selection on copy' is always unchecked
2021-06-02 16:31:48 +02:00
Matt Rose
9ad141229c
Merge pull request #398 from nojhan/feat/config+link_single_click
...
add feat: config to open links with single click
2021-04-12 17:28:36 -04:00
Matt Rose
79a13a9e66
Release version 2.1.1
2021-04-01 16:25:40 -04:00
nojhan
c47f3a2bad
add feat: config to open links with single click
...
Instead of Ctrl-left click.
2021-03-04 11:17:26 +01:00
Matt Rose
08186e795c
prep for release 2.1.0
2021-01-04 10:32:32 -05:00
Jose Augusto
a53dea6fa5
remove rewrap on resize from option and remove functions too
2020-12-27 19:48:41 -03:00
Matt Rose
18ed95abe7
fix background image profile preferences ui
2020-11-19 11:49:45 -05:00
Matt Rose
1822d6ccb1
add config entry and preferences GUI
2020-10-19 17:14:40 -04:00
Matt Rose
68d0be887e
Release version 2.0.1
2020-10-11 14:13:42 -04:00
Matt Rose
8bc1af0749
Release Version 2.0
2020-10-06 09:47:30 -04:00
Matt Rose
8db142d92b
add GUI controls for background image
2020-09-30 10:20:02 -04:00
Phi
5f130c7b91
Add 'title at bottom' comment to say it require a restart to take effect.
2020-08-16 10:16:29 +02:00
Phi
a495f290bf
Add a 'title bar at bottom' option
2020-08-15 18:15:55 +02:00
Matt Rose
1c62d3a598
add version label to About box
2020-07-22 13:15:08 -04:00
Aaron Faanes
a3ef71548e
Allow live previewing of profile color changes
2020-07-07 19:48:42 -05:00
Douglas Bacon
3d128f0334
add line-height slider
2020-06-21 14:35:50 -04:00
robertoetcheverryr
c8db3e38aa
Added putty_paste_style_source_clipboard
2020-06-19 02:15:13 -03:00
Matt Rose
86f90337f6
Merge pull request #46 from filipkilibarda/master
...
Added option to disable ctrl+mousewheel zoom
2020-06-02 22:12:28 -04:00
Filip Kilibarda
a7bd53a2d9
Fixed issues with mousewheel zoom PR
...
- moved disable mousewheel zoom checkbox to profile level settings
- fixed so it doesn't disable all scrolling events
2020-04-29 14:00:40 -07:00
Filip Kilibarda
e4160dddc9
Added option to disable ctrl+mousewheel zoom
2020-04-28 22:57:15 -07:00
Jakub Vaněk
7ea105492f
feat(prefs): add prefs UI for bold_is_bright option ( #38 )
2020-04-25 20:25:48 +02:00
Matt Rose
bfffc282de
update url list to refer to the new home
2020-04-17 11:57:07 -04:00
Stephen Boddy
82e9a9bbfa
Extend the prefs custom url handler box to align it with the other full width widgets
2016-12-13 22:08:02 +01:00
Stephen Boddy
e11335e0cb
Fixes the GtkDialog mapped without a transient parent message (Egmont Koblinger)
2016-12-12 19:18:16 +01:00
Stephen Boddy
a748db277c
Fix some strange behaviour when clicking on the trough of a scale (i.e. stepping) The previous value gets read, not the current.
2016-12-12 19:07:08 +01:00
Stephen Boddy
9b7a117353
Minor tweak to remove '0' as a translatable string.
2016-12-12 14:23:06 +01:00
Stephen Boddy
5a0860e26a
Small tweak to remove translatable flag from number labels in prefs
2016-12-12 13:49:21 +01:00
Stephen Boddy
0cab214d36
Merge in background transparency fixes and styling improvements
2016-12-12 13:32:11 +01:00
Stephen Boddy
0bd8af4304
Add the ability to deactivate extra theme dependant styling
2016-12-12 12:27:56 +01:00
Stephen Boddy
24d3ed455a
A chunk of work bringing the prefs glade file into the gtk3 world
2016-12-12 11:29:19 +01:00
Stephen Boddy
3a6eb144a2
Add gruvbox palette to dropdown as preset
2016-12-07 19:46:21 +01:00
Stephen Boddy
52b578e6eb
Allow larger separators
2016-12-06 02:01:48 +01:00
Stephen Boddy
f0330dadf3
Added radio options to the Cursor colour to make it easier to go back to the XOR'd foreground colour
2015-12-03 15:37:16 +01:00
Stephen Boddy
c24fa2ed69
Miscapitalised PuTTY name in Prefs
2015-12-03 00:13:06 +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