log gui/app.c @ 33197:17dba462c48c

age author description
Sat, 02 Apr 2011 22:01:55 +0000 ib Remove unused wItem member tmp.
Thu, 31 Mar 2011 12:25:32 +0000 ib Cosmetic: Rename menuBase menu.
Mon, 28 Mar 2011 13:46:50 +0000 ib Remove misspelled GUI message 'evEqualeaser'.
Thu, 10 Mar 2011 18:59:44 +0000 ib Cosmetic: Prefer path relative to current directory.
Tue, 08 Mar 2011 11:06:27 +0000 ib Make constants explicitly type float.
Sun, 06 Mar 2011 13:04:07 +0000 ib Prefer free() to gfree().
Sun, 06 Mar 2011 12:30:49 +0000 ib Simplify appClearItem() by using memset().
Sun, 06 Mar 2011 12:21:52 +0000 ib Cosmetic: Rename appResetStruct() appInitStruct().
Sun, 06 Mar 2011 11:55:52 +0000 ib Use FF_ARRAY_ELEMS() rather than a separate constant.
Fri, 04 Mar 2011 12:50:21 +0000 ib Cosmetic: Rename listItems structure.
Thu, 03 Mar 2011 15:00:05 +0000 ib Move fntFreeFont() into appFreeStruct().
Thu, 03 Mar 2011 14:52:21 +0000 ib Cosmetic: Rename appInitStruct() to appFreeStruct().
Thu, 03 Mar 2011 14:37:47 +0000 ib Rename the 'NumberOf' members of the listItems structure.
Thu, 03 Mar 2011 14:13:41 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 14:09:50 +0000 ib Clean up appInitStruct().
Thu, 03 Mar 2011 13:58:48 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:45:30 +0000 ib Fix memory leak in appInitStruct().
Thu, 03 Mar 2011 13:13:20 +0000 ib Remove parameter from appInitStruct() function.
Thu, 03 Mar 2011 12:30:50 +0000 ib Cosmetic: Remove needless include.
Thu, 03 Mar 2011 12:16:09 +0000 ib Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
Thu, 03 Mar 2011 11:44:39 +0000 ib Cosmetic: Adjust indent.
Thu, 03 Mar 2011 11:43:01 +0000 ib Fix memory leak in appClearItem().
Wed, 02 Mar 2011 18:16:15 +0000 ib Cosmetic: Adjust indent.
Wed, 02 Mar 2011 18:14:20 +0000 ib Add new function bpFree() to free txSamples (bitmaps).
Wed, 02 Mar 2011 16:05:37 +0000 ib Adjust the listItems structure.
Wed, 02 Mar 2011 15:37:50 +0000 ib Clean up the wItem structure.
Mon, 28 Feb 2011 14:47:17 +0000 ib Move global skin directory variables.
Mon, 28 Feb 2011 13:42:39 +0000 ib Remove unused functions appCopy(), appFindKey() and btnGetValue().
Mon, 28 Feb 2011 13:29:36 +0000 ib Limit scope of internally used appClearItem().
Mon, 28 Feb 2011 13:25:45 +0000 ib Cosmetic: Format to MPlayer coding style.