Skip to content
Permalink
1982b526a8
Switch branches/tags

Commits on Feb 23, 2022

  1. Merge pull request #10647 from rstudio/bugfix/console_pane_session_re…

    …start
    
    console pane should refresh logo/version on session restart
    jgutman committed Feb 23, 2022
  2. Add to NEWS

    jgutman committed Feb 23, 2022
  3. code review tweaks

    jgutman committed Feb 23, 2022
  4. cleanup unused imports

    jgutman committed Feb 23, 2022
  5. refactor and simplify

    jgutman committed Feb 23, 2022
  6. recurse during codesign

    kevinushey committed Feb 23, 2022
  7. install python for Windows Docker builds (#10661)

    * install python for Windows Docker builds
    
    * only run i18n on dev machines
    kevinushey committed Feb 23, 2022
  8. unset MAKEFLAGS when running npm install (#10665)

    * avoid setting MAKEFLAGS when running npm commands
    
    * tweaks
    
    * also support arm64 builds
    kevinushey committed Feb 23, 2022
  9. Merge pull request #10663 from rstudio/bugfix/secondary-window-creation

    Fixes for secondary/satellite window creation (Electron)
    gtritchie committed Feb 23, 2022
  10. npm run format

    gtritchie committed Feb 23, 2022
  11. tweak rVersionLabel method

    jgutman committed Feb 23, 2022
  12. fix typos

    jgutman committed Feb 23, 2022
  13. Merge pull request #10659 from rstudio/bugfix/linux-desktop-info

    Merging, then will move onto doing RPM-based Electron builds.
    gtritchie committed Feb 23, 2022
  14. update to Electron 17

    gtritchie committed Feb 23, 2022
  15. Implement undo/redo menu actions in Electron (#10651)

    Manually triggers ACE editor undo/redo if editor is focused
    Otherwise use the web page undo/redo
    timtmok committed Feb 23, 2022
  16. desktop files

    gtritchie committed Feb 23, 2022
  17. linux desktop files

    gtritchie committed Feb 23, 2022

Commits on Feb 22, 2022

  1. example using node-addon-api for native module (#10618)

    * example using node-addon-api for native module
    
    * tweaks
    
    * use '.d.ts' definition for imports
    
    * dependency updates
    
    * avoid using 'app.getAppPath()'
    
    * wire up cleanClipboard implementation
    
    * tweaks
    
    * remove unused import
    
    * fixups
    
    * update
    
    * allow envvar override
    
    * add command line utility for setting up PATH
    kevinushey committed Feb 22, 2022
  2. Merge from main

    matheustavaresdev committed Feb 22, 2022
  3. Use and access RETICULATE_PYTHON_FALLBACK (#10518)

    * Use and access RETICULATE_PYTHON_FALLBACK when inferring the version of python, rather than RETICULATE_PYTHON; check both
    
    * update terminal hooks for RETICULATE_PYTHON
    
    * fix issue with .rs.readUiPref for python_path
    
    * Fix Windows search for Python binary, doesnt need to be called py
    
    * fix missing parenthesis
    
    * Add to NEWS
    
    * flip python3 and python
    
    * update terminal hook to check RETICULATE_PYTHON first
    
    * fix terminal hook
    
    * fix tabs
    jgutman committed Feb 22, 2022
  4. Merge pull request #10601 from rstudio/feature/mouse-source-navigation

    implement back / forward mouse handlers
    gtritchie committed Feb 22, 2022
  5. Merge pull request #10650 from rstudio/bugfix/source-copyright-headers

    PR as an FYI, merging
    gtritchie committed Feb 22, 2022
Older