1. 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
  2. 30 Jul, 2018 1 commit
  3. 22 Jul, 2018 1 commit
  4. 07 Jun, 2018 1 commit
  5. 19 May, 2018 2 commits
  6. 16 May, 2018 1 commit
  7. 03 May, 2018 2 commits
  8. 02 May, 2018 3 commits
  9. 29 Apr, 2018 6 commits
  10. 28 Apr, 2018 4 commits
  11. 27 Apr, 2018 2 commits
  12. 25 Apr, 2018 2 commits
  13. 24 Apr, 2018 5 commits
  14. 23 Apr, 2018 1 commit
  15. 03 Apr, 2018 1 commit
  16. 07 Mar, 2018 3 commits
  17. 06 Mar, 2018 2 commits
  18. 04 Mar, 2018 2 commits