Mattias Eriksson
ff473d2509
Merge branch 'master' into primary
2024-04-08 16:17:46 +02:00
Jeremy Soller
782bce1f01
Enable CSDs on Redox
2024-04-05 19:27:30 -06:00
Mattias Eriksson
69c226928f
Bump alacritty_terminal to 0.23
2024-04-05 14:57:06 -06:00
Mattias Eriksson
59a6a8a12e
Merge branch 'master' into primary
2024-04-05 16:04:41 +02:00
Eduardo Flores
0ecbb15de3
refactor(menu): update menu declaration.
...
- Updated libcosmic.
- Updated menu declaration.
2024-03-18 20:47:58 -06:00
Jeremy Soller
ead520c6bd
Update dependencies
2024-03-18 15:05:53 -06:00
Jeremy Soller
e24826e970
Implement OSC 52 escape code events
2024-03-13 09:12:07 -06:00
Mattias Eriksson
63503d53bd
Merge remote-tracking branch 'upstream/master' into primary
2024-03-04 07:56:36 +01:00
Jeremy Soller
36477e06dc
Shorten hash in UI
2024-02-28 13:38:26 -07:00
Jeremy Soller
8cb92d36ae
Remove about heading
2024-02-28 09:33:43 -07:00
Jeremy Soller
910dff2c90
Improve about page, sort messages
2024-02-28 09:15:58 -07:00
Jeremy Soller
c9f99a3025
Add about page
2024-02-27 21:20:00 -07:00
Jeremy Soller
022854fbef
Update libcosmic
2024-02-27 10:33:24 -07:00
Jeremy Soller
09d4ca9f6a
Update libcosmic
2024-02-26 15:19:54 -07:00
leb-kuchen
d4f1e1cd12
Add ability to select a default profile. ( #144 )
...
* add default profile
* check profile
* default profiles add translations
* default profiles check for profile removal
2024-02-25 20:47:52 -07:00
Jeremy Soller
1b0d018e43
Do not select empty lines at end of grid, fixes #92
2024-02-22 12:01:50 -07:00
Jeremy Soller
d9512cd0a4
Fix style of advanced font settings item
2024-02-22 11:32:39 -07:00
Jeremy Soller
153dea8221
Make advanced font settings use a button for expanding
2024-02-22 11:31:10 -07:00
Jeremy Soller
c118f2c969
Bind Ctrl+, to Settings
2024-02-22 11:25:39 -07:00
Jeremy Soller
235ebd6180
Split dark and light color schemes
2024-02-22 11:18:13 -07:00
Jeremy Soller
89e1dcb83a
Color Schemes ( #142 )
...
* WIP: Color Schemes
* Import/export using color_schemes config
* Finish color scheme implementation
* Add color scheme rename
2024-02-22 09:55:46 -07:00
Mattias Eriksson
5b2bbe84cb
Merge branch 'master' into primary
2024-02-21 09:26:09 +01:00
Jeremy Soller
01052fae0b
Remove profile command line description
2024-02-20 10:25:05 -07:00
Jeremy Soller
290b7b5993
Implement tab title override
2024-02-20 10:21:30 -07:00
Mattias Eriksson
f6d696f7d6
Remove double key prevention
...
After rewrite to use Named keys, the double key prevention code
instead made Ctrl-Bakspace et al. to not work again. Now the
prevention code is not needed any more, so this patch removes it.
2024-02-20 09:46:21 -07:00
Mattias Eriksson
b8cbdb9760
Prevent bound keys from reaching the terminal
2024-02-17 07:14:56 -07:00
perillamint
bb33a616dd
Add selenized color scheme
2024-02-15 07:12:52 -07:00
Jeremy Soller
80e8743ddc
Get COSMIC theme background color from configured app theme
2024-02-12 13:04:39 -07:00
Jeremy Soller
72c97fd5fc
Support opacity
2024-02-12 12:36:30 -07:00
Jeremy Soller
c93032ab9d
Use content container
2024-02-12 10:50:29 -07:00
Jeremy Soller
3a3e42110c
Add support for profiles ( #131 )
2024-02-09 15:45:46 -07:00
Jeremy Soller
4d16f1ded4
Fix home/end
2024-02-08 16:15:14 -07:00
Jeremy Soller
8b5a235129
Do not clone Key
2024-02-08 16:03:26 -07:00
Jeremy Soller
1c82463dfb
Fix space if it uses Named
2024-02-08 15:22:22 -07:00
Jeremy Soller
fa38275ba8
Improve KeyBind format
2024-02-08 15:17:09 -07:00
Ashley Wulber
20beeb608a
chore: update libcosmic
...
keyboard input has changed a lot in iced, but I think I've made the proper adjustments here. vertical splits don't seem to work, but that didn't seem to work before either. Also, there is a black border on the right and bottom of the first tab of the terminal. I'm not sure why yet, but it seems like it is probably related to the scrollbar
2024-02-08 16:57:14 -05:00
Jeremy Soller
cc9368c2e6
Merge pull request #129 from snaggen/special_case_ctrl_keys
...
Add exceptions for certain keys to avoid double keys being sent
2024-02-08 13:54:56 -07:00
Jeremy Soller
46cae2f2d3
Ensure metadata is updated when theme changes, fixes #121
2024-02-08 12:37:02 -07:00
Jeremy Soller
bf7668dbd7
Use cosmic-text shape-run-cache
2024-02-08 12:03:53 -07:00
Mattias Eriksson
272e05744f
Add exceptions for certain keys to avoid double keys being sent
2024-02-08 09:15:50 +01:00
Mattias Eriksson
cfbd391f12
Fix csi key codes
2024-02-07 18:31:34 +01:00
Mattias Eriksson
faa7dde686
Merge branch 'master' into keyboard_refactor
2024-02-06 21:19:32 +01:00
Mattias Eriksson
e5692cd902
Cleaner modifier calculation
2024-02-06 20:55:15 +01:00
Mattias Eriksson
44424c0108
Refactor key handling
2024-02-06 17:43:17 +01:00
Jeremy Soller
68a0a21f3a
Calculate damage (not used yet)
2024-02-05 21:01:16 -07:00
Mattias Eriksson
4f25324929
Make sure to grab focus after context menu
2024-02-05 11:41:21 -07:00
Mattias Eriksson
da33dfc5c8
Support for Ctrl-_
2024-02-05 09:11:59 -07:00
Mattias Eriksson
b13b949e8d
Ensure terminal is focused after paste
2024-02-05 09:10:43 -07:00
Mattias Eriksson
05ee3dca4a
Clippy fixes
2024-02-05 09:09:23 -07:00
Mattias Eriksson
623a193ad4
Make context menu work better with panes
2024-02-02 08:51:01 -07:00