summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
AgeCommit message (Collapse)Author
2023-02-11[Theme] Rename % to modulo to fix compiler.Dave Davenport
2023-01-25[Doc] theme, spelling fix and more textual tweaks.Dave Davenport
2023-01-25[Doc] More tweaks to get the formulation right.Dave Davenport
2023-01-25[Doc] themes manpage, small textual improvement.Dave Davenport
2023-01-25[Doc] Try to fix some markdown, themes.Dave Davenport
seems fine in editor, not fine rendered in website.
2023-01-25[Doc] Try to clarify the children situation for the listview widget.Dave Davenport
2023-01-22[doc] Add conflicting constraint section to manpage.Dave Davenport
2023-01-14[Doc] Add manpage documentation for pango font string.Dave Davenport
2022-12-31MKDoc website (#1772)Dave Davenport
* 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-30[Theme] support rasinc for theme include files.Dave Davenport
2022-12-23[Textbox] Cursor goes over, not under. allow cursor outline.Dave Davenport
2022-12-23[Textbox] Add text-outline to styleDave Davenport
2022-12-20[Doc] Clarify documentation on `require-input` further.Dave Davenport
2022-12-20[Doc] Clarify that `require-input` only hides it.Dave Davenport
2022-11-25make cursor more customizable by adding cursor-width and cursor-color (#1753)vE5li
* make cursor more customizable by adding cursor-width and cursor-color to the theme * fix placeholder color * add doc entry * more documentation
2022-08-28[Textbox] Add 'placeholder-markup' flag.Dave Davenport
Fixes: #1690
2022-08-07Fix manual for centering text relative to icon (#1669)Herbert Verdida
Centering text relative to icon should apply `vertical-align` to `text-element` not on `text-icon`.
2022-07-30[Doc] Clarify capitalize bug in manpage.Dave Davenport
2022-07-30[Theme] Do a pango version check.Dave Davenport
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
fixes: #1010
2022-07-21[Doc] Update releasenotes.Dave Davenport
2022-07-16[Doc] Update releasenotes, move section in manpage.Dave Davenport
2022-07-15[Theme] Add enabled property with env support.Dave Davenport
2022-06-27[View] Add icon-current-entry widget.Dave Davenport
2022-06-27[View] Add textbox-current-entry widget.Dave Davenport
2022-04-07[DOC] Small fixes to rofi-theme manpage.Dave Davenport
2022-04-06[DOC] Update rofi-theme with a small getting started.Dave Davenport
2022-04-06[doc] Update drawings in rofi-themeDave Davenport
2022-04-05[Doc] Tweak rofi-theme manpage.Dave Davenport
2022-03-07[listview] Allow settings of flow direction of elements (#1605)Dave Davenport
* [Listview] Initial implementation for left to right packing. * [Listview] fix movement in pack-left-to-right. * Add element-next/prev keybinding and remap tab. * [Listview] Change option name to 'flow' and use rofi orientation type. * [Listview] Make listview work with reverse property. * Update test for 2 new keybindings. fixes: #1058
2022-03-04[Doc] Clearify enable/disable.Dave Davenport
2022-01-25Merge List and Array type into one. (#1572)Dave Davenport
* Merge list and array into one. * [Lexer] Only use string without " in list * Some cleanups * Cleanups based on feedback.
2022-01-24Add support for setting tabs stops on textboxes (#1571)Jakub Jirutka
* Document new array of values type * Move WIDGET_PADDING_INIT from widget.c to widget-internal.h * Refactor WIDGET_PADDING_INIT macro * Add support for setting tab stops on textbox This allows to emulate a multi-column layout inside the text boxes. The implementation is kinda hackish due to the limitations of the theme parser. The only property type that can contain multiple distance values is Padding, so I used that. * Use new array syntax for tab-stops
2022-01-19[Doc] Add floor,ceil,round to manpage.Dave Davenport
Fixes: #1569
2021-12-17Update cmdline separator and add to manpage.Dave Davenport
2021-10-12[FileBrowser] Reduce number of re-allocs.Dave Davenport
2021-09-20[Doc] Fix layout image.Dave Davenport
2021-09-12[DOC] Add default theme loading to rofi-theme manpage.Dave Davenport
2021-09-01[Grammar] Add support for env();Dave Davenport
Add support for `env(ENV,default)`. Fixes: #1411
2021-08-22[Doc] Add note `highlight` is only available on element-text.Dave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
* 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-07-29Speficy that horizontal/vertical align is a number between 0 and 1. (#1357)Danny Colin
2021-07-14[Icon] Add a squared option.Dave Davenport
2021-07-02[DOC] Update rofi-theme(5) for github highlightingDave Davenport
2021-07-02[Doc] Update element drawing.Dave Davenport
2021-07-02[Doc] Update rofi theme manpage with some examples and fixes.Dave Davenport
2021-06-30[Icon|Button] Make action available on icon and use keyb name.Dave Davenport
You can now bind a key-binding on mouse click to icons and buttons by setting "action" property. For example: ```css icon-paste { expand: false; filename: "gtk-paste"; size: 24; vertical-align: 0.5; action: "kb-primary-paste"; } ```
2021-06-15[doc] small textual tweakDave Davenport
2021-06-15[Widget] Add scaling option to background-image.Dave Davenport
2021-06-14[Theme] Add angle support to linear-gradient.Dave Davenport