Commits
Commit:
051c65f96966c9b49e82894a37f7ca14d36edf73 (master)
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 21:40:50 2022
UTC
tweak strndup
Commit:
783a1f0e470eb58580303aee17b6813f279bfe0c
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 21:28:43 2022
UTC
capitalize macros; drop "unknown" default for version
Commit:
fd3ba448dccd71ffa0e7dd708fdb6bd2e021203d
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 21:25:32 2022
UTC
rework the build system and bump version
let's use OpenBSD' bsd.xconf.mk and bsd.prog.mk
Commit:
56ee7df94d001a3406af2707a4280b1fbe8cd54d
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 21:25:32 2022
UTC
use strcasestr(3) unconditionally
Commit:
8222234e05c61264c0c9cf8247ee4dbb7e410a5b
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 21:21:26 2022
UTC
use strtonum instead of messing around with strtol
Commit:
653179c82e2f0b78eba86a63701cd8b033a3396d
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 16:47:13 2022
UTC
make xinerama and xft mandatory
Commit:
00da3a4dc88031d8124fca703eedee754248b88e
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 16:44:35 2022
UTC
check pledge return value
Commit:
12af0d1b5fbd996026c80f09ec5f6812fe6224f2
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 16:44:35 2022
UTC
rewrite readlines
use getline instead of rolling a custom version; swap the argument and
return type to avoid being a "three star" programmer. Then, gargabe
collect the now unused read_stdin, STDIN_CHUNKS and LINES_CHUNK.
Commit:
0a5eab1ea24e7fa8c0072d9ef949437c1fa3ca8c
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon May 16 16:43:18 2022
UTC
don't pledge early
breaks fontconfig that needs wpath now...
Commit:
d4a19d8085b051a4dbee46670295cf365a115782 (tags/v1.0)
Committer:
Omar Polo <op@xglobe.in>
Date:
Fri Apr 10 08:58:20 2020
UTC
typo in flags handling
the -S (highlighted completion background) was saved as
-s (highlighted completion foreground color)
Commit:
4261c47df75d29e8f841a2ac1e074a0d6c5288e2
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sun Oct 20 13:09:17 2019
UTC
-1 on x and y to prevent other windows to grab the focus
With the new mx/my I noticed that sometimes the window behind mymenu
re-grab the keybard. Making sure that the mouse is inside the window
seems to work.
Commit:
6fa0451487d8d7e3a13171f5de74a72efda2d725
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sun Oct 20 08:34:27 2019
UTC
Clicking on the prompt closes mymenu
added this behaviour and documentation
Commit:
e6de56ed070a2b1640252ec197505a6ee117e27b
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sun Oct 20 08:15:42 2019
UTC
fmt (again)
I'm playing a bit with clang-format(1). Not happy with the result yet,
but some section are now legible, before were a mess 'cause
it
folded
every
line
Commit:
a8ca9c6d37f65303af174c40a64251e886a7997b
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sun Oct 20 08:01:15 2019
UTC
mx & my to mouse-align mymenu
Added the mx and my "special" values for MyMenu.x and MyMenu.y resources.
These special values makes mymenu spawn under the mouse, like a contestual
menu.
Commit:
0d836add15f19a060d0052830d0d1ec2ed42c6a4
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sun Oct 20 07:45:54 2019
UTC
corrected comment
Commit:
eda65435c5573d6f14d74f13a0e1974add808bb8
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Oct 19 21:45:34 2019
UTC
removed debugging printf(3) instruction
Commit:
a81dbe5ddfb13ed5d74cafe65fdce0abaf30d953
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Oct 19 21:42:19 2019
UTC
Improved mouse support
Clicking with Button1 select the item, Button3 is like C-m.
Mentioned in the manpage also the undocumented scroll function.
Mentioned the caveat that clicking past the last item is equivalent to
clicking the last item.
Commit:
92803b004812d95b2147c6c8a54618bc26d7d98a
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Oct 19 19:42:22 2019
UTC
removed check_allocation macro and possibly fixed a bug
1. remove the check_allocation macro (it was replaced with the idiom
if ((x = ...) == NULL)
err(1, "fn");
using the err(3) function instead of custom error-reporting.
2. added a break that was missing in the args parse
Commit:
242fb700783a559472710581b56feeab8abc35f6
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Fri Oct 18 20:47:53 2019
UTC
improved command example
that grep | sed can be reduced to a single sed
Commit:
f4f1270d6a973dd64747999e64f42642f9728c85
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Fri Oct 18 20:40:35 2019
UTC
added center as synonym of middle
Commit:
793e584b399e4461bfe196c73d47ea33d696429a
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Fri Oct 18 19:09:02 2019
UTC
removed -std=c89
don't pretend this is C89, this is C99. We use stdint and other stuff.
This also remove A LOT of warnings etc...
Commit:
c758d8da5386433d70d0e60af3fb27aba6bf0ad5
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Fri Oct 18 19:05:41 2019
UTC
fmt
Commit:
4d9326de341c1021e1d9c22f65cb09b5a2cdd586
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Dec 1 15:43:21 2018
UTC
Added a couple of scripts
Commit:
1f6422bc41370b210fced26dc753ca2ccae325a9
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Oct 20 18:02:54 2018
UTC
Use the correct color as background_pixel
Commit:
43e30577d46f24c3a430a3b949eacaed8a9a1d72
Committer:
Omar Polo <omar.polo@europecom.net>
Date:
Sat Oct 20 16:12:51 2018
UTC
Free some stuff (fonts, xftdraw, xim, xic...)