1. 10 Jun, 2010 7 commits
    • Erwan Tulou's avatar
      msw: remove unneeded code and useless "shaking" of window · 0a231ffa
      Erwan Tulou authored
      For lack of a faster detection (based on win32 api messages),
      resize/move of the parent window are detected in the Manage function
      on a regular basis and acted upon if need be.
      
      Move is an issue only for directx (surface doesn't automatically follow
      the associated window). Though coordinates doesn't change, an UpdateRects
      is still required to update the various rectangles used by directx.
      
      As it was coded, everything was already taken care of.
      The artificial "shaking" of the window was quite useless.
      0a231ffa
    • Rémi Duraffort's avatar
      Bump the ABI. · ff58f274
      Rémi Duraffort authored
      ff58f274
    • 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 4 commits