Eugenio Parodi
|
dd76c447ec
|
FIX: Canvas drawText forwarding vars
|
3 years ago |
Eugenio Parodi
|
a267ba9d3b
|
FIX manubar char addressing using TTkString
|
3 years ago |
Eugenio Parodi
|
5aeac6e1fa
|
Fixed Unicode variable sized chars in the log viewer
|
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
|
30ae472959
|
Testing few solutions
|
3 years ago |
Ceccopierangiolieugenio
|
fae9cbe55e
|
Merge pull request #65 from ceccopierangiolieugenio/TextEdit_LineNumber
Text edit line number
|
3 years ago |
Eugenio Parodi
|
387205f4bb
|
update the textWrap in the lineNumber when setDocument is called
|
3 years ago |
Eugenio Parodi
|
51ae835f06
|
Merge remote-tracking branch 'origin/TextEdit_LineNumber' into TextEdit_LineNumber
|
3 years ago |
Eugenio Parodi
|
ae3e024cd6
|
FIX Check Import Test
|
3 years ago |
Eugenio Parodi
|
f6e444f64c
|
TTkTextDocument: Added LineNumber Toggable feature
|
3 years ago |
Eugenio Parodi
|
fb88f4376a
|
Initial implementation of the TextEdit Line Number, clear redo snap when the document is modified
|
3 years ago |
Eugenio Parodi
|
b36020323f
|
FIX: disable 'Redo' if the document is changed
|
3 years ago |
Ceccopierangiolieugenio
|
32a35b52ff
|
Merge pull request #61 from ceccopierangiolieugenio/Rework_UndoRedo
Rework undo redo
|
3 years ago |
Ceccopierangiolieugenio
|
d70314c540
|
Merge pull request #63 from ceccopierangiolieugenio/Rework_AbstractScrollArea
Rework abstract scroll area
|
3 years ago |
Ceccopierangiolieugenio
|
04aeb87203
|
Merge pull request #64 from ceccopierangiolieugenio/Rework_Name_Attribute
Added default class name as default for the widget
|
3 years ago |
Eugenio Parodi
|
ef8104538b
|
MouseWheel support on TTkAbstractScrollViewGridLayout
|
3 years ago |
Eugenio Parodi
|
c9491dd8ab
|
Added TTkAbstractScrollViewGridLayout
|
3 years ago |
Eugenio Parodi
|
53302eb72c
|
Added default class name as default for the widget
|
3 years ago |
Eugenio Parodi
|
b0324b367c
|
Fix bug #62 - Release resources with 'close()'
|
3 years ago |
Eugenio Parodi
|
9b9dd49ca9
|
Added TextEdit usecases (copy on select, cur=ctrl+x)
|
3 years ago |
Eugenio Parodi
|
3b2af71e01
|
Reworked Undo/Redo, improved perfoemances using the cumulative changes instead of performing a doc diff
|
3 years ago |
Eugenio Parodi
|
b76857cd31
|
Transition to the reworked undo/redo, added debug info to test the new routine
|
3 years ago |
Eugenio Parodi
|
777ce18722
|
Fix, contentsChange values if the cursor is at the end of the line
|
3 years ago |
Eugenio Parodi
|
1a88b672de
|
Merge remote-tracking branch 'origin/main'
|
3 years ago |
Eugenio Parodi
|
db4d4e684c
|
TTkTextCursor: contentsChange reports the exact rem/added lines in insertText
|
3 years ago |
Eugenio Parodi
|
1eab917851
|
TTkTextCursor: contentsChange reports the exact rem/added lines in removeSelectedText
|
3 years ago |
Ceccopierangiolieugenio
|
ac51650c88
|
Update combobox.py
|
4 years ago |
Eugenio Parodi
|
de5bbac1f9
|
TextEdit, allow customization of TextEditView,
pyTtkSignal, fix remove signal
|
4 years ago |
Ceccopierangiolieugenio
|
db57ff248b
|
Merge pull request #59 from nat-chan/nat-chan-patch-1
fix typo
|
4 years ago |
mathbbN
|
a1876317e0
|
fix typo
|
4 years ago |
Eugenio Parodi
|
ba65a227f9
|
Added visual events to the mouse pointer
|
4 years ago |
Eugenio Parodi
|
6d99830919
|
Added Mouse Pointer if TTK_MOUSE env variable is defined
|
4 years ago |
Eugenio Parodi
|
ae13f0749c
|
Added widget default sizes
|
4 years ago |
Eugenio Parodi
|
0f61073ecc
|
TTkInput: parse mouse move ANSI codes
|
4 years ago |
Eugenio Parodi
|
c612438471
|
autodoc: mock "pyodideProxy"
|
4 years ago |
Eugenio Parodi
|
8b00bc3f14
|
TTkSplitter: Added 'RemoveItem', 'ReplaceItem'
|
4 years ago |
Eugenio Parodi
|
eb23071d2f
|
TTkSplitter: Added 'AddItem' 'InsertItem'
|
4 years ago |
Eugenio Parodi
|
0dcfeb3fe2
|
Improved TTkSpinBox aestetic, forcing the focus color in the TTkTextEdit
|
4 years ago |
Eugenio Parodi
|
13fcdf7a15
|
Fix bug #58 - SpinBox crash with empty string
|
4 years ago |
Ceccopierangiolieugenio
|
bf0963a82a
|
Merge pull request #57 from ceccopierangiolieugenio/Undo_Redo_Rework
Undo redo rework
|
4 years ago |
Eugenio Parodi
|
7ce88fdec8
|
TTkTextDocument: avoid redundant snapshots
|
4 years ago |
Eugenio Parodi
|
4b60bfa5cf
|
Undo/Redo data structure memo in ASCII Art
|
4 years ago |
Eugenio Parodi
|
f617a59c90
|
TTkTextDocument: moved the list of snapshots to a linked list
|
4 years ago |
Eugenio Parodi
|
b9e7c5a8e0
|
Initial drop of the Undo/Redo Rework
|
4 years ago |
Eugenio Parodi
|
dd3a8dbec5
|
Added undo/redo events
|
4 years ago |
Eugenio Parodi
|
6be24a6e39
|
Pyodide Sandbox: added uri loader
|
4 years ago |
Eugenio Parodi
|
f926d7d71c
|
Updated makefile
|
4 years ago |