Commits
- Commit:
1f6422bc41370b210fced26dc753ca2ccae325a9
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Use the correct color as background_pixel
- Commit:
43e30577d46f24c3a430a3b949eacaed8a9a1d72
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Free some stuff (fonts, xftdraw, xim, xic...)
- Commit:
043d71ef876cd2652757beca6c7f6a0d3c1176c0
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
fixing XftColor deallocation
- Commit:
3d95a42e200d3ad1c16780aa0a77a54d96fb3a32
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Minor style improvements
- Commit:
4b09b4b1455e3d085a28d8534f986fe3c06ad2bd
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Window borders percentage are computed against screen width/height
- Commit:
df29e05e70872729933cba8ce2f5038dcabb1b29
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Added padding, border size and border color to prompt and completions*
- Commit:
37dbf9ce24169baeb00227fcb3aa075074a89e29
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Fixed non-xft compilation error
- Commit:
fca4bf859eaf45b416f0972f1bee511625e75450
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
removed test lines
- Commit:
4c0d79a0511c47c58dcdaab77641ad3b7174b308
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Using arrays instead of bunch of variables
- Commit:
5e44838137805dbfc330a3bc21507bc8faa2045b
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
fixed expand bits macro
- Commit:
2dba87e581ae296a1f40ffae724d064843f08f52
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
import variables from getopt.h
- Commit:
51986bb8e8ea28711ddfac3c6a9d27d3ac53b7a3
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
ASCI art improvements that worth a commit
- Commit:
aed48307a7a186548636d4149eb3404af0df31d7
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
more pledges + optimized ps1 extents calculations
- Drop some pledges after the initialization (in the loop we need only
stdio)
- before we computed the extents of ps1 AT EVERY RENDER, now it's
"cached" in struct rendering
- Commit:
4f769efabee28c583fd0ec07e97c5ee6177297e0
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Style fixes + GCC error fixed
- Commit:
26b541d8aa751c200616c38a304f010137b4320f
- From:
- Omar Polo <omar.polo@europecom.net>
- Date:
Even more on style(9) and bool removed