Skip to content
Snippets Groups Projects
  1. Sep 13, 2020
    • Albert Gräf's avatar
      Fix the findbox regression, part 2. · 12ab314b
      Albert Gräf authored
      This gets rid of some race conditions in the find operation, by ensuring
      that edit mode is only updated *after* mapping a subpatch window.
      
      This bug manifested itself when searching for objects in subpatches
      which are not visible at the time the find operation gets invoked. In
      this case, on the GUI side we both have to create the subpatch window
      and put it in edit mode. In the previous implementation these two
      operations would be executed separately and asynchronously. The end
      result was that usually the latter operation setting the edit mode in
      the GUI would win out, and the edit mode would later get overwritten
      again when the window was created.
      
      We fixed that race condition by ensuring that the engine is queried for
      its current edit mode status after creating a canvas window. The engine
      replies with a call to gui_canvas_set_editmode() in the GUI and thus the
      edit mode in the GUI now properly reflects the status in the engine
      after a window is mapped.
      
      TL;DR: This fix should now make sure that edit mode on the GUI side
      reflects that of the engine at all times.
      12ab314b
    • Albert Gräf's avatar
      Fix the findbox regression, part 1. · df2fd7fd
      Albert Gräf authored
      This makes Ctrl+F work again, by making sure that edit mode is set
      correctly in the GUI even if glob_ctrl is set (because the Ctrl key up
      event goes to the find box and is thus is never received by the canvas).
      df2fd7fd
    • Jonathan Wilkes's avatar
      86fca6bd
    • Jonathan Wilkes's avatar
      Merge branch '20200911-readme' · c0626d38
      Jonathan Wilkes authored
      c0626d38
    • Jonathan Wilkes's avatar
      Merge branch '20200908-dialog' · be6ca4f2
      Jonathan Wilkes authored
      be6ca4f2
    • Jonathan Wilkes's avatar
      Merge branch '20200907-background' · 9d7d1139
      Jonathan Wilkes authored
      9d7d1139
    • Jonathan Wilkes's avatar
      Merge branch '20200907-dialog' · 0c4c04e0
      Jonathan Wilkes authored
      0c4c04e0
  2. Sep 11, 2020
  3. 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
  4. Sep 09, 2020
  5. Sep 08, 2020
  6. Sep 07, 2020
  7. Sep 06, 2020
Loading