Skip to content
Snippets Groups Projects
  1. Jan 19, 2024
  2. May 29, 2023
  3. Apr 17, 2023
  4. Mar 25, 2023
  5. Dec 10, 2022
  6. Jun 27, 2022
  7. Feb 03, 2019
    • David's avatar
      macosx: New directory structure for the macOS UI · ba6ad45f
      David authored
      This orders existing files into a new directory structure, to
      group related elements together. The Xcode project is adapted
      as well and reflects the same structure under macosx.
      
      All includes include the subfolders now and are reordered and
      cleaned up. Existing structure and alphabetic ordering shall be
      kept.
      ba6ad45f
  8. Jan 17, 2019
  9. Jan 29, 2017
    • David's avatar
      macosx: center fullscreen panel for new fullscreen size · b7f9c20f
      David authored
      The fullscreen window can have a new size if the fullscreen monitor
      was switched or the user used split screen in between.
      
      Center FS panel in those cases. Also constrain size as the new
      available space might be smaller.
      b7f9c20f
  10. Jan 05, 2017
    • David's avatar
      macosx: Limit fullscreen panel to video content area · 76f12cba
      David authored
      Limit dragging / moving of fullscreen panel to video content area.
      This forbids dragging the fspanel outside of fullscreen. Also make
      sure that the fs panel stays inside the video view if dragged, in
      case the video view is smaller then the complete screen (this can
      happen with macOS split screen feature).
      76f12cba
  11. Oct 08, 2016
  12. Aug 10, 2016
  13. Jul 22, 2015
  14. Jul 21, 2015
  15. Jan 05, 2012
  16. Feb 20, 2011
  17. Jun 15, 2008
  18. Jun 06, 2008
  19. Sep 01, 2007
  20. Apr 26, 2006
  21. Feb 01, 2006
  22. Jan 12, 2006
  23. Nov 21, 2005
  24. Jul 09, 2005
  25. Jul 08, 2005
  26. Jul 20, 2004
  27. Jul 04, 2004
  28. Jan 05, 2004
  29. Jan 03, 2004
    • Cyril Deguet's avatar
      * all: brand new skins interface ( still _experimental_) for x11 and · b7dc5e88
      Cyril Deguet authored
        win32, by ipkiss and myself...
       Among the features:
       - framework rewritten from scratch, heavily based on design patterns
        => new controls can be (hopefully) created more easily, portability
        to other OS is better, and the interface is less dependant from
        the vlc core
       - new concept of "layout", to provide a window with several different
        views (as in winamp3 skins)
       - controls can now be placed at a relative position to the edges of
        a window, which allow controls and layouts to be resizable (e.g
        for the playlist window)
       - Use of libpng and libfreetype2 for better portability between x11 and
         win32 => ttf fonts and antialiasing
       - New DTD for the xml theme ( *it will probably change again* )
       - Very very beginning of scripting in the xml file
       - And many things I miss
       - And probably many bugs ;)
      b7dc5e88
  30. Feb 23, 2003
  31. Feb 17, 2003
  32. Jun 07, 2002
  33. Jun 01, 2002
    • Samuel Hocevar's avatar
      * ALL: the first libvlc commit. · 9e3ab283
      Samuel Hocevar authored
         As for video output 4, this breaks almost everything, but I'll slowly
        do what remains to be fixed during the weekend.
      
         Changes in vlc:
         ===============
      
        * vlc is now a very small program (20 lines) which uses the libvlc API;
         it is quite simple for the moment but can be extended in the future.
      
        * interfaces, decoders, video outputs, etc. are now almost the same
         objects (yes, I know, this is C++ redone in C) and are structured in
         a tree. More about this later, but basically it allows the following
         nice features:
          - several interfaces
          - several playlists with several outputs
          - input plugins spawning helper interfaces (will be used for DVD menus)
          - anything spawning anything; I swear there are useful uses for this!
      
        * libvlc can be used in other programs; I'm currently writing a Mozilla
         plugin for my employer.
      
         Things currently broken:
         ========================
      
        * most interfaces, most ports
        * the playlist handling (almost finished rewriting this though). This means
         no file can be played from the GUI, you need to use the commandline. This
         also means it segfaults at EOF, when exiting the program, and it sometimes
         refuses to open a file when asked to.
      9e3ab283
Loading