9525663014 
								
							 
						 
						
							
							
								
								Update src/client.cpp  
							
							... 
							
							
							
							Co-Authored-By: Alex <alexisr245@gmail.com> 
							
						 
						
							2020-02-18 22:40:21 +01:00  
				
					
						
							
							
								 
						
							
								3ff1f28533 
								
							 
						 
						
							
							
								
								Update man page  
							
							
							
						 
						
							2020-02-18 22:24:59 +01:00  
				
					
						
							
							
								 
						
							
								4fcf06a164 
								
							 
						 
						
							
							
								
								Add a way to exclude specific output  
							
							
							
						 
						
							2020-02-18 22:24:59 +01:00  
				
					
						
							
							
								 
						
							
								9b0660e751 
								
							 
						 
						
							
							
								
								Merge pull request  #592  from Alexays/pulseaudio-alt  
							
							... 
							
							
							
							Fix alt on pulseaudio module 
							
						 
						
							2020-02-16 21:53:36 +00:00  
				
					
						
							
							
								 
						
							
								543589a97b 
								
							 
						 
						
							
							
								
								Update pulseaudio.cpp  
							
							
							
						 
						
							2020-02-16 21:48:22 +00:00  
				
					
						
							
							
								 
						
							
								82d0c87934 
								
							 
						 
						
							
							
								
								Merge pull request  #589  from JordanL2/master  
							
							... 
							
							
							
							Fix for 'Network label text not updated properly when formats contain… 
							
						 
						
							2020-02-15 18:13:14 +00:00  
				
					
						
							
							
								 
						
							
								4f8a396692 
								
							 
						 
						
							
							
								
								Fix for 'Network label text not updated properly when formats contain Unicode characters' ( #588 )  
							
							
							
						 
						
							2020-02-15 16:51:18 +00:00  
				
					
						
							
							
								 
						
							
								6141a26a09 
								
							 
						 
						
							
							
								
								Merge pull request  #584  from DanySpin97/sway-fix  
							
							... 
							
							
							
							fix(sway): add missing unordered_map include 
							
						 
						
							2020-02-11 17:46:32 +00:00  
				
					
						
							
							
								 
						
							
								bb7596045f 
								
							 
						 
						
							
							
								
								Merge pull request  #583  from DanySpin97/cxxfs  
							
							... 
							
							
							
							fix(meson): Support libc++ >=9.0.0 
							
						 
						
							2020-02-11 17:44:50 +00:00  
				
					
						
							
							
								 
						
							
								16c68ee132 
								
							 
						 
						
							
							
								
								fix(meson): Support libc++ >=9.0.0  
							
							... 
							
							
							
							From LLVM libc++ documentation:
"Prior to LLVM 9.0, libc++ provides the implementation of the
filesystem library in a separate static library."
Now the filesystem library (not the experimental one) is shipped
inside the libc++.so library.
Check if '-lc++fs' link flag is needed and supported before adding
it. 
							
						 
						
							2020-02-11 14:42:24 +01:00  
				
					
						
							
							
								 
						
							
								e0c42ae415 
								
							 
						 
						
							
							
								
								fix(sway): add missing unordered_map include  
							
							
							
						 
						
							2020-02-11 14:31:17 +01:00  
				
					
						
							
							
								 
						
							
								aae105c998 
								
							 
						 
						
							
							
								
								chore: 0.9.1  
							
							
							
						 
						
							2020-02-10 23:47:23 +00:00  
				
					
						
							
							
								 
						
							
								b719569243 
								
							 
						 
						
							
							
								
								Merge pull request  #579  from alebastr/date-fractional-seconds  
							
							... 
							
							
							
							fix(clock): lower precision of zoned_time to avoid fractional seconds in output 
							
						 
						
							2020-02-06 21:27:01 +00:00  
				
					
						
							
							
								 
						
							
								e70f8d8730 
								
							 
						 
						
							
							
								
								fix(clock): lower precision of zoned_time to avoid fractional seconds in output  
							
							
							
						 
						
							2020-02-06 10:04:22 -08:00  
				
					
						
							
							
								 
						
							
								e1215a6d17 
								
							 
						 
						
							
							
								
								Merge pull request  #578  from alebastr/ipc-use-after-free  
							
							... 
							
							
							
							fix(sway): resolve destruction dependency between Ipc and SleeperThread 
							
						 
						
							2020-02-06 17:36:11 +00:00  
				
					
						
							
							
								 
						
							
								119446d538 
								
							 
						 
						
							
							
								
								Merge pull request  #570  from skligys/simple_calendar  
							
							... 
							
							
							
							Current month calendar in clock tooltip. 
							
						 
						
							2020-02-06 17:32:27 +00:00  
				
					
						
							
							
								 
						
							
								d1f427618f 
								
							 
						 
						
							
							
								
								Cache calendar per clock instance, weekdays properly handle locales.  
							
							
							
						 
						
							2020-02-05 11:07:47 -08:00  
				
					
						
							
							
								 
						
							
								3c268d83c2 
								
							 
						 
						
							
							
								
								Merge branch 'master' into simple_calendar  
							
							
							
						 
						
							2020-02-05 11:07:09 -08:00  
				
					
						
							
							
								 
						
							
								ae6ca36fa7 
								
							 
						 
						
							
							
								
								fix(sway): resolve destruction dependency between Ipc and SleeperThread  
							
							... 
							
							
							
							Ipc destructor closes socket and thus wakes up SleeperThread which was
waiting for socket data in Ipc::handleEvent.
Ipc::handleEvent then proceeds with sending signal to already destroyed
object, causing heap-use-after-free Address Sanitizer error. 
							
						 
						
							2020-02-04 23:22:43 -08:00  
				
					
						
							
							
								 
						
							
								83b12fc8a7 
								
							 
						 
						
							
							
								
								Merge pull request  #577  from torstehu/finish-PA-audiotype  
							
							... 
							
							
							
							Finish #571  
							
						 
						
							2020-02-04 19:36:32 +00:00  
				
					
						
							
							
								 
						
							
								f107aaddc3 
								
							 
						 
						
							
							
								
								Finish  #571  
							
							
							
						 
						
							2020-02-04 12:16:50 +01:00  
				
					
						
							
							
								 
						
							
								cd2db19267 
								
							 
						 
						
							
							
								
								Detect presence, call nl_langinfo() to get first day of week.  
							
							
							
						 
						
							2020-02-03 17:18:34 -08:00  
				
					
						
							
							
								 
						
							
								4c40f9c635 
								
							 
						 
						
							
							
								
								Stop using a mutex for guarding CachedCalendar.  
							
							
							
						 
						
							2020-02-03 17:18:34 -08:00  
				
					
						
							
							
								 
						
							
								84e5b0e8c2 
								
							 
						 
						
							
							
								
								Merge pull request  #574  from torstehu/fix-typo  
							
							... 
							
							
							
							Fix typos 
							
						 
						
							2020-02-03 10:46:51 +00:00  
				
					
						
							
							
								 
						
							
								34a710cce3 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2020-02-03 10:40:26 +01:00  
				
					
						
							
							
								 
						
							
								218bb3bc2b 
								
							 
						 
						
							
							
								
								Simpify calendar generation, single loop handles both first week and subsequent weeks.  
							
							
							
						 
						
							2020-02-02 16:06:27 -08:00  
				
					
						
							
							
								 
						
							
								f6b2005687 
								
							 
						 
						
							
							
								
								Cache calendar tooltip text to reduce computations.  
							
							
							
						 
						
							2020-02-02 15:59:24 -08:00  
				
					
						
							
							
								 
						
							
								ea9591baea 
								
							 
						 
						
							
							
								
								Switch from utfcpp to Glib::ustring for UTF-8 string mangling.  
							
							
							
						 
						
							2020-02-02 15:59:24 -08:00  
				
					
						
							
							
								 
						
							
								af2528952b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:skligys/Waybar into temp  
							
							
							
						 
						
							2020-02-02 15:58:40 -08:00  
				
					
						
							
							
								 
						
							
								414bf741f3 
								
							 
						 
						
							
							
								
								Merge pull request  #571  from Trundle/adapt-icon-names-to-form-factors  
							
							... 
							
							
							
							pulseaudio: adapt icon names to form factors 
							
						 
						
							2020-02-01 11:20:32 +00:00  
				
					
						
							
							
								 
						
							
								527fa982d2 
								
							 
						 
						
							
							
								
								pulseaudio: adapt icon names to form factors  
							
							
							
						 
						
							2020-01-31 22:47:26 +01:00  
				
					
						
							
							
								 
						
							
								8e05aab4d9 
								
							 
						 
						
							
							
								
								Current month calendar in clock tooltip.  
							
							
							
						 
						
							2020-01-31 10:36:40 -08:00  
				
					
						
							
							
								 
						
							
								e9b0365327 
								
							 
						 
						
							
							
								
								Merge pull request  #560  from mjec/master  
							
							... 
							
							
							
							Add timezone support to clock module (closes  #223 ) 
							
						 
						
							2020-01-23 14:03:40 +00:00  
				
					
						
							
							
								 
						
							
								97554b3532 
								
							 
						 
						
							
							
								
								Merge branch 'master' into master  
							
							
							
						 
						
							2020-01-23 08:28:13 -05:00  
				
					
						
							
							
								 
						
							
								1e969a48ae 
								
							 
						 
						
							
							
								
								Use github instead of mesonbuild for hinnant-date patch  
							
							
							
						 
						
							2020-01-23 08:27:13 -05:00  
				
					
						
							
							
								 
						
							
								84b671f6b2 
								
							 
						 
						
							
							
								
								Attempt at supporting locale and timezones ( #1 )  
							
							
							
						 
						
							2020-01-23 08:27:10 -05:00  
				
					
						
							
							
								 
						
							
								6e30b7af3c 
								
							 
						 
						
							
							
								
								Remove duplicate dependency, use current locale  
							
							
							
						 
						
							2020-01-23 08:27:00 -05:00  
				
					
						
							
							
								 
						
							
								3130a57622 
								
							 
						 
						
							
							
								
								Add timezone support to clock module ( closes   #223 )  
							
							
							
						 
						
							2020-01-23 08:26:49 -05:00  
				
					
						
							
							
								 
						
							
								a555a72d7f 
								
							 
						 
						
							
							
								
								Merge pull request  #557  from thomaswucher/fix-meson-wrapdb-urls  
							
							... 
							
							
							
							Download patch files from Github instead of wrapdb 
							
						 
						
							2020-01-16 10:34:20 +00:00  
				
					
						
							
							
								 
						
							
								99dde1aff8 
								
							 
						 
						
							
							
								
								Download patch files from Github instead of wrapdb  
							
							... 
							
							
							
							Currently wrapdb.mesonbuild.com is offline and its not clear when it
will be up again. Github seems to be the more reliable source for these
files. 
							
						 
						
							2020-01-16 11:09:32 +01:00  
				
					
						
							
							
								 
						
							
								d5875c468f 
								
							 
						 
						
							
							
								
								Merge pull request  #550  from PlusMinus0/use_form_factor  
							
							... 
							
							
							
							Use PA_PROP_DEVICE_FORM_FACTOR for device icon. 
							
						 
						
							2020-01-15 10:05:34 +00:00  
				
					
						
							
							
								 
						
							
								9e877d3f57 
								
							 
						 
						
							
							
								
								Merge pull request  #555  from alebastr/outputs-remove-unique_ptr  
							
							... 
							
							
							
							refactor(client): use std::list<waybar_output> to store outputs 
							
						 
						
							2020-01-15 08:12:18 +00:00  
				
					
						
							
							
								 
						
							
								f80270519b 
								
							 
						 
						
							
							
								
								refactor(client): use std::list<waybar_output> to store outputs  
							
							... 
							
							
							
							std::unique_ptr is not required here as the only benefit it gives is
stability of address on vector resize and it's easy to invalidate it
accidentaly. std::list provides the same guarantee of stable addresses
of the elements and correct destruction while avoiding smart pointer
overhead.
Also fixes  #554 , caused by incorrect usage of std::remove_if. 
							
						 
						
							2020-01-14 07:27:08 -08:00  
				
					
						
							
							
								 
						
							
								8fb3211594 
								
							 
						 
						
							
							
								
								Use PA_PROP_DEVICE_FORM_FACTOR for device icon.  
							
							
							
						 
						
							2020-01-13 11:34:33 +01:00  
				
					
						
							
							
								 
						
							
								b9cd51a9cc 
								
							 
						 
						
							
							
								
								Merge pull request  #548  from Psykar/icon-width  
							
							... 
							
							
							
							Keep aspect ratio when scaling tray icons. 
							
						 
						
							2020-01-09 09:00:09 +01:00  
				
					
						
							
							
								 
						
							
								569f40de9b 
								
							 
						 
						
							
							
								
								Keep aspect ratio when scaling tray icons.  
							
							
							
						 
						
							2020-01-09 17:27:10 +10:30  
				
					
						
							
							
								 
						
							
								9c8d0865d1 
								
							 
						 
						
							
							
								
								Merge pull request  #546  from z3ntu/cassert  
							
							... 
							
							
							
							fix(network): add missing include 
							
						 
						
							2020-01-07 20:30:02 +01:00  
				
					
						
							
							
								 
						
							
								129713fe1b 
								
							 
						 
						
							
							
								
								fix(network): add missing include  
							
							... 
							
							
							
							Fixes:
../src/modules/network.cpp:68:3: error: 'assert' was not declared in this scope
   68 |   assert(starts_with(read, category));
      |   ^~~~~~
../src/modules/network.cpp:6:1: note: 'assert' is defined in header '<cassert>'; did you forget to '#include <cassert>'?
    5 | #include "util/format.hpp"
  +++ |+#include <cassert>
    6 | 
							
						 
						
							2020-01-07 20:27:31 +01:00  
				
					
						
							
							
								 
						
							
								e66c3bc965 
								
							 
						 
						
							
							
								
								Merge pull request  #543  from cole-h/master  
							
							... 
							
							
							
							mpd: add paused format string 
							
						 
						
							2020-01-07 19:18:53 +01:00  
				
					
						
							
							
								 
						
							
								75c6e2e7d5 
								
							 
						 
						
							
							
								
								mpd: add paused format string  
							
							
							
						 
						
							2020-01-07 09:15:54 -08:00