Commit graph

2241 commits

Author SHA1 Message Date
Dave Davenport
66c5c6ab55 Change back to int. (did not do what expected) 2017-04-04 08:58:20 +02:00
Dave Davenport
abaae5f403 Add (initial) check for theme parser. 2017-04-04 08:56:19 +02:00
Dave Davenport
b8dff89b87 rofi-theme manpage updates 2017-04-04 08:38:21 +02:00
Dave Davenport
358759e0ab Reset pointer to NULL after free'ing. 2017-04-04 08:31:25 +02:00
Dave Davenport
39327a3197 Convert specification into manpage 5. 2017-04-03 17:39:09 +02:00
Dave Davenport
ae200fd164 Fix checks compiling 2017-04-03 12:04:07 +02:00
Dave Davenport
69f90203a0 Update convert doc. 2017-04-03 09:01:18 +02:00
Dave Davenport
f7971fc0e6 Add list of available modi to help output. 2017-04-03 08:51:25 +02:00
Dave Davenport
ed647dc4c1 Fix some conversion compatibility 2017-04-02 12:47:53 +02:00
Dave Davenport
a754815d14 Add converter back for old theme format. 2017-04-02 12:32:11 +02:00
Dave Davenport
c28dd35f3d Update default theme.
* For  use in theme generation.
2017-04-02 10:50:55 +02:00
Dave Davenport
3e73cbd0ef Small experiment 2017-03-31 21:08:52 +02:00
Dave Davenport
563dc8dafd Fix alternate separator 2017-03-31 20:57:42 +02:00
Dave Davenport
2953e3cb1f Test if case_indicator exists before setting it. 2017-03-31 18:06:41 +02:00
Dave Davenport
b418352d43 Don't quit, show error when failing to load mode. 2017-03-31 17:51:23 +02:00
Dave Davenport
a885966f30 Show what mode failed to load. 2017-03-31 17:47:04 +02:00
Dave Davenport
b4c9bad267 Document '/' as separator and add to combi mode. 2017-03-31 15:27:13 +02:00
Dave Davenport
738d7e2e0c Allow '/' as separator between modi. (#582) 2017-03-31 14:07:22 +02:00
Dave Davenport
18618ddbd1 When modi is not enabled, only print warning when started from console 2017-03-31 13:59:46 +02:00
Dave Davenport
9ae1344d56 Improve error message when called with -show 2017-03-31 13:47:44 +02:00
Dave Davenport
d31fc5c8bc Update message when launched without show argument. 2017-03-31 10:11:50 +02:00
Dave Davenport
4d19e35b0e Remove more traces of old theme. 2017-03-30 08:33:40 +02:00
Dave Davenport
898e4a2717 Remove old color structure and name based parsing 2017-03-30 08:30:02 +02:00
Dave Davenport
eeee200d8f Remove old theme support. (part 1) 2017-03-29 20:18:41 +02:00
Dave Davenport
28f74e3a5a Change Configuration to configuration 2017-03-29 19:54:13 +02:00
Dave Davenport
290143e0c8 Merge remote-tracking branch 'github/master' 2017-03-29 19:49:27 +02:00
Dave Davenport
904ab9eafc Force sync and finishing of pending requests before shutting disconnecting from X11 #576 2017-03-29 19:49:10 +02:00
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