Commit Graph

389 Commits

Author SHA1 Message Date
reimar 30b674c051 Declarations must be before code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22309 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-22 14:00:21 +00:00
uau e65e0651d5 Fix GUI compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22304 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-21 19:14:49 +00:00
reimar 575034e39c Go away you stupid setlocale!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22126 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-04 13:08:26 +00:00
diego 7a3457baea cosmetics: Rename functions and variable names from vop to vf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21444 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 17:24:17 +00:00
reimar f9b2e78d79 Remove some of the worst "headers include headers which include
completely unrelated headers" mess.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21386 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 14:08:24 +00:00
reimar 38e9890c05 Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
it both is more correct and is available on gtk1 under the same name.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21284 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 21:21:27 +00:00
diego 9b56c962e7 Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
already exists, both get included at the same time in some files...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21243 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:37:37 +00:00
uau 544233bded Make compilation depending on USE_OSD unconditional.
USE_OSD was hardcoded to true in configure, manually turning it off
would break compilation, and most OSD-related code wasn't affected by it
anyway so it did nothing useful.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-22 19:21:16 +00:00
uau 2b50b7ddab Make compilation depending on USE_SUB unconditional.
USE_SUB was hardcoded to true in configure, manually turning it off
would break compilation, and there's no apparent reason why having all
subtitle code under #ifdefs (even working ones) would be worth the
clutter.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:48:17 +00:00
diego 3829ecb1a2 Remove remnants of long-gone libfame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 22:57:14 +00:00
eugeni 18beb11c3d Add ASS subtitle rendering options to gui.
Patch by Piotr Kaczuba <pepe at attika dot ath dot cx>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20440 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 00:05:14 +00:00
diego 70e30009b4 Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20266 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 13:26:22 +00:00
diego dfce3e3f9c Add ASS subtitles to the subtitles file chooser dialog.
patch by Piotr Kaczuba, pepe attika_ath_cx


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 18:39:06 +00:00
diego 3460d03a84 Fix #ifdef indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20003 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-29 09:21:53 +00:00
reimar ccf75d6711 Get rid of demux_aid_vid_mismatch mess.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19546 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 19:17:04 +00:00
gpoirier 18f18eb2dc Fix audio stream selection in Gtk GUI
Patch by Rich % rincebrain A gmail P com %
Original Thred:
Date: Aug 19, 2006 11:33 AM
Subject: [MPlayer-dev-eng] [PATCH] Fix audio stream selection in Gtk GUI


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 18:52:55 +00:00
ben 145fffc5f7 fix includes due to libmpdemux split (patch by Stefan Huehner)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 19:59:06 +00:00
ben 49867bd432 introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 17:39:17 +00:00
reynaldo 15e8c12de2 marks several strings inside structs as const when they hold just
read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c 
to cope which the changes.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19115 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-16 01:40:24 +00:00
reynaldo 58ed2c3fe0 marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-15 16:03:12 +00:00
diego cb2e693d22 Mark several string parameters that are not modified in the function as const.
patch by Stefan Huehner, stefan at huehner org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 16:57:24 +00:00
reynaldo 241bfa8a0c drops casts from void * on malloc/calloc from the gui code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 16:17:24 +00:00
diego e364249f21 Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +00:00
diego c3304dad1f Make most of the xpm-files read 'const char*' instead of 'char*'
to reflect the read-only status of the xpm-definitions.
patch by Stefan Huehner stefan$$at$$huehner$$dot$$org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-21 17:42:54 +00:00
diego 4b64ef7e8e Remove now obsolete .cvsignore files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:24:33 +00:00
diego 3f62423f42 Rename some misspelled and misnamed messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-28 23:06:42 +00:00
uau bee52bbd10 Remove updating of vo_mouse_timer_const from the main loop and also
remove the variable itself. Convert code in x11_common.c and OSD timing
that depended on the variable to use real time instead.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-25 21:36:02 +00:00
gpoirier 53604e0c21 simpler and better subtitles switching, patch by Stanislav Maslovski <stanislav P maslovski A gmail P com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18186 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-22 13:24:20 +00:00
gpoirier 6a425eee5c Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
Original thread:
Date: Apr 12, 2006 1:50 PM
Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-16 16:58:36 +00:00
gpoirier c93f360e3d fix segfault in the skin browser when sbSelectedSkin gets dereferenced before setting, when no skin is selected in the skin list upon opening the browser,
and "Cancel" or "OK" buttons get clicked.
Noticed when runnig freshly compiled gmplayer on a system where the skins were still under the old location.
based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18067 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:52:45 +00:00
gpoirier b2360d8174 vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:49:37 +00:00
gpoirier 9ef8a90a8f the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18065 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:47:44 +00:00
diego b5743fcfda Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
reimar 1519205f24 Automaticall convert message to console charset, use utf8 for GTK2 Gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17773 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 12:45:48 +00:00
diego 5081060d66 Bandaid fix for compilation failure when creating main/.depend with GUI
enabled.  This is only a problem if .developer is not present.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-04 15:54:47 +00:00
rathann e55d0e680f fix the translator names list so that it conforms to lastname, firstname
convention, sort and add missing accents


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 23:22:13 +00:00
ods15 2e4aba523e vpotmeter fix, scroll in the correct direction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17255 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 19:21:04 +00:00
rathann 386e76a544 Avoid gcc warnings:
'...' might be used uninitialized in this function

In this case 'H', 'N', 'D', and 'F' can indeed be
used unitialized, thus possibly causing all sorts of problems.

Patch by Peter Breitenlohner


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17198 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-15 20:39:59 +00:00
gpoirier 84e6e3240c Convert this file to UTF-8 as it contains funky caracters from all around the world.
What's even better is that this gets rid of a GTK assertion error. \o/


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-10 17:31:04 +00:00
diego c5561f6bf1 #include help_mp.h only once.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17149 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 12:51:13 +00:00
diego 1fd91df1ea Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-08 22:12:57 +00:00
gpoirier bda8248830 Every contribution deserves to be listed on the "about" window of the gui.
Change the way this list is done by following the layout of AUTHORS


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17136 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 21:17:29 +00:00
reimar ad18c2792b Fix popup menu problems: GTK cannot get a grab while the button is down,
so show it on button release instead of button press.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17088 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-04 15:58:52 +00:00
reimar 31469b3b69 About text should _not_ be editable, it just looks stupid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17087 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-04 15:56:40 +00:00
reimar 715592ae83 100l, video_out.h is now needed for some vo_ variables.
This is ugly, but interface.c already does it like that, so why bother...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 10:19:25 +00:00
reimar c375528575 Support for GTK 2.x.
Patch by Onur Kucuk (onur . delipenguen net).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16247 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 18:41:15 +00:00
reimar fbb2fcb22c gmplayer + arts == bad!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:43:02 +00:00
reimar f630d42c8a ESD configuration dialog and software volume control option for Gui
Patch by Paul Wilhelm Elsinghorst ( paul [at] uni-bonn de )


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14687 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-12 16:05:11 +00:00
diego 43f9cb0b4c Add half size entry to the GMPlayer menu.
patch by Pierre Marc Dumuid <pierre dot dumuid at adelaide dot edu dot au>
approved by Pontscho


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14590 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-25 12:44:38 +00:00
reimar 736a268b8d libao2/eq.h was removed, use libaf/equalizer.h instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14406 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-06 18:10:36 +00:00