Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cool | Joe | 2022-08-17 | 3 | -17/+17 |
| | |||||
* | update | Joe | 2022-08-17 | 2 | -2/+2 |
| | |||||
* | Makefile update | Joe | 2022-08-16 | 1 | -3/+3 |
| | |||||
* | upadte | Joe | 2022-08-16 | 1 | -3/+3 |
| | |||||
* | update | Joe | 2022-08-16 | 1 | -5/+9 |
| | |||||
* | wip | Joe | 2022-08-16 | 2 | -3/+7 |
| | |||||
* | update | Joe | 2022-08-16 | 3 | -25/+32 |
| | |||||
* | tmp | Joe | 2022-08-16 | 1 | -3/+3 |
| | |||||
* | Joe fork | Joe | 2022-08-16 | 1 | -15/+15 |
| | |||||
* | Merge pull request #105 from ethanv2/freeze-v2 | Luke Smith | 2022-08-15 | 1 | -4/+5 |
|\ | | | | | Fix bar clicking | ||||
| * | Explicitly zero signal mask | Ethan Marshall | 2022-08-10 | 1 | -1/+2 |
| | | |||||
| * | Fix bar clicking | Ethan Marshall | 2022-08-10 | 1 | -3/+3 |
|/ | | | | | | Freeze v1 inadvertently blocked the signal which was delivered when clicking. Do not block this signal while redrawing. Instead, only explicitly block real time signals. | ||||
* | Merge pull request #104 from ethanv2/freeze | Luke Smith | 2022-08-09 | 1 | -1/+15 |
|\ | | | | | Fix statusbar freezing | ||||
| * | Do not block interrupt/terminate signals | Ethan Marshall | 2022-08-09 | 1 | -0/+3 |
| | | |||||
| * | Fix statusbar freezing | Ethan Marshall | 2022-08-09 | 1 | -1/+12 |
|/ | | | | | Block signal handlers from running recursively (when a handler is already running) to avoid deadlock on Xorg connection. | ||||
* | Merge branch 'dfuehrer-fastscroll_fix' | Luke Smith | 2021-07-16 | 1 | -26/+79 |
|\ | |||||
| * | fixed a bug in interval time updating | dfuehrer | 2021-07-05 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into fastscroll_fix | dfuehrer | 2021-06-01 | 1 | -5/+7 |
| |\ | |/ |/| | | | using pulled version of fix to remove_all bug (with an improvement) | ||||
* | | Merge pull request #75 from Murtaught/master | Luke Smith | 2021-05-23 | 1 | -4/+4 |
|\ \ | | | | | | | Replace buggy implementation of function 'remove_all()'. | ||||
| * | | Replace bughy implementation of function 'remove_all()'. | Ivan Mikhnovich | 2021-05-23 | 1 | -4/+4 |
|/ / | | | | | | | | | | | | | | | 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. | ||||
| * | reset errno so previous error doesn't cause next check to fail | dfuehrer | 2021-03-23 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'mychanges' into fastscroll_fix | dfuehrer | 2021-03-17 | 1 | -9/+30 |
| |\ | |||||
| | * | Added greatest common denominator interval from | dfuehrer | 2021-03-17 | 1 | -9/+30 |
| | | | | | | | | | | | | | | | "Improve performance by sleeping as much as possible #69" since the sleeping has been changed. | ||||
| * | | copied over the master config since it is unrelated to the fix | dfuehrer | 2021-03-14 | 1 | -14/+25 |
| |/ | |||||
| * | finally actually fixed the blocks dissappearing problem completely | dfuehrer | 2021-03-14 | 2 | -41/+64 |
| | | |||||
| * | merged with master | dfuehrer | 2021-03-13 | 4 | -14/+14 |
| |\ | |/ |/| | |||||
* | | Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fix | Luke Smith | 2021-03-02 | 1 | -21/+6 |
|\ \ | | | | | | | Revert "Mitigates disappearing blocks on fast mouse interaction" | ||||
| * | | Revert "Mitigates disappearing blocks on fast mouse interaction" | Luke Smith | 2021-03-02 | 1 | -21/+6 |
|/ / | |||||
* | | Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fix | Luke Smith | 2021-02-24 | 1 | -6/+21 |
|\ \ | | | | | | | Mitigates disappearing blocks on fast mouse interaction | ||||
| * | | Mitigates disapearing blocks on fast mouse interaction | Federico Ciuffardi | 2021-02-07 | 1 | -6/+21 |
| | | | |||||
* | | | Merge branch 'noocsharp-master' | Luke Smith | 2021-02-19 | 2 | -5/+5 |
|\ \ \ | |||||
| * | | | Merge branch 'master' of https://github.com/noocsharp/dwmblocks into ↵ | Luke Smith | 2021-02-19 | 2 | -5/+5 |
|/| | | | | | | | | | | | | | | | noocsharp-master | ||||
| * | | | update README.md | Nihal Jere | 2021-02-19 | 1 | -5/+1 |
| | | | | |||||
| * | | | ignore real-time signals by default, unless explicitly set | Nihal Jere | 2021-02-19 | 1 | -0/+4 |
| |/ / | |||||
* / / | sb-crypto removed | Luke Smith | 2021-02-15 | 1 | -1/+0 |
|/ / | |||||
* | | fix #61 | Luke Smith | 2021-02-02 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #60 from TheCatster/fix-kbselect | Luke Smith | 2020-12-28 | 1 | -1/+1 |
|\ \ | | | | | | | Change KBSelect Program To Include SB Prefix | ||||
| * | | Change KBSelect Program To Include SB Prefix | Daniel Rose | 2020-12-28 | 1 | -1/+1 |
|/ / | |||||
* | | scripts prefixed with sb- to avoid conflicts | Luke Smith | 2020-12-25 | 1 | -22/+23 |
| | | | | | | | | rename scripts or update voidrice repo | ||||
* | | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master | Luke Smith | 2020-10-11 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #52 from danielrainer/patch-1 | Luke Smith | 2020-09-09 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Change spelling in comment | ||||
| | * | | Change spelling in comment | danielrainer | 2020-09-09 | 1 | -1/+1 |
| |/ / | | | | | | | Change the word "delimeter" to "delimiter" | ||||
* / / | weather -> forceast; different defaults | Luke Smith | 2020-10-11 | 1 | -7/+11 |
|/ / | |||||
* | | update and fork fix | Luke Smith | 2020-08-28 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #46 from ryanm0/master | Luke Smith | 2020-08-05 | 1 | -4/+5 |
|\ \ | | | | | | | Makefile improvements | ||||
| * | | Makefile: use $(CC) instead of hardcoding gcc | ryanm0 | 2020-08-04 | 1 | -2/+3 |
| | | | |||||
| * | | Makefile: fix "output" target name | ryanm0 | 2020-08-04 | 1 | -2/+2 |
|/ / | | | | | | | | | Without the right target name, make will rebuild the target (dwmblocks) every time make is run, even if the source files haven't changed. | ||||
| * | sorta fixed bug with sleep and timing where interrupting | dfuehrer | 2021-03-13 | 1 | -6/+23 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | changed to my status bar things that i want | dfuehrer | 2021-03-13 | 1 | -21/+9 |
|/ | |||||
* | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks | Luke Smith | 2020-06-02 | 3 | -8/+16 |
|\ |