1. 07 Nis, 2019 1 kayıt (commit)
    • Enrico Tröger's avatar
      Update all copyright notices to mention only the first publish year · 1526af40
      Enrico Tröger yazdı
      And so remove the current year to ease maintenance and since it is not
      strictly necessary.
      Also remove individual copyright holders (where appropriate) and replace
      the name with "The Geany contributors". The detailed authorship
      information is still available in the GIT history.
      
      Also remove copyright notice and author names from READMEs.
      1526af40
  2. 13 Mar, 2018 1 kayıt (commit)
  3. 10 Mar, 2018 1 kayıt (commit)
  4. 26 Nis, 2017 1 kayıt (commit)
  5. 16 Nis, 2017 1 kayıt (commit)
  6. 07 Nis, 2017 1 kayıt (commit)
    • Dimitar Toshkov Zhekov's avatar
      Handle continuous G_IO_IN-s without any data · ce284096
      Dimitar Toshkov Zhekov yazdı
      Some versions of GLib under Linux continuously generate G_IO_IN-s
      without any data to read when using recusrive channel watch sources,
      causing 100% CPU load. This patch detects such a situation, and
      automatically switches the affected source from channel watch to
      50ms timeout.
      ce284096
  7. 13 Kas, 2016 4 kayıt (commit)
  8. 28 Şub, 2016 2 kayıt (commit)
  9. 21 Şub, 2016 1 kayıt (commit)
  10. 16 Şub, 2016 1 kayıt (commit)
    • Thomas Martitz's avatar
      doc: gir annotations cleanup · f2ebd288
      Thomas Martitz yazdı
      - @skip -> @girskip
      - @null -> @nullable
      - @addtogir -> @gironly
      - changed internal xml representation of @cb, @cbdata, @cbfree
      - @girskip keybindings_set_item() too
      f2ebd288
  11. 13 Şub, 2016 1 kayıt (commit)
  12. 07 Şub, 2016 1 kayıt (commit)
  13. 21 Kas, 2015 1 kayıt (commit)
  14. 20 Eki, 2015 1 kayıt (commit)
    • Dimitar Zhekov's avatar
      Sync spawn glib/unix and Windows messages · 5aa0b02f
      Dimitar Zhekov yazdı
      In particular, the exec() and CreateProcess() errors are reported
      directly, but failures in other any functions, which are extremely
      rare, include some descriptive text, such as "Failed to set pipe
      handle to inheritable (Access denied)". The example is artificial.
      5aa0b02f
  15. 19 Eki, 2015 2 kayıt (commit)
  16. 22 Tem, 2015 1 kayıt (commit)
    • Enrico Tröger's avatar
      Fix Doxygen warnings · 2ae6c7fd
      Enrico Tröger yazdı
      This resolves warnings from Doxygen about non-existing commands
      caused by unescaped backslashes as well as multiply
      defined section names.
      2ae6c7fd
  17. 13 Tem, 2015 1 kayıt (commit)
  18. 12 Tem, 2015 3 kayıt (commit)
  19. 10 Tem, 2015 2 kayıt (commit)
  20. 05 Tem, 2015 1 kayıt (commit)
  21. 26 Haz, 2015 2 kayıt (commit)
  22. 22 Haz, 2015 1 kayıt (commit)
  23. 24 Nis, 2015 1 kayıt (commit)
  24. 19 Nis, 2015 1 kayıt (commit)
  25. 18 Nis, 2015 1 kayıt (commit)
  26. 05 Nis, 2015 1 kayıt (commit)
  27. 04 Nis, 2015 1 kayıt (commit)
    • Dimitar Zhekov's avatar
      Improved blanks handling in Windows command lines · 2f0c9686
      Dimitar Zhekov yazdı
      The argument quoting must be permissive (g_ascii_isspace() doesn't
      handle '\v'), the program name to arguments separator must be fixed
      to restrictive, and the leading spaces are somewhere between.
      
      Also fixed the test program to check for exactly 2 arguments.
      2f0c9686
  28. 01 Nis, 2015 2 kayıt (commit)
  29. 19 Mar, 2015 1 kayıt (commit)
  30. 16 Mar, 2015 1 kayıt (commit)