Commit Graph

4045 Commits

Author SHA1 Message Date
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
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
Qball
c609e5e085 [DRun] Better handling of corrupted cache file. 2025-02-13 21:04:29 +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
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
Qball
56fbb62bd3 Bump to 1.7.8-dev release. 2025-01-19 10:43:57 +01:00
Qball
68a27ff317 Release 1.7.8 2025-01-19 10:41:47 +01:00
Qball
40a084949d [Doc] Update releasenotes. 2025-01-16 18:36:04 +01:00
Faule Socke
4cdca24995 Fix buffer overflow in rofi -e after reading from stdin (#2082) 2025-01-16 18:22:28 +01:00
Qball
329a5dd6a5 [Doc] Add first version of 1.7.8 releasenotes. 2025-01-13 19:21:05 +01:00
Qball Cow
4287ff444a [DRun] Reduce DBus timeout to 1500ms add option to disable DBusActivatable.
Issue: #2077
2025-01-09 12:53:37 +01:00
Qball
b8932b36ce [CI] Do explicit compare with 'true'?
Why is CI a pain like this.
2025-01-07 19:54:04 +01:00
Qball
829310b290 [CI] Fix typo in conditional. 2025-01-07 19:42:46 +01:00
Qball
53fd39b6ee [CI] Only make dist on one build. 2025-01-07 19:34:56 +01:00
Qball
ff56b4b954 [CI] Fix identical name? 2025-01-07 19:19:03 +01:00
Qball
6c1c029e98 [CI] Bump upload action to v4 2025-01-07 19:12:21 +01:00
Qball
60181710dc [Widget] Actually remove ADD operator from border drawing.
Issue: #2076
2025-01-06 18:38:55 +01:00
Qball
5a016a3b17 [widget] Remove the ADD operator.
Issue: #2076
2025-01-06 18:37:03 +01:00
Qball
bbe85035c9 Add 1.7.7 docs to README. 2025-01-06 17:46:06 +01:00
Qball
085e5eaccd Mark as dev version 2025-01-04 20:02:02 +01:00
Qball
c8d0bd3156 Release 1.7.7 2025-01-04 20:00:20 +01:00
Qball Cow
3500cdb540 First version release notes 1.7.8 2025-01-04 10:10:25 +01:00
Qball
3b1e483a6c [Widget] Don't use cairo_push/pop_group as it causes issues.
Seems to happen on nvidia systems, rendering to PNG surface is fine,
problem is with rendering to screen.
Hopefully this patch fixes it.

Issue: #2068
2025-01-03 22:28:49 +01:00
Qball
496101ac36 Revert "[window] Check bitmask, not full comparison"
This reverts commit 5185895643.
2025-01-03 19:48:56 +01:00
Qball
de4e10a7de [Config] Remove character data type as it aliases with string.
Internal character option will now use the first ascii char from the
string type.
2025-01-03 13:12:05 +01:00
Qball
de85539eb7 [Doc] Refer to releasenotes for updates in Changelog file. 2025-01-02 21:31:01 +01:00