aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* upHEADmasterJoe12 days1-1/+1
|
* upJoe2024-12-243-3/+4
|
* upJoe2024-12-243-8/+10
|
* upJoe2022-10-041-0/+1
|
* upJoe2022-09-051-1/+1
|
* upJoe2022-09-051-3/+3
|
* upJoe2022-09-051-2/+2
|
* upJoe2022-08-302-2/+2
|
* upJoe2022-08-301-2/+2
|
* updateJoe2022-08-191-1/+1
|
* timing updateJoe2022-08-181-2/+2
|
* updateJoe2022-08-181-1/+1
|
* added disksJoe2022-08-181-0/+2
|
* updateJoe2022-08-171-1/+1
|
* updateJoe2022-08-171-1/+1
|
* updateJoe2022-08-171-5/+5
|
* coolJoe2022-08-173-17/+17
|
* updateJoe2022-08-172-2/+2
|
* Makefile updateJoe2022-08-161-3/+3
|
* upadteJoe2022-08-161-3/+3
|
* updateJoe2022-08-161-5/+9
|
* wipJoe2022-08-162-3/+7
|
* updateJoe2022-08-163-25/+32
|
* tmpJoe2022-08-161-3/+3
|
* Joe forkJoe2022-08-161-15/+15
|
* Merge pull request #105 from ethanv2/freeze-v2Luke Smith2022-08-151-4/+5
|\ | | | | Fix bar clicking
| * Explicitly zero signal maskEthan Marshall2022-08-101-1/+2
| |
| * Fix bar clickingEthan Marshall2022-08-101-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/freezeLuke Smith2022-08-091-1/+15
|\ | | | | Fix statusbar freezing
| * Do not block interrupt/terminate signalsEthan Marshall2022-08-091-0/+3
| |
| * Fix statusbar freezingEthan Marshall2022-08-091-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 Smith2021-07-161-26/+79
|\
| * fixed a bug in interval time updatingdfuehrer2021-07-051-2/+2
| |
| * Merge branch 'master' into fastscroll_fixdfuehrer2021-06-011-5/+7
| |\ | |/ |/| | | using pulled version of fix to remove_all bug (with an improvement)
* | Merge pull request #75 from Murtaught/masterLuke Smith2021-05-231-4/+4
|\ \ | | | | | | Replace buggy implementation of function 'remove_all()'.
| * | Replace bughy implementation of function 'remove_all()'.Ivan Mikhnovich2021-05-231-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 faildfuehrer2021-03-231-2/+1
| |
| * Merge branch 'mychanges' into fastscroll_fixdfuehrer2021-03-171-9/+30
| |\
| | * Added greatest common denominator interval fromdfuehrer2021-03-171-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 fixdfuehrer2021-03-141-14/+25
| |/
| * finally actually fixed the blocks dissappearing problem completelydfuehrer2021-03-142-41/+64
| |
| * merged with masterdfuehrer2021-03-134-14/+14
| |\ | |/ |/|
* | Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fixLuke Smith2021-03-021-21/+6
|\ \ | | | | | | Revert "Mitigates disappearing blocks on fast mouse interaction"
| * | Revert "Mitigates disappearing blocks on fast mouse interaction"Luke Smith2021-03-021-21/+6
|/ /
* | Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fixLuke Smith2021-02-241-6/+21
|\ \ | | | | | | Mitigates disappearing blocks on fast mouse interaction
| * | Mitigates disapearing blocks on fast mouse interactionFederico Ciuffardi2021-02-071-6/+21
| | |
* | | Merge branch 'noocsharp-master'Luke Smith2021-02-192-5/+5
|\ \ \
| * | | Merge branch 'master' of https://github.com/noocsharp/dwmblocks into ↵Luke Smith2021-02-192-5/+5
|/| | | | | | | | | | | | | | | noocsharp-master
| * | | update README.mdNihal Jere2021-02-191-5/+1
| | | |
| * | | ignore real-time signals by default, unless explicitly setNihal Jere2021-02-191-0/+4
| |/ /