Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/instantOS/sent
nothing special, just suckless sent with instantOS colors and custom fonts
https://github.com/instantOS/sent
Update colors to the beta 7 redesign
9aabec360092def078632c45a8619bedb80b13db authored about 3 years ago by paperbenni <[email protected]>I wonder if git commits could one day be sold as NFTs :thinking:
ae5f257960e448baf251640b4f6c3ab1c471a3b8 authored about 3 years ago by Pebor <[email protected]>8a1335c002bf368f88c250fb7f722a955a563949 authored over 4 years ago by paperbenni <[email protected]>
6e9d71feb038f11648ce16bf309f4d436bc76edc authored over 4 years ago by paperbenni <[email protected]>
3d3cc64ce9bfba26b53865ef52f19a68c2788f04 authored over 4 years ago by paperbenni <[email protected]>
968c720a08f364caef81d6564669cc29e894bab5 authored over 4 years ago by paperbenni <[email protected]>
4d29b880df1aae5ed78b50db3294f3deded41631 authored over 4 years ago by paperbenni <[email protected]>
e73344788f1609d8aecb4dbddb34c27942498f1d authored over 4 years ago by paperbenni <[email protected]>
b59316c7f1705085ec727649b1b1544d92424a0c authored over 4 years ago by paperbenni <[email protected]>
3048524483de59854333c0c60a45b46c7eada9ce authored over 4 years ago by paperbenni <[email protected]>
17709a6669e20dbe80857d3e0095377135818e81 authored over 4 years ago by paperbenni <[email protected]>
97ebb28625cb5637121e056f324438d5dd30a0c3 authored over 4 years ago by paperbenni <[email protected]>
If we read in a line with \0 at the beginning, blen will be 0. However,
we then try to index our...
72d33d463fed7ba271961a6f91cae1fed8faa454 authored over 7 years ago by Markus Teich <[email protected]>
Otherwise, on reloading sent would segfault. Move the check-logic to
load() rather than doing it...
53541ee1bd0f6490ad62a1a8d7de3d154558a7ea authored over 7 years ago by Markus Teich <[email protected]>
4736a6118d095db033843258248896649675faf2 authored over 7 years ago by Markus Teich <[email protected]>
16e4843d0563c1b3aea1574adde8f91ed5de5db3 authored over 7 years ago by Markus Teich <[email protected]>
ec431df440fbe6d60ba49a108c2dc10e045a5033 authored over 7 years ago by Markus Teich <[email protected]>
f925f567d7db2f1f805ac5b35abe6513e89ac156 authored over 7 years ago by Markus Teich <[email protected]>
278b8da82090abf21f655532f7f6501ebc850958 authored over 7 years ago by Markus Teich <[email protected]>
6df3d039a02f6304fd6769717f8613f6012d2eb6 authored over 7 years ago by Markus Teich <[email protected]>
0ff43aaf341e89086fea10605021fb4a94c835ad authored about 8 years ago by Markus Teich <[email protected]>
ca7978c59bb30a095cf8279944d3ec78361afd30 authored about 8 years ago by Markus Teich <[email protected]>
8185d5eacbcd3fc2420e752e8175c05b9a35b9b3 authored over 8 years ago by Hiltjo Posthuma <[email protected]>
cd307e3ba0601c6589a96f6f9f986828a0f4779d authored over 8 years ago by ssd <[email protected]>
Previously when covering the sent window with an image slide selected and
exposing it again, the...
- remove \n in die() messages in drw.c
- add a few more ':' suffix for functions that set errno....
b737e3e6af9e6999baace5d453e405f32c60b2d2 authored over 8 years ago by FRIGN <[email protected]>
c3a0671f68f894c5d7a54d934170cfd1560416c4 authored over 8 years ago by FRIGN <[email protected]>
b2daba339097e8113b5b98405014cdb18a6657bd authored over 8 years ago by FRIGN <[email protected]>
This will minimize the already low memory usage of sent.
072a318adbdf091a58587c740d081d0ccfff271c authored over 8 years ago by FRIGN <[email protected]>
die() calls exit(), but actually at this point the program could be in a
state not allowing this...
Now, before you call your lawyers, here is some explanation:
The MIT/X Consortium-License and IS...
e75676d9a4dd6dc275d3a233cc60f7624c62f189 authored over 8 years ago by FRIGN <[email protected]>
- Add a small transparent farbfeld test image
93329c72b5c20bcdf937bd636cb1a6f331a97893 authored over 8 years ago by Markus Teich <[email protected]>3af7e93324d4fb8dbcb19f60eb7e7357fd350033 authored over 8 years ago by FRIGN <[email protected]>
This fixes a bug where the image would not be loaded if the user setup a
keybinding which advanc...
- also remove unneeded memmove in load()
827f3de2e780b7eda5890e9ede7653f39a286d93 authored over 8 years ago by Markus Teich <[email protected]>
On Sat, Jun 04, 2016 at 05:28:31PM +0200, Markus Teich wrote:
> Hiltjo Posthuma wrote:
> > previ...
previously an image file would be opened but only ffread when advancing to
the slide, but when t...
27a904c1dd40d185dd5123ca354f6080e853ec92 authored over 8 years ago by Markus Teich <[email protected]>
268d1968ea951b3eb2d1411a9e0d7c0fcb23217b authored almost 9 years ago by Markus Teich <[email protected]>
On FreeBSD the lib and include directories are in /usr/local rather than /usr.
ceda5d69ac1c644bde0271012b90ea8bd02e69fb authored almost 9 years ago by Markus Teich <[email protected]>
This is a small fix for arg.h where it's possible to perform an out-of-boundary
memory access in...
There was a segfault when sent was called without arguments. Now we use stdin
when there's no ar...
616aafdcb9bd336a870d875a20645d8002d8a028 authored almost 9 years ago by Markus Teich <[email protected]>
- errors are now fatal
- no need to clean up when dying
- no need for status return codes => ffr...
77809fae79eb8b8acbb7198615717a96b08002b2 authored almost 9 years ago by Markus Teich <[email protected]>
a95e5929922d79ba8679d0d740876aebfaf81bf9 authored almost 9 years ago by FRIGN <[email protected]>
- "/ 257", because 255 * 257 = UINT16_MAX
- "/ 255", because that's the maximum possible RGB value
b0ad67036e35bc148ebda08184881375e716ec0b authored almost 9 years ago by Markus Teich <[email protected]>
The child thread was created because execlp will not return if successful.
The eprintf was place...
Instead of requiring an executable, allow building arbitrary shell
pipelines to filter filetypes...
11f2c648eb1849976fddf57af8b66fcc43d425dc authored about 9 years ago by Markus Teich <[email protected]>
008ff1b88b3e9cdd13e82d0ec4fb573c977f6a3d authored about 9 years ago by Markus Teich <[email protected]>
edb46305647d909199a860b6b0812595742f6fe4 authored about 9 years ago by Markus Teich <[email protected]>
24762d01720aaee44334249fa70498a0536ff89e authored about 9 years ago by Markus Teich <[email protected]>
0798e82d2326fc330168733997006020cc59e215 authored about 9 years ago by Markus Teich <[email protected]>
Sent now uses farbfeld[0] as an intermediate format. A series of
filters is specified in config...
7e558105e6e46a6a2592f2ee15220b99922cd1f0 authored about 9 years ago by Markus Teich <[email protected]>
98e18541897b019d1c8bbd4b7a0ba51e65974a98 authored about 9 years ago by Alexis <[email protected]>
91aeb01dcef28aea6e15ba7d1c9a094d01dfc41e authored about 9 years ago by Alexis <[email protected]>
824dae147e8c89465e09709764601d7d80dff819 authored about 9 years ago by Alexis <[email protected]>
95af430d978d9ad9a6235ac1899a1ecd46bff6f3 authored about 9 years ago by Ivan Tham <[email protected]>
In load() we allocated slides before checking if we actually read
anything from the FILE fp and ...
eac14478e949e29e442922d997f057573ddd9923 authored about 9 years ago by Markus Teich <[email protected]>
If drw was NULL, memory was still allocated for cur.
996a4c5c6e7b98c9f3ef50846f567b5d6a2da932 authored about 9 years ago by Quentin Rameau <[email protected]>243c8cf7b6e66813609ac4ca9c9e6343408e1d72 authored about 9 years ago by Ivan Tham <[email protected]>
cc57a28eba7c2ec574d92817bff012b3b051dd6b authored about 9 years ago by Markus Teich <[email protected]>
c3cd2edca606b463e775a10ed2498f38cd86555f authored about 9 years ago by Jan Christoph Ebersbach <[email protected]>
448fe33370e1252ea5755066c0623b2c67818357 authored about 9 years ago by Markus Teich <[email protected]>
31be676486aaa655b528b39a161c3deaff477678 authored about 9 years ago by Markus Teich <[email protected]>
4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a authored about 9 years ago by Markus Teich <[email protected]>
When the window background is left at WhitePixel (from initialization) and the
user has set a da...
aa713a8a342ec0e6eca173cd4489834f8baa0a86 authored about 9 years ago by Markus Teich <[email protected]>
b1cb3bbc2085bc30e0a456d02e7eb68d5665a5b2 authored about 9 years ago by Markus Teich <[email protected]>
84734c73e82b8b30e2eef82c192a53010fb2d35f authored about 9 years ago by Markus Teich <[email protected]>
eb07f3dc10c9efa6272ae5177de74a7fc093cf51 authored about 9 years ago by Markus Teich <[email protected]>
22a0a7f25596c28588bac5bf9e12cd8c534684d4 authored about 9 years ago by Markus Teich <[email protected]>
d7eac23083be2278327e94255a182a221a0df273 authored about 9 years ago by Markus Teich <[email protected]>
b23121b4aab274bd8e41d81145579ff93ba9a8f6 authored about 9 years ago by Markus Teich <[email protected]>
d302f2efe13205f45f15f1e92113a44c55b0a0cd authored about 9 years ago by Markus Teich <[email protected]>
f6455efd52cdcfcb25030a8f3644162e8b861573 authored about 9 years ago by Markus Teich <[email protected]>
67ec8b1547b9e58155f0966731820b25e71240e8 authored about 9 years ago by Markus Teich <[email protected]>
If the window manager maps our window at the requested size, we may not get a
ConfigureNotify ev...
without the attached patch ./sent example segfaults here
4ca44387e65a96a93b56ed1491f5f90c5e25d948 authored about 9 years ago by Szabolcs Nagy <[email protected]>3ce84e71700ba35818c7a83630994d765e77599d authored about 9 years ago by Markus Teich <[email protected]>
0dc8cb9dabb9630681c5cb44206e694e5ebe8514 authored about 9 years ago by Markus Teich <[email protected]>
9ab88b5935b722021c2aed2d2a417fd83226ff64 authored about 9 years ago by Markus Teich <[email protected]>
fc82374b03b5b2fd9b9770163184d3747a1ccd26 authored about 9 years ago by Markus Teich <[email protected]>
f84e7a585e530e15437f7d87b721d0df3f98e24e authored about 9 years ago by Markus Teich <[email protected]>
345b48fe0333bbc85c52c5b4ab1ab94879b2fc1d authored about 9 years ago by Markus Teich <[email protected]>
a9ca2473fd72462eaf90346258119c13c74bddcb authored about 9 years ago by Markus Teich <[email protected]>
4a114392bbdef9fc23d7f346ad1dab4f855bed17 authored about 9 years ago by Markus Teich <[email protected]>
0b9b4d2439241532a41e0361b17a2f9d0e2b850a authored about 9 years ago by Markus Teich <[email protected]>
6b002c44b8bb950b025ea16d20237904ad553d86 authored over 9 years ago by Markus Teich <[email protected]>
d06622336b5e9ae65f69277eea1a292e3c0d6894 authored over 9 years ago by Markus Teich <[email protected]>
8215db707caea46a5ba1d8b6c43ed36390b7d5d8 authored over 9 years ago by Markus Teich <[email protected]>
96e1607e78244f8ae85785938b66938e9586c4fb authored over 9 years ago by Markus Teich <[email protected]>