1. 10 Jun, 2010 5 commits
    • Ilkka Ollakka's avatar
      qt4: make dnd to accepts network-urls · eeb1cf53
      Ilkka Ollakka authored
      drop toNativeSeparators-usage (shoudln't break win32, but then again this could
      be my application for the 'stupid win32 breakage of the year' ;). This allows
      for example drag youtube links to vlc playlist directly.
      
      Parse also dropper text if it has valid url if we don't have urls on drop ( from browser addressbar for example you get text ).
      eeb1cf53
    • Rémi Duraffort's avatar
      plugins: allow to set more than one shortcut in on shot. · ed246608
      Rémi Duraffort authored
      This is faster as we can now alloc the right size for the shortcuts array.
      ed246608
    • Christophe Mutricy's avatar
      Allow users to select Sinhala · 5f6a8d74
      Christophe Mutricy authored
      5f6a8d74
    • Erwan Tulou's avatar
      msw: let zooming to exceed the display size · c8b51e05
      Erwan Tulou authored
      There seems to be no more reason to force clipping to the display size
      when zooming.  (tested successfully on WinXP with directx, gdi, opengl)
      c8b51e05
    • Erwan Tulou's avatar
      core: fix a wrong division · 30efd37a
      Erwan Tulou authored
      Dividing an unsigned int by 2 is different from dividing an int by 2
      
      This division was the cause for vlc(Win32) displaying a black screen
      when zooming exceeded the display size (alt-'o')
      
      Weirdly, there was no problem for Linux !!?? and also no regression :)
      30efd37a
  2. 09 Jun, 2010 3 commits
  3. 08 Jun, 2010 17 commits
  4. 07 Jun, 2010 9 commits
  5. 06 Jun, 2010 6 commits