Commit Graph
30 Commits
Author SHA1 Message Date
gryf 35cc033713 Fixed camelCase to snake case. 2022-05-01 16:25:55 +02:00
gryf 58ec6c0f1d Readme update. 2022-04-18 19:35:58 +02:00
gryf 5fadc62db7 Adjust indentation in pywmgeneral.c to be coherent on entire file. 2022-04-18 19:35:00 +02:00
gryf 068d1c548e Add function for deducting char size by filename. 2022-04-18 19:24:04 +02:00
gryf 1f55513846 Remove read_font function. 2022-04-18 19:23:28 +02:00
gryf ec39f9628c Make add_string/add_char methods of base class. 2022-04-18 19:22:39 +02:00
gryf ac17fe8b24 Make pixmap merge inside a base class.
Also suport fonts being taken from a string rather, than from file only.
2022-04-18 19:22:08 +02:00
gryf 5543105dfb Moved redraw from helpers to base class. 2022-04-18 19:17:40 +02:00
gryf 72996466cf Moved open_xwindow from helpers to base class. 2022-04-18 19:13:16 +02:00
gryf 811ecac3d3 Added more class attributes. 2022-04-18 19:10:49 +02:00
gryf 671c1b9361 Added basic run for base application. 2022-04-18 19:10:29 +02:00
gryf c6a0aa7558 Renamed main module. 2022-04-13 17:25:06 +02:00
gryf d95ea4280a Wrap init_pixmap with the DockApp method.
That way, it will update properties of the object, without passing
around ton of arguments.
2022-04-13 17:12:12 +02:00
gryf 4426988388 Adjust attributes for the base dockapp class. 2022-04-13 17:11:29 +02:00
gryf a6f372be91 init_pixmap will return dimensions of the whole font pixmap. 2022-04-13 17:10:23 +02:00
gryf 67cddb24ea Drop support for foreground color. 2022-04-13 17:09:18 +02:00
gryf 6678a07204 Allow creating whatever size of the dockapp. 2022-04-13 17:08:05 +02:00
gryf 492fce4f44 Adapt manifest file, add long descriptopn to readme. 2022-04-11 18:40:19 +02:00
gryf 6ce0d31d2d Pythonize helpers library. 2022-04-11 18:23:18 +02:00
gryf efb6f8f764 Added simple DockApp base class 2022-04-11 18:17:12 +02:00
gryf 3f39612b1e Minor formatting for c module. 2022-04-11 18:16:39 +02:00
gryf 0395af9254 Pythonize function names. 2022-04-11 18:15:38 +02:00
gryf ba08fc6ec2 Removed trailing whitespace from c module. 2022-04-11 18:14:38 +02:00
gryf 21c9d0afeb Renamed helpers module. 2022-04-11 18:13:47 +02:00
gryf fff744ae32 Clean up setup.py 2022-04-09 11:35:55 +02:00
gryf 7eb2042fb8 Make pywmhelpers work on python3 2022-04-09 11:35:41 +02:00
gryf 12fe776ec3 Adopt C code to python3. 2022-04-09 11:35:20 +02:00
gryf 1f9b63ffcd More cleanups 2022-04-09 11:34:15 +02:00
gryf 63f64f31ad Readme update 2022-04-08 18:03:42 +02:00
gryf 080b06c3aa Clean up repository.
Remove all non-lib related files including old CVS things, examples,
website and so on.
2022-04-08 17:55:07 +02:00