log gui/app.h @ 35015:906125680c06

age author description
2012-03-03 ib Rename sub window video window.
2012-02-24 ib Cosmetic: Prefer C style for single line comments.
2012-01-12 ib Add user event evMenu.
2012-01-12 ib Replace goto label by an internal event case expression.
2011-12-31 ib Add audio CD playback support to the X11/GTK GUI.
2011-12-11 ib Enable gui slave commands.
2011-12-09 ib Change prefix for internal events from ev to iv.
2011-12-09 ib Remove unused symbolic constant and code for evFirstLoad.
2011-12-09 ib Remove unused symbolic constant definitions for events.
2011-12-09 ib Replace evPlayNetwork by evLoadURL.
2011-12-09 ib Change parameter name and its declaration to const.
2011-12-09 ib Remove non-existing GUI user events.
2011-12-08 ib Replace evSetURL by evLoadURL for consistency.
2011-12-08 ib Cosmetic: Add evSetAspect event to video events.
2011-12-08 ib Cosmetic: Synchronize evPlaylist event and message names.
2011-12-08 ib Cosmetic: Rearrange and group GUI user events.
2011-06-18 ib Cosmetic: Rename some GUI variables and functions.
2011-05-03 ib Initialize appMPlayer differently.
2011-04-02 ib Remove unused wItem member tmp.
2011-04-01 ib Add an itMenu item type.
2011-04-01 ib Don't needlessly store font information in the wItems array
2011-03-31 ib Cosmetic: Rename menuBase menu.
2011-03-28 ib Move files with auxiliary functions to own directory.
2011-03-06 ib Add variable names to prototype declarations.
2011-03-06 ib Cosmetic: Rename appResetStruct() appInitStruct().
2011-03-04 ib Reduce item arrays to reasonable size.
2011-03-04 ib Cosmetic: Rename listItems structure.
2011-03-03 ib Cosmetic: Rename appInitStruct() to appFreeStruct().
2011-03-03 ib Rename the 'NumberOf' members of the listItems structure.
2011-03-03 ib Fix memory leak in appInitStruct().
2011-03-03 ib Remove parameter from appInitStruct() function.
2011-03-03 ib Redefine button states.
2011-03-03 ib Cosmetic: Adjust item definitions.
2011-03-02 ib Adjust the listItems structure.
2011-03-02 ib Clean up the wItem structure.
2011-02-28 ib Move global skin directory variables.
2011-02-28 ib Cosmetic: Format to MPlayer coding style.
2011-02-19 ib Remove support for skins directories using the obsolete name 'Skin'.
2011-02-03 ib Improve the readability of dynamic labels which scroll.
2011-02-03 ib Cosmetic: indent for a patch to come.
2010-06-18 reimar Remove includes that break building if X11 is not available.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-04-22 diego Add standard GPL header to individual files.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-12-02 reimar evNames / evBoxs should be "static const"
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2007-07-02 diego Add consistent GUI prefix to multiple inclusion guards.
2007-07-02 diego Consistently use filenames as multiple inclusion guards.
2007-04-23 diego Gui --> gui