Commit graph

68 commits

Author SHA1 Message Date
Dave Davenport
feb173a4ea [DOC] Update INSTALL,md with remark-lint fixes. 2023-03-27 00:24:51 +02:00
Dave Davenport
3d62bb32c9
MKDoc website (#1772)
* Add initial documentation page using mkdocs

* Test action

* Add notes to mkdoc site.

* Add installation guide

* Add installation and config guide to mkdocs.

* Add installation manual

* Add image to main page

* [mkdocs] Add plugin guide.

* [mkdocs] Add plugin to main page and some small fixes.

* Add shipped themes page

* [actions] Also rebuild website on the next branch
2022-12-31 13:15:01 +01:00
cognitiond
0bbccc3137
Build documentation (#1744)
* explain how to pass options to meson

* fix typo in INSTALL.md
2022-11-17 15:36:13 +01:00
duarm
6d02648d3a
input method (#1735)
* input method draft

* restoring relese event

* using unused macro, removing debug code, handling disconnection

* review fixes, new update_im_window_pos method

* initializing variables correctly

* initializing im pos queue correctly

* ime window positioning

* add widget_get_y_pos() position

* [Build] Update makefile with imdkit

* [CI] Add imdkit as dependency.

* [XCB] rofi_view_paste don't throw warning, print debug.

* [XCB] rofi_view_paste lower 'failed to convert selection'

* [Build] Add minimum version check to imdkit

* new macro XCB_IMDKIT_1_0_3_LOWER

* [Build] Try to support old version of imdkit in meson/makefile.

* [Build] Fix typo in meson.build

* [XIM] Don't set use compound/set use utf8 when on old version.

* [Build] Allow building without imdkit.

* [Doc] Add imdkit to dependency list.

Co-authored-by: Dave Davenport <qball@gmpclient.org>
2022-11-08 19:18:45 +01:00
Dave Davenport
9d001aaaf7 [Theme] Do a pango version check. 2022-07-30 15:05:28 +02:00
Sainnhe Park
eb494ddc7b
Add installation instructions for macOS (#1663)
A new port has been added in https://github.com/macports/macports-ports/pull/15503

Now macOS users can install rofi via MacPorts.
2022-07-30 09:50:26 +02:00
Dave Davenport
96027decd9 [Debug] Add a '-log' flag. 2022-07-08 22:53:07 +02:00
Dave Davenport
5a7df38ccd [Configuration] Remove old configuration format. 2021-06-01 10:43:25 +02:00
TonCherAmi
dc28a97437
Add cursor property (#1313)
* Change mouse cursor on widget hover

Currently only listview element and editbox are supported.

* Add cursor property
2021-05-23 00:17:27 +02:00
Eduard Lucena
8999d94850
Modifying installation on Fedora (#1257)
Modifying installation method on Fedora since it's on official repositories
2021-01-21 15:13:50 +01:00
Dave Davenport
0445025058 Reindent the INSTALL.md file. 2021-01-17 16:43:16 +01: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
3ffc810468 Remove xenial warning from INSTALL.md 2020-09-13 21:02:59 +02:00
ncoder-1
25a20f7b1c
Update INSTALL.md (#1136)
Added FreeBSD package install
2020-05-27 14:02:29 +02:00
Dave Davenport
f90ad971d9 Add dependency to INSTALL. 2020-04-22 23:56:44 +02:00
Dave Davenport
855d09ded7 [IconFetcher] Add jpeg support, scale on load.
TODO: fix scaling speed.
2020-02-14 14:27:03 +01: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
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
Tobia De Koninck
b1336e983e Add installation instructions for openSUSE (#924) 2019-03-01 15:49:34 +01:00
Dave Davenport
30e500450d Add extra note to the Check dependency.
Fixes: #879
2018-12-14 16:42:59 +01:00
Dave Davenport
2624cb9c9b Update install instructions. Try to improve manpage.
Fixes: #871
2018-11-06 23:42:26 +01:00
Dave Davenport
cf5cbac823
Fix type in install.md 16.04 instruction. 2018-02-12 21:38:24 +01:00
Dave Davenport
2c67820337
Update 16.04 instruction for updating newer rofi.
Remove instructions as they where considered dangerous.
Basically we do not support 16.04
2018-02-12 21:37:29 +01:00
Dave Davenport
10e656c7ff
Fix typo in INSTALL.MD 2018-02-11 15:45:03 +01:00
Dave Davenport
d088e3a98b Add warning to INSTALL. 2018-02-11 15:34:51 +01:00
dragon788
c37e2bc43f Add some additional info on installing on 16.04 (#743) 2018-02-11 14:30:27 +01:00
Edward Betts
79adae77d7 Correct spelling mistakes. (#722) 2017-11-23 18:41:52 +01:00
azarus
591f539a4a
Add gentoo install instructions. 2017-10-02 13:13:04 +02:00
Dave Davenport
24a16faab9 Merge pull request #649 from FlorianFranzen/patch-1
Add warning about outdated version under Ubuntu 16.04 Xenial
2017-09-24 16:53:03 +02:00
Dave Davenport
980a99ccd6 Oeps. no uuid dep. 2017-09-04 21:58:13 +02:00
Dave Davenport
290f32b152 Update dependencies in INSTALL.md 2017-09-04 21:39:22 +02:00
Florian Franzen
c861805604
Add warning about Ubuntu 16.04 Xeniali
Ubuntu 16.04 packaged version of rofi is extremly outdated. This causes
all kind of weird behavior with newer scripts, i.e. with clerk.
This commit adds a warning to the installation instructions to warn new
users about this problem and direct them to install a newer version
directly from launchpad.
2017-08-10 15:39:27 +02:00
Quentin Glidic
a9199e3e17
Use libnkutils for keybindings
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-29 16:51:06 +02:00
Dave Davenport
2ddc37259e Update version number flex. 2017-04-04 17:54:04 +02:00
Dave Davenport
254aac8dc7 Clarify one step in install file. 2017-03-24 09:45:52 +01:00
Dave Davenport
42fa10da94 Update installation guide a bit. 2017-03-24 09:44:08 +01:00
Dave Davenport
b8e58b0342 Make parser more flexible, allow global properties to be anywhere in file and allow multiple similar entries. 2016-12-16 09:28:13 +01:00
Dave Davenport
2b0f4b2f57 Update INSTALL. 2016-08-31 10:01:49 +02:00
Dave Davenport
a5acff542d Update INSTALL.md and Makefile.am to reflect changes randr. 2016-08-19 11:00:16 +02:00
Quentin Glidic
f3a4313c61 INSTALL: Update COPR URL
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-08-10 14:55:46 +02:00
Dave Davenport
d6e1e4a914 Update README and INSTALL.md 2016-07-28 08:11:23 +02:00
Dave Davenport
342192b4ed Remove work-around for older i3 version (< 4.9)
- I3 got ewhm support in Feb. 2015.
2016-07-06 08:34:47 +02:00
Dave Davenport
4c3a9f587b Fix INSTALL file. 2016-06-25 14:34:03 +02:00
Benjamin R. Haskell
37fd654714 Add staleness note to INSTALL.md git instructions
Instructions on the GitHub Pages version track the stable release.  It
would be nice to know that the "Install a checkout from git" section on
the site may be out of date.

Issue #350, #365
2016-03-26 23:04:03 -04:00
Dave Davenport
989e208d3c Update INSTALL 2016-03-05 22:30:53 +01:00
Quentin Glidic
461df2ed81 INSTALL: Use upstream names (and Debian names as hint)
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-05 16:04:24 +01:00
Dave Davenport
d59b9595b1 Update INSTALL 2016-03-05 13:36:18 +01:00
Dave Davenport
9018d5d14f Update INSTALL. 2016-03-05 11:38:41 +01:00
Dave Davenport
c601130292 Add glib minimum version check. 2015-12-01 22:35:23 +01:00