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
45fd97d842
Fix test box widget..
2016-11-27 16:28:20 +01:00
Dave Davenport
862c04ef61
Fix drawing order when widget is added at end. This simplifies bottom mode.
...
Fixes : #505
2016-11-27 16:02:37 +01:00
Dave Davenport
84baa94bfc
Remove trailing whitespace from string options.
2016-11-26 17:29:42 +01:00
Dave Davenport
84f7ec2f0e
Fuzzy matcher, take simple escaping into account when creating regex.
2016-11-26 17:18:38 +01:00
Dave Davenport
4f3c7f122e
Fix check being the wrong way around.
2016-11-26 16:57:13 +01:00
Dave Davenport
425f8d1cd6
Fix typo.
2016-11-25 21:48:54 +01:00
Dave Davenport
80c7b3774e
Fix compare add forum to links.
2016-11-25 21:47:28 +01:00
Dave Davenport
31115dd312
Print compile options (window, drun,timing, asan, gcov) in -help
...
Issue: #506
2016-11-25 20:00:27 +01:00
Dave Davenport
bb9f8af36f
Update contributing and issue template.
2016-11-25 09:32:54 +01:00
bendem
9be2483e77
Typo ( #503 )
2016-11-24 22:16:27 +01:00
Dave Davenport
62629b79c1
Tofi power.
2016-11-24 18:41:22 +01:00
Dave Davenport
9664543364
Update release notes
2016-11-24 17:36:20 +01:00
Dave Davenport
f0d9f71d1f
Update release notes with pic
2016-11-24 09:23:14 +01:00
Dave Davenport
2cb28fccfd
update changelog
2016-11-23 09:39:29 +01:00
Dave Davenport
b40552c1f1
Changelog update
2016-11-23 09:22:01 +01:00
Dave Davenport
a41d734d88
Add themes from rofi-themes (adapta, indego, monokai)
2016-11-18 18:13:38 +01:00
Dave Davenport
d245a4e6a1
Add themes, make rofi-theme-selector show highlighted rows.
2016-11-16 09:22:41 +01:00
Dave Davenport
34cf7c6909
Remove unsupported tag from doxy file.
2016-11-15 23:15:22 +01:00
Dave Davenport
89ac2ea267
Make travis output more verbose.
2016-11-15 22:12:53 +01:00
Dave Davenport
d6756b6dad
Add extra check to travis.
2016-11-15 22:02:47 +01:00
Dave Davenport
b1a44cc65e
Update code documentation
2016-11-15 21:54:31 +01:00
Dave Davenport
7e74d39a01
Fix indentation
2016-11-15 08:24:27 +01:00
Dave Davenport
c86a28ca70
Small code restructure
2016-11-15 08:24:06 +01:00
Dave Davenport
0a11dd80ec
Add start of release notes.
2016-11-14 20:33:31 +01:00
Dave Davenport
56a4da6b59
Update Changelog
2016-11-14 18:48:20 +01:00
Dave Davenport
a9dbd787cf
Include in error mesg, what key failed to bind.
2016-11-14 18:42:41 +01:00
Dave Davenport
29cacd0e83
Try to improve parsing of Keybinding. Give more specific error of what failed.
...
+ Implementation is slower. but is one time, so should be fine.
2016-11-14 18:32:22 +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
d450d02ad6
For redraw when rofi_view_set_active is called.
2016-11-14 16:31:26 +01:00
Dave Davenport
fcf3c33415
Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-exclam
...
+ indent.
2016-11-14 16:25:04 +01:00
Dave Davenport
01751db4c0
Fix #498 : Right count for unicode charaters in column code.
2016-11-14 12:39:37 +01:00
Dave Davenport
f0bc7e3185
Fix #485 : Correctly remove consumed masks.
2016-11-14 08:28:54 +01:00
Dave Davenport
7cc90abceb
[DMenu] Dump when there is an empty filter.
2016-11-13 23:15:13 +01:00
Dave Davenport
02d8b7a31c
Add forum link to manpage
2016-11-13 18:39:21 +01:00
Dave Davenport
f41d946e33
Add create screenshot.
2016-11-12 19:34:10 +01:00
Dave Davenport
e6edd40f2e
Add forum to links on top.
2016-11-12 14:51:23 +01:00
Dave Davenport
31a29e452b
Fix #497 : Create user runtime dir if not exists.
2016-11-12 11:36:39 +01:00
Dave Davenport
27cef3c9ae
Fix #497 : Create cache dir if not exists.
2016-11-12 11:28:40 +01:00
Dave Davenport
335a01689d
add forum
2016-11-12 10:54:07 +01:00
Dave Davenport
cd0fedd0db
If no fake background failed to load, still paint a background. Add debug info.
2016-11-11 22:11:32 +01:00
Dave Davenport
1d40782515
Re-work the expose, redraw system. Use XServer side pixmaps to do drawing and flipping.
...
- By server side drawing and flipping buffer time to draw buffer to window speed up by factor 1000+.
Flipping is now one xcb_copy_area call.
- Don't abuse Xserver expose events to singal internal drawings.
- Queue redraws in idle time.
- Avoid unneeded redraws.
2016-11-11 16:29:59 +01:00
Dave Davenport
e3af1efaef
Fix crash when clicked out of window.
2016-11-11 09:30:44 +01:00
Dave Davenport
0da5737cee
If widget is disabled, don't check redraw flag as it wont be cleared.
...
This reduces a lot of false redraws caused by overlay widget.
Issue: #496
2016-11-10 12:17:27 +01:00
Dave Davenport
545be58e40
Issue #454 pass our window id along in the change active window request
2016-11-07 09:15:04 +01:00
Dave Davenport
90c314f397
Re-add column, but not for dmenu when prompt is set
2016-11-07 08:51:23 +01:00
Dave Davenport
da2e6a2cc4
Remove debug sleep
2016-11-06 16:55:41 +01:00