Dave Davenport
|
2d167e21d7
|
Fix #237 add none style to separator style
|
2015-09-30 09:09:34 +02:00 |
|
Qball Cow
|
9b67838b56
|
Only cache successful run. (Thanks to Koppa nd daemoni)
|
2015-09-29 17:28:21 +02:00 |
|
QC
|
29360b20aa
|
Parse name in textbox.
|
2015-09-28 21:41:58 +02:00 |
|
QC
|
838c838d31
|
Try to fix #234
|
2015-09-27 12:57:54 +02:00 |
|
QC
|
6061e046de
|
Get color type.
|
2015-09-27 11:46:19 +02:00 |
|
QC
|
8f1f03e6d2
|
Use cairo to do drawing.
|
2015-09-26 20:34:34 +02:00 |
|
QC
|
29e81fdb07
|
Make wrap an extra option for textbox
|
2015-09-23 20:44:24 +02:00 |
|
Dave Davenport
|
5cc695e186
|
Add markup flag for dmenu.
|
2015-09-22 22:23:52 +02:00 |
|
QC
|
108c16e0d4
|
Default disable levenshtein
|
2015-09-20 10:32:49 +02:00 |
|
QC
|
b18d68eff2
|
Adjust new editor width
|
2015-09-19 12:57:48 +02:00 |
|
QC
|
442e235c24
|
Some cleanups, tweak uncrustify.
|
2015-09-19 12:21:30 +02:00 |
|
Dave Davenport
|
4c970fe4da
|
Properly resize content when window is resized.
|
2015-09-17 17:32:51 +02:00 |
|
Dave Davenport
|
a5c1eb1f1b
|
Allow window mode to be disabled
|
2015-09-14 08:57:10 +02:00 |
|
Dave Davenport
|
f443c56487
|
In normal mode set normal window window type hint.
|
2015-09-10 19:24:23 +02:00 |
|
Dave Davenport
|
d2aad68bce
|
Keep the line matched (if possible) when filtering.
|
2015-09-08 22:23:03 +02:00 |
|
Dave Davenport
|
13203c9de7
|
Refactor to make dmenu use Switcher, and make menu func use this.
|
2015-09-08 21:41:54 +02:00 |
|
Dave Davenport
|
ae26c13daf
|
Allow switchers to run multiple times.
|
2015-09-07 19:10:44 +02:00 |
|
Dave Davenport
|
092a2c5037
|
Issue: #224 test version window current desktop
run: rofi -show windowcd -modi windowcd,window
Using ctrl-tab you can switch between two modes (all windows, or just current desktop).
|
2015-09-07 17:41:48 +02:00 |
|
QC
|
e10aa09f74
|
Add hide scrollbar option.
|
2015-09-04 21:08:23 +02:00 |
|
Dave Davenport
|
5031cdd228
|
Calculate size of handle for scrollbar better.
|
2015-09-04 14:52:57 +02:00 |
|
Dave Davenport
|
72ef9c014f
|
Document doc, fix small drawing things in scrollbar
|
2015-09-04 08:42:09 +02:00 |
|
Dave Davenport
|
380697b895
|
scrollbar: Handle mouse clicks, fix width, remove border.
|
2015-09-04 08:26:57 +02:00 |
|
Dave Davenport
|
4bbbecd17d
|
Add scrollbar source code.
|
2015-09-03 22:12:20 +02:00 |
|
Dave Davenport
|
d16bf26bf8
|
Add initial scrollbar
|
2015-09-03 18:23:00 +02:00 |
|
Dave Davenport
|
2c45c02c7f
|
Small cleanup.
|
2015-09-03 08:20:08 +02:00 |
|
QC
|
27f5c7413e
|
cleanup.
|
2015-09-02 12:29:28 +02:00 |
|
QC
|
9d7518c7ab
|
Add 10 more custom key binding. Issue: #218
|
2015-09-02 10:05:02 +02:00 |
|
Dave Davenport
|
29d0c109cb
|
Add WINDOW_TYPE_DESKTOP to ignore list.
Issue: #215
|
2015-08-31 08:00:23 +02:00 |
|
Dave Davenport
|
5c618681c4
|
Add dialogs.h header.
|
2015-08-31 07:57:29 +02:00 |
|
QC
|
89dcb5be1e
|
Remove unused function
|
2015-08-29 11:57:04 +02:00 |
|
Dave Davenport
|
3c91c8d6e0
|
Issue: #213 hide windows marked as type DOCK
Removes i3 hack.
|
2015-08-27 21:09:12 +02:00 |
|
Dave Davenport
|
d9a9d2489a
|
Add separator color and style option.
|
2015-08-26 18:11:53 +02:00 |
|
QC
|
c170eae8c8
|
Issue: #207 add generic -filter mode.
|
2015-08-20 21:42:53 +02:00 |
|
Dave Davenport
|
1ca7141621
|
Add quick solution for #202, expose line-margin setting.
|
2015-08-04 09:42:14 +02:00 |
|
QC
|
77e5541ba5
|
Bug #200 implement -m mode
|
2015-08-02 15:45:52 +02:00 |
|
Dave Davenport
|
dffc27e5aa
|
Try to make things more robust, e.g. try to recover before giving up.
|
2015-07-31 12:23:41 +02:00 |
|
Dave Davenport
|
8d6a78939c
|
Small cleanup + fail more gracefull here and there
|
2015-07-30 08:57:09 +02:00 |
|
Dave Davenport
|
c68ab67dd8
|
Add some comments and cleanups, allow reeloading of keybindings at run-time
|
2015-07-29 09:37:40 +02:00 |
|
Dave Davenport
|
93c01ccbd5
|
Add new event handling
|
2015-07-28 22:22:18 +02:00 |
|
Qball Cow
|
2bbd589f0d
|
Add prefix to header guard. #191
|
2015-07-27 10:17:12 +02:00 |
|
Dave Davenport
|
8104997e6f
|
Bug #191 rename header guard to not use reserved macro name.
|
2015-07-27 09:22:21 +02:00 |
|
Dave Davenport
|
98b8e583cb
|
Make fuzzy matching available everywhere: #133 (-fuzzy)
|
2015-07-01 09:12:22 +02:00 |
|
Dave Davenport
|
30743d1789
|
Move fuzzy_token_match to where it can be reused.
|
2015-06-28 13:53:37 +02:00 |
|
Dave Davenport
|
90eb18b3c0
|
Make 'all?' keys user configurable.
Fixes #66
|
2015-06-15 09:01:22 +02:00 |
|
Dave Davenport
|
25633ca4dc
|
Issue #66, allow keybindings for navigation to be changed.
up,down,left,right
|
2015-06-15 08:48:13 +02:00 |
|
Dave Davenport
|
1a188af2e9
|
Add markup support to error msg.
|
2015-06-08 23:23:33 +02:00 |
|
Qball Cow
|
e5caaf9d1a
|
Possible fix issue #175
|
2015-06-09 18:10:23 +02:00 |
|
QC
|
a93aec02bd
|
Add support for msg string with pango markup.
|
2015-05-23 20:06:06 +02:00 |
|
Dave Davenport
|
0e7009bcad
|
Test fix for issue #167
|
2015-05-21 23:53:28 +02:00 |
|
Qball Cow
|
09e4a64780
|
fix issue #165
|
2015-05-19 19:59:50 +02:00 |
|