log gui/util/string.c @ 37195:ac6c37d85d65 default tip

age author description
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Thu, 03 Apr 2014 09:47:41 +0000 ib Add a file for miscellaneous auxiliary functions.
Thu, 27 Mar 2014 09:44:01 +0000 ib Cosmetic: Rename cut functions.
Thu, 27 Mar 2014 09:15:47 +0000 ib Relocate the cut functions.
Thu, 27 Mar 2014 02:18:16 +0000 ib Add new string function strupper().
Thu, 27 Mar 2014 02:15:29 +0000 ib Simplify the expression.
Thu, 27 Mar 2014 01:49:01 +0000 ib Move most of TranslateFilename() back to the renderer files.
Wed, 05 Feb 2014 16:39:38 +0000 ib Rename symbolic constants of GUI help message texts.
Tue, 17 Dec 2013 22:41:24 +0000 ib Cosmetic: Adjust indent.
Tue, 17 Dec 2013 22:40:51 +0000 ib Add mpctx_get_stream().
Fri, 29 Nov 2013 12:41:32 +0000 ib Add support for TV/DVB to the GUI.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Sun, 09 Dec 2012 13:19:42 +0000 ib Cosmetic: Add some blank lines.
Thu, 06 Dec 2012 13:47:47 +0000 ib Rebuild GUI directory structure.
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Mon, 03 Dec 2012 11:50:59 +0000 ib Fix bug with DVD "no chapter" information.
Mon, 03 Dec 2012 10:50:48 +0000 ib Add doxygen comments to string.c.
Sun, 02 Dec 2012 23:46:31 +0000 ib Cosmetic: Place doxygen note at the end of the comment.
Sun, 02 Dec 2012 00:38:14 +0000 ib Add doxygen comment.
Fri, 24 Feb 2012 17:26:35 +0000 ib Remove gstrcasecmp().
Mon, 13 Feb 2012 16:11:37 +0000 ib Cosmetic: Change comment.
Mon, 13 Feb 2012 16:10:39 +0000 ib Add doxgen comment to gstrncmp().
Fri, 03 Feb 2012 13:38:42 +0000 ib Add fgetstr() to read from files without end-of-line characters.
Thu, 12 Jan 2012 10:08:25 +0000 ib Remove all unnecessary #ifdefs from GUI code.
Sat, 31 Dec 2011 12:38:52 +0000 ib Add audio CD playback support to the X11/GTK GUI.
Wed, 26 Oct 2011 15:52:06 +0000 ib Optimize TranslateFilename().
Wed, 26 Oct 2011 15:40:47 +0000 ib Cosmetic: Rename TranslateFilename()'s parameter names.
Wed, 26 Oct 2011 15:14:06 +0000 ib Move TranslateFilename() to util/string.c.
Tue, 06 Sep 2011 13:37:32 +0000 ib Add doxygen comments to string.c.
Mon, 11 Jul 2011 12:40:30 +0000 ib Compare encodings case insensitively.
Thu, 07 Jul 2011 10:16:22 +0000 ib Remove macros guiSetFilename() and guiSetDF() from interface.h.
Thu, 07 Jul 2011 08:32:10 +0000 ib Move string functions from interface.c to string.c.
Thu, 31 Mar 2011 10:13:47 +0000 ib Allow number sign as comment character.
Wed, 30 Mar 2011 14:24:11 +0000 ib Improve handling of the comment character.
Tue, 29 Mar 2011 08:28:11 +0000 ib Move strlower() into auxiliary string function file.
Tue, 29 Mar 2011 08:15:01 +0000 ib Simplify trim().
Mon, 28 Mar 2011 16:03:26 +0000 ib Simplify strswap().
Mon, 28 Mar 2011 15:51:20 +0000 ib Move auxiliary string functions into separate file.