1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
0.2
- added -y argument
- removed global vars (remnants of macros), cleaned some code
- split logic and drawing functions
- fixed problem when no window is open.
- removed other global vars, cleaned more code, split code in two files
0.1 : First lpanel version
- Removed clock, desktop switch
- rewritten gui_draw_taskbar
- changed code to support multiple rows of tasks.
- removed unneeded optimizations
- Now links with stdlib (to support easily arguments)
- Removed Makefiles for other platforms (painful to maintain as I only have
linux, however I won't mind if you give me a comp. :p
- Added command line arguments
- Added man page
|