[EGIT] [legacy/imlib2_loaders] annotated tag v1.7.2 created (now 2c70e92)

2021-07-28 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script.

kwo pushed a change to annotated tag v1.7.2
in repository legacy/imlib2_loaders.

at  2c70e92   (tag)
   tagging  18144e13828a4496bf8a326fdf3af0ecf37a1e6f (commit)
  replaces  v1.7.1
 tagged by  Kim Woelders
on  Thu Jul 29 05:44:15 2021 +0200

- Log -
Version 1.7.2

Kim Woelders (6):
  EET loader: Fix build + stuff
  EET loader: Disable - broken
  Add /build to .gitignore
  Remove obsolete and unused AC_HEADER_STDC
  Spec file: Add git tag to rpm file name (if built from git checkout)
  v1.7.2

---

No new revisions were added by this update.

-- 




[EGIT] [legacy/imlib2] annotated tag v1.7.2 created (now d6712d6)

2021-07-28 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script.

kwo pushed a change to annotated tag v1.7.2
in repository legacy/imlib2.

at  d6712d6   (tag)
   tagging  8bd1a401bc20323d8b78f15edf2c4a6cce0a5997 (commit)
  replaces  v1.7.1
 tagged by  Kim Woelders
on  Thu Jul 29 05:44:25 2021 +0200

- Log -
Version 1.7.2

Kim Woelders (31):
  Remove some unnecessary X_DISPLAY_MISSING stuff
  rend.c: Remove some pointless lines
  Add XBM loader
  Add imlib2_load and /build to .gitignore
  Remove obsolete and unused AC_HEADER_STDC
  Restore file:key functionality
  ICO loader: Fix (disabled) debug stuff
  ICO loader: Enable specifying ico image index by key
  Remove unused Context functions
  context.c: Fix potential segv
  LBM loader: Fix handling of missing RLE data
  Fix clang-analyzer warnings - bin (trivial)
  Fix clang-analyzer warnings - loaders (trivial)
  Fix clang-analyzer warnings - loaders (suppress bogus)
  Fix clang-analyzer warnings - lib (mostly trivial)
  Fix clang-analyzer warnings - lib (less trivial)
  autofoo: Move more to pkg-config
  TIFF loader: Drop use of libtiff defined types deprecated in libtiff-4.3.0
  TGA loader: Fix loading small images without footer
  Spec file: Add git tag to rpm file name (if built from git checkout)
  Cleanups: while->for loops (loaders list)
  Cleanups: while->for loops (context list)
  Cleanups: while->for loops (im->tags list)
  Cleanups: while->for loops (images list)
  Cleanups: while->for loops (pixmaps list)
  Drop unused Imlib_Object_List:last
  Add feature to build with ASAN (--enable-gcc-asan)
  Correct (disabled) debug printouts
  Loaders: Remove unnecessary headers
  WEBP saver: Use fopen() etc. like all other savers
  1.7.2

---

No new revisions were added by this update.

-- 




[EGIT] [core/efl] master 01/02: elm theme - more cc

2021-07-28 Thread Carsten Haitzler
raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=001a153791674fc4e48eb3c2dbca820aac81d0f6

commit 001a153791674fc4e48eb3c2dbca820aac81d0f6
Author: Carsten Haitzler 
Date:   Sun Jul 25 22:19:10 2021 +0100

elm theme - more cc
---
 data/elementary/themes/edc/desklock.edc|  2 +-
 data/elementary/themes/edc/elm/border.edc  |  4 ++--
 data/elementary/themes/edc/elm/button.edc  | 14 +++---
 data/elementary/themes/edc/elm/check.edc   |  8 
 data/elementary/themes/edc/elm/spinner.edc | 10 +-
 data/elementary/themes/edc/elm/tooltip.edc | 16 
 data/elementary/themes/edc/elm/uiclock.edc | 20 +---
 data/elementary/themes/edc/elm/video.edc   |  4 ++--
 8 files changed, 38 insertions(+), 40 deletions(-)

