log

age author description
Mon, 01 Apr 2013 08:20:57 +0000 ib Remove pointless #defines.
Mon, 01 Apr 2013 08:14:25 +0000 ib Move function declaration where it belongs.
Mon, 01 Apr 2013 08:06:52 +0000 ib Cosmetic: Order declarations alphabetically.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Sun, 31 Mar 2013 22:45:25 +0000 ib Move variable declarations and definitions where they belong.
Sun, 31 Mar 2013 22:41:03 +0000 ib Move variable declarations where they belong.
Sun, 31 Mar 2013 22:36:42 +0000 ib Move variable declarations and definitions where they belong.
Sun, 31 Mar 2013 22:28:22 +0000 ib Make variable DVDSubMenu static.
Sun, 31 Mar 2013 22:22:08 +0000 ib Remove unused declaration.
Sun, 31 Mar 2013 22:13:32 +0000 ib Remove unnecessary #includes.
Sun, 31 Mar 2013 21:58:33 +0000 ib Remove unused declaration.
Sun, 31 Mar 2013 18:30:30 +0000 ib Move gtkFindCList() to tools.c.
Sun, 31 Mar 2013 18:08:37 +0000 ib Cosmetic: Prefix all functions in dialog/tools.c with gtk.
Sun, 31 Mar 2013 17:41:18 +0000 ib Cosmetic: Relocate gtkSelectInCList().
Sun, 31 Mar 2013 17:38:13 +0000 ib Make gtkSetDefaultToCList() static.
Sun, 31 Mar 2013 17:36:04 +0000 ib Remove unused gtkClearList().
Sun, 31 Mar 2013 17:08:30 +0000 ib Cosmetic: Rename gtkActive() gtkRaise().
Sun, 31 Mar 2013 12:42:47 +0000 ib Add, group and sort #includes, remove unneeded ones.
Sun, 31 Mar 2013 12:18:41 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 31 Mar 2013 12:10:42 +0000 ib Cosmetic: Rearrange code.
Sun, 31 Mar 2013 03:57:53 +0000 ib Rephrase positively.
Sun, 31 Mar 2013 03:32:17 +0000 ib Add, group and sort #includes, remove unneeded ones.
Sun, 31 Mar 2013 02:38:38 +0000 ib Replace #include.
Sun, 31 Mar 2013 01:24:57 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 31 Mar 2013 01:20:18 +0000 ib Remove pointless replacement lists.
Sat, 30 Mar 2013 15:09:51 +0000 ib Silence "warning: unused parameter".
Sat, 30 Mar 2013 14:33:35 +0000 ib Remove WidgetDestroy().
Sat, 30 Mar 2013 14:32:07 +0000 ib Don't use WidgetDestroy().
Sat, 30 Mar 2013 14:13:23 +0000 ib There is no need to hide the widget prior to destruction.
Sat, 30 Mar 2013 08:53:02 +0000 reimar Avoid declaring loop variables inside the for()