Commit Graph

2250 Commits

Author SHA1 Message Date
Boris Faure 76687b2ea2
tytest: those functions must return Eina_Bool 2020-11-15 13:42:25 +01:00
Boris Faure 7881e66b98
color class: ensure operations work 2020-11-15 12:27:40 +01:00
Boris Faure 11abaaa0b4
termio/termptyesc: clean up mess with color classes 2020-11-15 00:15:10 +01:00
Boris Faure 5b186b69a3
colors: show error in case applying NULL color scheme 2020-11-15 00:13:25 +01:00
Boris Faure f0404cd5fd
termptyesc: handle xterm 12 to change cursor color 2020-11-14 23:32:41 +01:00
Boris Faure 049af922e2
termio: remove useless variable 2020-11-14 22:47:07 +01:00
Boris Faure 38e72737ca
main: reorganize options 2020-11-14 22:32:22 +01:00
Boris Faure 5b3cd9149c
config: ensure config->colorscheme is set. Closes T8855 2020-11-14 22:16:35 +01:00
Boris Faure c2cd0035e4
test malloc/calloc's return. Fix CID1436182 2020-11-11 23:08:22 +01:00
Boris Faure 7465f46a9f
utils: add open_url() to avoid code duplication 2020-11-11 22:51:51 +01:00
Boris Faure 6122b12e4f
options_colors: add ctx popup to go to color scheme's website 2020-11-11 21:27:44 +01:00
Boris Faure aa63957dfc
options_colors: add tooltip on color scheme preview 2020-11-11 21:27:44 +01:00
Boris Faure e96347d153
colors: there are 4 color sets… 2020-11-11 19:01:06 +01:00
Boris Faure 5e3c8bfd83
config: upgrade to set color schemes 2020-11-10 00:04:27 +01:00
Boris Faure 0a85423759
main: add --colorscheme 2020-11-09 22:26:23 +01:00
Boris Faure 7bb1639260
options_colors: be able to select color scheme 2020-11-04 23:17:32 +01:00
Boris Faure 17246e5d84
config: add color_scheme
TODO: set it from current theme
2020-11-04 23:14:33 +01:00
Boris Faure 005806470a
colors: add color_scheme_dup() 2020-11-04 23:13:43 +01:00
Boris Faure 465a894a2e
options_color: rewrite to display color schemes 2020-11-03 23:33:42 +01:00
Boris Faure ac1bc02293
options_themepv: add color mode 2020-11-03 23:33:01 +01:00
Boris Faure 962c99f3e2
colors: have 4 blocks: normal, bright, faint and bright+faint 2020-11-03 23:31:09 +01:00
Boris Faure dfe5d28b7d
colors: have a simpler structure for normal/bright/faint 2020-11-03 23:31:08 +01:00
Boris Faure a46ca7ce34
options_themepv: remove unused macro 2020-11-03 23:13:32 +01:00
Boris Faure b77a2c3c95
termio: add termio_character_size_get() 2020-11-03 23:06:47 +01:00
Boris Faure c1e82b90b3
config: set xterm_256color as default
This is still configurable and is nowadays, widely accepted.
2020-10-29 21:13:12 +01:00
Boris Faure 0c25e408d6
termiointernals: add comment about using bright but not bold 2020-10-27 23:52:02 +01:00
Boris Faure 6ff8b36a23
colors: do not use bold/bright and faint/dim at the same time
In that case: use the bold font weight if available and the faint color
2020-10-27 23:52:02 +01:00
Boris Faure 4b15e30b68
colors: oops 2020-10-26 21:39:31 +01:00
Boris Faure 0ea7705195
options_themepv: add color scheme option 2020-10-20 22:35:02 +02:00
Boris Faure 1f6bfe3323
theme: use theme_file if provided
Fixed theme ui
2020-10-18 23:16:36 +02:00
Boris Faure 93da3f87b7
theme: have only one theme_apply function
No more one about theming an elm_layout, nor using only the default theme.
Also, be able to chose which color scheme to use
2020-10-18 22:35:27 +02:00
Boris Faure 458f9a6da6
theme: add theme_path_default_get() 2020-10-17 23:49:33 +02:00
Boris Faure 886bce509f
colors: make color_scheme_apply() public 2020-10-17 23:43:09 +02:00
Boris Faure 3fddb77208
win: constify background_set_shine() 2020-10-17 23:43:09 +02:00
Boris Faure 09cd15a1e0
theme: make config_theme_path_default_get() private 2020-10-17 23:43:09 +02:00
Boris Faure 2e266906f0
Merge branch 'terminology-1.8' 2020-10-17 17:05:53 +02:00
Boris Faure 28d94caad9
win: cleanup focus. Closes T8756 2020-10-17 17:03:56 +02:00
Boris Faure d669fbcfa5
options_themepv: shorten magenta to see a bit more white 2020-10-15 22:48:49 +02:00
Boris Faure 898351be8f
colors: dup default_colorscheme
so that all elements from color_scheme_list() have to be freed
2020-10-11 23:35:11 +02:00
Boris Faure b04510bae5
colors: avoid dereference after null check. CID1433233 2020-10-11 15:05:15 +02:00
Boris Faure 75bbf1e3e2
termptyesc: simplify code. CID1431130 2020-10-11 15:02:59 +02:00
Boris Faure c99069947a
colors: add color_scheme_list() 2020-10-10 19:38:36 +02:00
Boris Faure e90202923d
colors: use color scheme from file (only for Nord) 2020-10-06 18:50:16 +02:00
Boris Faure 485c4239ed
colors: remove debug line 2020-09-27 17:44:23 +02:00
Boris Faure a1d4f5ea6d
colors: load it from files 2020-09-21 23:15:46 +02:00
Boris Faure 2243d8aac2
colors: add default colorscheme 2020-09-21 23:15:46 +02:00
Boris Faure 7e1a444e0f
main: add missing parenthese 2020-09-17 21:45:07 +02:00
Boris Faure e3bc37ec37
options_behavior: improve translation 2020-09-16 23:41:50 +02:00
Boris Faure b7bf2cb8f2
improve translation strings
mostly by remove extra dots
2020-09-15 21:46:22 +02:00
Boris Faure 1cf29feb2f
Merge branch 'terminology-1.8' 2020-09-12 17:44:57 +02:00