Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-30 | Merge branch 'frei-0xff-master'HEADmaster | Luke Smith | |
2023-10-30 | Merge branch 'master' of https://github.com/frei-0xff/dwmblocks into ↵ | Luke Smith | |
frei-0xff-master | |||
2023-10-30 | a | Luke Smith | |
2023-10-29 | Replaced signal handlers with signalfd + pool | frei-0xff | |
2023-04-09 | sb-music inactive by default | Luke Smith | |
2023-04-09 | Merge pull request #113 from appeasementPolitik/async | Luke Smith | |
Give status bar codes as parameters for async dwmblocks modules | |||
2023-04-05 | Reflect changes made to sb-price | appeasementPolitik | |
2023-04-04 | Give status bar codes as parameters for async dwmblocks modules | appeasementPolitik | |
2022-08-20 | sb-doppler script on by default | Luke Smith | |
2021-07-16 | Merge branch 'dfuehrer-fastscroll_fix' | Luke Smith | |
2021-07-05 | fixed a bug in interval time updating | dfuehrer | |
2021-06-01 | Merge branch 'master' into fastscroll_fix | dfuehrer | |
using pulled version of fix to remove_all bug (with an improvement) | |||
2021-05-23 | Merge pull request #75 from Murtaught/master | Luke Smith | |
Replace buggy implementation of function 'remove_all()'. | |||
2021-05-23 | Replace bughy implementation of function 'remove_all()'. | Ivan Mikhnovich | |
Counterexample for old implementation: char str[] = "aaa"; remove_all(str, 'a'); printf("%s\n", str); // displays "a" if we're lucky, //or crashes if we're not. | |||
2021-03-23 | reset errno so previous error doesn't cause next check to fail | dfuehrer | |
2021-03-17 | Merge branch 'mychanges' into fastscroll_fix | dfuehrer | |
2021-03-17 | Added greatest common denominator interval from | dfuehrer | |
"Improve performance by sleeping as much as possible #69" since the sleeping has been changed. | |||
2021-03-14 | copied over the master config since it is unrelated to the fix | dfuehrer | |
2021-03-14 | finally actually fixed the blocks dissappearing problem completely | dfuehrer | |
2021-03-13 | merged with master | dfuehrer | |
2021-03-13 | sorta fixed bug with sleep and timing where interrupting | dfuehrer | |
dwmblocks by clicking on the bar would interrupt the sleep causing it to reload everything sooner than it should, which would cause slower things to not update and disappear untill they were reloaded. This was especially a problem with using scrolling on blocks. Still occasionally breaks but is much less horrible. | |||
2021-03-13 | changed to my status bar things that i want | dfuehrer | |
2021-03-02 | Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fix | Luke Smith | |
Revert "Mitigates disappearing blocks on fast mouse interaction" | |||
2021-03-02 | Revert "Mitigates disappearing blocks on fast mouse interaction" | Luke Smith | |
2021-02-24 | Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fix | Luke Smith | |
Mitigates disappearing blocks on fast mouse interaction | |||
2021-02-19 | Merge branch 'noocsharp-master' | Luke Smith | |
2021-02-19 | Merge branch 'master' of https://github.com/noocsharp/dwmblocks into ↵ | Luke Smith | |
noocsharp-master | |||
2021-02-19 | update README.md | Nihal Jere | |
2021-02-19 | ignore real-time signals by default, unless explicitly set | Nihal Jere | |
2021-02-15 | sb-crypto removed | Luke Smith | |
2021-02-07 | Mitigates disapearing blocks on fast mouse interaction | Federico Ciuffardi | |
2021-02-02 | fix #61 | Luke Smith | |
2020-12-28 | Merge pull request #60 from TheCatster/fix-kbselect | Luke Smith | |
Change KBSelect Program To Include SB Prefix | |||
2020-12-28 | Change KBSelect Program To Include SB Prefix | Daniel Rose | |
2020-12-25 | scripts prefixed with sb- to avoid conflicts | Luke Smith | |
rename scripts or update voidrice repo | |||
2020-10-11 | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master | Luke Smith | |
2020-10-11 | weather -> forceast; different defaults | Luke Smith | |
2020-09-09 | Merge pull request #52 from danielrainer/patch-1 | Luke Smith | |
Change spelling in comment | |||
2020-09-09 | Change spelling in comment | danielrainer | |
Change the word "delimeter" to "delimiter" | |||
2020-08-28 | update and fork fix | Luke Smith | |
2020-08-05 | Merge pull request #46 from ryanm0/master | Luke Smith | |
Makefile improvements | |||
2020-08-04 | Makefile: use $(CC) instead of hardcoding gcc | ryanm0 | |
2020-08-04 | Makefile: fix "output" target name | ryanm0 | |
Without the right target name, make will rebuild the target (dwmblocks) every time make is run, even if the source files haven't changed. | |||
2020-06-02 | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks | Luke Smith | |
2020-06-02 | fix #24 | Luke Smith | |
2020-06-02 | ui fix | Luke Smith | |
2020-06-02 | funding | Luke Smith | |
2020-05-31 | Merge pull request #29 from crian/patch-1 | Luke Smith | |
POSIX Makefile | |||
2020-05-31 | POSIX Makefile | Christian S | |
2020-05-30 | Merge pull request #28 from mackarelfish/master | Luke Smith | |
Fixed weird blocks behaviour with moving text (music, nettraf), Added support for multiple char delimiter |