Commit Graph

  • 9ca4a1423e Ported randr code to wip branch, plus some fixes. John Vogel 2014-02-09 18:54:33 -0500
  • 3f6bf2afc6 Reorganize randr/xinerama detection, add monitor_add(). John Vogel 2014-02-10 21:42:14 -0500
  • 59fb6c5dfe Ported randr code to wip branch, plus some fixes. John Vogel 2014-02-09 18:54:33 -0500
  • c349f0e39c Never go full retard. Now the width param is honoured in Xinerama mode. LemonBoy 2014-02-08 18:55:31 +0000
  • edc2e2c61c So revamp. Much flexible. Such wow. LemonBoy 2014-02-08 15:45:38 +0000
  • c6104a8496 Merge f3fbfd555a into 38183db9a1 Michael J. Kiernan 2014-02-08 17:37:20 +0800
  • f3fbfd555a Merge branch 'master' of https://github.com/LemonBoy/bar mikeyjk 2014-02-08 17:34:58 +0800
  • e8ec2fcfe5 Merge branch 'master' of github.com:LemonBoy/bar into xinerama-fix LemonBoy 2014-02-05 23:24:21 +0000
  • 38183db9a1 Merge pull request #35 from freestyl3r/master Giuseppe 2014-02-05 12:42:30 +0000
  • ad35bff56a Merge 68b37a2111 into 7ecc02bc80 Jurica Vukadin 2014-02-04 17:21:38 -0800
  • 9cdaa22e06 styling change: remove uneeded parentheses around dereferenced pointer Bill Kolokithas 2014-02-04 22:35:54 +0200
  • 4e1d114f4e check return value of fgets and exit main loop if EOF is received Bill Kolokithas 2014-02-04 22:28:01 +0200
  • 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. LemonBoy 2014-01-26 13:13:49 +0000
  • 0d937fcadb Better naming. Avoid useless check when xinerama isn't active LemonBoy 2014-01-24 11:38:49 +0000
  • fbeadbe9de Xinerama fixes. LemonBoy 2014-01-24 11:30:20 +0000
  • d1c0aa71bf restored config file mikeyjk 2014-01-24 00:52:35 +0800
  • 68b37a2111 Account for screen offset when calculating clickable area positions Jurica Vukadin 2014-01-17 14:19:15 +0000
  • 522a693f07 changed so command line arguments can be provided to configure the bar. mikeyjk 2014-01-17 14:45:15 +0800
  • df91bd11f3 Increase read buffer Jurica Vukadin 2014-01-13 22:47:23 +0100
  • 0fb530e1a2 Cleanup command parsing logic Jurica Vukadin 2014-01-13 22:46:52 +0100
  • 1efcc61006 Add mouse support Jurica Vukadin 2014-01-13 17:46:03 +0100
  • dcb0416af7 Rebased branch to commit cc34dab of bar master. John Vogel 2014-01-09 22:05:39 -0500
  • cc34dab746 Take BAR_OFFSET into account. Fixes #29. LemonBoy 2014-01-02 18:38:04 +0000
  • 8404c78c18 Merge pull request #26 from boblehest/master Giuseppe 2013-12-21 01:02:00 -0800
  • c190fda04d Merge 55b657996f into 7b76711980 jvvv 2013-12-17 17:20:44 -0800
  • 55b657996f Clean up after removing screen_adjust removal. John Vogel 2013-12-17 20:16:58 -0500
  • 1104340f0b Remove the screen adjust and move the xinerama init back into init(); the screen_adjust removes screens structs that could easily be referenced erroneously later and they take up very little space. There's no point doing the xinerama init as a separate function as it won't get called again. John Vogel 2013-12-16 18:00:56 -0500
  • 30c9883428 fix get_xinerama_outputs: don't use global num_screens here John Vogel 2013-12-15 20:04:46 -0500
  • 72f21a85a7 minor whitespace cleanup John Vogel 2013-12-15 16:44:01 -0500
  • 9b7a2bd096 Handle randr screen change events. John Vogel 2013-12-15 14:56:28 -0500
  • ae8525bc54 Update bar.c jvvv 2013-12-15 02:00:31 -0500
  • 05f8194067 Add back the BAR_OFFSET adjustments to init() John Vogel 2013-12-15 00:49:22 -0500
  • 8042442b8f Replace struct rect with xcb_rectangle_t jvvv 2013-12-15 00:28:29 -0500
  • e7df9b0b91 add initial randr support and adjust xinerama support John Vogel 2013-12-14 23:57:09 -0500
  • 1e0059742a Fix issue LemonBoy/bar#25 Jørn Lode 2013-11-16 15:07:53 +0100
  • 882b630be8 Merge c17f9fa1c4 into 7b76711980 Bastien Dejean 2013-10-06 13:55:39 -0700
  • c17f9fa1c4 Fix invalid number of elements for property Bastien Dejean 2013-10-06 22:49:11 +0200
  • 7b76711980 Add Xinerama explanation in the readme LemonBoy 2013-10-02 08:21:43 +0000
  • 50fea2e1bd Merge ac29e045e6 into 4437b0c674 Steven Allen 2013-09-30 09:09:51 -0700
  • ac29e045e6 Add optional Xinerama support Steven Allen 2013-09-24 23:14:43 -0400
  • 4437b0c674 Fix issue #22 LemonBoy 2013-09-30 16:03:36 +0000
  • d87fc1f0c8 Add transparency support. Reworked EWMH stuff, fixes #20. LemonBoy 2013-09-02 13:35:32 +0000
  • 216162c7eb This is awkward. LemonBoy 2013-08-31 16:54:02 +0000
  • 3a207cf9ba Revamped palette.pl. Support separate colors for bg/fg. LemonBoy 2013-08-31 15:36:32 +0000
  • 42ab142e74 Adjust Makefile. Fixes #19 LemonBoy 2013-08-18 21:04:21 +0200
  • ff2dde88a1 Minor cleanup. LemonBoy 2013-05-24 16:00:52 +0200
  • c487ff65bc Set sel_font to NULL at start. Fixes #16 LemonBoy 2013-03-15 17:00:37 +0100
  • f95757bc1a Suppress some compiler warnings. Silghtly faster and smaller. LemonBoy 2013-02-16 11:57:51 +0100
  • 03c39538a5 Workaround for OpenBox (Thanks ma @ arch bbs). Handle some fonts better. LemonBoy 2012-11-10 14:48:21 +0100
  • febe0f822d Merge pull request #13 from Ypnose/master Giuseppe 2012-10-21 01:31:34 -0700
  • 52a957b9b7 Merge 8c15118476 into 930e05eb9a Ypnose 2012-10-20 09:47:43 -0700
  • 8c15118476 PREFIX?=/usr Ypnose 2012-10-20 19:47:42 +0300
  • f15760305e PREFIX Ypnose 2012-10-16 03:05:11 +0300
  • 651cdf38d4 Deleted symbols Ypnose 2012-10-14 15:21:26 +0300
  • 930e05eb9a Merge pull request #12 from Ypnose/master Giuseppe 2012-10-12 15:53:24 -0700
  • 59b4ff6a63 Merge ffb259ac6b into a80ebaa157 Ypnose 2012-10-12 05:53:23 -0700
  • ffb259ac6b Removed echo Ypnose 2012-10-12 15:53:21 +0300
  • a24d3be5be Added uninstall option Ypnose 2012-10-12 15:14:39 +0300
  • a80ebaa157 bar_bottom is already initialized with config setting, don't zero it. LemonBoy 2012-09-04 15:23:55 +0200
  • 0a71d182db Consistent option naming. LemonBoy 2012-08-18 13:48:54 +0200
  • 278f1b7cc5 Merge pull request #10 from c00kiemon5ter/widthoffset Giuseppe 2012-08-18 04:46:31 -0700
  • 751fdfeb18 Merge 80fd31b32c into f6801f83e3 Ivan Kanakarakis 2012-08-18 04:20:07 -0700
  • 80fd31b32c add bar width and leading offset configuration options Ivan Kanakarakis 2012-08-17 03:29:18 +0300
  • f6801f83e3 Merge pull request #7 from guelfey/master Giuseppe 2012-08-18 02:56:46 -0700
  • 55d20044ce Merge e1cd134ec2 into c36808d3f9 guelfey 2012-08-17 04:37:03 -0700
  • e1cd134ec2 Merge remote-tracking branch 'upstream/master' Georg Reinke 2012-08-17 13:35:32 +0200
  • 06d2db7c78 Add default setting for bar_bottom in config.h Georg Reinke 2012-08-17 13:32:48 +0200
  • c36808d3f9 Merge pull request #8 from mil/master Giuseppe 2012-07-29 12:17:11 -0700
  • 935a63f767 Merge ef18b389ce into f089d43a46 Miles Sandlar 2012-07-26 13:09:51 -0700
  • ef18b389ce Typo, added the = 2012-07-26 20:07:36 -0400
  • b74ceb323a Specify how to clear underline color in README = 2012-07-26 20:06:02 -0400
  • 2b9ca04290 Minor coding style fixes Georg Reinke 2012-07-26 11:52:32 +0200
  • f089d43a46 Don't sync background color with foreground one. LemonBoy 2012-07-25 22:57:51 +0200
  • 6c3b81602b Swap order when drawing. Now it underlines properly even small fonts. LemonBoy 2012-07-25 20:33:01 +0200
  • 3f8bfbe514 Toggleable underline/overline switch added. LemonBoy 2012-07-25 17:09:04 +0200
  • a4a3c805e3 Support for non-monospaced fonts. Changed the font definition in the config. LemonBoy 2012-07-25 16:55:26 +0200
  • 1abd4c2d5a Don't wait for a wm to show up. This makes bar work with XMonad. LemonBoy 2012-07-25 11:05:13 +0200
  • 25b9136235 Merge ed067579b9 into d7412803f6 guelfey 2012-07-24 05:13:00 -0700
  • ed067579b9 Correct cleanup() behaviour Georg Reinke 2012-07-24 14:12:04 +0200
  • ab350c86f7 Several small corrections Georg Reinke 2012-07-24 12:25:45 +0200
  • 8a35dc7695 Format LICENSE correctly Georg Reinke 2012-07-24 12:08:12 +0200
  • 25bf9e9739 Make BAR_BOTTOM a command line option Georg Reinke 2012-07-24 12:08:02 +0200
  • d7412803f6 Multi font support. Major refactoring of many places. LemonBoy 2012-07-23 16:49:39 +0200
  • 5ea77f2242 More EWMH goodness. LemonBoy 2012-07-22 12:44:19 +0200
  • 4ecaa1c6c2 Added positioning switch. LemonBoy 2012-07-22 11:45:10 +0200
  • b0cc51c1c9 Added licensing LemonBoy 2012-07-22 00:50:16 +0200
  • ba6e51059e Fixed a memory leak. Cleaned up a bit the code. LemonBoy 2012-07-21 17:41:57 +0200
  • 741b9da4a1 Added underlining support. LemonBoy 2012-07-20 16:28:12 +0200
  • 054ee4396f Text is now properly centered. LemonBoy 2012-07-20 11:53:29 +0200
  • c97b0ecde6 Basic EWMH compliance. LemonBoy 2012-07-20 02:44:30 +0200
  • d0195d630b Properly center the text. LemonBoy 2012-07-20 09:35:15 +0200
  • a4f7f32610 Respect the permanent option. LemonBoy 2012-07-18 21:27:41 +0200
  • c82da2e624 Merge pull request #4 from sethlilly/master Giuseppe 2012-07-18 08:42:09 -0700
  • fbe69385b5 Merge 4602586dc8 into f808c16ec1 GitHub Merge Button 2012-07-18 08:35:23 -0700
  • 4602586dc8 Fixed typo in Options description Seth Lilly 2012-07-18 12:33:03 -0300
  • f808c16ec1 Silly error is silly. LemonBoy 2012-07-18 17:29:37 +0200
  • 37d343e554 Added palette.pl LemonBoy 2012-07-18 17:25:19 +0200
  • 2214927250 UTF8 support. LemonBoy 2012-07-18 17:11:17 +0200
  • 5f336a6a2d Fixes #1 for real. Cpu usage lowered even more. LemonBoy 2012-07-17 16:56:03 +0200
  • 0723d9320d Merge pull request #3 from c00kiemon5ter/master Giuseppe 2012-07-17 05:04:55 -0700