Skip to content
Snippets Groups Projects
  1. Oct 08, 2024
    • Albert Gräf's avatar
    • Albert Gräf's avatar
      ggee/image cleanup. · ab345e27
      Albert Gräf authored
      Remove some legacy Tcl/Tk code. Also make sure that image_save doesn't
      add the gop-spill flag unless it's really needed, in order to maintain
      compatibility with vanilla ggee/image.
      ab345e27
    • Albert Gräf's avatar
      Fix pd/extra installation in Windows install. · 2ee05f44
      Albert Gräf authored
      Make sure that fiddle~ et al are installed in their proper
      subdirectories like on the other platforms, and that we don't overwrite
      the PDDP docs in 5.reference with vanilla help patches of the same
      name.
      2ee05f44
    • Albert Gräf's avatar
      Fix crash during creation of fiddle~. · c6a50680
      Albert Gräf authored
      Made the fiddle~ message callbacks and sigfiddle_new static, otherwise
      instantiation would crash because of a bogus NULL class pointer
      (although sigfiddle_class is surely initialized, otherwise sigfiddle_new
      could never be called in the first place).
      
      The other stuff in pd/extra seems to be fine, all methods there are
      static already, but I haven't checked all the externals.
      
      Observed on Arch with gcc 14.2.1 20240910, Mac and Windows builds seem
      to be fine. To me this looks like a compiler or linker bug for that
      specific gcc version.  (Come on, Arch, are we now getting compiler
      versions from git that haven't been released yet and presumably still
      need testing? Who thought that this would be a good idea?)
      c6a50680
  2. Oct 07, 2024
  3. Oct 06, 2024
    • Albert Gräf's avatar
      Fix moonlib/dinlet~.c for multi-channel compatibility. · 27f019df
      Albert Gräf authored
      Updated the source once more to the latest version of the t_vinlet data
      structure and initialization code from g_io.c which changed with the
      multi-channel backport.
      
      NOTE: This object lacks the message-forwarding of the new inlet~ object
      introduced in Pd 0.51. It's also a maintenance burden because of the
      amount of code it pulls from g_io.c. Thus the code either needs to be
      refactored to facilitate using the required parts from the core
      (including message forwarding), or this object should be considered for
      removal from moonlib in the future.
      27f019df
    • Albert Gräf's avatar
      Revert "Fix crash bug in signal_makereusable." · b9642562
      Albert Gräf authored
      This reverts commit 6c726f07.
      b9642562
    • Albert Gräf's avatar
      Comment change. · 6c725913
      Albert Gräf authored
      6c725913
  4. Oct 05, 2024
  5. Oct 03, 2024
  6. Oct 02, 2024
  7. Oct 01, 2024
  8. Sep 30, 2024
  9. Sep 29, 2024
Loading