- 30 Aug, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 27 Aug, 2006 2 commits
- 26 Aug, 2006 2 commits
- 25 Aug, 2006 1 commit
-
-
Konstantin Pavlov authored
-
- 24 Aug, 2006 1 commit
-
-
zorglub authored
-
- 23 Aug, 2006 3 commits
-
-
Konstantin Pavlov authored
-
Eric Petit authored
-
Jean-Paul Saman authored
-
- 19 Aug, 2006 1 commit
-
-
zorglub authored
* Redo dictionnary handling to remove recursion and bugs
-
- 11 Aug, 2006 1 commit
-
-
zorglub authored
-
- 07 Aug, 2006 1 commit
-
-
zorglub authored
-
- 06 Aug, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 03 Aug, 2006 1 commit
-
-
zorglub authored
* More useless interaction cleanup * Small fix for make beautifier
-
- 02 Aug, 2006 1 commit
-
-
zorglub authored
-
- 01 Aug, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
zorglub authored
-
zorglub authored
-
- 31 Jul, 2006 4 commits
-
-
Jean-Baptiste Kempf authored
Something went bad. Sorry.
-
Jean-Baptiste Kempf authored
removed in r16159 by fkuehne and fix the nightlies.
-
littlejohn authored
-
littlejohn authored
Typo fix in modules/stream_out/bridge.c
-
- 30 Jul, 2006 2 commits
-
-
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
-
- 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
-
Felix Paul Kühne authored
- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field. - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
-
zorglub authored
-
zorglub authored
-
- 28 Jul, 2006 2 commits
-
-
littlejohn authored
if (vout_Control VOUT_REPARENT is called giving a Drawable in args) then that Drawable is used as new parent otherwise DefaultRootWindow will be the parent
-
zorglub authored
+ some misc test cleanup
-
- 26 Jul, 2006 1 commit
-
-
littlejohn authored
-
- 19 Jul, 2006 4 commits
-
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
Olivier Aubert authored
include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
-
- 18 Jul, 2006 2 commits
-
-
Christophe Mutricy authored
-
zorglub authored
-