Commit Logs

Giuseppe
2015-07-22
Merge pull request #132 from krypt-n/font-count-fix Don''t exceed maximum number of fonts
Giuseppe
2015-07-22
Merge pull request #141 from DelusionalLogic/master Fixed font selection
Jesper Jensen
2015-07-22
Conform to coding standard and errors An error will not be printed if the parameter to `T` is not valid (- or a number) and the token will be eaten (just like when an invalid attribute is found)
Jesper Jensen
2015-07-22
Fixed font selection Font selection now correctly handles - as a special case. This change is also reflected in the documentation.
krypt-n
2015-06-02
Check force_count to be lower than MAX_FONT_COUNT
LemonBoy
2015-05-03
Update the usage text The -f option doesn''t accept a comma separated list of font names anymore
LemonBoy
2015-04-23
Minor change to -f handling Remove the ability of the -f switch to accept a comma-separated list of fonts. The user is expected to use multiple times -f whenever he wants to specify one or more fonts. This has the side effect of enabling the user to use fonts whose name contains a comma.
LemonBoy
2015-04-15
travis: Run a apt-get update before installing the needed packages
LemonBoy
2015-04-15
Use the maximum width reported by the font if the attributes table isn''t found
LemonBoy
2015-03-15
Minor spelling errors
LemonBoy
2015-03-14
Change the project name to lemonbar
LemonBoy
2015-03-08
Remove the now useless palette.pl script
LemonBoy
2015-03-03
Fix a silly error when redrawing the background. Fixes #108 and #82
Giuseppe
2015-02-27
Merge pull request #106 from otommod/click-fix Fix #105
Otto Modinos
2015-02-27
fix non left alignments causing wrong clicks
LemonBoy
2015-02-18
Prevent a NULL pointer deference if monitor_create fails
LemonBoy
2015-02-16
Fix the ''T'' command parsing
LemonBoy
2015-02-15
Put the elements of rgba_t in the right order. Thanks to @mrshankly for noticing it
Giuseppe
2015-02-13
Merge pull request #104 from andornaut/patch-1 Document #97 - Nested clickable areas
andornaut
2015-02-13
Document #97 - Nested clickable areas