Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-10 | Fix crash for long printfs | Michał Cichoń | 1 | -1/+1 | |
2015-12-10 | Use custom function to feed console instead of trying to be clever and ↵ | Michał Cichoń | 1 | -305/+308 | |
capturing stdout. This fixes IO on Windows 8 and Windows 10. | |||||
2015-08-25 | Replace pthread with CRT thread. | Michał Cichoń | 1 | -9/+9 | |
2015-08-25 | Fix text copied to clipboard being cropped. | Michał Cichoń | 1 | -4/+5 | |
2015-08-25 | Port pianobar to Windows: | Michał Cichoń | 1 | -0/+419 | |
- use newly introduced console.h instead of terminal.h which emulate some behavior of VT terminals - replace ffmpeg/libov player with more abstract one with DirectShow implementation |