aboutsummaryrefslogtreecommitdiff
path: root/lmlib.py
Commit message (Collapse)AuthorAge
* move gtk3 icon theme to lmlib and improve icon category resolutionB Stack2019-06-17
|
* WIP: adding svg support part 1B Stack2019-06-14
|
* add features to tcl frontendB Stack2019-06-14
| | | | | | | | | | * add icon_category to config, which supports using apps/ dir for icons on el7 * add png support on el7 (tcl <8.6) * add icons to all buttons Future steps still include: * add tooltips * add svg support
* add main components for tcl frontendB Stack2019-06-12
| | | | | | | | The tcl version now accepts button presses and key presses. It has the buttons in the same layout as the gtk frontend. Also had to modify the action functions, to accept an additional useless parameter because of how tkinter was calling the functions. Still need to add icons.
* split program into lib and gtk frontendB Stack2019-06-12
In case I want to write other frontends at some point.
bgstack15