Commit graph

809 commits

Author SHA1 Message Date
QC
c760432a6c Moving files around, dialogs in dialog directory. 2015-02-12 22:26:28 +01:00
Dave Davenport
605fe4911c Refactor code, split out window switcher code. 2015-02-12 22:16:32 +01:00
Dave Davenport
9240a636d4 Fix stupid typo in previous commit, swapping columns/rows in positioning textboxes. 2015-02-12 07:55:23 +01:00
Dave Davenport
f74c8c1839 Cleanup. 2015-02-11 23:07:55 +01:00
Dave Davenport
c5f95d4e25 Small comment updates. 2015-02-10 08:12:03 +01:00
Dave Davenport
472dc452d5 Update Changelog and Authors file. 2015-02-10 08:00:18 +01:00
Dave Davenport
a50219e903 Remove hmode. (Rather no implementation then a bad one.) 2015-02-10 07:42:40 +01:00
QC
e76db3fce3 Fix indenting. 2015-02-09 20:23:55 +01:00
QC
a69eb4e22c Simplify paste code. 2015-02-09 20:20:51 +01:00
QC
67cbd48c8b Add some comments, rename. 2015-02-09 20:05:30 +01:00
QC
f6bc8f7c32 Fix test compile warning. 2015-02-09 19:58:17 +01:00
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
b0b8a0c477 Merge pull request #124 from vimeitor/patch-1
Fix documentation
2015-02-05 08:13:39 +01:00
vimeitor
04378179b9 Fix documentation 2015-02-04 23:28:14 +01:00
Dave Davenport
9a197e4e04 Merge pull request #123 from hexchain/patch-1
Fix `-width' example value
2015-02-04 20:04:13 +01:00
Hexchain Tong
50c8476abc Fix `-width' example value
A full HD monitor should be 1920px wide.
2015-02-04 21:02:33 +08: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
e42a60f87a Remove i3 build in travis... it is to old. 2015-02-02 15:08:44 +01:00
Dave Davenport
65abc093ca Install i3-wm in travin and compile with and without. 2015-02-02 14:56:05 +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
1ad7f755c7 Update build instructions. 2015-01-28 12:36:23 +01:00
Dave Davenport
b469674085 Add some comments. 2015-01-28 07:50:47 +01:00
Dave Davenport
836036574b Add file browser example.
-switchers "file:rofi-file-browser.sh" -show file
2015-01-28 07:49:52 +01:00
Dave Davenport
7c81152ca5 Merge pull request #116 from deiwin/patch-1
fix typo in docs
2015-01-27 10:37:52 +01:00
Deiwin Sarjas
774ed66159 fix typos in docs 2015-01-27 11:10:41 +02:00
QC
072baa9c02 Fix printing Warning about XID. 2015-01-26 22:43:57 +01:00
QC
9532ad6daa Add Changelog and AUTHORS to distribution list. 2015-01-25 10:11:44 +01:00
QC
aecbcb5059 Release 0.15.1 2015-01-24 17:12:04 +01:00
QC
460b82efc3 Fix unused variables. 2015-01-24 16:41:18 +01:00
QC
2142103168 Add shift-enter to manpage. 2015-01-23 20:07:56 +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
db51b8110c Document the new transparency option. 2015-01-22 15:25:40 +01:00
Dave Davenport
9067b2602d Remove printf 2015-01-22 15:10:35 +01:00