- 02 Aug, 2009 18 commits
-
-
Rémi Denis-Courmont authored
This is consistent with existing practice inside and outside of VLC. We really don't need a separate error code for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nothing can really kill VLC when browsing plugins, since nothing has started.
-
Ilkka Ollakka authored
This should be more clearer to user what column is used to sort (eg if it's hidden, then hide sortIndicator also).
-
Ilkka Ollakka authored
If you setSortingEnabled after setting model, it doesn't call sorting, otherway around it does. Missed thatone on previous try.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is inefficient. It could be optimized a lot with epoll/timerfd on Linux and kqueue/kevent on BSD. Unfortunately, the POSIX timer API is impossible to use in a thread-safe manner, other than with signals.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that this can only be used safely in the core. In a plug-in, it would introduce a race whereby dlclose() unmaps the code segment that a detached thread is running (this was discussed over a year ago). For that, we'd need something a bit more involved along the lines of Win32's FreeLibraryAndExitThread().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is never used currently. Removing it simplifies the next commits.
-
Rémi Denis-Courmont authored
-
- 01 Aug, 2009 22 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: prepare the switch from dyld to 'Dynamic Loader Compatibility Functions' as partially intended by [7147338b7439f7f4a5d6d9c86e8d5d7a8501be4d] Using Apple's legacy object file image functions around NSModule is strongly discouraged and won't work in the future at all.
-
Rémi Denis-Courmont authored
This reverts commit 75b34a6c.
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 3266085e. It triggers a crash whenever sorting manually.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Laurent Aimar authored
On all my linux PC (debian sid and lenny) it has really bad side effects, mostly when seeking and at startup up (slow or even blocking), and makes sshfs unusable.
-
Laurent Aimar authored
-
Ilkka Ollakka authored
fontconfig doesn't really seem to set that result variable correctly in allmost all cases, only few codepaths that it's setted to NoMatch, but it doesn't get setted on valid paths or configerrors or any of thosecases. Thanks to Laurent Aimar for this one.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-