Dave Davenport
98c625feab
Spelling fix
2017-02-09 08:53:45 +01:00
Dave Davenport
12bb34af97
Add release 1.4 release title.
2017-02-09 08:52:30 +01:00
Dave Davenport
19b023b221
Split sorting option. one for sorting. One to force levenshtein.
2017-01-11 09:42:37 +01:00
Dave Davenport
268b0fa3b0
Super-1..10 keybinding activates row 1..10.
...
Allowing fore quick switching to entry.
https://forum.qtools.org/t/select-entry-by-offset/84/5
2017-01-10 07:41:37 +01:00
Dave Davenport
9725f666f2
V1.3.1 release
2017-01-08 14:22:29 +01:00
Dave Davenport
ae7732abed
Update Changelog
2017-01-06 11:05:13 +01:00
Dave Davenport
c06aa59a62
Version 1.3 release
2016-12-25 12:17:34 +01:00
Dave Davenport
40b73769f1
Update Changelog
2016-12-25 12:15:41 +01:00
Dave Davenport
1be52b7736
Update Changelog/release notes
2016-12-18 12:24:37 +01:00
Dave Davenport
b6a588ac00
Update Changelog and release notes with drawing speedups and other fixes.
2016-11-29 17:39:09 +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
56a4da6b59
Update Changelog
2016-11-14 18:48:20 +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
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
f19e3b1a35
Update Changelog.
2016-09-01 21:29:02 +02:00
Dave Davenport
f066290c8a
Post-release fix release number in changelog.
2016-08-12 19:55:40 +02:00
Dave Davenport
9abed713cd
Release V1.2.0
2016-08-12 09:54:44 +02:00
Dave Davenport
a34dba30fb
Update Changelog.
2016-08-07 17:08:06 +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
8478b427f1
Fix Control+u behaviour
2016-07-27 08:10:55 +02:00
Dave Davenport
e9cb47dcea
Update Changelog
2016-07-25 11:39:43 +02:00
Dave Davenport
8e648e6b6a
Update changelog
2016-07-19 20:54:57 +02:00
Dave Davenport
fc24fcca22
Update Changelog
2016-07-14 07:48:28 +02:00
Dave Davenport
342192b4ed
Remove work-around for older i3 version (< 4.9)
...
- I3 got ewhm support in Feb. 2015.
2016-07-06 08:34:47 +02:00
Dave Davenport
de832cef8d
Update Changelog and README
2016-07-04 09:29:43 +02:00
Dave Davenport
a7922cc07c
Remove xlib dependency, add xcb-util-xrm.
2016-06-25 14:01:41 +02:00
Dave Davenport
03239cb989
Remove fuzzy matching option.
2016-06-18 20:54:29 +02:00
Dave Davenport
5ae177cae1
Release v1.1.0
2016-06-14 20:46:46 +02:00
Dave Davenport
0170aef0e6
Add Control-Backspace as keybinding.
2016-06-06 09:31:48 +02:00
Dave Davenport
96baa5d0b2
Update Changelog.
2016-05-31 22:22:43 +02:00
Dave Davenport
bd412b9975
Grab mouse pointer with keyboard.
2016-05-09 08:47:28 +02:00
Dave Davenport
171d132b9b
Update ChangeLog
2016-05-09 08:23:19 +02:00
Dave Davenport
1c3d1aa46f
Bump to version 1.0.1
2016-05-02 07:50:28 +02:00
Dave Davenport
99515f986e
Fix issue #281
...
if one entry as input and autoselect enabled return immediately
2016-02-17 08:46:22 +01:00
Dave Davenport
ed4d9eee1b
Update changelog
2016-02-16 22:03:18 +01:00
Dave Davenport
d982c3cdbd
Update changelog
2016-02-11 08:13:15 +01:00
Dave Davenport
fdb4c99456
Remove normal window global.
2016-02-10 19:40:19 +01:00
Dave Davenport
9b12f69fec
Update changelog.
2016-02-09 20:17:38 +01:00
Dave Davenport
017f9e47ed
Fix tyop
2016-01-04 15:09:06 +01:00
Dave Davenport
41bd981b38
Initialize Xrm only once.
2016-01-04 07:59:30 +01:00
Dave Davenport
62c1b57778
Update changelog
2016-01-03 18:30:12 +01:00
Dave Davenport
38fabb6b1b
Issue #303 : Create one pango context from xlib surface
...
- Create one pango context and set font options from main xlib surface
- Set font type on global pango context.
- Use CAIRO_OPERATOR_OVER for drawing text (otherwise subpixel rendering is not done).
2015-12-28 11:27:27 +01:00
Dave Davenport
0d0016e9fe
Update changelog
2015-12-27 19:47:33 +01:00
Dave Davenport
97fa0cc61d
Add option to set scrollbar width
2015-12-13 13:51:59 +01:00
Dave Davenport
f3c22c50e4
Add sorting switch: Issue: #298
2015-12-13 11:52:40 +01:00
Dave Davenport
08d6d6b685
Fix return code multi-select
2015-12-12 20:54:59 +01:00
Martijn Koedam
61738f881f
Indent + ChangeLog
2015-12-09 08:58:24 +01:00
Dave Davenport
cb00fd2d68
Update ChangeLog
2015-12-07 09:02:49 +01:00