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
Dave Davenport
7c331b130b
[Calc] Add min/max operator support to calc()
...
Fixes : #1172
2020-09-14 20:34:39 +02:00
Dave Davenport
798379551f
[Theme] Change default theme icon height to 1 em, to match old behaviour better.
2020-09-14 20:05:29 +02:00
Dave Davenport
aef108e186
[Default Theme] Change ch to em.
2020-09-14 09:36:20 +02:00
Dave Davenport
011908e1ff
issue 1187: If error on launching application, show error message and return to list` ( #1193 )
...
* Show error message, then possibly pop back to main window.
Fix drun/run dialog to use this for command execution.
Issue #1187
* [Combi] When no line selected, handle using the first entry.
* [Window] Add execute on invalid input to window dialog.
* Update view.h doxygen docu
* Update manpage with running application changes.
2020-09-13 21:56:25 +02:00
Dave Davenport
3ffc810468
Remove xenial warning from INSTALL.md
2020-09-13 21:02:59 +02:00
Dave Davenport
ee5fc74dd9
[Test] fix theme parser test for latest change in grammar parser
2020-09-13 17:48:39 +02:00
Dave Davenport
3499e1dad0
[Theme] First attempt at more cleanups and nested media support.
...
First throw at nested media support.
Issue: #1189
2020-09-13 15:11:12 +02:00
Dave Davenport
1d2453a948
[Parser] Small restructure in parser.
...
Preparing for nested @media.
2020-09-13 14:15:33 +02:00
Dave Davenport
0a3734dce4
[Theme] Fix @media printing in -dump-theme
.
2020-09-13 13:48:48 +02:00
Dave Davenport
31fc5c9d35
[Textbox] Try to fix estimated font height.
...
This was on newer pango 1 pixel off with actual font height.
This casues drawing issues.
Fixes : #1190
2020-09-13 10:24:59 +02:00
Dave Davenport
6ba878e44a
[Lexer] Fix media parser.
2020-09-11 18:10:49 +02:00
Dave Davenport
d3ae324290
[Theme] update manpage with fix
2020-09-11 17:55:09 +02:00
Dave Davenport
92fceb2ff0
Fix release note error of supported prefix
2020-09-11 17:49:23 +02:00
Dave Davenport
3b86326b74
[DRun] Update manpage to reflect change from #966
...
Issue: #1187
2020-09-11 08:36:07 +02:00
Dave Davenport
bff8948116
[DRun] Fix broken cache after URL type was added.
2020-09-09 22:46:18 +02:00
Dave Davenport
6a38f88e98
Split MENU_QUICK_SWITCH into MENU_CUSTOM_COMMAND/QUICK_SWITCH
2020-09-08 18:24:36 +02:00
nick87720z
96cd34d24f
Fix and optimize 20200908 ( #1184 )
...
* combi: Reuse own get_num_entries in self-init
* combi_mode_parse_switchers: Remove duplicated mode pointer
* combi_mode_parse_switchers: Regroup mode search lines
* combi_mode_result: Simplify switcher search quit
* mode_result: Check for mode switch actions before hook
These are over-mode actions, which should not be handled
in mode hooks at all.
2020-09-08 17:30:03 +02:00
Dave Davenport
88ac249d36
[Window] Try to clarify help.
...
Issue: #1183
2020-09-08 14:42:17 +02:00
lbonn
f013971065
Merge remote-tracking branch 'upstream/next' into wayland
2020-09-06 22:56:59 +02:00
Dave Davenport
34bb919762
Update version in configure.ac to 1.6.0-dev
2020-09-06 20:43:22 +02:00
Dave Davenport
12f4e3a1cb
Bump version to 1.6.0
2020-09-06 20:37:24 +02:00
Dave Davenport
022f9c9fbc
Update Changelog
2020-09-06 20:37:09 +02:00
Dave Davenport
5d6876a516
[Theme] Add inherit highlight on default theme.
2020-09-06 12:07:57 +02:00
Dave Davenport
402aef334e
[Doc] Add warning icon to release note.
2020-09-06 12:05:38 +02:00
Dave Davenport
bd332e7b7e
[Doc] Add small (Extra) highlight section to rofi-theme
2020-09-06 11:59:41 +02:00
Dave Davenport
f5bb9d2cbf
[Widget] Fix border drawing code.
...
Fixes : #1177
2020-09-05 11:12:54 +02:00
Dave Davenport
5deac0a697
Try to improve bison check so it works on bsd
2020-09-03 21:08:17 +02:00