- Sep 12, 2024
-
-
These views are always held by parent view controllers Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jan 19, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jan 05, 2024
-
-
macosx: Rename VLCLibraryVideoCollectionViewContainerViewDataSource to VLCLibraryVideoContainerViewDataSource now that it also serves carousels Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Implement iCarousel data source methods in VLCLibraryVideoCollectionViewContainerViewDataSource Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Sep 25, 2023
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Dec 25, 2022
-
-
macosx: Move delegate methods in VLCLibraryVideoCollectionViewContainerViewDataSource to general VLCLibraryCollectionViewDelegate Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Make audio library collection view data source and video library collection view data source compliant with VLCLibraryCollectionViewDataSource protocol Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Dec 01, 2022
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Extract new video library classes into independent files, organize video library files in video-library folder Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Nov 18, 2022
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jul 29, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jul 19, 2022
-
-
Claudio Cambra authored
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jun 27, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Feb 03, 2019
-
-
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.
-
- Jan 17, 2019
-
-
Steve Lhomme authored
-
- Jan 29, 2017
-
-
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.
-
- Jan 05, 2017
-
-
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).
-
- Oct 08, 2016
-
-
David authored
-
- Aug 10, 2016
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jul 22, 2015
-
-
Felix Paul Kühne authored
-
- Jul 21, 2015
-
-
Felix Paul Kühne authored
-
- Jan 05, 2012
-
-
So lua 5.2 compatibility declarations can be made in one place. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Feb 20, 2011
-
-
Jean-Baptiste Kempf authored
Lua is an important part of VLC and abusing misc has gone a bit too far...
-
- Jun 15, 2008
-
-
dionoea authored
-
- Jun 06, 2008
-
-
Rémi Denis-Courmont authored
-
- Sep 01, 2007
-
-
Rémi Denis-Courmont authored
-
- Apr 26, 2006
-
-
ipkiss authored
-
- Feb 01, 2006
-
-
Rémi Denis-Courmont authored
-
- Jan 12, 2006
-
-
dionoea authored
-
- Nov 21, 2005
-
-
Scott Caudle authored
-
- Jul 09, 2005
-
-
Rémi Denis-Courmont authored
-
- Jul 08, 2005
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- Jul 20, 2004
-
-
Mohammed Adnène Trojette authored
-
- Jul 04, 2004
-
-
Mohammed Adnène Trojette authored
-
- Jan 05, 2004
-
-
Cyril Deguet authored
* commands/cmd_fullscreen.*, parser/interpreter.cpp: added a "vlc.fullscreen()" command
-
- Jan 03, 2004
-
-
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 ;)
-
- Feb 23, 2003
-
-
Jon Lech Johansen authored
Dynamic device support. * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-