Mark Gomersbach
acf8d1d59f
Remove redundant backslash between brackets
4 years ago
Mark Gomersbach
31f06faf43
Don't call format function when not needed
4 years ago
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
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
Eugenio Parodi
f46da3672d
Added extra import check workflow
4 years ago
Ceccopierangiolieugenio
30dbf51b07
Merge pull request #44 from Whidou/main
...
Remove unused turtle import
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
4f2f8403bf
Added blinking example in the docs, and windows limitations in the readme
4 years ago
Eugenio Parodi
e19e3add71
Fixed, gittk demo error
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
b76312e153
Merge branch 'main' of github.com:ceccopierangiolieugenio/pyTermTk into main
4 years ago
Eugenio Parodi
a300c23636
TTkTabWidget: added currentWidget method
4 years ago
Ceccopierangiolieugenio
b5c7a9c7d6
Update README.md
4 years ago
Eugenio Parodi
337c7ec150
Updated README.md with demo run and link to external pyTermTk projects
4 years ago
Eugenio Parodi
a64408b46c
Added TextEdit test using Pygments highlighter
4 years ago
Eugenio Parodi
8e31558e26
TTkTextEdit: Fix crash with empty widget, added 'clear' method
4 years ago
Eugenio Parodi
2728b1a414
demo vscode like layout prototype
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
Ceccopierangiolieugenio
e05a9f5c87
Merge pull request #36 from ceccopierangiolieugenio/TTkTabWidget_Rework
...
TTk_TabWidget rework + Junkies
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
Ceccopierangiolieugenio
ac25e85fba
Merge pull request #34 from ceccopierangiolieugenio/TTkTextEdit_Wrap
...
TTk text edit wrap
4 years ago
Eugenio Parodi
8a35349756
Added TextEdit wrap controls in the demo
4 years ago