Skip to content
Snippets Groups Projects
  1. Oct 19, 2023
  2. Oct 18, 2023
    • nurupo's avatar
      vout: pass non-left-mouse-button double-clicks · ed22580d
      nurupo authored and Steve Lhomme's avatar Steve Lhomme committed
      This fixes #28377 -- the issue when double-clicking on
      MOUSE_BUTTON_CENTER (mouse wheel) would result in plugins receiving
      mouse events only for the first click, as VLC was filtering out all
      non-left-mouse-button double-clicks.
      
      The non-left-mouse-button double-click events, instead of being entirely
      filtered out, are now being passed as regular mouse button presses
      without any indication that they are double-clicks. While it would be
      more proper to pass them as double-clicks with the corresponding mouse
      button being pressed, that might break some 3rd party plugins that rely
      on (vlc_mouse_t.b_double_click == true) to mean that the left mouse
      button was double-clicked, without checking if the left mouse button was
      actually pressed. Still, even with b_double_click not being set on
      non-left-mouse-button double-clicks, passing such double-clicks as
      regular press+release events does fix the issue of VLC "eating up" the
      second click of a MOUSE_BUTTON_CENTER, so this is a good change.
      ed22580d
  3. Oct 14, 2023
  4. Oct 10, 2023
  5. Sep 30, 2023
  6. Sep 27, 2023
  7. Sep 07, 2023
  8. Sep 05, 2023
  9. Aug 15, 2023
  10. Aug 12, 2023
  11. Aug 10, 2023
  12. Aug 05, 2023
  13. Aug 04, 2023
  14. Aug 03, 2023
    • Alexandre Janniaux's avatar
      caopengllayer: restore vout_display_SendEventDisplaySize · 5d4ade56
      Alexandre Janniaux authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      VLC 4.0 doesn't need that but 3.0 still has no windowing module, leading
      to display size not being reported to the subtitle text renderer, and
      leading to blurry subtitles and OSD.
      
      Because the size is coming from the display, it means that the first
      time the subtitle is displayed, it will always be blurry depending on
      the real display size and original media size.
      
      Regression from 8ff56952.
      
      Fixes #27793
      5d4ade56
  15. Aug 02, 2023
  16. Aug 01, 2023
  17. Jul 13, 2023
  18. Jul 10, 2023
  19. Jul 06, 2023
Loading