aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* / / sb-crypto removedLuke Smith2021-02-151-1/+0
|/ /
* | fix #61Luke Smith2021-02-021-0/+2
| |
* | Merge pull request #60 from TheCatster/fix-kbselectLuke Smith2020-12-281-1/+1
|\ \ | | | | | | Change KBSelect Program To Include SB Prefix
| * | Change KBSelect Program To Include SB PrefixDaniel Rose2020-12-281-1/+1
|/ /
* | scripts prefixed with sb- to avoid conflictsLuke Smith2020-12-251-22/+23
| | | | | | | | rename scripts or update voidrice repo
* | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into masterLuke Smith2020-10-111-1/+1
|\ \
| * \ Merge pull request #52 from danielrainer/patch-1Luke Smith2020-09-091-1/+1
| |\ \ | | | | | | | | Change spelling in comment
| | * | Change spelling in commentdanielrainer2020-09-091-1/+1
| |/ / | | | | | | Change the word "delimeter" to "delimiter"
* / / weather -> forceast; different defaultsLuke Smith2020-10-111-7/+11
|/ /
* | update and fork fixLuke Smith2020-08-281-3/+4
| |
* | Merge pull request #46 from ryanm0/masterLuke Smith2020-08-051-4/+5
|\ \ | | | | | | Makefile improvements
| * | Makefile: use $(CC) instead of hardcoding gccryanm02020-08-041-2/+3
| | |
| * | Makefile: fix "output" target nameryanm02020-08-041-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 interruptingdfuehrer2021-03-131-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 wantdfuehrer2021-03-131-21/+9
|/