aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui
Commit message (Expand)AuthorAge
* drops casts from void * on malloc/calloc from the gui codeGravatar reynaldo2006-07-13
* Streamline GUI build.Gravatar diego2006-07-13
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Use only one global config.mak file.Gravatar diego2006-07-12
* Remove useless variable.Gravatar diego2006-07-12
* center sub window option within the preferences dialog.Gravatar vayne2006-07-12
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willGravatar reimar2006-07-11
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* small fix to properly display skins when switching skins during playback.Gravatar vayne2006-07-08
* crash fix when clicking on volume sliders when in stop state.Gravatar vayne2006-07-08
* OpenGL outputs actually support WinID, not to mention that showing the optionGravatar reimar2006-07-08
* vo_init hack is no longer required after the last patch removed the callGravatar reimar2006-07-08
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou...Gravatar reimar2006-07-07
* Initial win32 gui release.Gravatar vayne2006-07-06
* Initial win32 gui release.Gravatar vayne2006-07-06
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* postproc --> libswscaleGravatar diego2006-06-30
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Make most of the xpm-files read 'const char*' instead of 'char*'Gravatar diego2006-06-21
* 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
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.Gravatar reimar2006-05-17
* Make depend targets consistent: Remove redirection through .depend target.Gravatar diego2006-05-13
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* simpler and better subtitles switching, patch by Stanislav Maslovski <stanisl...Gravatar gpoirier2006-04-22
* Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).Gravatar gpoirier2006-04-16
* Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ...Gravatar gpoirier2006-04-11
* fix segfault in the skin browser when sbSelectedSkin gets dereferenced before...Gravatar gpoirier2006-04-09
* vertical size of "Configure Equalizer" window is not enough to hold all combo...Gravatar gpoirier2006-04-09
* the title of this window was not localized => added new en and ru strings, ba...Gravatar gpoirier2006-04-09
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingGravatar diego2006-03-27
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Automaticall convert message to console charset, use utf8 for GTK2 GuiGravatar reimar2006-03-08
* Also remove objects in subdirectories.Gravatar diego2006-01-28
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Change LIB to LIBNAME to fix compilation.Gravatar diego2006-01-15
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromGravatar rathann2006-01-13
* Bandaid fix for compilation failure when creating main/.depend with GUIGravatar diego2006-01-04
* fix the translator names list so that it conforms to lastname, firstnameGravatar rathann2006-01-02
* vpotmeter fix, scroll in the correct directionGravatar ods152005-12-27
* Avoid gcc warnings:Gravatar rathann2005-12-15
* Convert this file to UTF-8 as it contains funky caracters from all around the...Gravatar gpoirier2005-12-10
* #include help_mp.h only once.Gravatar diego2005-12-09
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-12-08
* Every contribution deserves to be listed on the "about" window of the gui.Gravatar gpoirier2005-12-07
* Fix popup menu problems: GTK cannot get a grab while the button is down,Gravatar reimar2005-12-04
* About text should _not_ be editable, it just looks stupid.Gravatar reimar2005-12-04
* Remove many annoying GTK includes in every compile line and remove GTKGravatar ods152005-09-03