Commit graph

31 commits

Author SHA1 Message Date
e7a6dc2237 Use arbitrary actions, to be defined by source 2021-11-09 23:48:36 +01:00
0aee80e52e Proper .gitignore 2021-11-09 21:39:36 +01:00
5913c5e2b9 Bump FlexMatcher to 0.1.3 2021-11-09 21:36:28 +01:00
e2f81df3dc Carry over input to actions 2021-11-08 22:23:55 +01:00
a207a38101 Completions 2021-11-08 22:13:22 +01:00
9fc30022ec Quick switch and primary mode 2021-11-08 21:18:16 +01:00
bdb1520cf0 Capslock action and flx-rs matcher 2021-11-07 11:51:48 +01:00
bfc7510b5e Actions for window source 2021-11-04 00:08:31 +01:00
450e13d655 Per-entry actions and use simple actions for now
Preliminary code for action blocks and flags (similar to magit dispatch) was
removed for now. Reasoning is that it is too costly to remember specific
keybindings for each source/entry. We only allow 4 (for now)
actions which get pre-defined keybindings.

What those actions trigger exactly and whether less than 4 are used is left to
the source.
2021-11-03 21:54:00 +01:00
721d7dc326 Default color palette 2021-11-01 23:20:29 +01:00
911bfcfba3 Preliminary actions 2021-11-01 21:29:04 +01:00
d67ea79994 Center text vertically in input and result boxes 2021-11-01 21:29:04 +01:00
cc590001d7 Clip inside border region when redraw_quick 2021-11-01 21:29:04 +01:00
d9c786e88c Remove luahost 2021-11-01 21:29:04 +01:00
bc48bf122e Draw source name 2021-10-31 19:20:34 +01:00
673fef7c84 Use pango for text layout 2021-10-31 18:38:19 +01:00
dc62753629 Separate theming engine from widget painter 2021-10-31 15:48:01 +01:00
31b355c727 Shellhost 2021-10-27 00:07:24 +02:00
7a45982064 Simplify and fix narrow map
Filling the narrow map in parallel caused invalid indices.

Also narrow map can be simplified to a Vec since it anyways only maps continous
selection indices starting at 0 to entry indices.
2021-10-26 20:16:45 +02:00
c382a121a5 Add fuse matcher 2021-10-26 09:19:36 +02:00
0f4117b436 Terminal app execution 2021-10-26 07:19:00 +02:00
42907b8982 App execution 2021-10-23 09:34:02 +02:00
48879aadd8 Lua host, mark match indices in results 2021-10-19 22:11:16 +02:00
1cade695c8 Initial freedesktop applications source 2021-10-18 00:44:32 +02:00
c6ed343acd Selection, quick draw, primary action 2021-10-17 19:23:50 +02:00
8e38a59432 Sort entries by score, ui widgets 2021-10-17 13:46:56 +02:00
35f01cafe3 Unstable winit, matcher, xcb fix
- Move to unstable winit since 0.25.0 does not handle transparency correctly on
X11

- Matcher trait to enable different matching algorithms

- Find correct visualtype for cairo xcb surface: Visualtype was more or less
taken randomly which only worked by chance. Now find visualtype that corresponds
to visualid of the winit window which should be the correct one.
2021-10-16 06:31:11 +02:00
2fdfc5b749 Move to cairo ui 2021-10-11 20:41:05 +02:00
fd54aeece2 Source windows from x11 server 2021-10-03 23:07:56 +02:00
5938bad12f Source from dynamic sources 2021-09-12 16:48:02 +02:00
15fe9bc1d5 Then Light 2021-08-21 19:29:00 +02:00