Skip to content
Snippets Groups Projects
  1. Apr 16, 2021
  2. Apr 15, 2021
  3. Apr 14, 2021
  4. Apr 13, 2021
  5. Apr 10, 2021
  6. Apr 09, 2021
  7. Apr 05, 2021
  8. Apr 04, 2021
    • Albert Gräf's avatar
      Add a canvas-local zoom flag. · 6d5c50f2
      Albert Gräf authored
      This adds a canvas member variable and the necessary logic so that
      loading and saving zoom can be enabled and disabled in a canvas-local
      fashion via `declare -zoom`, overriding the global sys_zoom flag.
      
      An update of the declare help patch is included. It adds a new
      Patch_local subpatch which explains the new option.
      6d5c50f2
  9. Apr 03, 2021
  10. Apr 02, 2021
  11. Apr 01, 2021
  12. Mar 31, 2021
    • Albert Gräf's avatar
      mingw64: fix another 64 bit issue. · 87310efc
      Albert Gräf authored
      87310efc
    • Albert Gräf's avatar
      mingw64: Remove libdl.dll from the package. · e25d052a
      Albert Gräf authored
      NOTE: We've already done this for the mingw32 package in rev. 807068ce, which
      was prompted by a recent upgrade of the dlfcn package in msys2 which no longer
      ships that dll.
      
      However, it seems that the new dlfcn package also breaks Gem. At present,
      no-one knows what the actual issue with Gem is. But for the time being we have
      to downgrade the mingw-w64-i686-dlfcn package from 1.2.0-2 to 1.2.0-1 (which
      is known to work with Gem), until a future update of msys2 fixes the issue,
      or we figure out a way to work around it in Gem.
      e25d052a
    • Albert Gräf's avatar
      mingw: handle Lua updates. · 8375af0b
      Albert Gräf authored
      Our inno Makefile assumed lua53, but lua54 is the version that msys2 has after
      a recent update. So we now use a glob pattern in the Makefile to catch any
      version of the lua dll that msys2 currently has.
      8375af0b
Loading