Commit Graph

200 Commits

Author SHA1 Message Date
krypt-n
0aa0bbf6ff Fixes all non-Wconversion warnings 2014-11-05 21:04:50 +01:00
krypt-n
bb5bc23256 Fixes merging mistake 2014-11-05 20:11:17 +01:00
krypt-n
1c0af0996a Merge branch 'Numeromancer-master' into xft-port
* Numeromancer-master:
  Avoid compiler warning about ignore return from write.
  On input, ignore % w/o a { after.
  Allow colors in the form #RRGGBB (ie w/o alpha).
2014-11-05 20:07:24 +01:00
krypt-n
a0bf113068 Merges fixes 2014-11-05 20:06:56 +01:00
Timothy M. Schaeffer
7d17fa5040 Avoid compiler warning about ignore return from write. 2014-10-30 22:00:24 -04:00
Timothy M. Schaeffer
f07aa2db6f On input, ignore % w/o a { after.
This allows eg “Battery 88%” in the input w/o messing
up the colors.
2014-10-30 21:59:51 -04:00
Timothy M. Schaeffer
f87c249d21 Allow colors in the form #RRGGBB (ie w/o alpha). 2014-10-30 21:58:19 -04:00
krypt-n
2f7408e848 Fixes problem with y offset and right/center alignment 2014-10-09 22:22:28 +02:00
krypt-n
6be47235d4 Fixes multi-monitor drawing 2014-10-09 22:01:23 +02:00
krypt-n
f834c13ea0 Fixes parse-memory leak 2014-10-09 12:58:12 +02:00
krypt-n
3e2e54af90 Restores all xcb_create_window parameters 2014-10-08 23:45:25 +02:00
krypt-n
16b0aa81d1 XCB owns evenqueue 2014-10-08 23:16:48 +02:00
krypt-n
15c668905c Removes unused variables, fixes pointer warning 2014-10-08 23:12:50 +02:00
krypt-n
6d7e66a887 Removed unused code 2014-10-08 23:04:34 +02:00
krypt-n
2c0ea87587 Reenables Xrandr and Xinerama support. Untested 2014-10-08 23:00:19 +02:00
krypt-n
dc5edd2863 Initial port of xft support to a recent bar version 2014-10-08 21:47:26 +02:00
Giuseppe
e9cdee9701 Merge pull request #78 from rootcoma/fix_click_area
Fix the bounds checking for area_get.
2014-08-27 10:24:08 +02:00
LemonBoy
dbbdf373a3 Better alpha mixing, should produce correct results 2014-08-20 22:42:10 +02:00
rootcoma
c258d0a0fa Fix the bounds checking for area_get.
Mouse at far left (x=0) would not be able to click an area that starts at 0.
2014-08-08 08:06:33 -07:00
LemonBoy
8475ff4fdb Small documentation update 2014-08-08 13:49:45 +02:00
LemonBoy
28b0db1cfa Little documentation fix, closes #73 2014-08-08 11:15:57 +02:00
LemonBoy
69e8ac6f07 Fix #69. Thanks @matchew ! 2014-07-24 10:50:31 +02:00
Giuseppe
6df9a2dd68 Merge pull request #70 from graboy/master
Optional support for more than two fonts, fixed issue #68
2014-07-23 21:29:03 +02:00
Grayson MacKenzie
02627e7609 Minor syntax cleanup. Changed parameter of select_drawable_font() to const 2014-07-22 18:35:21 -04:00
Grayson MacKenzie
1c106dbfd0 Added font caching 2014-07-22 17:23:56 -04:00
LemonBoy
1199bcd4cb Travis integration 2014-07-22 22:55:30 +02:00
Grayson MacKenzie
128e212c14 General style cleanups. 2014-07-22 16:14:48 -04:00
Grayson MacKenzie
d22cd1561b Fixed #68 2014-07-22 15:20:21 -04:00
Grayson MacKenzie
f3e9df4a97 Added support for greater than two fonts. 2014-07-22 14:47:41 -04:00
Giuseppe
5e7b44dce9 Merge pull request #67 from LemonBoy/revert-65-no-alpha-fix
Revert "Add support for #RRGGBB sytle colors"
2014-07-02 15:58:28 +02:00
Giuseppe
b66bd0a172 Revert "Add support for #RRGGBB sytle colors" 2014-07-02 15:58:19 +02:00
Giuseppe
524593d871 Merge pull request #65 from Sprocklem/no-alpha-fix
Add support for #RRGGBB sytle colors
2014-07-02 03:37:44 +02:00
Sprocklem
939aead84d Small change to fix #64 2014-06-18 17:50:26 -06:00
LemonBoy
970332ac76 RGBA colors now should render properly. 2014-06-11 20:34:40 +02:00
LemonBoy
1ab492730b Area activation button is now configurable, aka right-clickable areas. 2014-06-11 20:05:23 +02:00
Giuseppe
eb90ab7675 Merge pull request #61 from jvvv/master
Multi-monitor geometry fix.
2014-06-09 16:23:01 +02:00
John Vogel
99e927ee70 Put geom checks after adjust for non-multi also 2014-06-01 09:21:06 -04:00
John Vogel
8a7015fce2 Add omitted variable declaration 2014-05-31 22:01:14 -04:00
John Vogel
e81c1ff8cb Put geometry checks after width/height adjust 2014-05-31 21:56:50 -04:00
John Vogel
caf14a0ec4 Don't send zero width rects to monitor_create_chain 2014-05-31 21:52:48 -04:00
John Vogel
c233646012 Consider all monitors for geometry settings/checks. 2014-05-28 21:00:58 -04:00
John Vogel
3546890578 Clear all pixmaps at start of parse, but not at each ${S} command. 2014-05-28 20:38:36 -04:00
LemonBoy
26044f210b Feed Xorg colors with the alpha channel premultiplied in 2014-05-07 20:53:10 +02:00
LemonBoy
a447500477 Y offset support thanks to z3bra 2014-04-24 23:46:00 +02:00
LemonBoy
3919a0045c Flawless centering 2014-03-15 15:07:10 +00:00
LemonBoy
10d1a15c2d Update the documentation 2014-03-13 23:39:51 +00:00
LemonBoy
0eb09810dc Get rid of the synchronous system call by piping the command to stdout as suggested in #46 2014-03-13 23:33:52 +00:00
LemonBoy
23c531078c Fix a typo in the manpage 2014-02-26 16:43:09 +00:00
LemonBoy
24c1da491f Handle left aligned areas 2014-02-26 16:42:31 +00:00
LemonBoy
6977bb96d2 Fixes and cleanup 2014-02-26 12:02:33 +00:00