Dave Davenport
361ce7d6fc
Add matching-negate-char
character.
...
Fixes : #937
2019-05-19 19:15:54 +02:00
Dave Davenport
f3c58708f4
Change buildsystem link to DaveDavenport -> davatorium.
2019-05-14 11:55:30 +02:00
Dave Davenport
c4ce4df5e8
Fix more links from DaveDavenport -> davatorium
2019-05-14 11:52:21 +02:00
Dave Davenport
b8eae6fcad
[README] Fix some badges links.
2019-05-14 11:47:11 +02:00
Dave Davenport
77a059ebf0
[Themes] Add 'fancy' theme.
2019-05-14 11:35:30 +02:00
Dave Davenport
277ec41d9a
Changelog: Small update.
2019-05-14 11:26:08 +02:00
Dave Davenport
eb0e132bcc
[Timings] Move into new debug system. ( #961 )
...
* [Timings] Move into new debug system.
* [Timings] Remove newlines.
2019-05-11 20:57:18 +02:00
qball
871ea42785
[SSH] Always initialize .port field.
2019-05-10 20:29:11 +02:00
Quentin Glidic
cf8b76c6a6
INSTALL: Add missing Meson instructions
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-05-10 20:06:46 +02:00
Dave Davenport
4c20564900
Update Changelog.
2019-05-04 11:24:04 +02:00
Dave Davenport
52c5592a6f
[ListView|Textbox] Add user-settable ellipsize mode.
...
Fixes : #917
2019-05-04 11:04:54 +02:00
Dave Davenport
e7da00dbff
[DMenu] Add format option to output string stripped from pango markup.
2019-05-04 10:24:59 +02:00
Dave Davenport
4707927031
[SSH] Match lowered keywords.
...
Fixes issue: #954
2019-04-24 21:59:36 +02:00
Dave Davenport
2a93daec04
[Script] terminal
...
Remote terminator,termite as it does not work with stock rofi configuration as
it does not support the 'default' assumed commandline interface.
Fixes : #953
2019-04-20 18:54:28 +02:00
Dave Davenport
f01ab8e8fe
Update subprojets to lates version.
...
* undo my mistake.
2019-04-20 10:52:45 +02:00
Dave Davenport
109bc23d53
[Dialogs.SSH] Remove use of g_ascii_string_to_signed.
2019-04-20 10:46:44 +02:00
Quentin Glidic
c33543f5ca
configure.ac,meson: Define GLIB_VERSION_{MIN_REQUIRED,MAX_ALLOWED}
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:15:06 +02:00
Quentin Glidic
4224614115
theme: Fix g_list_copy_deep() warning
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:10:07 +02:00
Quentin Glidic
1d556b56cc
meson: Fix Bison arguments
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:09:25 +02:00
Quentin Glidic
b4ab5e5c88
meson: Lower default warning level
...
It makes it easier for us to find real issues.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:09:01 +02:00
Quentin Glidic
a6605b6f4d
tests: Fix mode_result test warning
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:07:43 +02:00
Quentin Glidic
7416f344a3
Use g_list_free_full()
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 10:00:58 +02:00
Quentin Glidic
a9dae788d1
Correctly include config.h first
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 09:59:53 +02:00
Quentin Glidic
88e44759ce
gitmodules: Update libgwater
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-19 09:07:01 +02:00
Quentin Glidic
d2efa2496e
gitmodules: Update libnkutils
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-04-18 21:22:41 +02:00
Dave Davenport
d44fb75105
Update images path.
2019-04-18 20:00:57 +02:00
Dave Davenport
7acd7532da
[Manpage] Add overlay as widget to manpage.
2019-04-16 12:56:28 +02:00
Dave Davenport
5b96be66ae
[View] Move overlay into the theme system instead of weird addon.
...
It is now a child in the inputbar.
Fixes : #950
2019-04-16 12:52:53 +02:00
Dave Davenport
29c83b3623
[DmenuScript] Add missing header file.
2019-04-03 12:18:50 +02:00
Dave Davenport
011d92075c
[Dmenu][Script] Share some code between the two modi
2019-04-02 13:51:53 +02:00
Dave Davenport
88d987b054
[DMenu] Add icon support.
...
Same syntax as used for script mode.
Fixes : #948 #840
2019-04-02 13:12:42 +02:00
Dave Davenport
7d117886b5
Use g_ascii_string_to_signed instead of atoi in ssh, allows error
...
checking.
2019-03-29 13:50:48 +01:00
Dave Davenport
fadfae5433
[Window] Fix default value and help comment.
2019-03-29 11:24:10 +01:00
Quentin Glidic
855fb4e22a
Add Meson instructions ( #943 )
...
* INSTALL: Refactor build instructions
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* INSTALL: Remove trailing whitespace
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* INSTALL: Add Meson instructions
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 13:58:37 +01:00
Quentin Glidic
66995fe215
meson: Use Meson pkgconfig module
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:25:40 +01:00
Quentin Glidic
08a80b4448
meson: Drop unnecessary "install: false" arg from configure_file()
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:25:28 +01:00
Quentin Glidic
64e5a1ead7
meson: Change check option type to "feature"
...
This will allow downstream to force it enable if needed
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:10:52 +01:00
Quentin Glidic
16c77ea3ce
meson: Drop enable- prefix for options
...
This is the preferred way for Meson projects
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:10:09 +01:00
Quentin Glidic
0657107fd5
meson: Drop enable-asan option
...
Meson has b_sanitize=address built-in for that.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:08:32 +01:00
Quentin Glidic
7e0affdb98
gitmodules: Update libnkutils
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 11:58:37 +01:00
Dave Davenport
8d4b8ce5de
[Icon] Use horizontal align for x-align option.
...
Thx SardemFF7 for spotting this.
2019-03-24 12:37:27 +01:00
Dave Davenport
5b83b2ed23
Allow aligning icon
2019-03-24 10:31:13 +01:00
Dave Davenport
1a77cae593
When mode not found, show gui, not only on commandline.
2019-03-24 02:39:57 +01:00
Dave Davenport
e17d63f5ae
[Lexer] Fix nested () in variable default field.
...
- var ( a, rgba(0,0,0,0)) was broke
Fixes : #936
2019-03-21 10:33:50 +01:00
Dave Davenport
6fffe427c4
Change sidebar in theme to mode-switcher.
...
Fixes : #930
2019-03-19 22:45:10 +01:00
Dave Davenport
beeb9c8b27
[SSH] Use \x1F as separator between host/command and port.
...
Fixes : #932
2019-03-08 13:46:10 +01:00
Dave Davenport
2728e4ad23
[Theme] Make 'sidebar' settable by theme.
...
Now it needs a configuration option to enable, this should be just part
of the theme now.
Sidebar is the "sidebar" widget.
If not set by theme, old behaviour is still followed.
2019-03-05 10:11:34 +01:00
Dany Marcoux
ee0d3d828e
Refer to sorting-method
in 1.5.2 release ( #929 )
...
Instead of `sort-method`, which is wrong.
2019-03-05 00:15:41 +01:00
Dave Davenport
ec81a17c41
[SSH] Expand path and use right strcmp.
...
Issue: #928
2019-03-04 23:16:14 +01:00
Dave Davenport
906a48f566
[SSH] Add support for UserKnownHostsFile
...
Issue: #928
2019-03-04 22:05:08 +01:00