Skip to content
Snippets Groups Projects
  1. Sep 14, 2020
    • Albert Gräf's avatar
    • Albert Gräf's avatar
      mingw32: Don't install any binaries into system32. · dd619411
      Albert Gräf authored
      Our 32 bit Windows installer currently installs some binaries (dll and
      exe files) in the Windows system32 directory. This is unnecessary (all
      required dlls are already in the program bin directory where pd.exe will
      readily find them), and actually a nuisance, since we currently don't
      remove some of the dlls in system32 again when uninstalling, causing a
      lot of inconvenient prompts from the installer when upgrading or
      reinstalling.
      
      If the user wants to run cyclist, pdreceive, or pdsend from whatever
      command line he uses, he can easily add the program bin directory to
      PATH himself. That's much better than having our installer pollute the
      system32 directory.
      
      The mingw64 build already does it that way, here we simply apply the
      same fixes to the mingw32 build.
      dd619411
  2. Sep 13, 2020
  3. Sep 11, 2020
  4. Sep 10, 2020
    • Ivica Bukvic's avatar
      Proper fix and improvements to the prefs window · 0f72e7be
      Ivica Bukvic authored
      * Tab bar is 100% width
      
      * Startup tab has proper right margins
      
      * Startup tab buttons are properly aligned
      
      * All select (dropdown) boxes are the same height as the numboxes
      
      * Better spacing on midi in and out labels and between select boxes
      
      * Better spacing and sizing on the audio input and output select boxes, associated channel numbers, and labels
      
      * More spacing between audio input and output
      0f72e7be
  5. Sep 09, 2020
Loading