2012-12-09 |
ib |
Use FFMIN in evSetVolume.
|
2012-12-09 |
ib |
Add comment.
|
2012-12-09 |
ib |
Set volume in evSetBalance.
|
2012-12-09 |
ib |
Fix bug with evSetBalance.
|
2012-12-06 |
ib |
Rebuild GUI directory structure.
|
2012-12-06 |
ib |
Rebuild GUI directory structure.
|
2012-12-06 |
ib |
Rebuild GUI directory structure.
|
2012-12-05 |
ib |
Avoid using local variables named filename.
|
2012-12-04 |
ib |
Remove unused variables.
|
2012-12-04 |
ib |
Introduce boolean symbolic constants.
|
2012-12-03 |
ib |
Replace confusing guiInfoMediumClear() by MediumPrepare().
|
2012-12-03 |
ib |
Set filename for MPlayer in GUI_PREPARE.
|
2012-12-01 |
ib |
Cosmetic: Rename uiSetFileName().
|
2012-11-30 |
ib |
Create new header file gui.h.
|
2012-11-29 |
ib |
Check and set track for DVDs just as for the other StreamTypes.
|
2012-11-26 |
ib |
Simplify playlist handling by defining a symbolic constant.
|
2012-11-25 |
ib |
A non-existing path shouldn't be an empty string.
|
2012-11-25 |
ib |
Avoid a duplicate strrchr() call.
|
2012-11-25 |
ib |
Choose better variable name for current playlist item.
|
2012-11-23 |
ib |
Cosmetic: Adjust indent.
|
2012-11-23 |
ib |
Prevent negative array index read.
|
2012-11-23 |
ib |
Pass guiApp's wsTWindow parameters always by reference (if possible).
|
2012-11-23 |
ib |
Pass big parameter by reference rather than by value.
|
2012-11-22 |
ib |
Don't unconditionally delete the old playlist.
|
2012-11-22 |
ib |
Fix segmentation fault with mouse button release.
|
2012-11-22 |
ib |
Add an URL loaded by the GUI to its playlist.
|
2012-05-21 |
ib |
Add playlist support to the GUI.
|
2012-03-03 |
ib |
Cosmetic: Move, change and add some comments on GUI windows.
|
2012-03-03 |
ib |
Rename sub window video window.
|
2012-02-24 |
ib |
Cosmetic: Prefer C style for single line comments.
|
2012-02-23 |
ib |
Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
|
2012-02-22 |
ib |
Remove global variable pointing to playlist item last played.
|
2012-02-21 |
ib |
Replace symbolic constants by enums.
|
2012-02-12 |
ib |
Cosmetic: Rename functions in list.c.
|
2012-01-14 |
ib |
Don't needlessly set variables.
|
2012-01-13 |
ib |
Cosmetic: Revise comment.
|
2012-01-13 |
ib |
Remove unused parameter from uiMenuMouseHandle().
|
2012-01-13 |
ib |
Fix bug with switching audio and video tracks.
|
2012-01-12 |
ib |
Add user event evMenu.
|
2012-01-12 |
ib |
Fix bug with VCD stream calling DVD code.
|
2012-01-12 |
ib |
Replace goto label by an internal event case expression.
|
2012-01-12 |
ib |
Remove all unnecessary #ifdefs from GUI code.
|
2012-01-05 |
ib |
Move some DVD related events.
|
2012-01-05 |
ib |
Remove #ifdef MP_DEBUG.
|
2012-01-02 |
ib |
Initialize device options in guiInit().
|
2012-01-02 |
ib |
Remove pointless filename setting from device name.
|
2012-01-02 |
ib |
Don't explicitly set stream type if the type doesn't change.
|
2011-12-31 |
ib |
Add audio CD playback support to the X11/GTK GUI.
|
2011-12-09 |
ib |
Change prefix for internal events from ev to iv.
|
2011-12-09 |
ib |
Replace evPlayNetwork by evLoadURL.
|
2011-12-08 |
ib |
Replace evSetURL by evLoadURL for consistency.
|
2011-12-08 |
ib |
Cosmetic: Synchronize evPlaylist event and message names.
|
2011-10-26 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
2011-09-30 |
ib |
Cosmetic: Order STREAMTYPE related code.
|
2011-09-29 |
ib |
Set an URL guiInfo.Filename by using uiSetFileName().
|
2011-09-21 |
ib |
Force redraw of main window after playback has ended.
|
2011-09-08 |
ib |
Preserve x and y position of a double-size window if possible.
|
2011-09-08 |
ib |
Preserve x and y position of a half-size window.
|
2011-09-08 |
ib |
Change parameter b of wsMoveWindow().
|
2011-09-01 |
ib |
Cosmetic: Adjust indent.
|