Skip to content
Snippets Groups Projects
  1. Mar 09, 2025
  2. Dec 09, 2024
  3. Sep 01, 2024
  4. Jul 14, 2024
    • Alan Coopersmith's avatar
      Fix -Wcalloc-transposed-args warnings · 8ef3f9e4
      Alan Coopersmith authored
      
      From gcc 14.1:
      
      Eyes.c: In function ‘EyesConfigure’:
      Eyes.c:132:45: warning: ‘calloc’ sizes specified with ‘sizeof’ in the
       earlier argument and not in the later argument [-Wcalloc-transposed-args]
        132 |         EyeConfiguration *c = calloc(sizeof(EyeConfiguration), 1);
            |                                             ^~~~~~~~~~~~~~~~
      Eyes.c:132:45: note: earlier argument should specify number of elements,
       later size of each element
      
      Eyes.c: In function ‘Initialize’:
      Eyes.c:409:36: warning: ‘calloc’ sizes specified with ‘sizeof’ in the
       earlier argument and not in the later argument [-Wcalloc-transposed-args]
        409 |     TPoint *pupils = calloc(sizeof(TPoint), config->count);
            |                                    ^~~~~~
      Eyes.c:409:36: note: earlier argument should specify number of elements,
       later size of each element
      
      Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
      Part-of: <!8>
      8ef3f9e4
  5. Jul 13, 2023
  6. May 28, 2023
    • Serge Bazanski's avatar
      Implement multi-ocular support, add biblical example · 6f6c975d
      Serge Bazanski authored
      
      This removes the assumption that an xeyes instance displays just a pair
      of eyes, and instead allows future developers to implement different
      kinds of ocular layouts.
      
      Currently, the ocular layout system only allows for specifying offsets,
      but a future change might also make different parts of the eye geometry
      configurable: size of different elements, padding, etc.
      
      Signed-off-by: default avatarSerge Bazanski <q3k@q3k.org>
      6f6c975d
  7. Feb 10, 2023
  8. Apr 02, 2022
  9. Jan 09, 2022
  10. Dec 06, 2021
  11. Aug 01, 2021
  12. Mar 29, 2020
  13. Nov 22, 2018
  14. Nov 17, 2018
  15. Mar 10, 2018
  16. Jan 26, 2017
  17. Jun 03, 2014
  18. Apr 26, 2013
  19. Jan 19, 2011
  20. Jan 12, 2011
  21. Nov 25, 2010
  22. Nov 21, 2010
  23. Nov 09, 2010
  24. Oct 07, 2010
  25. Aug 06, 2010
  26. Feb 11, 2010
Loading