Eugenio Parodi
|
ea516c277c
|
removed the internal dispose
|
2 years ago |
Eugenio Parodi
|
f7e0f3971a
|
Added dispose routine for the menubar
|
2 years ago |
Eugenio Parodi
|
b2ebdae6e0
|
Finalised the shortcut feature, adapted the menubar to use it
|
2 years ago |
Eugenio Parodi
|
2d91f6e1fd
|
First working implementation of the shortcut
|
2 years ago |
Eugenio Parodi
|
e8766a918a
|
Improved performance of the input key translation
|
2 years ago |
Eugenio Parodi
|
99c8624440
|
Initial drop of TTkShortcut
|
2 years ago |
Eugenio Parodi
|
b37fb590e0
|
FIX: #221 Add clipboard support in the lineedit
|
2 years ago |
Eugenio Parodi
|
5d404cb234
|
Removed unused properties
|
2 years ago |
Eugenio Parodi
|
48ab9948bb
|
Prototyping a dispose routine to free all the resources.
|
2 years ago |
Eugenio Parodi
|
4338fec90a
|
General cleaning, removed many unused variables, fancyTable/Tree item management was conflicting with the layout item management.
|
2 years ago |
Eugenio Parodi
|
32eae4f35a
|
Fix test error
|
2 years ago |
Eugenio Parodi
|
66d1f1c292
|
Avoid input spaces in the number
|
2 years ago |
Eugenio Parodi
|
7b2829995c
|
Added the EchoMode in the TTkLineEdit
|
2 years ago |
Eugenio Parodi
|
85ec8d7c26
|
Restructured doc folders
|
2 years ago |
Eugenio Parodi
|
10fb5d569d
|
FIX;: Fix container initialization side effect highlighted during the #210 test
|
2 years ago |
Eugenio Parodi
|
81203c1aef
|
use waitpid to avoid zombie terminal processes
|
2 years ago |
Eugenio Parodi
|
e6a03ad4c5
|
TerminalHelper Workaround to handle the initial size
|
2 years ago |
Eugenio Parodi
|
f5bb0f8edf
|
Added serial hack
|
2 years ago |
Eugenio Parodi
|
ba1f11b79e
|
Adapted the tests to the new terminalhelper
|
2 years ago |
Eugenio Parodi
|
60a37204b6
|
removed unused import
|
2 years ago |
Eugenio Parodi
|
9523aad6c0
|
Reworked the input routine to exclude multiple dragging events
|
2 years ago |
Eugenio Parodi
|
e1e90964bd
|
Fix test
|
2 years ago |
Eugenio Parodi
|
5fe976b203
|
TTkTerminal is a pure widget that require a separate backend to be attached to an external process, the terminal helper has the primitives to achieve it
|
2 years ago |
Eugenio Parodi
|
3a491c60ca
|
Added SEXBLOCK support in the TTKImage, removed bottleneck
|
2 years ago |
Eugenio Parodi
|
ede2e09ff1
|
Disabled TTkTerminal from windows/pyodide
|
2 years ago |
Eugenio Parodi
|
2f1f580193
|
updated doc
|
2 years ago |
Eugenio Parodi
|
a0e2f28f5e
|
Fix test error with python3.11
|
2 years ago |
Eugenio Parodi
|
8b731958f1
|
fix flake error
|
2 years ago |
Eugenio Parodi
|
bd9144871d
|
Kind of finalised the workbench
|
2 years ago |
Eugenio Parodi
|
761251fa27
|
Finalised the Terminal, still not perfect but I am pretty sure it can be released
|
2 years ago |
Eugenio Parodi
|
f40274b301
|
fix stupid flake8 failure
|
2 years ago |
Eugenio Parodi
|
ef23e153c6
|
adapted the new input class to ttkDesigner
|
2 years ago |
Eugenio Parodi
|
f9a2aa04d2
|
Disabled the terminal quit once the fork is done
|
2 years ago |
Eugenio Parodi
|
f43934ce3f
|
Removed regex warnings
|
2 years ago |
Eugenio Parodi
|
2e667eb67f
|
Added pyodide version
|
2 years ago |
Eugenio Parodi
|
e5fc190b0d
|
Fix deadloop in windows when file picker is opened
|
2 years ago |
Eugenio Parodi
|
5fe92d6af8
|
TTkList Widget: dnd is disable by default to avoid unexpected dragging.
|
2 years ago |
Eugenio Parodi
|
4a70ff6090
|
Adapted mock test objects to the new driver
|
2 years ago |
Eugenio Parodi
|
01641cdc3d
|
Removed force direct mouse in the windows driver
|
2 years ago |
Eugenio Parodi
|
ff873afc0b
|
Adapted pyodide to the new structure
|
2 years ago |
Eugenio Parodi
|
1b9e5aa9a5
|
Tweaked the mouse initialization
|
2 years ago |
Eugenio Parodi
|
1dc8dbf58c
|
Windows Driver, drop empty inputs
|
2 years ago |
Eugenio Parodi
|
f3fe9a6e66
|
Fixed Copy/Paste in the windows driver
|
2 years ago |
Eugenio Parodi
|
eff23e4968
|
Handled terminal resize event, moved all the plaform specific routines into the driver folder
|
2 years ago |
Eugenio Parodi
|
38ee81f855
|
Initial drop of the platform specific routines, TTkInput is now a static class
|
2 years ago |
Eugenio Parodi
|
d42dc0bca9
|
Enhancement: #189 included the linenumber property in the ttkDesigner
|
2 years ago |
Eugenio Parodi
|
2f9b1251d7
|
Enhancement: #189 allow to set the starting value of the line number in the Textedit
|
2 years ago |
Eugenio Parodi
|
d0969508a1
|
Enhancement: #190 allow independent closable status in the tabs
|
2 years ago |
Eugenio Parodi
|
29c433fe1f
|
Removed unrequired imports
|
2 years ago |
Eugenio Parodi
|
b60534ee4e
|
defining the base structure for the windows implementation
|
2 years ago |