Commit graph

262 commits

Author SHA1 Message Date
Dave Davenport
1c611b0eec First start at adding 4 sided padding 2016-12-27 22:19:15 +01:00
Dave Davenport
a0bab0e99a Merge remote-tracking branch 'origin/master' into themer 2016-12-26 13:10:19 +01:00
Dave Davenport
d25989ed14 Update manpage.
- Remove old color-enabled option.
 - Split website section.
2016-12-23 10:31:52 +01:00
Dave Davenport
b56cc8312a Merge remote-tracking branch 'origin/master' into themer 2016-12-21 22:59:02 +01:00
Dave Davenport
e7375f77e8 Fix wrong ' in manpage (should be `) 2016-12-21 09:53:00 +01:00
Dave Davenport
8099dbef4c Add some usage examples to manpage. 2016-12-21 09:42:04 +01:00
Dave Davenport
8793475501 Fix and document resolving. 2016-12-20 09:17:19 +01:00
Dave Davenport
9c6019d3d0 Allow theme to set background. 2016-12-19 17:49:52 +01:00
Dave Davenport
7fa4c164ab Merge remote-tracking branch 'origin/master' into themer 2016-12-19 17:35:24 +01:00
Dave Davenport
77f08c08d5 Add comment to manpage about getting example config file. 2016-12-19 17:35:03 +01:00
Dave Davenport
d8b877147c Fix cleanup lexer, add properties to theme documentation. 2016-12-19 08:10:33 +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
4858dad631 Merge remote-tracking branch 'origin/master' into themer 2016-12-15 09:17:55 +01:00
Dave Davenport
2bcdf2cc2e Update manpage and AUTHORS 2016-12-14 09:26:12 +01:00
Dave Davenport
9cadedd841 small markup fix theme.md
small markup fix.
2016-12-13 18:21:31 +01:00
Dave Davenport
9ad56735ea Add properties description to theme format description 2016-12-13 18:20:09 +01:00
Dave Davenport
c6b3f21d3f Update markup new theme description document 2016-12-13 18:10:42 +01:00
Dave Davenport
9a3122572e Update documentation describing new theme format. 2016-12-13 18:05:40 +01:00
Dave Davenport
d18f037d1c Add lex/bison parser for theme. 2016-12-09 19:49:49 +01:00
Rasmus Steinke
4eb3aa4bd7 Mention default config path 2016-12-05 23:31:18 +01:00
Dave Davenport
e7a7b78cce Update manpage (rofi.1) 2016-11-30 08:13:58 +01:00
Rasmus Steinke
a1e235cab0 fix typo 2016-11-30 06:54:34 +01:00
Dave Davenport
6cbfe3e1d1 Fix help output test (trailing whitespace). 2016-11-27 17:37:57 +01:00
Dave Davenport
ae0cf4353c Update ref. with removed trailing space 2016-11-27 16:37:52 +01:00
Dave Davenport
34cf7c6909 Remove unsupported tag from doxy file. 2016-11-15 23:15:22 +01:00
Dave Davenport
b1a44cc65e Update code documentation 2016-11-15 21:54:31 +01:00
Dave Davenport
0a70d73d82 Change pid location to something more common in CI test. 2016-11-14 17:02:20 +01:00
Dave Davenport
d22920fd5e Backspace->BackSpace 2016-11-14 16:58:43 +01:00
Dave Davenport
62879ee739 Continue parsing when keybinding fail, only show errors after all are done. 2016-11-14 16:53:01 +01:00
Dave Davenport
02d8b7a31c Add forum link to manpage 2016-11-13 18:39:21 +01:00
Wieland Hoffmann
e3014f5a7a Rewrite FAQ entries to get rid of <strong> tags in the generated man page (#493) 2016-11-04 19:41:52 +01:00
Dave Davenport
e72508b782 Remove opacity option. 2016-11-01 08:10:27 +01:00
Dave Davenport
cd99b0b063 Update so absolute paths are used in doxy file. 2016-10-25 21:57:09 +02:00
Dave Davenport
2ee72b6c12 Update texts. 2016-10-24 23:25:58 +02:00
Dave Davenport
ab56354f05 Update manpage 2016-10-20 22:56:17 +02:00
Dave Davenport
d0d1869604 Fix test? 2016-10-19 21:39:43 +02:00
Dave Davenport
a78d0b53fc Add help output compare test. 2016-10-19 13:12:55 +02:00
Dave Davenport
b4c599f022 Add more documentation.
Current state: 61% coverage.
2016-10-14 08:47:21 +02:00
Dave Davenport
c200709838 Fix wrong entry + CI. 2016-09-08 22:56:22 +02:00
Ian Remmler
91e2ecf212 Added click-to-exit option. (#460)
Exit if a mouse button is pressed and released outside of the rofi
window.
2016-09-08 22:42:41 +02:00
Anton Löfgren
abc190fd7c man: Typo fix (#459)
Just a tiny typo fix for the -modi docs.
2016-09-07 08:14:14 +02:00
Dave Davenport
5646adc34d Add option to set padding within a line.
Fixes: #449
2016-08-30 18:07:34 +02:00
Dave Davenport
20e55e1e4e Add fuzzy matching, make a -matching option.
* -matching *method* option instead of -regex, -glob, -fuzzy.
 * Re-add fuzzy matching pattern.
 * When there are substrings in regex, only highlight those matches.

Fixes: #447
2016-08-25 21:17:58 +02:00
Dave Davenport
284b3cb78b Update manpage to show -display- option, sidebar mode uses display name. 2016-08-22 08:04:20 +02:00
Dave Davenport
83d7665b70 Update manpage 2016-08-20 11:32:13 +02:00
Dave Davenport
f2608d6167 Remove xinerama reference. 2016-08-20 11:22:18 +02:00
Dave Davenport
6225b29d94 Issue 448, Take another default that should not fail, better error mesg 2016-08-19 18:01:26 +02:00
Dave Davenport
df7468b491 Use XRandr to get monitor layout instead of xinerama.
* You can now specify monitor by name, or primary status.
2016-08-19 10:46:38 +02:00
Dave Davenport
eb0bfc60c4 Indicate what set an option, comment default options in dump-xresources. 2016-08-04 20:24:01 +02:00
Dave Davenport
4be25abad7 Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00