4218 Commits

Author SHA1 Message Date
ede969e9ce filebrowser: include entries of d_type DT_UNKNOWN
workaround for https://github.com/davatorium/rofi/issues/1954
2025-06-03 03:42:43 +00:00
81e9d6ca1f run-{shell-,}command: expand {app_id} inside the template string 2025-06-03 03:42:43 +00:00
c0c861372e add default.nix
build this project from NixOS with `nix-build`
2025-06-03 03:42:43 +00:00
lbonn
07955bf9b3 Rofi 1.7.9+wayland1 2025-05-18 20:20:30 +02:00
lbonn
9f458ad2e7 Fix a merge conflict resolution error 2025-05-18 20:20:19 +02:00
lbonn
5596ecaca4 Merge tag '1.7.9' into wayland 2025-05-18 20:03:28 +02:00
Qball
b5e1494fcc Bump release to 1.7.9 2025-05-18 19:01:00 +02:00
Qball
4b41e4e8df [MKDocs] Update Downloads page with missing releases. 2025-05-18 12:12:15 +02:00
Qball
c873b37119 [MKDocs] More updates to menu structure. 2025-05-18 11:48:43 +02:00
Qball
709faac842 Add rofi-actions to website and update releasenotes. 2025-05-18 11:43:33 +02:00
Qball
54411627a9 More releasenote updates. 2025-05-17 19:24:15 +02:00
Qball
c645bdeab9 Add initial release notes for 1.7.9. 2025-05-17 15:07:31 +02:00
Amos Bird
b35f516556 Add -imdkit config to toggle imdkit at runtime (#2124) 2025-04-26 16:16:51 +02:00
Qball
f0ccf4c186 [Widget] Add 2 workaround for error in corner radius drawing
* Disable AA (works on nvidia)
* Disable nvidia workaround.
2025-03-30 15:04:22 +02:00
Qball Cow
d948e33e68 [rofi-sensible-terminal] Add ghostty
fixes: #2110
2025-03-09 12:47:13 +01:00
J0hannes101
56fd08ed58 [scrollbar] Add theming for rounded corners (#2108)
* [scrollbar] Add theming for rounded corners

* rename "rounded-corners" to "handle-rounded-corners"
2025-03-08 18:34:39 +01:00
Qball
a993ceadf4 [DOC] Fix indenting of sub-bullets as mkdocs interpets them differently
issue: #2112
2025-03-06 11:26:18 +01:00
elig0n
8b13ae350d Fix typo in fullscreen-preview.rasi (#2113) 2025-03-06 11:13:34 +01:00
J0hannes101
e70e3906cc Add theming to hide text cursor if no text is put in (#2106)
* Add theming to hide text cursor if no text is put in

* rename "hide-empty-cursor" to "hide-cursor-on-empty"

* update docs
2025-02-25 18:50:25 +01:00
Qball
22a0e39b9b [Build] Update dependencies for sr.ht. 2025-02-21 17:10:21 +01:00
J0hannes101
a84f04a14b [DRUN] Add option to exclude categories from drun #2102 (#2104)
* Add option to exclude categories from drun

* Fix memory leak when both -drun-categories and -drun-exclude-categories are used

* update docs
2025-02-21 16:28:21 +01:00
lbonn
3bec3fac59 Wayland: remove some dead code
Found with Codacy https://app.codacy.com/gh/davatorium/rofi/pull-requests/2099
2025-02-20 19:08:45 +01:00
Qball Cow
8639783f5f [XCB] Don't keep casting from int to double to int 2025-02-20 10:08:35 +01:00
Qball Cow
5d77a9bb33 [Helper] Add a rofi_fallthrough macro to tell compiler fallthrough is intentional 2025-02-20 09:59:53 +01:00
Qball
47053f30d2 [View] xcb_clear_area fixed wrong argument order. 2025-02-18 21:15:14 +01:00
lbonn
183b0b5d75 Wayland: fix key repeat rate
Fixes #81
2025-02-16 19:35:07 +01:00
Qball
c609e5e085 [DRun] Better handling of corrupted cache file. 2025-02-13 21:04:29 +01:00
lbonn
cebb0fd1a7 Merge remote-tracking branch 'upstream/next' into wayland 2025-02-13 09:35:15 +01:00
Emil
32a0374fb1 Fix broken Pango link (#2096) 2025-02-12 21:36:05 +01:00
Qball
f2f22e7edc [NKUtils] Drop support for binding Meta key.
fixes: #2095
2025-02-12 19:50:44 +01:00
Dave Davenport
88456b6adc [WIP] [View] Allow cycling through matching methods (#2091)
* [View] Allow cycling through matching methods

* [Doc] Fix documentation and test for keybindings

* [Helper] Allow selecting different matching modes for cycling at runtime.

* [View] Fix bool to gboolean

* [Doc] Small type fix, theme cleanup

* [Overlay] Make timeout configurable.

* [Helper] Reduce scope of variable.
2025-02-09 17:34:57 +01:00
Qball Cow
1942c527a8 Update script to avoid possible issues. 2025-02-09 11:15:36 +01:00
Qball Cow
00b15de450 Update codeql flow version 2025-02-09 11:09:16 +01:00
Qball Cow
995cd3c048 Fix wrong pointer -replace and small cleanup. 2025-02-09 11:00:59 +01:00
Qball Cow
f43d578264 [Textbox] Small signedness fixes for password mask code. 2025-02-08 21:37:20 +01:00
Zebra2711
1c144cc901 [dmenu] Modified textbox password masking (#2067)
* Modified textbox password masking

Use Unicode Character “●” (U+25CF) inteads '*'

* [dmenu] change password mask via theme config file

* revert wrong delete lib

* Fix cursor position

* Correct cursor positioning for UTF-8 paste in textboxes, remove unused variables.

* [Revert] Fix pasting UTF-8 characters. It causes the cursor position to move incorrectly.

* Make everything work again

* fix memory leak
2025-02-08 17:01:35 +01:00
phanium
0c3cbd0cfb feat: add smartcase support like vim (#2060) 2025-01-27 17:52:32 +01:00
Qball
3724b4dd31 [Mode] Fix wrong documentation header. 2025-01-26 21:40:24 +01:00
Qball Cow
fb326c1b61 Revert "[Window] Allow active window to be sorted on top."
This reverts commit 8542b3ee7e.
2025-01-26 20:13:21 +01:00
Qball Cow
e068ddbc01 [Mode] Add some wrappers and use object via accessors.
* Make sure file is only shown once in parsed list, not twice.
2025-01-26 20:07:04 +01:00
Qball
613bc5814c Merge remote-tracking branch 'github/next' into next 2025-01-24 11:33:02 +01:00
giomatfois62
bc67d8a8a6 [WIP] Execute custom user commands or scripts on a variety of rofi events (#2053)
* Implemented custom user command execution on the following menu events: entry selected, entry accepted, menu canceled, menu error, mode changed, screenshot taken

* fixed different signedness comparison warning and compare unfiltered entry index in selection_changed_user_callback

* track previously selected line in RofiViewState

* added documentation about custom scripts to run on certain actions

---------

Co-authored-by: Matteo <giomatfois62@yahoo.it>
2025-01-24 11:19:48 +01:00
Qball
168b5d6381 Merge remote-tracking branch 'github/next' into next 2025-01-22 18:19:30 +01:00
Tiou Lims
5870040256 Add option to enable the kb-delete-entry in script mode (#2087)
* Add option to enable the `kb-delete-entry` in script mode

* Remove `use-delete` option
2025-01-22 18:12:27 +01:00
lbonn
03a3a58d54 Review files exported in tarballs 2025-01-22 10:06:48 +01:00
lbonn
369818666b Rofi 1.7.8+wayland1 2025-01-20 20:00:32 +01:00
lbonn
e22d8ff75f Add tag in gh artifacts names 2025-01-20 20:00:30 +01:00
lbonn
42c384aec0 Merge tag '1.7.8' into wayland 2025-01-20 19:41:23 +01:00
Qball
8542b3ee7e [Window] Allow active window to be sorted on top.
fixes: #2048
2025-01-20 18:27:19 +01:00
Qball
5b95abce92 [Lexer] Allow for optional imports.
Adds the `?import` syntax.

fixes: #2078
2025-01-20 14:34:53 +01:00