Commit graph

3508 commits

Author SHA1 Message Date
Dave Davenport
46031bbee1 [rofi-theme] Update manpage with textbox::markup option. 2020-12-28 22:54:20 +01:00
Dave Davenport
9313d7a8a0 [Textbox] Allow theme to force markup enabled on textbox.
rofi -theme-str 'prompt { markup: true; }' -show drun -display-drun '<i>d</i>ru<b>n</b>'

fixes: #1220
2020-12-28 22:45:58 +01:00
Dave Davenport
af6752c35d [Textbox] When estimating height, set correct font first.
fixes: #1247
2020-12-27 21:25:06 +01:00
Quentin Glidic
2e18133667
xcb: Restore focus in more places
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-20 14:11:56 +01:00
Quentin Glidic
11b677b521
xcb: Nicer focus stealing in O-R mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-13 15:56:37 +01:00
Dave Davenport
ec858dd305 Revert "xcb: Steal focus in O-R mode"
This reverts commit 1c9d975dd2.

Fixes: #1228
2020-12-09 16:04:04 +01:00
Quentin Glidic
1c9d975dd2
xcb: Steal focus in O-R mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27 07:26:17 +01:00
Quentin Glidic
627bd43510
xcb: Ask for focus where possible
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27 07:26:16 +01:00
lbonn
ab1ce4a4ca Merge tag '1.6.1' into wayland 2020-11-25 19:18:07 +01:00
lbonn
7d4c5e8bd9 Run indenter 2020-11-25 19:10:26 +01:00
Dave Davenport
94bd12e478 Update version. 2020-11-22 22:12:47 +01:00
Dave Davenport
176adbde52 Version 1.6.1 2020-11-22 22:01:45 +01:00
Dave Davenport
3adddf4206 Update release notes 2020-11-22 18:04:51 +01:00
Dave Davenport
e2a7a3d154 Add ChangeLog and start working on release notes. 2020-11-22 11:30:59 +01:00
Dave Davenport
db9b7af2f7
Delete config.yaml 2020-11-17 10:17:46 +01:00
Dave Davenport
fae6ff8574
Update config.yml 2020-11-17 10:17:35 +01:00
Dave Davenport
d643efafbc [GitHub] Disable blank issues in github config. 2020-11-17 09:41:24 +01:00
Tim Gates
d27d7eb669
docs: fix simple typo, prefered -> preferred (#1224)
There is a small typo in source/xcb.c.

Should read `preferred` rather than `prefered`.
2020-11-15 00:14:02 +01:00
Dave Davenport
7061eb21ae Indent round. 2020-11-03 23:57:02 +01:00
Dave Davenport
d8eaeec66d
Fix lock.yml 2020-10-22 12:17:51 +02:00
Dave Davenport
9eb8c60bc5 [Lock] Add auto lock of closed issues. 2020-10-21 19:38:27 +02:00
Dave Davenport
4878c5bd13 [RofiIconFetcher] Add missing free 2020-10-20 20:40:47 +02:00
Dave Davenport
deb1e6a208 [RofiIconFetcher] Switch to gdk-pixbuf. 2020-10-20 20:38:13 +02:00
Dave Davenport
4fd7128d4c Add libgif dependency to INSTALL. 2020-10-18 22:03:38 +02:00
Dave Davenport
6e98290335 [RofiIconFetcher] Do image checking in icon fetcher, use nkutils-enum 2020-10-18 22:01:49 +02:00
Dave Davenport
5994df7f04 [IconLoader] add optional gif loader. 2020-10-18 21:37:05 +02:00
lbonn
87b48ce755 Revert "Use TOP layer instead of OVERLAY on Wayland"
This reverts commit dc1b15945a.

Given the current options, it's probably better to show rofi on top of
lock screens than not show it on top of full screen windows.

Discussion:
https://github.com/lbonn/rofi/issues/12
https://github.com/lbonn/rofi/issues/7
2020-10-18 21:26:10 +02:00
lbonn
807a2c0969 Merge remote-tracking branch 'upstream/next' into wayland 2020-10-18 21:25:18 +02:00
Dave Davenport
d8a420c952 [FileBrowser] Small restructure. 2020-10-18 20:54:03 +02:00
Dave Davenport
08a40d13ce [Icons] Check both small and big caps for extention. 2020-10-17 22:05:17 +02:00
Dave Davenport
cc5a1989d8 [RofiIconFetcher] Don't exit out on libjpeg error, but don't load image. 2020-10-17 21:59:12 +02:00
Dave Davenport
e00ef7d993 [FileBrowser] Save last directory. 2020-10-16 21:33:02 +02:00
Dave Davenport
10678e55d8 [FileBrowser] Prepend '@' before filename if link. 2020-10-16 21:10:04 +02:00
Dave Davenport
9a21040d0e [FileBrowser] Add SVG as file type. 2020-10-16 20:22:27 +02:00
Dave Davenport
0d45686914 [FileBrowser] If link, use stat to check out type.
Fixes: #1214
2020-10-15 19:19:51 +02:00
Dave Davenport
eea8897501 Fix some of the documentation 2020-10-12 21:39:36 +02:00
Dave Davenport
585538b428 Try fixing build on meson of readdir dirent args. 2020-10-12 20:32:25 +02:00
Dave Davenport
519d4d2818 [FileBrowser] Add file browser modi. 2020-10-12 20:17:21 +02:00
lbonn
74a157c644 wayland: set anchors on both size when auto-sizing
See https://github.com/swaywm/wlroots/pull/2422,
https://github.com/swaywm/sway/pull/5712
2020-10-12 19:06:43 +02:00
Dave Davenport
40aeb3517c [Workflow] Run from local fork. 2020-10-11 20:02:00 +02:00
Danny Colin
abad916ce8
Add Action to auto-close incomplete reports (#1212)
- update feature request to work with the action
- add workflows action config file
2020-10-11 19:05:57 +02:00
Dave Davenport
7c9a01ffc7 [Lexer] Fix parsing string in dict not to match " in middle of string.
Fixes: 1205
2020-10-02 19:15:19 +02:00
Dave Davenport
b4bbce4af5 [Helper] Add -normalize-match option.
Decomposes string and remove accent characters before matching.
This makes o match ö, é match e and more.
It is not a perfect implementation but works.
Currently disables the match highlighting.

Fixes: #1119
2020-09-30 21:56:37 +02:00
lbonn
cef94af6e1 Merge remote-tracking branch 'upstream/next' into wayland 2020-09-29 21:10:56 +02:00
a1346054
96c7ab0fff
Fix spelling (#1202) 2020-09-26 22:47:52 +02:00
Dave Davenport
83610ff682 [Manpage] Addd dash remark to manpage. 2020-09-25 13:29:03 +02:00
Dave Davenport
58a51f7f88 Add list with packaged version (thx @zero77)
Fixes: #1197
2020-09-21 18:00:05 +02:00
Dave Davenport
b434e3e02e [Man] update-rofi-sensible-terminal.1 manpage
* Source from markdown
* Update list.

Fixes: #897 #850
2020-09-19 16:49:50 +02:00
Florian Bruhin
4862584ad2
Remove extra colons (#1199)
Rofi already adds a colon after the prompt given with -p, so the
"monkey:" example would actually lead to a "monkey::" prompt.
2020-09-18 12:50:35 +02:00
Hpl4r
30fb1bd4e8
[HELP] Fix typo in help msgs (#1198) 2020-09-17 12:29:06 +02:00