Commit Graph

15 Commits

Author SHA1 Message Date
LemonBoy 7ecc02bc80 utf-8 fixes! Replaced wchar_t with uint16_t. -O2 doesn't increase the binary size that much so let's go for it. 2014-01-26 13:13:49 +00:00
Steven Allen ac29e045e6 Add optional Xinerama support
Enable by making with `make XINERAMA=1`
2013-09-30 12:09:40 -04:00
LemonBoy 42ab142e74 Adjust Makefile. Fixes #19 2013-08-18 21:04:21 +02:00
Ypnose 8c15118476 PREFIX?=/usr 2012-10-20 19:47:42 +03:00
Ypnose f15760305e PREFIX
Now system packages / softwares and user softwares are separated
2012-10-16 03:05:11 +03:00
Ypnose 651cdf38d4 Deleted symbols
With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues.
2012-10-14 15:21:26 +03:00
Ypnose ffb259ac6b Removed echo 2012-10-12 15:53:21 +03:00
Ypnose a24d3be5be Added uninstall option 2012-10-12 15:14:39 +03:00
Georg Reinke ab350c86f7 Several small corrections 2012-07-24 12:29:35 +02:00
LemonBoy ba6e51059e Fixed a memory leak. Cleaned up a bit the code. 2012-07-21 17:41:57 +02:00
LemonBoy 2214927250 UTF8 support. 2012-07-18 17:11:17 +02:00
Ivan Kanakarakis c7cc3281a8 Makefile: use -Os instead of -O2
-Os provides -O2 minus some optimizations that would
increase size, plus optimizations that would decreaze
size, plus -Os usually takes caching into account.

    -Os Optimize for size.  -Os enables all -O2 optimizations that do not
        typically increase code size.  It also performs further optimizations
        designed to reduce code size.
2012-07-17 14:36:22 +03:00
Ivan Kanakarakis 8317a261c0 Makefile: add rule to create default config 2012-07-17 14:35:16 +03:00
LemonBoy 8beab7672d Tear-free now. 2012-07-16 22:56:19 +02:00
LemonBoy fbaf85f480 Here we go. 2012-07-16 11:41:34 +02:00