Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upHEADmaster | Joe | 12 days | 1 | -1/+1 |
| | |||||
* | up | Joe | 2024-12-24 | 3 | -3/+4 |
| | |||||
* | up | Joe | 2024-12-24 | 3 | -8/+10 |
| | |||||
* | up | Joe | 2022-10-04 | 1 | -0/+1 |
| | |||||
* | up | Joe | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | up | Joe | 2022-09-05 | 1 | -3/+3 |
| | |||||
* | up | Joe | 2022-09-05 | 1 | -2/+2 |
| | |||||
* | up | Joe | 2022-08-30 | 2 | -2/+2 |
| | |||||
* | up | Joe | 2022-08-30 | 1 | -2/+2 |
| | |||||
* | update | Joe | 2022-08-19 | 1 | -1/+1 |
| | |||||
* | timing update | Joe | 2022-08-18 | 1 | -2/+2 |
| | |||||
* | update | Joe | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | added disks | Joe | 2022-08-18 | 1 | -0/+2 |
| | |||||
* | update | Joe | 2022-08-17 | 1 | -1/+1 |
| | |||||
* | update | Joe | 2022-08-17 | 1 | -1/+1 |
| | |||||
* | update | Joe | 2022-08-17 | 1 | -5/+5 |
| | |||||
* | 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 |
| |/ / |