- 03 Aug, 2006 1 commit
-
-
zorglub authored
* More useless interaction cleanup * Small fix for make beautifier
-
- 02 Aug, 2006 3 commits
-
-
zorglub authored
-
zorglub authored
-
littlejohn authored
-
- 01 Aug, 2006 8 commits
-
-
Jean-Baptiste Kempf authored
-
zorglub authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
zorglub authored
-
littlejohn authored
-
zorglub authored
-
- 31 Jul, 2006 11 commits
-
-
Felix Paul Kühne authored
* interaction.c: always show errors through the interaction framework, even if the user disabled its usage * macosx/*: minor clean-up
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
-
dionoea authored
-
Jean-Baptiste Kempf authored
Something went bad. Sorry.
-
Jean-Baptiste Kempf authored
removed in r16159 by fkuehne and fix the nightlies.
-
gbazin authored
-
hartman authored
- this dupes some code from the playlist demux (FindItem).
-
littlejohn authored
* JAVA_HOME is set * a java compiler compiles
-
littlejohn authored
-
littlejohn authored
Typo fix in modules/stream_out/bridge.c
-
- 30 Jul, 2006 13 commits
-
-
hartman authored
* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
-
hartman authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now. wx/interaction.cpp: another WX compilation fix
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking) - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user * wx: a compilation fix, but no update to the current API * osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable. The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
-
zorglub authored
-
zorglub authored
Misc fprintf cleanup
-
zorglub authored
-
ipkiss authored
-
ipkiss authored
is not visible
-
Cyril Deguet authored
-
ipkiss authored
show only the windows that were visible before
-
- 29 Jul, 2006 4 commits
-
-
damienf authored
- allow for libvlc_exception_t to be NULL in APIs - remove X11 references from libvlc, as it breaks MacOS X
-
hartman authored
* Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related. * Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based. This fixes #690
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-