1. 22 7月, 2023 1 次提交
  2. 16 6月, 2023 1 次提交
  3. 15 4月, 2023 1 次提交
  4. 10 1月, 2023 1 次提交
  5. 08 1月, 2023 1 次提交
  6. 13 11月, 2022 1 次提交
    • V
      Remove Windows XP and Vista support · 43ff845e
      Vadim Zeitlin 提交于
      Supporting XP requires too many hacks, and while it wouldn't be very
      difficult to support Vista as long as we support Windows 7, it's still
      not worth it because nobody uses this system anyhow.
      
      Remove most of XP-specific code and don't use wxDynamicLibrary for using
      the functions not present in it any longer.
      
      Don't use <wspiapi.h> neither as we shouldn't use it any more.
      
      Update some comments to not mention Windows versions not supported any
      longer and also remove mentions of "Vista and newer Windows versions"
      from the documentation as this is now always the case.
      
      This commit is best viewed ignoring whitespace-only changes.
      43ff845e
  7. 09 11月, 2022 2 次提交
  8. 28 10月, 2022 2 次提交
  9. 12 10月, 2022 1 次提交
  10. 19 4月, 2022 1 次提交
  11. 28 3月, 2022 1 次提交
  12. 31 1月, 2022 1 次提交
    • L
      Document installing vcpkg packages for x64, too · 1a101995
      Lauri Nurmi 提交于
      Vcpkg defaults to installing packages for x86-windows, and from the
      perspective of x64 builds, the packages installed just cannot be
      found -- and the reason is not very obvious.
      
      Having an example with commands that will install both x86 and x64 is
      probably the right thing to do in this day and age -- and if somebody
      only wants one and not the other, seeing a package name with architecture
      specified helps with guessing how to achieve that.
      
      Closes #22075.
      1a101995
  13. 19 12月, 2021 1 次提交
  14. 05 9月, 2021 1 次提交
    • V
      Fix appearance of "%" in wxMSW install instructions · c777a396
      Vadim Zeitlin 提交于
      Te changes of 74c51eaf (Fix formatting of wxMSW build instructions,
      2021-07-13) broke the rendered output of "%WXWIN%", for some reason the
      leading percent sign needs to be double to appear correctly inside the
      backticks, so do it to fix this.
      
      Closes #19260.
      c777a396
  15. 26 8月, 2021 1 次提交
  16. 21 8月, 2021 1 次提交
  17. 13 7月, 2021 6 次提交
  18. 26 4月, 2021 1 次提交
  19. 01 2月, 2021 1 次提交
    • V
      Remove setup0.h files · d1810b0d
      Vadim Zeitlin 提交于
      Simplify things by putting setup.h files themselves under version
      control and getting rid of setup0.h ones.
      
      The initial motivation for using separate setup0.h files was to allow
      having local changes to setup.h, but with Git there is a simple way to
      do it by using "git update-index --skip-worktree include/wx/msw/setup.h"
      for example, so we don't really need setup0.h any more and dropping them
      makes things simpler.
      d1810b0d
  20. 14 10月, 2020 1 次提交
  21. 14 7月, 2020 1 次提交
  22. 13 7月, 2020 1 次提交
  23. 28 6月, 2020 1 次提交
  24. 25 5月, 2020 1 次提交
  25. 09 4月, 2020 1 次提交
  26. 01 4月, 2020 1 次提交
  27. 24 3月, 2020 1 次提交
    • V
      Correct wx/msw/setup.h instructions in the documentation · 2a2faa73
      Vadim Zeitlin 提交于
      This file doesn't need to be created initially, as it will be done
      automatically during the build, but it does need to be updated whenever
      setup0.h changes, so explain this in both the README-GIT.md file and the
      main build instructions.
      
      Closes #18699.
      2a2faa73
  28. 25 2月, 2020 1 次提交
  29. 18 9月, 2019 1 次提交
  30. 28 6月, 2019 1 次提交
  31. 25 6月, 2019 2 次提交
  32. 18 11月, 2018 1 次提交