diff --git a/data/elementary/themes/edc/desklock.edc 
b/data/elementary/themes/edc/desklock.edc
index b0e40b9449..e0b2272de9 100644
--- a/data/elementary/themes/edc/desklock.edc
+++ b/data/elementary/themes/edc/desklock.edc
@@ -340,7 +340,7 @@ group { name: "e/desklock/pin_box";
 rel2.offset: -4 -3;
 color_class: "/fg/normal/desklock/text/title/pin";
 align: 0.5 0.0;
-text { font: "Sans:style=Bold"; size: 10;
+text { font: FNBD; size: 10;
min: 0 1;
align: 0.5 0.5;
text_class: "desklock_title";
diff --git a/data/elementary/themes/edc/elm/border.edc 
b/data/elementary/themes/edc/elm/border.edc
index ebf8c47265..eccd61ddba 100644
--- a/data/elementary/themes/edc/elm/border.edc
+++ b/data/elementary/themes/edc/elm/border.edc
@@ -622,12 +622,12 @@ group { name: "elm/border/base/default";
   rect { "indicator_bg";
  clip: "bg_clip";
  desc { "default";
-color: 148 23 45 255; // never see this...
+color: 148 23 45 255; // no cc never see this...
 rel.to: "elm.swallow.indicator";
  }
  desc { "bg_transparent";
 inherit: "default";
-color: 0 0 0 0; // never see this...
+color: 0 0 0 0; // no cc never see this...
  }
   }
   swallow { "elm.swallow.indicator";
diff --git a/data/elementary/themes/edc/elm/button.edc 
b/data/elementary/themes/edc/elm/button.edc
index 0e95d1cecc..6e7dc9f37b 100644
--- a/data/elementary/themes/edc/elm/button.edc
+++ b/data/elementary/themes/edc/elm/button.edc
@@ -455,7 +455,7 @@ group { name: "elm/button/base/anchor";
   }
   rect { "event";
  desc { "default";
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
  }
  desc { "disabled";
 inherit: "default";
@@ -580,15 +580,15 @@ group { name: "elm/button/base/blank";
   }
   part { name: "base";
  description { state: "default" 0.0;
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
 visible: 0;
  }
  description { state: "pressed" 0.0;
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
 visible: 1;
  }
  description { state: "disabled" 0.0;
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
 visible: 0;
  }
   }
@@ -1358,7 +1358,7 @@ group { name: 
"elm/button/base/hoversel_horizontal_entry/default";
  }
  part { name: "disabler"; type: RECT;
 description { state: "default" 0.0;
-   color: 0 0 0 0;
+   color: 0 0 0 0; // no cc
visible: 0;
 }
 description { state: "disabled" 0.0;
@@ -1469,7 +1469,7 @@ group { name: "elm/button/base/combobox_vertical/default";
   }
   rect { name: "event";
  desc { "default";
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
  }
  desc { "disabled";
 inherit: "default";
@@ -1538,7 +1538,7 @@ group { name: "elm/button/base/combobox_vertical/default";
   }
   rect { name: "event2";
  desc { "default";
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
 rel.to: "base";
 rel2.to_x: "select_line";
 rel2.relative: 0.0 1.0;
diff --git a/data/elementary/themes/edc/elm/check.edc 
b/data/elementary/themes/edc/elm/check.edc
index 60422da36f..461f84a3b5 100644
--- a/data/elementary/themes/edc/elm/check.edc
+++ b/data/elementary/themes/edc/elm/check.edc
@@ -465,7 +465,7 @@ group { name: "elm/check/base/toggle";
 rel.to: "tog";
 min: 15 15;
 max: 15 9;
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
  }
   }
   rect { name: "base_but"; nomouse;
@@ -485,7 +485,7 @@ group { name: "elm/check/base/toggle";
   rect { name: "button_events";
  dragable.events: "button";
  description { state: "default" 0.0;
-color: 0 0 0 0;
+color: 0 0 0 0; // no cc
  }
   }
  

[EGIT] [core/efl] master 02/02: elm theme - more cc work

2021-07-28 Thread Carsten Haitzler
raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cd6e9f3e567caf0f4b6cc00d7a38181da3c995ba

commit cd6e9f3e567caf0f4b6cc00d7a38181da3c995ba
Author: Carsten Haitzler 
Date:   Thu Jul 29 00:02:50 2021 +0100

elm theme - more cc work
---
 data/elementary/themes/colorclasses.edc  | 11 
 data/elementary/themes/edc/elm/radio.edc | 76 +++---
 data/elementary/themes/edc/elm/slideshow.edc | 94 +++-
 data/elementary/themes/edc/elm/tooltip.edc   | 14 ++---
 4 files changed, 97 insertions(+), 98 deletions(-)

diff --git a/data/elementary/themes/colorclasses.edc 
b/data/elementary/themes/colorclasses.edc
index 504bae75ba..bf8cade741 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -204,16 +204,22 @@ color_classes {
 ///
color_class { name: "/bg/normal/button";
   color:  96  96  96 255; }
+   color_class { name: "/bg/selected/button";
+  color: 128 128 128 255; }
color_class { name: "/bg/pressed/button";
   color:  80  80  80 255; }
color_class { name: "/bg/disabled/button";
   color:  64  64  64 255; }
color_class { name: "/fg/normal/button";
   color: 192 192 192 255; }
+   color_class { name: "/fg/selected/button";
+  color: 255 255 255 255; }
color_class { name: "/fg/pressed/button";
   color: 255 255 255 255; }
color_class { name: "/fg/disabled/button";
   color:  97  96  96 255; }
+   color_class { name: "/fg/selected/button/bar";
+  color:  51 153 255 255; }
color_class { name: "/fg/normal/button-anchor";
   color:  51 153 255 255; }
color_class { name: "/fg/pressed/button-anchor";
@@ -445,6 +451,11 @@ color_classes {
 ///
color_class { name: "/fg/normal/wizard/text/title";
   color: 255 255 255 255; }
+///
+   color_class { name: "/fg/normal/tooltip/text";
+  color: 255 255 255 255; }
+   color_class { name: "/fg/normal/toolip/text/hilight";
+  color:  51 153 255 255; }
 ///
color_class { name: "/fg/normal/gadgets/temperature/low";
   color:  51 153 255 255; }
diff --git a/data/elementary/themes/edc/elm/radio.edc 
b/data/elementary/themes/edc/elm/radio.edc
index 5920d162d1..482125e779 100644
--- a/data/elementary/themes/edc/elm/radio.edc
+++ b/data/elementary/themes/edc/elm/radio.edc
@@ -30,13 +30,13 @@ group { name: "elm/radio/base/default";
   }
   rect { "icon_clip";
  desc { "default";
-color: 255 255 255 255;
+color: 255 255 255 255; // no cc
  }
  desc { "pressed"; inherit;
-color: 255 255 255 255;
+color: 255 255 255 255; // no cc
  }
  desc { "disabled"; inherit;
-color: 255 255 255 64;
+color: 255 255 255 64; // no cc
  }
   }
   swallow { "elm.swallow.content"; nomouse;
@@ -97,26 +97,26 @@ group { name: "elm/radio/base/default";
 image.normal: "i-radio";
 min: 15 15;
 max: 15 15;
-color: 0 0 0 64;
+color_class: "/bg/normal/radio/base";
 fixed: 1 1;
  }
  description { state: "pressed" 0.0;
 inherit: "default" 0.0;
-color: 255 255 255 255;
+color_class: "/fg/pressed/radio/base";
  }
  description { state: "selected" 0.0;
 inherit: "default" 0.0;
-color: 160 160 160 255;
+color_class: "/fg/selected/radio/base";
  }
  desc { "disabled"; inherit;
-color: 0 0 0 16;
+color_class: "/bg/disabled/radio/base";
  }
   }
   text { "elm.text"; nomouse;
  scale: 1;
  desc { "default";
 fixed: 0 1;
-color: 160 160 160 255;
+color_class: "/fg/normal/radio/text";
 rel1.offset: 0 4;
 rel1.relative: 1.0 0.0;
 rel1.to_x: "elm.swallow.content";
@@ -138,7 +138,7 @@ group { name: "elm/radio/base/default";
  }
  desc { "pressed_visible"; inherit;
 fixed: 0 0;
-color: 255 255 255 255;
+color_class: "/fg/prssed/radio/text";
 rel1.offset: 4 4;
 text.min: 1 1;
 text.ellipsis: -1;
@@ -152,14 +152,14 @@ group { name: "elm/radio/base/default";
  }
  desc { "pressed_textonly"; inherit;
 fixed: 0 0;
-color: 255 255 255 255;
+color_class: "/fg/pressed/radio/text";
 text.min: 1 1;
 text.ellipsis: -1;
 visible: 1;
  }
  desc { "disabled_visible"; inherit;