log

age author description
Sat, 24 Nov 2012 15:54:22 +0000 ib Rename uiGotoTheNext uiProcessNextInPlaylist.
Fri, 23 Nov 2012 21:47:31 +0000 al gui/win32: Remove static from add_to_gui_playlist
Fri, 23 Nov 2012 20:53:54 +0000 reimar Add a version script to hide all symbols.
Fri, 23 Nov 2012 20:34:49 +0000 reimar Add --large-address-aware to allow 32 bit Windows builds to use
Fri, 23 Nov 2012 20:33:22 +0000 reimar Fix auto-detection of MinGW as compile target.
Fri, 23 Nov 2012 19:26:01 +0000 reimar Also free the noauth_url entry in the URL struct.
Fri, 23 Nov 2012 19:21:36 +0000 reimar Pass pointer to start of allocated memory to free,
Fri, 23 Nov 2012 14:17:21 +0000 ib Fix segmentation fault with mouse button release.
Fri, 23 Nov 2012 14:10:10 +0000 ib Cosmetic: Adjust indent.
Fri, 23 Nov 2012 14:03:37 +0000 ib Prevent negative array index read.
Fri, 23 Nov 2012 13:35:31 +0000 ib Always stick with current playlist item after a uiCurr() call.
Fri, 23 Nov 2012 12:44:53 +0000 ib Remove dead code.
Fri, 23 Nov 2012 12:30:44 +0000 ib Prevent floating point exception.
Fri, 23 Nov 2012 12:08:56 +0000 ib Prevent unintended sign extension from int to long on 64-bit machines.
Fri, 23 Nov 2012 10:31:07 +0000 ib Close the skin file after reading.
Fri, 23 Nov 2012 10:24:10 +0000 ib Check return value after reading file.
Fri, 23 Nov 2012 10:15:43 +0000 ib Don't use signed variable for file length.
Fri, 23 Nov 2012 10:04:26 +0000 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
Fri, 23 Nov 2012 09:25:54 +0000 ib Remove dead code.
Fri, 23 Nov 2012 09:20:49 +0000 ib Pass big parameter by reference rather than by value.
Fri, 23 Nov 2012 09:02:22 +0000 ib Check array index.
Thu, 22 Nov 2012 14:32:37 +0000 ib Don't consider URL portions a directory.
Thu, 22 Nov 2012 14:13:43 +0000 ib Don't unconditionally delete the old playlist.
Thu, 22 Nov 2012 14:01:41 +0000 ib Fix segmentation fault with mouse button release.
Thu, 22 Nov 2012 13:57:40 +0000 ib Rename import_file_into_gui() add_to_gui_playlist().
Thu, 22 Nov 2012 13:13:29 +0000 ib Add an URL loaded by the GUI to its playlist.
Thu, 22 Nov 2012 13:12:15 +0000 ib Add a file loaded by the GUI to its playlist.
Thu, 22 Nov 2012 13:10:46 +0000 ib Make import_file_into_gui() available.
Thu, 22 Nov 2012 10:28:30 +0000 upsuper Fix memory leaks when error occurs.
Thu, 22 Nov 2012 08:40:47 +0000 upsuper Use the same parameter type with malloc.