Eugenio Parodi
b2ebdae6e0
Finalised the shortcut feature, adapted the menubar to use it
2 years ago
Eugenio Parodi
d2ae7d1964
Added basic Select/Copy in the TTkTerminal
2 years ago
Eugenio Parodi
7618466f24
Removed unrequired python header
3 years ago
Eugenio Parodi
664004c271
Using pep8 __all__ placement
3 years ago
Eugenio Parodi
6d441c278f
Reworked the import of the Core utils
3 years ago
Eugenio Parodi
a468c3d43f
fix color issue between canvas and string for wide char
3 years ago
Eugenio Parodi
2ac9942ab2
Added internal rawImport in ttkString
3 years ago
Eugenio Parodi
7ea913f181
Strip the trailing RST chars when export to Ansi
3 years ago
Eugenio Parodi
b61f3930f4
Added single line feature in textEdit
3 years ago
Eugenio Parodi
ab78200c2d
Added multiline/color support in the Button Widget
3 years ago
Eugenio Parodi
327b4f35f1
TTkTextEdit: #110 - Added txt export methods and textChanged signal
3 years ago
Eugenio Parodi
7047056634
Fix #109 - Improved TTkString comparison to different types
3 years ago
Eugenio Parodi
947526dd24
Added numeric overload in TTkString
3 years ago
Eugenio Parodi
b6d10e14a7
Added numeric overload in TTkString
3 years ago
Eugenio Parodi
062374c30b
Fix cursor misplaced in LineEdit
3 years ago
Eugenio Parodi
bc1c97b1cc
Improved the string check for full size chars
3 years ago
Eugenio Parodi
44e7b9f8d9
TTkString Reduced the amount of calls to the unicode routines
3 years ago
Christian Ludwig
b62d0186c1
TTkString: cache special width
3 years ago
Christian Ludwig
a127422daf
Fix: TTkString alignment; refactor
3 years ago
Christian Ludwig
2bce43f792
Fix: TTkString alignment (at _hasSpecialWidth)
3 years ago
Eugenio Parodi
7a76a72fc3
Fix #67 and added unicode addon in the xterm.js sandbox
3 years ago
Eugenio Parodi
72e7c6a0a1
uniform the theme for the wide char overflow marker
3 years ago
Eugenio Parodi
dd88c87f17
Hopefully Adapted the lineedit to the unicode variable sized chars
3 years ago
Eugenio Parodi
eab5aad9bc
Tree: Use TTkString to support non conventional chars, and Fix borderline issues
3 years ago
Eugenio Parodi
c17d61bd90
FancyTable: Use TTkString to support non conventional chars
3 years ago
Eugenio Parodi
1a2e43a153
Fixed alignment when next/prev char is selected, fixed handling of tabls and unicode var sized chars
3 years ago
Eugenio Parodi
17fe139239
Fixed bug with the alignment with variable width chars
3 years ago
Eugenio Parodi
20edaf6494
improved position alignment of Unicode variable sized chars
3 years ago
Eugenio Parodi
607980cac2
Added basic Unicode special width support in TTkString and Canvas
3 years ago
Eugenio Parodi
8e1b7b81e9
Used built in python array copy to improve performances
4 years ago
Kurt Schwehr
cd41b2e578
codespell
4 years ago
Eugenio Parodi
100d24ffe3
TTkColor: rework, used rgb data structure, improved ANSI color parse
4 years ago
Eugenio Parodi
b52d761ef4
minor color fixes
4 years ago
Eugenio Parodi
882cefab30
TTkTextEdit: improved color handling
4 years ago
Eugenio Parodi
cbd0c41f6f
TTkTextCursor: improved the multicursor insert text
4 years ago
Eugenio Parodi
370f072e06
Removed unused vars reported by @mgomersbach
4 years ago
Mark Gomersbach
5727e0f36a
Remove more unused imports
4 years ago
Mark Gomersbach
998962f58f
Add staticmethod to avoid passing entire self when not needed
4 years ago
Mark Gomersbach
40daae3aa7
Comment unused vars where unclear or dunder when temporary
...
Variables that do not seem to have a function are commented for author to check
The clear temporary vars have been replaced with a dunder
In case of colorpicker.py the liberty was taken to actually remove the y var
4 years ago
Eugenio Parodi
2cfe1b208c
TextEdit: added fixed width vertical marker
4 years ago
Eugenio Parodi
c9adddfa87
TTkTextEdit: Tuned keyboard controls to survive with the wrap feature
4 years ago
Eugenio Parodi
7782a87f1c
Fix: Bug in TTkString.setColor if range overflow the size
4 years ago
Eugenio Parodi
98b88b2977
Fixed TTkColor._mod redering issue and TextEdit wrap with tabs
4 years ago
Eugenio Parodi
90ad1ddbea
Improved support in the ANSI parser of TTKString constructor
4 years ago
Eugenio Parodi
3ec34129b8
Fixed TTkString comparison with string type
4 years ago
Eugenio Parodi
843841732d
Removed 'Tab' added by the 'meld' tool
4 years ago
Eugenio Parodi
3ecfdcc7e1
TTkString, flag if there are tabs in the string
4 years ago
Eugenio Parodi
9ef1bb1d88
Basic wrap implementation in the text edit
4 years ago
Eugenio Parodi
6bb645b44a
Added tab renderer in the TTkTextEdit
4 years ago
Eugenio Parodi
a12f3a957c
TTkString basic ANSI support, added TTkTextEdit append
4 years ago