Quentin Glidic
65447b496a
view/navigation: Cleanup
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:24:32 +02:00
Quentin Glidic
aa350a1583
textbox/key: Cleanup
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:24:22 +02:00
Quentin Glidic
67c9fe158a
textbox/keybinding: Reindent
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:24:16 +02:00
Quentin Glidic
5b0964ae32
textbox: Split keybinding and text handling
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:24:10 +02:00
Quentin Glidic
143acf622b
view/keypress: Reindent
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:24:09 +02:00
Quentin Glidic
117c2360a4
view/keypress: Cleanup some useless stuff
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:23:44 +02:00
Quentin Glidic
0d899f1bbd
view: Split keypress handling to an helper function
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:23:13 +02:00
Dave Davenport
73584a377e
Merge pull request #398 from pfsmorigo/gitignore
...
gitignore: add generated files
2016-05-07 10:15:19 +02:00
Paulo Flabiano Smorigo
af74404742
gitignore: add generated files
2016-05-06 21:55:43 -03:00
Dave Davenport
8e05106c87
Add option to view background image instead of screenshot in fake transparency. Issue #390
2016-05-06 12:40:55 +02:00
Dave Davenport
ea3b5a39ca
Small readme update
2016-05-02 08:01:24 +02:00
Dave Davenport
1c3d1aa46f
Bump to version 1.0.1
2016-05-02 07:50:28 +02:00
Chris Salzberg
324a09b27b
man: Fix typo (exteneded -> extended)
2016-05-01 10:35:10 +02:00
Dave Davenport
09d1955338
Issue: #395 adding more options.
2016-04-29 21:42:31 +02:00
Dave Davenport
91e68f4ded
Merge pull request #393 from domidimi/master
...
When switching windows also switch the desktop
2016-04-29 19:36:56 +02:00
Dimitar Yordanov
74d1b234d9
When switching windows also switch the desktop
...
If the window we switch to is not on the same desktop, first switch to
the desktop.
2016-04-28 22:45:01 +02:00
Dave Davenport
7861b73690
Merge pull request #391 from jasperla/bash
...
no need for bash here, sh suffices
2016-04-27 22:53:50 +02:00
Jasper Lievisse Adriaanse
6beb315f77
no need for bash here, sh suffices
2016-04-27 18:13:19 +02:00
Dave Davenport
4dbf2813d0
Issue #388 , Try to make history parser more robust against corruption.
2016-04-27 12:57:43 +02:00
Dave Davenport
88c0a5c888
Merge pull request #389 from jamesbvaughan/master
...
Minor documentation typo fix
2016-04-27 11:48:09 +02:00
James Vaughan
4be6250393
typo fix
2016-04-27 02:43:36 -07:00
Dave Davenport
1661244407
Issue: 386: Fix getting desktop number property
2016-04-26 07:52:29 +02:00
Dave Davenport
85aeffbd24
small cleanup
2016-04-20 17:03:34 +02:00
Dave Davenport
44481cdb40
Small cleanups, fix worker error dialog.
2016-04-20 08:08:18 +02:00
Dave Davenport
3918625804
Move teardown to the logic place again (possible with deamon mode removed)
2016-04-20 08:04:23 +02:00
Dave Davenport
f79c078144
bump to 1.0
2016-04-17 17:44:51 +02:00
Dave Davenport
5af72f7394
More configure checks.
2016-04-14 19:20:37 +02:00
Dave Davenport
c867b91198
Update release notes.
2016-04-12 22:40:40 +02:00
Dave Davenport
0afc4cccde
Disable gitlab test, as it get stuck.
2016-04-10 22:46:46 +02:00
Dave Davenport
27e18a6384
Add gitlab CI tests.
2016-04-10 22:35:54 +02:00
Dave Davenport
26e1083812
Issue: #380 Make combi complete prepend bang
2016-04-10 20:57:12 +02:00
Dave Davenport
cbf625ec9f
Work around crash. echo error to stderr.
2016-04-10 15:04:34 +02:00
Dave Davenport
96cb3a8695
Remove fgets and replace by getline.
2016-04-10 14:30:13 +02:00
Dave Davenport
b63f8e2275
Move history to getline and remove magic limit.
2016-04-10 13:55:18 +02:00
Dave Davenport
93362d63f2
Update git revision script.
2016-04-10 13:22:49 +02:00
Dave Davenport
a69754abff
Remove left-over printf.
2016-04-10 12:08:36 +02:00
Dave Davenport
e54e012500
Issue: #381 : Try to handle X11 input and UTF-8 better.
...
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8.
Dmenu: don't skip invalid lines, but try to display as much as possible.
Window mode: Double check all input from X.
2016-04-10 12:05:34 +02:00
Dave Davenport
c3b236db28
Update gitlab build file.
2016-04-09 14:59:49 +02:00
Dave Davenport
bf51983150
Fix possible macro expansion problem.
...
As indicated by llvm analysis passes.
2016-04-05 21:26:21 +02:00
Quentin Glidic
29f6823cf9
rofi: Only display GIT_VERSION if available
...
It now contains the latest tag, so we have all the relevant information.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:57:52 +02:00
Quentin Glidic
5f1fcf5e77
version: Let Git provide meaningful information
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:50:14 +02:00
Dave Davenport
b96fba1de9
Bump to 1.0.0-RC1
2016-04-03 21:39:21 +02:00
Dave Davenport
72c04ce34d
Update manpage.
2016-04-03 14:56:23 +02:00
Dave Davenport
3397ae1150
Remove unused -quiet commandline option.
...
This option, with the removal of daemon mode, no longer had any purpose.
2016-04-02 22:11:38 +02:00
Quentin Glidic
9ea71c0f95
manpage: Add my email
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Quentin Glidic
95da24927a
travis.yml: Move ./configure to before_script
...
This way, the Travis build will error and not fail on missing
dependencies.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Quentin Glidic
3f8673f073
travis.yml: libxcb-ewmh-dev is blacklisted again
...
This package changed named between Precise and Trusty, and Travis is
using Precise as its base system.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Dave Davenport
541f5b1fc9
Fixes issue #370 : Move dmenu option into dmenu.
2016-04-02 10:39:02 +02:00
Dave Davenport
8f565b11c6
Update manpage
2016-04-02 10:14:13 +02:00
Dave Davenport
70d2f54798
Update release note.
2016-04-01 20:12:16 +02:00