1. 14 Nis, 2015 1 kayıt (commit)
    • Jiří Techet's avatar
      Compile prefix.c and osx.c only when needed to avoid warnings · db4bf54b
      Jiří Techet yazdı
      When mac integration or binary relocation are disabled, the compiled
      object file contains no symbols because the guards in the source files
      hide all code. On OS X there's a warning during compilation saying:
      
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
      file: .libs/libgeany.a(libgeany_la-prefix.o) has no symbols
      
      If these features are disabled, don't compile the corresponding
      sources to avoid the warnings.
      
      Interestingly, waf compilation works without warnings - it appears
      linking is done through g++ which doesn't produce these warnings.
      db4bf54b
  2. 12 Nis, 2015 1 kayıt (commit)
  3. 11 Nis, 2015 2 kayıt (commit)
    • Matthew Brush's avatar
      Export scintilla_get_type() from libgeany · 87ee835e
      Matthew Brush yazdı
      This is useful for plugins to be able to subclass the ScintillaObject
      and use its full GObject features. The Overview plugin is one known
      plugin that needs this.
      
      Also update scintilla_changes.patch by running update-scintilla.sh
      script with patch application commented-out and generating a reverse
      diff using `git -R`, and manually remove `a/` and `b/` prefixes from
      the resulting diff so it can be used with update-scintilla.sh script.
      87ee835e
    • Matthew Brush's avatar
      Fix a compiler warning about const · 8bbe58cd
      Matthew Brush yazdı
      8bbe58cd
  4. 10 Nis, 2015 28 kayıt (commit)
  5. 09 Nis, 2015 1 kayıt (commit)
  6. 08 Nis, 2015 1 kayıt (commit)
  7. 02 Nis, 2015 1 kayıt (commit)
  8. 31 Mar, 2015 1 kayıt (commit)
  9. 27 Mar, 2015 3 kayıt (commit)
  10. 26 Mar, 2015 1 kayıt (commit)