Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
    • Albert Gräf's avatar
      Add an "Optimal Zoom" option to the canvas view menu. · 97e29688
      Albert Gräf authored
      This automatically picks the right zoom level to make the patch fill the window as much as possible. Also fixes a missing call to pdgui.gui_canvas_get_scroll in the m.view.zoomreset menu command which caused the viewport not to be updated properly after resetting the zoom level in canvas windows.
      97e29688
  2. Nov 14, 2016
  3. Nov 13, 2016
  4. Nov 12, 2016
  5. Nov 11, 2016
  6. Nov 10, 2016
  7. Nov 09, 2016
  8. Nov 08, 2016
  9. Nov 07, 2016
  10. Nov 05, 2016
  11. Nov 03, 2016
  12. Nov 01, 2016
  13. Oct 31, 2016
    • Albert Gräf's avatar
    • Albert Gräf's avatar
      Cosmetic change. · c99c249a
      Albert Gräf authored
      c99c249a
    • Albert Gräf's avatar
      Preliminary fix for the "dsp on" (Ctrl+/) keybinding. · 182b3cdf
      Albert Gräf authored
      - Make the Ctrl+/ keybinding work on German keyboards. This actually adds a
        binding for the 7 key which has the / symbol on it as a shifted key on
        German keyboards. For some reason that key isn't properly mapped by nw.js,
        so we do it manually. We do this unconditionally, as there doesn't seem to
        be a portable way to check which keyboard is actually active.
      
      - Add a secondary, more international-keyboard-friendly, Ctrl+, keybinding for
        the "dsp on" function. The comma works much better for this function on some
        European keyboards which have the / key on the first row of the keyboard, as
        it is next to the period on most European keyboards (the Latin ones at
        least). The intention here is to make it easy on a wider range of keyboards
        to quickly turn off dsp and then turn it on again using keyboard commands.
        The Ctrl+, keybinding should work well for that purpose with almost any
        Latin keyboard. But note that the Ctrl+/ keybinding remains to be available
        as well for backward compatibility.
      
      NOTE: Right now these only work in canvas windows, we still need to add
      something similar to the console windows to make it work there.
      182b3cdf
  14. Oct 28, 2016
  15. Oct 27, 2016
  16. Oct 26, 2016
  17. Oct 25, 2016
Loading