log

age author description
Thu, 07 Jul 2011 08:48:46 +0000 ib Remove unnecessary #include "gui/interface.h".
Thu, 07 Jul 2011 08:32:10 +0000 ib Move string functions from interface.c to string.c.
Wed, 06 Jul 2011 23:35:39 +0000 iive Fix the precision loss in float -> 32bit conversion case, introduced
Tue, 05 Jul 2011 16:50:52 +0000 ib Fix compilation of the Win32 GUI after r33812.
Tue, 05 Jul 2011 15:04:00 +0000 ib Rename GUI playtree import functions.
Tue, 05 Jul 2011 14:00:18 +0000 ib Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
Tue, 05 Jul 2011 13:48:55 +0000 ib Make guiEventHandling() a gui() call.
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 11:34:26 +0000 ib Remove gui() GMP_SET_DVD.
Tue, 05 Jul 2011 11:03:03 +0000 ib Cosmetic: Adjust indent.
Tue, 05 Jul 2011 11:01:24 +0000 ib Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.
Tue, 05 Jul 2011 10:56:47 +0000 ib Remove unused symbolic constant guiReDrawSubWindow.
Tue, 05 Jul 2011 10:54:16 +0000 ib Cosmetic: Rename gui() parameter.
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Mon, 04 Jul 2011 22:24:52 +0000 iive Audio format conversion from float to int is not checked for overflow.
Mon, 04 Jul 2011 19:23:03 +0000 reimar Reindent, add empty lines.
Mon, 04 Jul 2011 19:21:59 +0000 reimar Improve checks for when to try reconnecting to be more thorough and readable.
Mon, 04 Jul 2011 19:14:06 +0000 reimar Pass streaming_ctrl eof on.
Mon, 04 Jul 2011 19:11:21 +0000 reimar Ensure we do not add strange values to amount of buffered bytes
Mon, 04 Jul 2011 19:10:17 +0000 reimar Signal EOF vs. error also via streaming control API (not yet evaluated).
Mon, 04 Jul 2011 00:36:08 +0000 diego configure: cosmetics: Adjust comment in config.mak inclusion guard.
Mon, 04 Jul 2011 00:36:05 +0000 diego configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
Sun, 03 Jul 2011 09:46:18 +0000 reimar Remove condition that is now always true.
Sun, 03 Jul 2011 09:45:29 +0000 reimar Do not assign anything when a stream control returns an error.
Sat, 02 Jul 2011 23:27:19 +0000 reimar Use proper format string for sizeof() type.
Sat, 02 Jul 2011 23:26:05 +0000 reimar Remove pointless and in addition incorrect cast.
Sat, 02 Jul 2011 23:22:49 +0000 reimar Use "const char *" type for paths.
Sat, 02 Jul 2011 23:12:45 +0000 reimar Clean up some function prototypes.
Sat, 02 Jul 2011 22:59:40 +0000 reimar Cosmetics: Fix strange space placement.