- 02 Jul, 2012 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
package/macosx: enhanced the codesign script to add a designated signature to enhance its compatibility Note 3 things - the included hashes are common knowledge, non-exploitable and hence don't constitute a security issue - you need a valid Developer ID private key to create GateKeeper compatible signatures - If you don't use VideoLAN's Dev ID, that's noticable but doesn't limit the app's behavior in any detail. This commit also limits the signing process to the compiled lua scripts and no longer signs the entire lua folder since this would limit the usage experience and it isn't reasonable either. (cherry picked from commit 41e20140b3bd4482cb02fe6eede5da471e57859d)
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit b85cc5537812613a2988651c851b08fa34b7516a) Close #7040 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Jul, 2012 2 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit eba61d4f3b94f0539c5e250b3222b24c543b67be)
-
Rafaël Carré authored
cross.patch update by John Freed (cherry picked from commit cd0148a5a1d5e5875f525c04225add1975a9dd78) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Jun, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 27 Jun, 2012 19 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
manual back-port of 44cdb9b3
-
David Fuhrmann authored
manual merge of 3194c521
-
David Fuhrmann authored
(cherry picked from commit d86de10c) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit ad09e6fb) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Previously, the open panel always converted the mrl to an (not available) mount point when you want to setup a playback without menus (cherry picked from commit f8d14c62) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Felix Paul Kühne authored
(cherry picked from commit 0664335b)
-
Damien Erambert authored
manual backport of 04d65ac9Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
manual backport of 554813d647b3bcf07bf96695b4de8961ee860209 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
manual backport of 8ba3d7f4Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 3d7bdcde683a3a0845bf8d441d18a9cb539e1d5d)
-
Felix Paul Kühne authored
no user-visible change. (cherry picked from commit 77442ae2072b81c5a6ec0e5900a15358adceafe1)
-
Felix Paul Kühne authored
This is a broken concept, since according to the HIGL, one point always equals one pixel on non-HiDPI screens regardless of the actual DPIs or the actual screen resolution. Additionally, this interferes with our support for HiDPI manual backport of e5c027058bb8cb97872e082fab382089c2d7997c
-
Felix Paul Kühne authored
manual back-port of d8b24e50f5a53e9973fea963ba07962108725247
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 244a84e264e0e9a9d60164a62d2f41addefc63b4)
-
Damien Erambert authored
manual back-port of 2ce6916bdd9d6d82cadf46d23bf1532dcc24acc6 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
Now, the sidebar will not will not resized while resizing the window. Also, this commit sets a min width for the the sidebar. But it can still be hidden, just drag the slider to the left. (cherry picked from commit 0f4b97b08a1805c6c72f94dbfcbebb61bf956bb8)
-
- 26 Jun, 2012 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 27 Jun, 2012 2 commits
-
-
Jean-Baptiste Kempf authored
This reverts commit 999a7af7.
-
Jean-Baptiste Kempf authored
This reverts commit 7be07b1a.
-
- 25 Jun, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 95da9d5aa0b67f269de4d62c3c098755d2527d81) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jun, 2012 3 commits
-
-
Felix Paul Kühne authored
macosx: work-around a weird bug which let the drop zone respond to mouseDown events targetted at the window title Thanks to David for the report (cherry picked from commit bbb30ce0e0b9ff526865ec126f370056bbf8735e)
-
Felix Paul Kühne authored
(cherry picked from commit cac887503093923b11a0240490aed69c09152262)
-
Felix Paul Kühne authored
macosx: reimplemented the right-click Reveal-in-Finder feature on the window title when using the dark interface style manual merge of ce2b23f7
-
- 20 Jun, 2012 2 commits
-
-
Rémi Denis-Courmont authored
Also avoid fstat()+close() on non-directoy files. (cherry picked from commit f9812a51) Conflicts: modules/access/directory.c
-
Rémi Denis-Courmont authored
For FIFO and sockets, non-blocking is wanted. For character device, the effects depend on the device driver. For other types, non-blocking mode has either no effects or is unspecified. (cherry picked from commit bd19904c)
-
- 18 Jun, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: allow the user to minimize the main window by double-clicking the window title when using the dark UI variant This respects the system preferences' global setting. (cherry picked from commit fe7d9447)
-
- 14 Jun, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 48ef1e2f)
-
Felix Paul Kühne authored
no user-visible change. However, we save 29KB and don't need to update that graphic for HiDPI This is a manual backport of a574f2f9.
-
Felix Paul Kühne authored
macosx: Cocoa cannot deal with 2 images of the same name in a single bundle even if their type is different Hence, rename one of them. This is a manual backport of 6051f82a.
-