Commit graph

2643 commits

Author SHA1 Message Date
Dave Davenport
980a99ccd6 Oeps. no uuid dep. 2017-09-04 21:58:13 +02:00
Dave Davenport
290f32b152 Update dependencies in INSTALL.md 2017-09-04 21:39:22 +02:00
Dave Davenport
73827ce680 Only dump configuration changes, not theme in -dump-config. 2017-09-04 16:46:06 +02:00
Dave Davenport
2d586a47df More updates to release notes. 2017-09-04 16:19:12 +02:00
Dave Davenport
d2b1c17dee Release notes updaetes
- error
- import
- cleanup
2017-09-04 09:12:22 +02:00
Dave Davenport
9f831b9369 Remove old theme documentation. rofi-themes(5) manpage is now leading. 2017-09-03 15:51:13 +02:00
Dave Davenport
3e060fa549 Add detailed changelog. 2017-09-03 15:40:49 +02:00
Dave Davenport
474190bbc7 Update release notes. 2017-09-03 12:32:01 +02:00
Dave Davenport
56f574c64d Add more screenshots. 2017-09-02 23:03:56 +02:00
Dave Davenport
a9793e59e3 Add border screenshots. 2017-09-02 22:44:56 +02:00
Dave Davenport
a19f0bf770 Screenshot icons. 2017-09-02 22:34:01 +02:00
Dave Davenport
7703ca65d9 Add image. 2017-09-02 22:31:29 +02:00
Dave Davenport
d7c432fecf Merge remote-tracking branch 'origin/next' 2017-08-29 11:17:36 +02:00
Dave Davenport
508e39c3f3 Set cursor to end of input field.
Fixes: #662
2017-08-29 10:40:24 +02:00
Dave Davenport
73e174b67b Update release notess some more. 2017-08-28 08:05:44 +02:00
Dave Davenport
0ecd8a9a40 Some release notes update. 2017-08-19 16:30:13 +02:00
Dave Davenport
3c52f15140 Move more enums to rofi-types.h 2017-08-18 11:38:54 +02:00
Dave Davenport
9105e5549f Move all property structs/enums into rofi-types 2017-08-17 22:52:17 +02:00
Quentin Glidic
5dd8e216e1
travis: Install Meson 0.41.2
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-17 19:27:45 +02:00
Dave Davenport
686be5856c Move PropertyType into rofi-types header and add check for names pairs. 2017-08-17 19:04:01 +02:00
Jason Pleau
c5607bfbd0 meson_options: fix typo in 'Timings' (#652) 2017-08-17 11:06:13 +02:00
Quentin Glidic
fb8f56dab3
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-16 19:11:25 +02:00
Dave Davenport
b9ae0783c2 [Script] Parse the command as a commandline.
Fixes: #650
2017-08-14 21:33:12 +02:00
Dave Davenport
8a99f0b7bd [Script] Execute script + argument direction, do not pass run-command.
Fixes: #650
2017-08-14 17:28:25 +02:00
Dave Davenport
004cc70ff6 Merge remote-tracking branch 'origin/master' into next 2017-08-14 17:18:17 +02:00
Dave Davenport
a7cecc0d41 Update manpage. 2017-08-13 20:31:46 +02:00
Dave Davenport
373b55ec9c Update AUTHORS
Add fdmarcin to AUTHORS file.
2017-08-13 19:20:09 +02:00
Marcin Sedlak
bb61970627 Proof read manpages (#645)
* Proof read rofi.1.markdown

Fix typos.
Fix American English consistency.
Fix "command line", "pop up" etc. - separate as nouns and hyphenated as compound adjectives.
Finish at line 169.

* Further proofreading

Same as before.
Additionally, fix one line of whitespace above and below a heading.
up to line 400

* More proof reads

up to line 592

* Finish proofreading

* Minor fixes

* Start proofreading rofi.theme.5.markdown

Fix American spelling.
Make sure **rofi** is bolded.
up to line 16

* Continue proofreading rofi-theme.5.markdown

up to line 452

* Replace latinisms with English phrases

e.g. > for example
i.e. > that is
They slow down the reader, and not everyone knows the correct English equivalent.

* Finish proofreading rofi-theme.5.markdown

* Fix dmenu official/unofficial website info

* Minor fixes

* Minor fixes
2017-08-13 19:19:19 +02:00
Dave Davenport
604779c444 Change order evaluation to make CPPCheck happy.
Code was not wrong.
2017-08-08 09:40:38 +02:00
Dave Davenport
96c70813ca Merge remote-tracking branch 'origin/next' 2017-08-07 17:03:03 +02:00
Dave Davenport
fdb9b014f5 Fix plugin loading. (hidden symbols) with ninja 2017-08-07 17:01:56 +02:00
Dan Beste
9d98fe3b9b Include missing manpage (#647)
Per discussion here:

https://aur.archlinux.org/packages/rofi-git/
2017-08-04 16:50:51 +02:00
Dave Davenport
81ef68b339 Start at writing release notes for V1.4.0. 2017-08-03 16:48:07 +02:00
Rasmus Steinke
c7eaf0b9c4 fix manpage link 2017-07-31 23:14:17 +02:00
Marcin Sedlak
c846ef1bcc Proof read README.md (#643)
* Clean up and proof read README.md

Fix typos. Edit sentence clarity.

* Fix list formatting

Improve consistency in lists, i.e. phrases or sentences, not a mix.

* Proof read "Key bindings"

Edit for consistency.
2017-07-31 14:30:05 +02:00
Quentin Glidic
a9ae4424c2
tests/window: Wait for other xterm to close
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-27 23:43:47 +02:00
Dave Davenport
f45567e3b7 Don't enable asan on --disable-asan.
Issue: #642
2017-07-27 23:36:35 +02:00
Quentin Glidic
e570fd76c3
tests/window: Add some logging
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-27 18:08:23 +02:00
Quentin Glidic
e854260ef8
tests: Better logging
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-27 17:48:08 +02:00
Dave Davenport
6300f6b1a5 Travic add xterm.
- missing dep.
2017-07-27 16:51:07 +02:00
Dave Davenport
c4530f97ce Improvements to rofi-theme manpage. 2017-07-26 11:47:47 +02:00
Dave Davenport
0c2c7972e9 Small update to rofi-theme manpage. 2017-07-26 08:55:28 +02:00
Dave Davenport
e1b9d574c1 Add xfonts-base to fix xterm complaining 2017-07-25 17:25:51 +02:00
Dave Davenport
a25a21c65e Improve error message a little when bindings collide.
Issue: #640
2017-07-25 17:09:53 +02:00
Dave Davenport
f876963220 Update theme manpage textbox
- Add missing options. (valign/halign, width, str, font)
2017-07-25 08:25:21 +02:00
Dave Davenport
89c6a0f00b Update rofi-theme manpage
- Add orientation data type.
 - Add layout field to listview.
2017-07-25 08:13:07 +02:00
Dave Davenport
474e3b3d63 Slight tweak to default theme 2017-07-24 16:58:03 +02:00
Dave Davenport
b83f1504d5 Add list format to theme api 2017-07-24 16:26:14 +02:00
Dave Davenport
09ad0e4679 Update theme manpage with more layout documentation. 2017-07-24 14:36:31 +02:00
Dave Davenport
9c640bc07d Add some layout stuff to theme manpage. 2017-07-24 09:57:53 +02:00