aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/interface.c
Commit message (Expand)AuthorAge
* Fix GUI compilationGravatar uau2007-02-21
* Replace deprecated vo_plugin_args by vf_settings.Gravatar diego2006-12-02
* cosmetics: Rename functions and variable names from vop to vf.Gravatar diego2006-12-02
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hGravatar diego2006-11-25
* Make compilation depending on USE_SUB unconditional.Gravatar uau2006-11-21
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* Add ASS subtitle rendering options to gui.Gravatar eugeni2006-10-25
* Fix #ifdef indentation.Gravatar diego2006-09-29
* fix includes due to libmpdemux split (patch by Stefan Huehner)Gravatar ben2006-07-31
* Mark several string parameters that are not modified in the function as const.Gravatar diego2006-07-14
* drops casts from void * on malloc/calloc from the gui codeGravatar reynaldo2006-07-13
* respect saved default for cache enable when nothing specified onGravatar reimar2006-06-17
* include stream_dvd's interface from libmpdemux/stream_dvd.hGravatar nicodvb2006-06-11
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.Gravatar reimar2006-05-17
* Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ...Gravatar gpoirier2006-04-11
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingGravatar diego2006-03-27
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-12-08
* Remove many annoying GTK includes in every compile line and remove GTKGravatar ods152005-09-03
* strdup subtitle filename at a more appropriate place, fixing memleaks andGravatar reimar2005-06-01
* ESD configuration dialog and software volume control option for GuiGravatar reimar2005-02-12
* Yet another memleak...Gravatar reimar2005-01-31
* libao2/eq.h was removed, use libaf/equalizer.h instead.Gravatar reimar2005-01-06
* Do not use audio plugins anymoreGravatar reimar2004-12-27
* Fixes the bug that after opening the preferences panel gmplayer plays filesGravatar reimar2004-12-18
* Somebody obviously took a course "coding non-portable".Gravatar reimar2004-12-17
* printf --> mp_msg conversion, less verbosityGravatar diego2004-12-15
* printf --> mp_msgGravatar diego2004-12-12
* unified audio options dialog, fixes also bug #40Gravatar reimar2004-07-30
* Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.Gravatar diego2004-06-26
* string handling security fixesGravatar diego2004-06-25
* patch from Rune <runner@mail.tele.dk>Gravatar pontscho2004-03-25
* 'video window vanishes after pause' bugfix, based on André Kühne's (andre.k...Gravatar pontscho2004-02-03
* fix broken fullscreen start of gmplayerGravatar attila2004-01-29
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* 1000l. The vcd api changed and nobody updated the gui..Gravatar alex2003-08-25
* Fixed a long standing issue: if configured a not available (not existing, per...Gravatar alex2003-08-14
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* From: Michael Joosten <joost@c-lab.de>Gravatar pontscho2003-05-26
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>Gravatar henry2003-04-07
* fix dvd, vcd playing, compiling, and add one small playlist patchGravatar pontscho2003-04-03
* many 10l for me ...Gravatar pontscho2003-03-20
* bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>Gravatar pontscho2003-03-20
* this patch adds the option -guiwid to gmplayer. I think its a more cleanGravatar arpi2003-02-07
* Embed gui into the playback window, if winid>0Gravatar arpi2003-02-06
* - It adds an option enqueue/noenqueue, so users can choose if they want toGravatar arpi2003-02-05
* - rewrite Jan Spitalnik's patchGravatar pontscho2003-02-01
* - fix -fsGravatar pontscho2003-01-25
* - add subcpGravatar pontscho2003-01-21
* - rewrite sub_fpsGravatar pontscho2003-01-21