Mercurial > mplayer.hg
graph
-
Remove gtkEventHandling().2013-04-05, by ib
-
Add comment.2013-04-05, by ib
-
Remove commented code.2013-04-04, by ib
-
Don't allow the URL dialog to be vertically user-resizable.2013-04-04, by ib
-
Don't allow the URL dialog to be user-shrinkable.2013-04-04, by ib
-
Don't allow the file selector to be user-shrinkable.2013-04-04, by ib
-
Fix parameter auto_shrink.2013-04-04, by ib
-
Don't allow the message box to be user-resizable.2013-04-04, by ib
-
Don't allow the file selector to be user-shrinkable.2013-04-04, by ib
-
Fix parameter auto_shrink.2013-04-04, by ib
-
Don't allow the about box to be user-resizable.2013-04-04, by ib
-
Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).2013-04-04, by ib
-
Don't set (too small) height.2013-04-04, by ib
-
Avoid casts by passing an existing pointer.2013-04-04, by ib
-
Change some class hint names.2013-04-04, by ib
-
Cosmetic: Rename GMPlayer definition gmplayer.2013-04-04, by ib
-
Define "MPlayer" string.2013-04-04, by ib
-
Remove all gtk_widget_set_name() calls.2013-04-04, by ib
-
Remove all gtk_object_set_data() calls.2013-04-04, by ib
-
Cosmetic: Rename signal handler function.2013-04-04, by ib
-
Cosmetic: Rename static variables.2013-04-04, by ib
-
Cosmetic: Rearrange definitions.2013-04-03, by ib
-
Cosmetic: Rename variable and correct spelling.2013-04-03, by ib
-
Cosmetic: Adjust indent.2013-04-03, by ib
-
Remove unnecessary initialization.2013-04-03, by ib
-
Cosmetic: Switch conditions (for consistency).2013-04-03, by ib
-
Cosmetic: Rename variables (consistently).2013-04-03, by ib
-
Add limited -endpos support when dumping.2013-04-03, by reimar
-
Add workaround to allow compiling 64 bit MPlayer with clang on OSX.2013-04-03, by reimar
-
Group and sort #includes, remove unneeded ones.2013-04-01, by ib
-
Revert r36098, it breaks compilation on x86-64 Linux.2013-04-01, by reimar
-
Print a message before fetching a new FFmpeg version.2013-04-01, by reimar
-
Cosmetic: Don't mix #includes with variable definitions.2013-04-01, by ib
-
Make #defines enums.2013-04-01, by ib
-
Remove pointless #defines.2013-04-01, by ib
-
Move function declaration where it belongs.2013-04-01, by ib
-
Cosmetic: Order declarations alphabetically.2013-04-01, by ib
-
Cosmetic: Rearrange #includes.2013-03-31, by ib
-
Move variable declarations and definitions where they belong.2013-03-31, by ib
-
Move variable declarations where they belong.2013-03-31, by ib
-
Move variable declarations and definitions where they belong.2013-03-31, by ib
-
Make variable DVDSubMenu static.2013-03-31, by ib
-
Remove unused declaration.2013-03-31, by ib
-
Remove unnecessary #includes.2013-03-31, by ib
-
Remove unused declaration.2013-03-31, by ib
-
Move gtkFindCList() to tools.c.2013-03-31, by ib
-
Cosmetic: Prefix all functions in dialog/tools.c with gtk.2013-03-31, by ib
-
Cosmetic: Relocate gtkSelectInCList().2013-03-31, by ib
-
Make gtkSetDefaultToCList() static.2013-03-31, by ib
-
Remove unused gtkClearList().2013-03-31, by ib
-
Cosmetic: Rename gtkActive() gtkRaise().2013-03-31, by ib
-
Add, group and sort #includes, remove unneeded ones.2013-03-31, by ib
-
Cosmetic: Format to MPlayer coding style.2013-03-31, by ib
-
Cosmetic: Rearrange code.2013-03-31, by ib
-
Rephrase positively.2013-03-31, by ib
-
Add, group and sort #includes, remove unneeded ones.2013-03-31, by ib
-
Replace #include.2013-03-31, by ib
-
Cosmetic: Format to MPlayer coding style.2013-03-31, by ib
-
Remove pointless replacement lists.2013-03-31, by ib
-
Silence "warning: unused parameter".2013-03-30, by ib
-
Remove WidgetDestroy().2013-03-30, by ib
-
Don't use WidgetDestroy().2013-03-30, by ib
-
There is no need to hide the widget prior to destruction.2013-03-30, by ib
-
Avoid declaring loop variables inside the for()2013-03-30, by reimar
-
Add -heartbeat-interval option.2013-03-30, by reimar
-
Move PIC detection to the front of PIE added.2013-03-30, by upsuper
-
Remove HidePreferences(), HideAudioConfig() and HideDXR3Config().2013-03-29, by ib
-
Remove HideEqualizer() and HideEquConfig().2013-03-29, by ib
-
Remove HideFileSelect().2013-03-29, by ib
-
Remove HidePlaylist().2013-03-29, by ib
-
Remove HideSkinBrowser().2013-03-29, by ib
-
Make HideEquConfig() static.2013-03-29, by ib
-
Remove HideURLDialog().2013-03-29, by ib
-
Cosmetic: Rename the functions creating the dialogs.2013-03-29, by ib
-
Make create_SkinBrowser() static.2013-03-29, by ib
-
Make create_Preferences() static.2013-03-29, by ib
-
Make create_AudioConfig() static.2013-03-29, by ib
-
Make GTK widget AudioConfig static.2013-03-29, by ib
-
Make create_MessageBox() static.2013-03-29, by ib
-
Make create_Equalizer() static.2013-03-29, by ib
-
Make create_About() static.2013-03-29, by ib
-
Make create_URL() static.2013-03-29, by ib
-
Cosmetic: Rename HideURLDialogBox() HideURLDialog().2013-03-29, by ib
-
Remove unused declaration.2013-03-29, by ib
-
Cosmetic: Rename variables.2013-03-29, by ib
-
Move declaration of GTK widget Playlist where it belongs.2013-03-28, by ib
-
Remove unnecessary declaration.2013-03-28, by ib
-
Make create_PlayList() static.2013-03-28, by ib
-
Cosmetic: Rename ShowPlayList() ShowPlaylist().2013-03-28, by ib
-
Cosmetic: Rename HidePlayList() HidePlaylist().2013-03-28, by ib
-
Make HidePlayList() static.2013-03-28, by ib
-
Cosmetic: Rename ShowURLDialogBox() ShowURLDialog().2013-03-28, by ib
-
Cosmetic: Rename ShowAboutBox() ShowAbout().2013-03-28, by ib
-
Rename ShowFileSelect() ShowFileSelector().2013-03-28, by ib
-
Rename extern GTK widget fsFileSelect FileSelector.2013-03-28, by ib
-
Cosmetic: Rename file selector type enums.2013-03-28, by ib