Commit graph

2074 commits

Author SHA1 Message Date
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
Dave Davenport
89e3e0e645 Grab keyboard as early as possible (#494) 2016-11-06 16:50:12 +01:00
Dave Davenport
0554db65ea Fix dmenu with -selected-row 2016-11-05 20:00:22 +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
5228aa82be Add atexit to dep check 2016-11-04 08:38:35 +01:00
Dave Davenport
ed6cb59b5d Fix crash on wrongly queued ViewState (thx to teto) 2016-11-02 18:24:20 +01:00
Dave Davenport
95e8268796 Add tagline to changelog. 2016-11-02 13:38:27 +01:00
Dave Davenport
a03fdcf3a2 Update Changelog for 1.3.0 2016-11-02 13:34:55 +01:00
Dave Davenport
3b698038d7 Document enum of separator.h 2016-11-01 21:19:13 +01:00
Dave Davenport
f50d4f4592 Add comment coverage report 2016-11-01 21:06:57 +01:00
Dave Davenport
e72508b782 Remove opacity option. 2016-11-01 08:10:27 +01:00
Dave Davenport
4c5df96fcd Pull config option access from out of separator widget. 2016-11-01 08:04:39 +01:00