Mark Gomersbach
998962f58f
Add staticmethod to avoid passing entire self when not needed
4 years ago
Mark Gomersbach
e2ae427295
Repair any doubly declared vars
...
In case of helper.py it won't affect performance as previous is just overwritten
In case of scrollbar.py it seems unintended has been adjusted
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
Mark Gomersbach
bf75c85a7c
Use py38 style
...
file open is read by default
no need to create extra lists as it's just overhead
use format strings
4 years ago
Eugenio Parodi
e2cbf78d0f
Cursor/Document Rework: move data in TTkTextDocument
4 years ago
Eugenio Parodi
9d75824afb
Improved the build procedure to work entirely in the tmp folder
4 years ago
Eugenio Parodi
a7755b9c41
Removed redundant lines from get_key
4 years ago
Whidou
8c9f7bb5a7
tabwidget: Remove unused turtle import
...
Some Python distributions do not include the `turtle` package.
This import was not used in the widget.
Signed-off-by: Whidou <root@whidou.fr>
4 years ago
Eugenio Parodi
8b6934ac10
TTkTabs: fixed indexing when the new tab is plced over the current one
4 years ago
Eugenio Parodi
c9cefed9fd
Moved themes in TTkTheme, drag events in TTkGui
4 years ago
Eugenio Parodi
0ffc3a5b62
Fix, smoke test
4 years ago
Eugenio Parodi
a10f920206
Removed select timeout
4 years ago
Eugenio Parodi
2978c9352e
Improved the release of the resources in the quit procedure
4 years ago
Eugenio Parodi
5e4a5ae9bc
TTkTebWidget: add data, fixed patch apply in the Makefile
4 years ago
Eugenio Parodi
a62116d1b0
TTkTabWidget: Forwarded Closed Signal
4 years ago
Eugenio Parodi
5694b77ef9
TTkTabWidget: Added closable feature
4 years ago
Eugenio Parodi
a300c23636
TTkTabWidget: added currentWidget method
4 years ago
Eugenio Parodi
8e31558e26
TTkTextEdit: Fix crash with empty widget, added 'clear' method
4 years ago
Eugenio Parodi
a3d0235f58
TTkSplitter: Improved with few missing control methods
4 years ago
Eugenio Parodi
c57df6acf0
Added warning for deprecated TtkWidget -> addWidget/removeWidget
4 years ago
Eugenio Parodi
8be13046a0
TTkWidget: removed 'addWidget', 'removeWidget' to avoid confusion with the layout same methods
4 years ago
Eugenio Parodi
9b8f69d36c
Added spacer in tabwidget when empty
4 years ago
Eugenio Parodi
d100e1b1df
BugFixes here and there, added Tab Drag'n Drop Demo
4 years ago
Eugenio Parodi
c6e1b7fa8c
TTkTabWidget: Added drag/drop tabs
4 years ago
Eugenio Parodi
1147a052fa
TTkTabWidhet: My personal OCD
4 years ago
Eugenio Parodi
06357ceebb
TTkTabWidget: Finalised the menubuttons
4 years ago
Eugenio Parodi
755f45a09c
TTkTabWidget: copyed menubutton from old implementation
4 years ago
Eugenio Parodi
2125ca40b0
TTkTabWidget: Last bits for the reimplementation, left/right controller
4 years ago
Eugenio Parodi
c56b31108d
TTkTabWidget: Continue the journey to implement the wheel and keyboard controls
4 years ago
Eugenio Parodi
b884c04071
TTkTabWidget: Slow progress in the colorisation
4 years ago
Eugenio Parodi
5c3ba65d50
TTkTabBar: added small layout
4 years ago
Eugenio Parodi
fd66d1a1ad
TTkTabWidget: added right/left scroller
4 years ago
Eugenio Parodi
0c613d2053
Initial rework of the tabwidget, added parentfocus feature
4 years ago
Eugenio Parodi
31f167c130
FIX: Crash when a widget is removed from the splitter
4 years ago
Eugenio Parodi
09be820e71
Added Modal Overlay windows
4 years ago
Eugenio Parodi
5666c9c2a5
Added disabled color in combonbox
4 years ago
Eugenio Parodi
2cfe1b208c
TextEdit: added fixed width vertical marker
4 years ago
Eugenio Parodi
8a35349756
Added TextEdit wrap controls in the demo
4 years ago
Eugenio Parodi
96e6361f05
TTkTextEdit: Added Word Wrap feature
4 years ago
Eugenio Parodi
9ad449aa82
TTkTextEdit, improved keyboard behavior
4 years ago
Eugenio Parodi
c9adddfa87
TTkTextEdit: Tuned keyboard controls to survive with the wrap feature
4 years ago
Eugenio Parodi
a74acdca4d
DOC: Fixed Layout tutorial link
4 years ago
Eugenio Parodi
7782a87f1c
Fix: Bug in TTkString.setColor if range overflow the size
4 years ago
Eugenio Parodi
9724ab3a8d
FIX, TextEdit doubleclick selection on multiline wrap with tabs in between
4 years ago
Eugenio Parodi
57dfd3c3e2
TTkTextEdit, improved selection in case of multilinme wrap and tabs
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