You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Eugenio Parodi 6c9e86c825 Fixed move mouse report in the terminal, added CSI_REP 3 years ago
..
pytest Fix Test 3 years ago
sandbox Aligned sandbox Makefile to the libraries 3 years ago
stress updated the stress test to use the multiple widgets api 3 years ago
timeit Fixed move mouse report in the terminal, added CSI_REP 3 years ago
utf-8 Merge remote-tracking branch 'origin' 3 years ago
fillscreen.sh Added stupid ANSI test scripts 3 years ago
stupid.ansi.test.sh Vim is almost usable using the terminal emulator 3 years ago
test.ansi.001.py TTkColor: rework, used rgb data structure, improved ANSI color parse 4 years ago
test.argspec.001.py Extend property animation support for function pointer and type hints 3 years ago
test.checkdiff.py TtkTextDocument, gen list of snapshot diffs 4 years ago
test.classes.001.slots.py missing slots and missing __slots__ test 3 years ago
test.dataclass.001.py Added Dataclass tests 3 years ago
test.draw.001.py Removed the colors routine with Apache license 4 years ago
test.draw.002.py Removed the colors routine with Apache license 4 years ago
test.draw.003.py TTkTextEdit: #110 - Added txt export methods and textChanged signal 3 years ago
test.draw.004.py TTkTextEdit: #110 - Added txt export methods and textChanged signal 3 years ago
test.draw.005.py TTkTextEdit: #110 - Added txt export methods and textChanged signal 3 years ago
test.draw.006.py Tree: Use TTkString to support non conventional chars, and Fix borderline issues 3 years ago
test.draw.007.py Tree: Use TTkString to support non conventional chars, and Fix borderline issues 3 years ago
test.draw.008.align.py Added TTkString align Tests 3 years ago
test.generic.001.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.002.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.003.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.004.footprint.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.005.fnctl.py Yet Another Fix of the paintCanvas routine 3 years ago
test.generic.006.weakref.01.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.006.weakref.02.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.006.weakref.03.py Removed name reference where not required 3 years ago
test.generic.007.timer.py removed the usage of threading.Timer in TTkTimer and improved the stop routine 3 years ago
test.generic.008.class.fields.py fix flake test 3 years ago
test.generic.009.yield.py Handled the CSI ST control sequences 3 years ago
test.importlib.001.py Added vscode debug profile 3 years ago
test.input.py Implemented bracketed paste 3 years ago
test.input.raw.py Fixed move mouse report in the terminal, added CSI_REP 3 years ago
test.input.win.py Implemented bracketed paste 3 years ago
test.metaclass.001.py Added basic Unicode special width support in TTkString and Canvas 3 years ago
test.metaclass.002.py Added basic Unicode special width support in TTkString and Canvas 3 years ago
test.pty.001.py Terminal Multiplexer Prototype 3 years ago
test.pty.002.py Terminal Multiplexer Prototype 3 years ago
test.pty.003.py Terminal Multiplexer Prototype 3 years ago
test.pty.004.openpty.01.py Added Terminal Quit 3 years ago
test.pty.004.openpty.02.py Added Terminal Quit 3 years ago
test.pty.005.fork.py Base of the TTkTerminal implementation 3 years ago
test.pty.006.terminal.01.py Added improved terminal test 3 years ago
test.pty.006.terminal.02.py added few terminal in the test 3 years ago
test.pty.006.terminal.03.py Added basic OSC handling 3 years ago
test.termios.001.py Added Sigmask Demo 4 years ago
test.ui.001.frame.01.py Fixed move mouse report in the terminal, added CSI_REP 3 years ago
test.ui.001.window.01.py Fixed move mouse report in the terminal, added CSI_REP 3 years ago
test.ui.002.py Improved drawing routine, added test class,button,colors 5 years ago
test.ui.003.layout.position.py HAndle the layout position, aligned the positioning functions to the new design. 5 years ago
test.ui.003.layout.py LineEdit, Custom Themes, Special Keys, Cursor 5 years ago
test.ui.003.layout.span.py Finalised row/colspan 5 years ago
test.ui.004.windows.py Added Z order 5 years ago
test.ui.005.labels.py LineEdit, Custom Themes, Special Keys, Cursor 5 years ago
test.ui.006.scroll.py Add Color Gradient mod, Grid Layout, moved const in TTkK 5 years ago
test.ui.007.events.py Click Signal, Scrollbar Signal/slots, Basic Table, Demos 5 years ago
test.ui.008.fancy.table.py Initial drop of the treewidget implementation 4 years ago
test.ui.009.widgets.form.py Reworked RadioButton to use "radiogroup" to group the different widgets 3 years ago
test.ui.010.splitter.01.py Reworked TTkSplitter to support predefined sizes 3 years ago
test.ui.010.splitter.02.py Reworked TTkSplitter to support predefined sizes 3 years ago
test.ui.010.splitter.03.py Reworked TTkSplitter to support predefined sizes 3 years ago
test.ui.011.fancy.tree.py Initial drop of the treewidget implementation 4 years ago
test.ui.011.tree.01.py Added sizeChanged event to TTkWidget 3 years ago
test.ui.011.tree.02.widgets.py Added sizeChanged event to TTkWidget 3 years ago
test.ui.011.tree.03.widgets.py Added Multiline Support in the Tree Widget 3 years ago
test.ui.012.tab.py Add tab widget, add showcase demo 5 years ago
test.ui.013.graph.py Graph widget 5 years ago
test.ui.014.list.02.py Added color support in the uiloader 3 years ago
test.ui.014.list.py Removed the Text property 3 years ago
test.ui.015.scrollArea.01.py Added scrollArea missing methods 3 years ago
test.ui.015.scrollArea.02.py Reworked RadioButton to use "radiogroup" to group the different widgets 3 years ago
test.ui.015.scrollArea.03.py Reworked the standard menuBar api t keep the more compliant with the standard TermTk api 3 years ago
test.ui.016.about.py Added TTkImage, TTkAbout widgets 5 years ago
test.ui.016.raster.py Cleaned the handling of the widget's name. 3 years ago
test.ui.017.Drag.Drop.001.py Added Debug View in the Drag and Drop Test 4 years ago
test.ui.018.TextEdit.Pygments.py Added TextEdit test using Pygments highlighter 4 years ago
test.ui.019.multi.start.Ste.poc.py Improved the release of the resources in the quit procedure 4 years ago
test.ui.020.TextEdit.01.UndoRedo.py Fix missing paintEvent updated 3 years ago
test.ui.020.TextEdit.02.UndoRedo.py Cleaned the handling of the widget's name. 3 years ago
test.ui.020.TextEdit.03.save.py TTkTextEdit: #110 - Added txt export methods and textChanged signal 3 years ago
test.ui.021.abstractscroll.01.py Added TTkAbstractScrollViewGridLayout 3 years ago
test.ui.021.abstractscroll.02.py Added TTkAbstractScrollViewGridLayout 3 years ago
test.ui.022.progressbar.py tuned the fancy widgets and moved the current progressbar in the fancy type 3 years ago
test.ui.023.01.colorLinearGradient.py slightly improved the paint routine performance using zip 3 years ago
test.ui.023.02.colorLinearGradient.saveBuffer.py Fix missing paintEvent updated 3 years ago
test.ui.024.canvas.boundaries.py FIX Crash widh nested layout offsets 3 years ago
test.ui.025.layout.offset.py Fix missing paintEvent updated 3 years ago
test.ui.026.toolTip.py Improved/Fix toolTip and ttkDesigner 3 years ago
test.ui.027.button.01.label.colors.py Allow button to assume shapes below its boundaries 3 years ago
test.ui.027.button.02.sizes.py Allow button to assume shapes below its boundaries 3 years ago
test.ui.028.textPicker.01.py Prototyping the textpicker 3 years ago
test.ui.029.image.tool.01.py Added Image Tool 3 years ago
test.ui.030.menu.01.py Reworked the standard menuBar api t keep the more compliant with the standard TermTk api 3 years ago
test.ui.030.menu.02.bar.py Reworked the standard menuBar api t keep the more compliant with the standard TermTk api 3 years ago
test.ui.102.py test Error 5 years ago
textedit.ANSI.txt TTkTextEdit: #110 - Added txt export methods and textChanged signal 3 years ago