1. 05 Feb, 2019 9 commits
  2. 28 Oct, 2018 1 commit
    • step-'s avatar
      Fix --list prints empty cell as "(null)" · 6172f375
      step- authored
      To illustrate the issue before and after this fix:
      
          # /usr/bin/yad --list --print-all --column=A a '' c
          a|
          (null)|
          c|
          # ./src/yad --list --print-all --column=A a '' c
          a|
          |
          c|
      
      The empty string '' in the second row results in a NULL C pointer,
      which g_printf prints as "(null)". The fix consists of passing the
      empty string "" to g_printf when the pointer is NULL.
      6172f375
  3. 10 Oct, 2018 1 commit
  4. 21 Sep, 2018 1 commit
  5. 21 Aug, 2018 1 commit
  6. 30 Jul, 2018 1 commit
  7. 22 Jul, 2018 1 commit
  8. 08 Jun, 2018 1 commit
  9. 07 Jun, 2018 1 commit
  10. 19 May, 2018 2 commits
  11. 16 May, 2018 1 commit
  12. 03 May, 2018 2 commits
  13. 02 May, 2018 3 commits
  14. 29 Apr, 2018 6 commits
  15. 28 Apr, 2018 4 commits
  16. 27 Apr, 2018 2 commits
  17. 25 Apr, 2018 2 commits
  18. 24 Apr, 2018 1 commit