Commit graph

3505 commits

Author SHA1 Message Date
Dave Davenport
3c8ca2390d [main] Try to fix default theme loading.
* Add more debug output on failing to load theme.
 * Don't load default theme, if empty theme is explicitly loaded.
2021-08-23 22:57:39 +02:00
Dave Davenport
45561359de [Doc] Small updates to make transparency doc more inline current rofi. 2021-08-23 22:36:24 +02:00
Dave Davenport
9015e5cac6 [Doc] Add documentation about transparency. 2021-08-23 22:31:42 +02:00
Dave Davenport
9c7f9b71c3 [Doc] Add documentation with example about position. 2021-08-23 22:19:30 +02:00
Dave Davenport
ad60bf5acf [Doc] Update Changelog 2021-08-23 22:12:00 +02:00
Dave Davenport
bcc75cac07 [Doc] Update release notes. 2021-08-23 10:19:28 +02:00
Dave Davenport
6e05782a0e [Doc] Remove unupdated badge from README. 2021-08-22 15:27:29 +02:00
Dave Davenport
c8aa445371 [Doc] Add note highlight is only available on element-text. 2021-08-22 12:46:50 +02:00
Dave Davenport
3e0175d2b6 [Doc][Meson] use go-md2man for update-manpage target 2021-08-22 12:30:14 +02:00
Dave Davenport
1050c20c10 [Test] Remove old broken test scripts. 2021-08-22 00:03:43 +02:00
Dave Davenport
c64565e877 [CppCheck] Fix some shadowing variables. 2021-08-21 01:08:40 +02:00
Dave Davenport
ff924ca01c [Doc] Update readme badges. 2021-08-20 16:09:09 +02:00
TonCherAmi
ceee9d672a
[CI] Port CI to github actions. (#1374)
* [CI] Port CI to github actions.

* [Doc] Fix doxygen comment block.
2021-08-20 14:54:34 +02:00
Dave Davenport
e60e6bab2a [Doc] Try to fix some of the doxygen coverage warnings. 2021-08-20 11:37:03 +02:00
Dave Davenport
5edde4ee87
Update release-1.7.0.markdown 2021-08-19 20:21:44 +02:00
Dave Davenport
addae221c6 [Doc] Small typo fix in releasenotes. 2021-08-19 14:06:36 +02:00
Dave Davenport
8d0dd01997 Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
Dave Davenport
c5246a6bc7 [Doc] Add github discussions in more places 2021-08-19 12:32:18 +02:00
Dave Davenport
29abc052be [RofiIconFetcher] Remove stray debug printf. 2021-08-18 09:26:08 +02:00
Dave Davenport
3bf7a4a768 [Theme] Update iggy theme. 2021-08-18 01:34:07 +02:00
Dave Davenport
954fc728b2 [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
Dave Davenport
3a1b768bf4 [Cleanup] clang-tidy rofi-icon-fetcher.c 2021-08-18 00:32:04 +02:00
Dave Davenport
48de8e5ff8 [Cleanup] clang-tidy view.c 2021-08-18 00:29:24 +02:00
Dave Davenport
24ce72c98a [Cleanup] clang-tidy rofi.c 2021-08-18 00:25:54 +02:00
Dave Davenport
1a1dc7282f [Doc] Fix typo 2021-08-17 18:23:35 +02:00
Dave Davenport
e957927294 [Doc] Add new feature to releasenote. 2021-08-17 18:18:35 +02:00
Dave Davenport
8720409ad3 [Window] Allow rofi to stay active on closing a window
```css
configuration {
  window {
      close-on-delete: false;
  }
}
```

fixes: #1071
2021-08-17 18:16:25 +02:00
Dave Davenport
19dfb67606 [Doc] Update list spacing release notes. 2021-08-17 17:30:43 +02:00
Dave Davenport
7e1ed3794a [Doc] Add more examples to the changelog. 2021-08-17 17:27:28 +02:00
Dave Davenport
411f09f4d8 [Rofi] Clear old theme before loading new one on -theme argument. 2021-08-17 16:43:45 +02:00
Dave Davenport
a3b9604b3e [Theme] Add iggy theme. 2021-08-17 12:04:37 +02:00
Dave Davenport
18e118a250 [Theme] Fix inheritance copy paste error. 2021-08-17 11:21:07 +02:00
Dave Davenport
47f26ca2f1 [IconFetcher] Look for images in theme directories. 2021-08-17 11:05:03 +02:00
Dave Davenport
4bd370dd1a [Doc] Update release note with gif. 2021-08-16 21:03:22 +02:00
TheoryToE
a9c95b773f
Fixed dead link on REDAME for rofi-themes manpage (#1371) 2021-08-15 20:02:07 +02:00
Dave Davenport
4c9be03ab2 [DOC] More textual updates to the release notes. 2021-08-15 15:40:29 +02:00
Dave Davenport
46889ee543 [DOC] More releasenotes updates. 2021-08-15 15:15:53 +02:00
Dave Davenport
9f95640d80 [DOC] Small updates to rofi release notes. 2021-08-15 13:07:01 +02:00
Dave Davenport
31ea80e7f3 Start working on release notes for 1.7.0. 2021-08-14 21:24:58 +02:00
Dave Davenport
9f777a7a7b [Themes] Fix inheritance with state set.
Update theme.c and included themes.
This should allow you to set `element-text { text-color: inherit;
background-color: inherit;}` to fix old themes.
2021-08-14 13:58:21 +02:00
Dave Davenport
0352e99dea Update manpage 2021-08-14 13:04:42 +02:00
a1346054
c62137f8ab
Simple maintenance improvements (#1370)
* rofi moved to libera.chat

* unify some theme headers and whitespace

* consistently use the same hashbang for bash

* improve obsolete way of testing equality

see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation

* use consistent function definitions in bash scripts

* remove duplicated author and fix whitespace

* quote all variables in scripts

fixes many warnings identified through shellcheck

* fix whitespace in scripts

* fix whitespace in non-source files

* fix spelling in non-source files

* fix whitespace and indentation in source files

* fix spelling in source files
2021-08-14 13:03:16 +02:00
Ian C
69c6004681
fix typo (#1355) 2021-07-29 20:46:23 +02:00
Danny Colin
3309d20ce0
Speficy that horizontal/vertical align is a number between 0 and 1. (#1357) 2021-07-29 20:46:09 +02:00
Dave Davenport
c4a156fb89 [Icon] Add a squared option. 2021-07-14 17:29:38 +02:00
Dave Davenport
87c60e75de Add file-browser to default config. 2021-07-11 16:37:04 +02:00
TonCherAmi
c1ff6baecd
[FileBrowser] Add option to group directories ahead of files. (#1352) 2021-07-10 23:58:27 +02:00
Dave Davenport
b7dfb423a1 [Config] Small fix config dump fix. 2021-07-10 00:28:21 +02:00
Dave Davenport
9f71c4f78d [Config] Load default config file in at startup
* load via resources doc/default_configuration.rasi
* print the configuration options on dump-config
2021-07-10 00:25:20 +02:00
Dave Davenport
0c3d24136d [Listview] Fix wrong widget name.
Fixes: #1349
2021-07-08 15:55:38 +02:00