Dave Davenport
|
682907d340
|
Splitting over more files.
|
2015-02-09 19:35:51 +01:00 |
|
Dave Davenport
|
f7eeaec60f
|
Fix #126: Allow (simplistic) word movement and deletion.
* Ctrl-Alt-d: Delete word
* Ctrl-Alt-h: Delete previous word
* Alt-f: Forward one word
* Alt-b: Backwards one word
|
2015-02-07 16:42:42 +01:00 |
|
Dave Davenport
|
00e48fdcf7
|
fix tiny typo
|
2015-02-07 14:04:57 +01:00 |
|
Dave Davenport
|
fda5badeb6
|
Fix #125: Use shift-left/right for moving between switchers.
|
2015-02-06 08:45:21 +01:00 |
|
Dave Davenport
|
d9aef65ea7
|
Cleanups.
|
2015-02-04 09:37:34 +01:00 |
|
Dave Davenport
|
63fd534ba2
|
Move data around, constness, etc.
|
2015-02-03 08:21:59 +01:00 |
|
Dave Davenport
|
f86cf8988b
|
Move stuff around. Try to reduce size rofi.c.
|
2015-02-03 08:00:33 +01:00 |
|
QC
|
3a98c71fa1
|
Fix: #121 Print utf8 until invalid character.
|
2015-02-02 16:44:08 +01:00 |
|
Dave Davenport
|
ca876feec6
|
Put i3 specific interaction code in separate file.
|
2015-02-02 14:49:19 +01:00 |
|
QC
|
d081b3e6f5
|
Fix #119. Fix dmenu mode when called with full path.
|
2015-02-01 20:15:21 +01:00 |
|
Dave Davenport
|
1a590aa8df
|
Do not lock rofi when in daemon mode, only when showing.
|
2015-02-01 15:17:43 +01:00 |
|
Dave Davenport
|
5d4ab2e626
|
Always compile with Extra warnings.
|
2015-02-01 15:12:29 +01:00 |
|
Dave Davenport
|
1156c19cbf
|
Fix compiler warnings about signed v.s. unsigned
|
2015-02-01 15:00:01 +01:00 |
|
Dave Davenport
|
382b93ae03
|
Fix LLVM compiler warnings.
|
2015-02-01 10:43:28 +01:00 |
|
Dave Davenport
|
97c11d7d85
|
Fix compiler warnings. (return value ftrunc/write)
|
2015-02-01 10:03:16 +01:00 |
|
QC
|
b74e6b791a
|
Fix not grabbing keyboard, and add pid file to ensure one instance.
|
2015-01-31 18:23:17 +01:00 |
|
QC
|
983fff61b4
|
Removed some unused headers.
|
2015-01-30 21:55:31 +01:00 |
|
QC
|
6760d05d18
|
Small cleanup + comments.
|
2015-01-30 18:01:25 +01:00 |
|
Dave Davenport
|
f40e072802
|
Grab keyboard from X mainloop.
Should fix small 'jerk' when starting from keybinding and having to wait for keyboard grab.
|
2015-01-29 17:37:12 +01:00 |
|
QC
|
de9e78bb57
|
Fix issue #118.
unsigned long is %lu not %ul
|
2015-01-28 21:27:49 +01:00 |
|
Dave Davenport
|
b469674085
|
Add some comments.
|
2015-01-28 07:50:47 +01:00 |
|
QC
|
072baa9c02
|
Fix printing Warning about XID.
|
2015-01-26 22:43:57 +01:00 |
|
QC
|
460b82efc3
|
Fix unused variables.
|
2015-01-24 16:41:18 +01:00 |
|
Dave Davenport
|
3e419feecd
|
Remove commented code, break out of loop in when possible.
|
2015-01-23 09:12:48 +01:00 |
|
Dave Davenport
|
9067b2602d
|
Remove printf
|
2015-01-22 15:10:35 +01:00 |
|
Dave Davenport
|
673eee78a4
|
Better handling of non-truecolor colormaps.
|
2015-01-22 10:54:28 +01:00 |
|
Dave Davenport
|
647701fe78
|
Merge remote-tracking branch 'origin/master' into transbg
|
2015-01-22 08:48:45 +01:00 |
|
Dave Davenport
|
19a0ec40f8
|
Use fallback when truecolor visual fails.
- Fixes tests.
|
2015-01-21 18:38:54 +01:00 |
|
Daniel Hahler
|
318c8f3953
|
Toggle case sensitivity: grave might be acute
Fixes https://github.com/DaveDavenport/rofi/issues/112
|
2015-01-21 11:39:35 +01:00 |
|
Dave Davenport
|
9cc63d4948
|
Updates fixing pango transparancy.
|
2015-01-21 10:04:15 +01:00 |
|
Dave Davenport
|
291070e579
|
First try out. (tests not compiling at.. do make rofi)
|
2015-01-20 23:32:57 +01:00 |
|
QC
|
661b65dd2a
|
Introduce lazy-refilter mode for long lists.
|
2015-01-18 18:17:09 +01:00 |
|
QC
|
7e6241226e
|
Avoid loosing keyboard press events when they arrive to quickly.
* Do not absorb events, but loop over them.
|
2015-01-18 17:18:07 +01:00 |
|
QC
|
112e2c2bc5
|
Small cleanup and add ohcount target.
|
2015-01-17 18:27:41 +01:00 |
|
Dave Davenport
|
a00cfbb5b0
|
Small cleanup and reducing of scopes.
|
2015-01-15 17:59:59 +01:00 |
|
Dave Davenport
|
1a85fcbf96
|
Change col left/right edge behavior to be more logic.
* Don't move to first/last entry when not needed.
|
2015-01-15 08:33:45 +01:00 |
|
Edwin Pujols
|
dc16033d0d
|
Mouse navigation: Avoid unnecessary looping.
|
2015-01-14 18:54:37 -04:00 |
|
QC
|
2d18aea928
|
Fix issue #104: Scrolling action.
|
2015-01-14 22:14:15 +01:00 |
|
Dave Davenport
|
3a4c1f1f3f
|
Merge pull request #105 from Tblue/master
SSH config file parser: Recognize multiple host names in a "Host" line
|
2015-01-14 21:51:19 +01:00 |
|
Tilman Blumenbach
|
49fa62b4c3
|
get_ssh(): Use g_strdup() instead of strdup().
The latter is not always available.
|
2015-01-14 16:02:37 +01:00 |
|
Tilman Blumenbach
|
5584e2eb95
|
get_ssh(): Use g_ascii_strcasecmp() instead of strcasecmp().
The latter is not always available.
|
2015-01-14 16:01:48 +01:00 |
|
Tilman Blumenbach
|
6fc18a21f1
|
Minor comment fix.
|
2015-01-14 15:52:40 +01:00 |
|
Tilman Blumenbach
|
07dfc171e3
|
SSH file parser: Recognize multiple host names in a 'Host' line.
|
2015-01-14 11:23:14 +01:00 |
|
Dave Davenport
|
046a1c612d
|
Fix bug introduced with d1ba4bd8dc
* Match all fields of window struct, not just title.
|
2015-01-14 08:15:52 +01:00 |
|
Dave Davenport
|
deee786c65
|
Also respond to dead Grave for casesensitive toggle.
|
2015-01-14 08:11:32 +01:00 |
|
QC
|
46ab505be7
|
Make hmode workable again.
|
2015-01-13 12:16:32 +01:00 |
|
QC
|
e166fa3d8e
|
Move indicator to end of entry box.
|
2015-01-13 11:48:38 +01:00 |
|
Edwin Pujols
|
93a2738c8a
|
Fix #102 - Visual indicator of case sensitivity.
|
2015-01-12 19:01:16 -04:00 |
|
Edwin Pujols
|
2098f1147f
|
Add Xresources option for case sensitivity.
|
2015-01-12 15:56:41 -04:00 |
|
Edwin Pujols
|
32b8281cfb
|
Merge branch 'master' of https://github.com/DaveDavenport/rofi
Conflicts:
doc/rofi-manpage.markdown
doc/rofi.1
|
2015-01-12 15:48:04 -04:00 |
|