Commit graph

1728 commits

Author SHA1 Message Date
Dave Davenport
6225b29d94 Issue 448, Take another default that should not fail, better error mesg 2016-08-19 18:01:26 +02:00
Dave Davenport
a5acff542d Update INSTALL.md and Makefile.am to reflect changes randr. 2016-08-19 11:00:16 +02:00
Dave Davenport
df7468b491 Use XRandr to get monitor layout instead of xinerama.
* You can now specify monitor by name, or primary status.
2016-08-19 10:46:38 +02:00
Dave Davenport
26d1e64b22 Make textbox use character position instead of byte index for cursor. 2016-08-15 09:01:56 +02:00
Niklas Haas
acdd8ddb5a Use bash instead of sh for get_git_rev.sh (#445)
The script relies on bash extensions to `echo`, which is not portable to
POSIX shells. Simplest fix is to request bash explicitly.
2016-08-14 08:18:32 +02:00
Dave Davenport
b5595d7a7e Fix #443 2016-08-13 16:22:15 +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
Quentin Glidic
f3a4313c61 INSTALL: Update COPR URL
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-08-10 14:55:46 +02:00
Dave Davenport
dc043a12e5 Updated release notes 2016-08-08 18:04:57 +02:00
Dave Davenport
b9aacf30f1 Update release notes. 2016-08-08 08:22:27 +02:00
Dave Davenport
a34dba30fb Update Changelog. 2016-08-07 17:08:06 +02:00
Dave Davenport
026a8cbb34 Fix #438 look for a 8 bpc 32bit visual, fixes 10bpc 30bit screen 2016-08-07 13:26:28 +02:00
Dave Davenport
6495d8e8df Add -input to -h output 2016-08-05 07:45:39 +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
ce822a3bbf Fix memory leak run dialog when skipping. 2016-08-02 18:37:14 +02:00
Dave Davenport
90c6c1125f Fix memory leak overlay widget 2016-08-02 18:33:55 +02:00
Dave Davenport
c9a7d91609 Update CONTRIBUTING.md 2016-08-01 14:40:36 +02:00
Dave Davenport
604b4cb619 Fix memory leak, re-indent 2016-07-31 23:28:31 +02:00
Dave Davenport
4ad2c37eea textbox: Handle tall glyphs better (#433)
We now place text based on the baseline, instead of the top of the
tallest glyph.

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-07-30 20:39:45 +02:00
Dave Davenport
4be25abad7 Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00
Dave Davenport
d6e1e4a914 Update README and INSTALL.md 2016-07-28 08:11:23 +02:00
Dave Davenport
8478b427f1 Fix Control+u behaviour 2016-07-27 08:10:55 +02:00
Dave Davenport
df1c9a1c1f Fix tests for added keybinding 2016-07-25 22:10:08 +02:00
Dave Davenport
e9cb47dcea Update Changelog 2016-07-25 11:39:43 +02:00
Dave Davenport
fe230eb95c Fix #432, Control+k removes till eol. 2016-07-25 11:32:30 +02:00
Dave Davenport
dd8f09dab8 Airblader fixes release notes. 2016-07-25 11:19:14 +02:00
Dave Davenport
7a87c95370 First stab at release notes. 2016-07-24 13:17:59 +02:00
Dave Davenport
de0290906d Update test to change multi-select and return codes. 2016-07-22 16:25:49 +02:00
Dave Davenport
22c8760e32 First try at fixing #430. Needs testin. 2016-07-22 09:44:12 +02:00
Dave Davenport
5d5c9713d7 Fix crasher on no scrollbar and mouse seek. 2016-07-21 07:57:35 +02:00
Dave Davenport
8e648e6b6a Update changelog 2016-07-19 20:54:57 +02:00
Dave Davenport
7e1ea5290d Update tests 2016-07-19 00:16:49 +02:00
Dave Davenport
602eb63557 Add `-multi-select flag to dmenu.
* Changes default behaviour.
2016-07-18 23:58:08 +02:00
Dave Davenport
965d2c2ac5 Add -no-selection-indicator to manpage 2016-07-18 23:51:46 +02:00
Dave Davenport
59635919ea Add selection indicator to dmenu mode. 2016-07-18 23:49:26 +02:00
Rasmus Steinke
fc40aa520f Merge pull request #427 from carnager/master
Try to formulate some things a bit nicer
2016-07-18 16:13:08 +02:00
Rasmus Steinke
c985544e35 update README 2016-07-18 16:03:16 +02:00
Dave Davenport
85d95c4f8f Fix memory leak 2016-07-16 22:36:20 +02:00
Dave Davenport
e9c3b930bc [Window] Chomp result
Fixes #426
2016-07-16 22:25:00 +02:00
Dave Davenport
fc24fcca22 Update Changelog 2016-07-14 07:48:28 +02:00
Dave Davenport
b31cf1d32f On rofi -show without argument, run de first one from the modi list. 2016-07-13 08:55:40 +02:00
Dave Davenport
b47e9c3846 Allow for more advanced window 'line' formatting 2016-07-12 10:44:43 +02:00
Dave Davenport
9e41b6ee95 Fix outdated information manpage. 2016-07-11 08:29:27 +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
dfc952f570 Add missing static 2016-07-05 18:13:53 +02:00
Dave Davenport
b7fba9752f Don't double switch something trivial. 2016-07-05 09:21:50 +02:00
Dave Davenport
a10543e6c5 Update README. 2016-07-04 17:29:58 +02:00
Dave Davenport
de832cef8d Update Changelog and README 2016-07-04 09:29:43 +02:00
Dave Davenport
fd45868aca Update manpage with window-format 2016-07-01 07:57:00 +02:00