Dave Davenport
6de992bda8
Remove unneeded tab binding.
2017-03-29 12:25:57 +02:00
Dave Davenport
042e123765
Change default from Shift+Tab to ISO_Left_Tab
2017-03-29 11:56:19 +02:00
Dave Davenport
30026ea0a7
Update Spec some more
2017-03-29 08:33:47 +02:00
Dave Davenport
474be38d32
Merge remote-tracking branch 'origin/master' into theme_specs
2017-03-29 07:57:54 +02:00
Quentin Glidic
e45f0194d1
mode: Properly use mode init return value
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-03-28 22:27:16 +02:00
Dave Davenport
3fab20b45e
Add more debug to configure.ac
2017-03-28 20:12:22 +02:00
Dave Davenport
8c345273ff
Indenting.
2017-03-28 20:04:02 +02:00
Dave Davenport
5259eb11bc
Merge the configuration loading into something more simple (3)
2017-03-28 17:33:43 +02:00
Dave Davenport
14b43523be
Merge the configuration loading into something more simple (2)
2017-03-28 17:13:38 +02:00
Dave Davenport
9210ce9aad
Merge remote-tracking branch 'github/master'
2017-03-28 17:06:40 +02:00
Dave Davenport
7b30846408
Merge the configuration loading into something more simple (1)
2017-03-28 17:03:46 +02:00
Dave Davenport
5b387f76b1
Fix tests
2017-03-28 12:08:14 +02:00
Dave Davenport
958bb0ebc6
Use lexer type so signedness is correct.
2017-03-28 10:16:22 +02:00
Dave Davenport
439532450a
Fix position in first parsed file.
2017-03-28 09:19:04 +02:00
Dave Davenport
c7daf2d06c
I am bad, and that is good - Ralph. Fix missing include
2017-03-28 09:02:39 +02:00
Dave Davenport
b91a9fb0c0
Add 'Configuration' section to rasi format that parses config option.
2017-03-27 09:04:55 +02:00
Dave Davenport
5186dab1b8
Fix #581
2017-03-26 23:19:30 +02:00
Dave Davenport
5814478723
Add UTF8 string support to lex (I hope)
2017-03-26 22:54:53 +02:00
Dave Davenport
0b03fc98ff
If user_runtime dir does not exist, try fallback and limp on.
2017-03-25 21:52:51 +01:00
Dave Davenport
61e537a05f
ISSUE 576: Clutching at straws.
...
* Don't use atexit anymore. (what happens with g_spawn and atexit?
should be fine, but a test).
* Even though not needed, force wait on running thread (of which there
should be none) when destroy thread pool.
2017-03-25 14:23:31 +01:00
Dave Davenport
0900b0d925
README: Call run-mode application launcher
2017-03-24 09:51:57 +01:00
Dave Davenport
254aac8dc7
Clarify one step in install file.
2017-03-24 09:45:52 +01:00
Dave Davenport
42fa10da94
Update installation guide a bit.
2017-03-24 09:44:08 +01:00
Rasmus Steinke
533517f97b
First stab at nicer phrasing of specifications, to be continued
2017-03-23 22:05:55 +01:00
Dave Davenport
ce5b8c0216
Remove deprecated color format from doc.
2017-03-23 08:42:07 +01:00
Dave Davenport
5c42f7f626
Do an extra log before calling unmap and destroy window
2017-03-21 19:59:40 +01:00
Dave Davenport
606f4e89c5
Add teardown debug message
2017-03-21 19:46:56 +01:00
Dave Davenport
70e3b189df
Remove entry from history once deleted. #579
2017-03-21 17:19:05 +01:00
Dave Davenport
5827a3732c
Merge remote-tracking branch 'github/master'
2017-03-21 08:40:58 +01:00
Dave Davenport
f0775b2918
Don't put g next to 7 char commit has in version.
...
Hard to select sha in 1.3.1-292-ga5a9473-dirty so
1.3.1-292-git-a5a9473-dirty is easier
Fixes : #578
2017-03-21 08:37:07 +01:00
Dave Davenport
12cbb0368d
#579 Fix delete cached entry.
2017-03-20 12:37:52 +01:00
Dave Davenport
a5a9473046
Use AS_HELP_STRING.
2017-03-19 18:03:48 +01:00
Dave Davenport
c27921f99a
Small change to make cppcheck happy
2017-03-18 16:06:41 +01:00
Dave Davenport
8cdd4437d8
Add place-holder manpage for rofi-theme manpage.
2017-03-18 15:57:34 +01:00
Dave Davenport
032049b339
Small updates to manpage.
2017-03-18 15:54:35 +01:00
Dave Davenport
6447ddf0d7
clang-check fixes
2017-03-17 14:27:08 +01:00
Dave Davenport
50477a0b99
[Keys] Cleanup view a bit.
2017-03-17 14:07:11 +01:00
Dave Davenport
dfeb5940d4
Reduce scope and unneeded check.
2017-03-17 13:33:47 +01:00
Dave Davenport
000c113925
[DRUN] Get categories on initial parsing from keyfile, not on matching (is slow-ish)
2017-03-14 17:34:41 +01:00
Dave Davenport
ee931f5480
[Textbox] Remove unneeded calls to pango_layout_get_baseline.
...
Now bulk time is spend in drawing, not calculating.
2017-03-14 17:12:22 +01:00
Dave Davenport
d52c80d76f
[Textbox] Remove unneeded calls to pango_layout_get_pixel_size.
...
This was 21% of the widget update time.
2017-03-14 17:02:03 +01:00
Dave Davenport
479f515181
Remove old stuff
2017-03-13 20:51:08 +01:00
Dave Davenport
9cfb075bc4
Add filename to location in error message.
2017-03-13 16:42:17 +01:00
Dave Davenport
d67a562d88
Get full canonical path for duplicate filtering.
2017-03-13 16:17:11 +01:00
Dave Davenport
ab9a2b05d3
Don't parse same files, multiple times.
2017-03-13 14:16:38 +01:00
Dave Davenport
1ca69704db
Cleanup lexer a bit
2017-03-13 10:49:33 +01:00
Dave Davenport
be036f086d
Reset location when importing, correctly resolve relative path
2017-03-13 08:54:55 +01:00
Dave Davenport
b7f4b7484f
Some initial support for @import in theme and try to fall back when theme fails to load
2017-03-11 17:06:06 +01:00
Dave Davenport
048d601a85
Update tests
2017-03-11 14:55:58 +01:00
Dave Davenport
13bac230a2
[SSH] Fix missing parameter documentation
2017-03-11 13:40:05 +01:00