1. 10 Jun, 2010 2 commits
    • 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 7 commits
  6. 05 Jun, 2010 2 commits