Commit Graph

638 Commits

Author SHA1 Message Date
Antoine Cellerier
56d92ad2d9 * Add "Stream and media info panel" ( http/dialogs/main,
http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)
2006-01-30 17:33:05 +00:00
Rémi Denis-Courmont
ca1768deff Don't distribute generated files - fixes build 2006-01-30 16:59:29 +00:00
Clément Stenac
91bcf3d39c Should fix skins stuff build 2006-01-29 22:58:42 +00:00
Clément Stenac
b25680f832 Use uncompressed VLT in svn instead of compressed and compress on build 2006-01-29 21:45:13 +00:00
Antoine Cellerier
4348289aa6 main, functions.js, slider_*.png : add position slider
status.xml : add "seek" command
vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
2006-01-29 16:44:04 +00:00
Antoine Cellerier
9199f35638 src/misc/vlm.c : export the current playlist item's index for each instance
share/http/* : display instances for vlm media elements
               some layout changes (inputs and outputs)
2006-01-29 14:26:57 +00:00
Antoine Cellerier
501990a78d add warning about javascript support being needed if the browser doesn't
support javascript.
2006-01-28 16:10:26 +00:00
Antoine Cellerier
55703351c0 make sure that local variables are local variables. 2006-01-28 16:05:50 +00:00
Clément Stenac
8dc4f35af4 Fixes for prehistoric build system 2006-01-28 11:38:49 +00:00
Clément Stenac
5704a71b40 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :) 2006-01-28 11:18:39 +00:00
Antoine Cellerier
c3699cc1d6 Update copyright dates used in interfaces and binaries (2005 -> 2006) 2006-01-27 14:11:55 +00:00
Antoine Cellerier
758190ee3f * : it's now possible to enter a batch of commands or export the VLM
configuration
2006-01-27 13:48:28 +00:00
Antoine Cellerier
15f7f7c144 dialogs/vlm, js/vlm.js : add schedule support
* : some code cleanup.
2006-01-23 00:23:14 +00:00
Christophe Mutricy
b3bc212e43 .hosts: Provide a template .hosts.
dialogs/.hosts: Explanation about the empty file.
2006-01-22 16:18:39 +00:00
Antoine Cellerier
3c248c2d56 fix cut & paste error (bis). 2006-01-22 16:18:38 +00:00
Antoine Cellerier
514a1af2b7 fix cut & paste error. 2006-01-22 16:18:02 +00:00
Antoine Cellerier
3bef3e14d7 all: handle VLM broadcast and vod elements.
todo: - seeking on broadcast elements
       - schedules
       - file(or textbox) load / save. might need some changes to the VLM
         core in order to export commands to a string (and not to a file)
2006-01-22 15:59:52 +00:00
Antoine Cellerier
e5a3761ff6 oops, i forgot to commit this 2006-01-22 11:25:48 +00:00
Antoine Cellerier
526b776117 begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.
2006-01-22 01:38:28 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Jean-Paul Saman
b815369d19 Forward/Backward jump is set to jump-medium 2006-01-03 21:33:55 +00:00
Antoine Cellerier
02b1c7e268 use vlc_object_exists -> the messages queue isn't filled with warnings
anymore.
2005-12-16 17:47:05 +00:00
Derk-Jan Hartman
127a398a85 * Updated BeOS icon 2005-12-11 22:31:31 +00:00
Antoine Cellerier
5903fe3dd3 * volume display fix 2005-12-07 23:23:30 +00:00
Antoine Cellerier
ca27e089ba add delete_small.png 2005-12-07 23:20:42 +00:00
Antoine Cellerier
212f8afc26 * playlist improvements :
* nodes can now be opened/closed
   * items can be deleted
   * shuffle, repeat and loop should work
 * add some comments to functions.js
2005-12-07 22:59:04 +00:00
Antoine Cellerier
234ce23992 * fix misc fixes 2005-12-07 21:07:01 +00:00
Antoine Cellerier
c3537d9355 * misc fixes. Should now work in IE 2005-12-07 21:03:45 +00:00
Antoine Cellerier
cb3ea07b4d * fix playlist bug and change some css 2005-12-07 17:09:57 +00:00
Antoine Cellerier
3c6f137d59 oooops 2005-12-07 17:03:48 +00:00
Antoine Cellerier
79a3d6676e * Makefile.am : add new browse.xml file
* functions.js : add option to select directories too
2005-12-07 16:57:18 +00:00
Antoine Cellerier
cca6fda35d * add browse dialog for file input (this needs some authentification ... but
i don't really know how i should handle it)
 * add now playing info
2005-12-07 16:50:42 +00:00
Antoine Cellerier
f970744f98 & -> &amp; in name or uri 2005-12-07 12:15:36 +00:00
Antoine Cellerier
da8fc9c703 add same controls as in previous http interface. As zorglub pointed out,
some people might be using these controls regardless of the http interface
code itself.
2005-12-07 00:12:39 +00:00
Antoine Cellerier
121be2e06c HTTP interface change 2005-12-07 00:09:25 +00:00
Antoine Cellerier
5589731813 New http interface
Things that still need to be done :
 * check - and fix - compatibility with non-firefox browsers (it
   doesn't work in IE yet)
 * bind actions to the playlist sort/delete actions
 * fix the subtitle options stuff
 * add a "browse" dialog (i'm not sure if the is a good idea ...
   should be password protected)
 * VLM interface

Comments are welcome :)
2005-12-07 00:03:13 +00:00
Antoine Cellerier
bcb8527578 move old http files to http-old 2005-12-06 23:58:31 +00:00
Rémi Denis-Courmont
fd41d5904d Add .hosts 2005-12-06 12:08:14 +00:00
Gildas Bazin
3004ad4e9d * share/http/admin/browse.html: made the file list a bit more readable. 2005-12-05 21:56:06 +00:00
Rémi Denis-Courmont
fbbbd731fc Add sample access list (currently accepting everything) for the HTTP interface 2005-12-05 20:51:20 +00:00
Olivier Teulière
2fe8bace37 * share/skins2/winamp2.xml: removed a useless control (not even working :)) 2005-12-04 18:52:25 +00:00
Olivier Teulière
87d12b49df * share/skins2/skin.dtd: Video.autoresize defaults to true
* doc/skins/skins2-howto.xml: Added documentation for this attribute
2005-12-04 16:54:17 +00:00
Olivier Teulière
314feea513 * share/skins2/winamp2.xml: Change layout on double-clicks 2005-12-04 16:01:12 +00:00
Olivier Teulière
8a3513c025 * skins2: support for custom popup menus, and win32 implementation.
XML example:
       <PopupMenu id="sample_menu">
           <MenuItem label="Play" action="vlc.play()" />
           <MenuItem label="Pause" action="vlc.pause()" />
           <MenuSeparator />
           <MenuItem label="Show playlist" action="playlist_window.show()" />
           <MenuItem label="Hide playlist" action="playlist_window.hide()" />
           <MenuSeparator />
           <MenuItem label="Quick open file" action="dialogs.fileSimple()" />
       </PopupMenu>

   To call the menu:
       <Button action="sample_menu.show()" ... />

   Known bug: the popup disappears when the user clicks "too fast" on the
   button: the control refreshes itself in an asynchronous way, and the popup
   dislikes it... so click slowly :)
2005-12-04 14:47:26 +00:00
Olivier Teulière
191dc6be6b * share/skins2/skin.dtd: fixed a typo 2005-12-03 22:46:33 +00:00
Cyril Deguet
07391315eb * all: support of animated bitmaps in skins: there are new attributes
"nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
  of frames and the frame rate in a bitmap. As in the radialslider,
  the different frames are just laid vertically in the bitamp (and
  all the frames must have the same size)
  At the moment animated bitmaps are only supported in Button controls.
2005-12-03 11:43:35 +00:00
Cyril Deguet
994fc2286d * winamp2.xml: fix the resize control of the playlist small layout 2005-11-29 18:44:11 +00:00
Olivier Teulière
5c4ccbb149 * skins2: The Image control now supports the "action2" attribute (feel free to
suggest a better name :)), triggered by a double click.
   Very kewl to change the layout...
2005-11-28 21:01:07 +00:00
Olivier Teulière
88367ceafb * share/skins2/winamp2.xml: same fix for other controls 2005-11-27 18:49:49 +00:00
Olivier Teulière
3b55990d9b * share/skins2/winamp2.xml: Fixed a Text control 2005-11-27 18:47:39 +00:00
Olivier Teulière
cb3ffd975a * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
control of the playlist, in the small layout.
2005-11-27 18:15:23 +00:00
Cyril Deguet
b256b8ef8e * winamp2.xml: fixed 13419 (don't work at least for "chaos") 2005-11-27 16:19:45 +00:00
Cyril Deguet
eb4bf29866 * all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
* winamp2.xml: added preamp slider and fixed offsets
2005-11-27 16:01:53 +00:00
Olivier Teulière
163879e708 * share/skins2/winamp2.xml: fixed the images of the playlist buttons 2005-11-27 15:29:55 +00:00
Olivier Teulière
82c45b1dee * share/skins2/winamp2.xml:
- added the smaller version of the time slider used in some skins
   - made all the IDs unique
2005-11-27 14:54:02 +00:00
Derk-Jan Hartman
496541b72c * Fix the icons.
* Remove the icns in share, nothing is using it.
2005-11-24 14:45:17 +00:00
Antoine Cellerier
b7563f09a8 fix compilation 2005-11-23 21:22:13 +00:00
Derk-Jan Hartman
28eb67bee2 Fix the XPM names 2005-11-23 21:03:59 +00:00
Derk-Jan Hartman
51445d03fc Small changes to the icons + xpm versions 2005-11-23 20:38:37 +00:00
Derk-Jan Hartman
fdaab7f55c Fix the build breakage due to missing DIST element 2005-11-23 14:19:29 +00:00
Derk-Jan Hartman
9ef388cc16 For now trunk only: use the new icon everywhere, and mark the images as binary files 2005-11-23 13:43:55 +00:00
Derk-Jan Hartman
cfac8bec33 Forwardport of [13335] 2005-11-23 13:12:45 +00:00
Cyril Deguet
406c3f7c63 * winamp2.xml: add/sub buttons in playlist 2005-11-19 13:56:46 +00:00
Olivier Teulière
f53914b68e * share/skins2/winamp2.xml: A few more controls 2005-11-16 22:35:56 +00:00
Olivier Teulière
8753c93a6d * share/skins2/winamp2.xml: use the new Text control attributes, and use $t
instead of $T
2005-11-15 20:53:43 +00:00
Olivier Teulière
e2cc1fabee * skins2: the Text control now supports 2 additional attributes:
- alignment: possible values are left/right/center (left is the default)
         The right and center alignments are computed using the width of the
         control (as given by the "width" attribute).
    - scrolling: possible values are auto/manual/none (auto is the default)
       * auto: same behaviour as before, the text automatically starts
         scrolling if it doesn't fit in the width of the control. The user can
         still drag it manually.
       * manual: only manual scrolling is possible
       * none: no scrolling possible
2005-11-15 20:00:04 +00:00
Olivier Teulière
3c5d89e5e8 * share/skins2/winamp2.xml: Fixed some offsets 2005-11-13 19:14:06 +00:00
Olivier Teulière
563dc100db * share/skins2/winamp2.xml: Added a few controls 2005-11-13 14:43:25 +00:00
Cyril Deguet
b827c556d5 * winamp2.xml: support smaller volume bars (65 pixels instead of 68)
* builder.cpp: don't build a subbitmap or a fontbitmap if it already
  exists (so if the xml contains elements with the same id, the first
  valid one is kept)
2005-11-13 12:12:25 +00:00
Cyril Deguet
fff99eeaf2 * winamp2.xml: re-added the removed equalizer slider 2005-11-13 10:54:39 +00:00
Olivier Teulière
d3bbcab891 * share/skins2/winamp2.xml: Still more controls 2005-11-13 01:25:16 +00:00
Olivier Teulière
cc6e64574e * share/skins2/winamp2.xml: Fixed the volume slider background, and added
images for the state of the stream (playing/paused/stopped)
2005-11-13 00:07:56 +00:00
Olivier Teulière
c544336775 * share/skins2/winamp2.xml: Added other controls 2005-11-12 23:45:34 +00:00
Olivier Teulière
ac91ba0290 * share/skins2/winamp2.xml: A few fixes, and some more controls 2005-11-12 19:59:58 +00:00
Olivier Teulière
e55c41bf7b * share/skins2/winamp2.xml: minor fix 2005-11-12 18:00:57 +00:00
Olivier Teulière
f012d16f55 * share/skins2/winamp2.xml: Do not include the last padding lines in the images 2005-11-12 17:46:29 +00:00
Olivier Teulière
03909c335d * share/skins2/winamp2.xml: Fixed an incorrect height. 2005-11-12 16:42:22 +00:00
Cyril Deguet
7594d38e02 * winamp2.xml: resizable playlist and other things.. 2005-11-12 11:29:32 +00:00
Cyril Deguet
7d57a59949 * fixed alignment 2005-11-10 22:33:05 +00:00
Cyril Deguet
b704f90f33 * winamp2.xml: all the equalizer sliders are working !!
* all: the slider background is now in a dedicaded tag 
"SliderBackground". The number of images can now be parametrized
 in both directions, and the offset between 2 images (padhoriz and
 padvert) is no more hardcoded
2005-11-10 22:30:22 +00:00
Cyril Deguet
85fad441ea * winamp2.xml: added the Equalizer and Playlist windows.
Now it starts to really look cool ;-)
* builder.cpp: look for fonts in the resource path if the
 font file cannot be found in the theme itself
* ctrl_slider.cpp: fixed the hack for winamp: the bar images
 are separated by 2 rows, not 3...
2005-11-10 20:42:48 +00:00
Olivier Teulière
4ad69b4e4a * skins2: experimental support for the <Include file="foo.xml"/> tag.
Be warned, no DTD validation is done on the included XML file, and the
   loading will fail if it contains several top-level tags.
2005-11-09 22:47:18 +00:00
Cyril Deguet
4d9b753ad3 * fixed image alignment 2005-11-08 20:59:35 +00:00
Cyril Deguet
e0352f9138 * all: the skin sliders can now have a background image, which
depends on the position of the slider. The "Slider" elements now
 have optional attributes "background", which the Id of a bitmap,
 and "nbimages" which is the number of images in the bitmap (it
 is similar to the radialslider). At the moment there is a hack
 to support winamp slider bars: the different images must be
 separated by 3 rows of unused pixels (well, maybe they are
 useful; if someone knows how... ;)
* theme_loader.cpp: convert the file names from zip archives to 
  lower case, to avoid mixed case issues in some winamp skins
2005-11-08 20:26:13 +00:00
Olivier Teulière
2c8c766c79 * skins2/winamp2.xml: exchanged volume_up and volume_down images 2005-11-06 21:39:38 +00:00
Cyril Deguet
5b3632af36 * winamp2.xml: added the volume slider 2005-11-06 20:11:06 +00:00
Cyril Deguet
7dd7cbc60f * skin_parser.cpp: fixed the hack for nums_ex.bmp/numbers.bmp
* winamp2.xml: more controls
2005-11-06 18:19:19 +00:00
Cyril Deguet
8e20a9cfb1 * winamp2.xml: hack to support nums_ex.bmp and numbers.bmp
* theme_loader.cpp: correct handling of subdirectories in winamp
  skins
2005-11-06 17:05:50 +00:00
Cyril Deguet
4d447b068c * winamp2.xml: generic theme file for winamp2 skins. Still a
lot of things to do but it works !
* theme_loader.cpp: when a theme contains no XML file, assume
 we are trying to load a winamp skin, and use winamp2.xml
* vlcproc.cpp: repaired text variables ($N was broken)
2005-11-06 16:17:57 +00:00
Cyril Deguet
1ada3176c1 * all: added a new xml element: "SubBitmap". It allows to define
several bitmaps in a skin from regions of the same image file.
  Usage is:
  <Bitmap id="body" file="main.bmp" alphacolor="#FF0000">
    <SubBitmap id="sub1" x="0" y="10" width="100" height="100" />
    <SubBitmap id="sub2" x="100" y="10" width="100" height="100" />
  </Bitmap>
2005-11-06 14:23:16 +00:00
Cyril Deguet
6b229b7e4d * all: added an attribute "autoresize" to the Video control.
When it is set to "true", the window is automatically resized
  when the vout size changes.
2005-11-01 15:53:07 +00:00
Clément Stenac
10a77ad57c * Export unselect.png
* Fix paths when installed in Debian package
2005-08-28 10:52:00 +00:00
Jean-Paul Saman
89ae1690f9 cosmetics 2005-08-27 13:51:53 +00:00
Felix Paul Kühne
c7333f4aba * link the headline to the http-intf-main-page instead of videolan.org
* don't print a space in front of a colon, since this is a French style only
2005-08-25 17:39:17 +00:00
Jean-Paul Saman
98b9533c7d Removing old familiar images, these are exactly the same images as the one prefixed with pda-. 2005-08-25 08:47:56 +00:00
Antoine Cellerier
4d28264511 * skin.dtd : add Playtree stuff
* playtree.vlt : default.vlt modified to use a Playtree instead of a
                  Playlist
2005-08-20 00:20:53 +00:00
Jean-Paul Saman
fdbb38ee52 The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj) 2005-08-10 21:45:54 +00:00
Rémi Denis-Courmont
aed69fef62 * modules/control/http.c : specify UTF-8 as charset (closes #236)
* share/html/* : sepcify UTF-8 as XML encoding
 * httpd.c : add a bunch of "const"
2005-08-04 14:58:44 +00:00
Derk-Jan Hartman
8ee85946c4 * longstanding typo in the webinterface 2005-07-25 19:48:45 +00:00
Derk-Jan Hartman
2b07c366d9 * Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250 2005-07-25 19:25:49 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Rémi Denis-Courmont
1a57857cc6 Fix case 2005-06-26 09:11:54 +00:00
Rémi Denis-Courmont
9f5b398470 Someone forgot debugging stuff here 2005-06-26 05:43:05 +00:00
Christophe Mutricy
2d5bfe66a8 http/index.html: Fix for IE (patch by Pierre-Hugues PERET) (closes #188) 2005-06-23 08:32:57 +00:00
Antoine Cellerier
101ee29aeb change to new icon ( fixes #185 ) 2005-06-16 21:11:54 +00:00
Antoine Cellerier
5f7eb66419 update copyright date 2005-06-16 19:42:34 +00:00
Christophe Mutricy
a3e9fd9df1 http/vlm/index.html: Add a note about the currnt brocken state of the vlm http intf. 2005-06-15 07:40:16 +00:00
Olivier Teulière
d59a067be7 * skins2: New Playlist.bgimage attribute, to specify a background image for
the Playlist control. If no image is specified (default behaviour), the
   background is filled like before, with the bgcolor1 and bgcolor2 attributes.
2005-05-14 14:39:05 +00:00
Christophe Mutricy
a37b818ecd * Put sout back. (should have read the doc more) 2005-05-12 18:07:47 +00:00
Christophe Mutricy
04bb265448 * Work around for the lag (close #3)
* Change the playlist because at least FX and IE don't like cascading forms
* control=sout is not a valid control
2005-05-10 19:31:07 +00:00
Antoine Cellerier
a87ece473d index.html : fix « Weird URLs
(?control=stop&control=seek&control=seek&seek_value=&control=seek) »

style.css : small esthetic fix
2005-05-09 09:46:31 +00:00
Cyril Deguet
f07020df7a * skin.dtd: added an attribute "resize" in the "Image" element, to define
the method used to resize the image, which can be "mosaic" (the default)
  or "scale". Note that the previous behaviour was always "scale" before,
  but mosaic is much much faster, so use scale method only for fun ;)
* skins2/*: support of the new mosaic method; playlist resize with this
  method is significantly faster!
2005-05-04 20:52:43 +00:00
Olivier Teulière
e446629b59 * skins2: Text control now accepts lefttop and rightbottom attributes, like
most other controls. The text is not really resized though (only cropped
   when needed).
   The change in the DTD is backwards-compatible.
2005-04-03 12:56:25 +00:00
Clément Stenac
fb8f2f98a6 HTTP interface patch by Christophe Mutricy (and no fixes by me) 2005-03-19 17:23:51 +00:00
Jérome Decoodt
c7eaf218b7 favicon.ico instead of favico.ico... 2005-03-18 16:44:16 +00:00
Jérome Decoodt
3be49ca693 Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
Not tested...
2005-03-18 14:43:38 +00:00
Yoann Peronneau
ddc09dc6b3 * modules/control/http.c: elements are now one level more recursive (if needed)
* share/http/vlm/index.html: we now display the state of media instances
2005-03-04 12:28:18 +00:00
Steve Lhomme
3d831e04ec Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
Jérome Decoodt
9e8ed40074 Work to support new playlist in http interface.
+ correct a bug in the <vlc id="foreach" param1="integer" /> macro
+ add a <vlc id="stack" /> to print the rpn stack in debug messages
+ add the != operator in rpn evaluation

Compatibility with old pages should be respected...
2005-01-05 00:19:09 +00:00
Antoine Cellerier
180ca722f1 * some style fixes (now displays menu under IE) 2004-11-19 14:57:35 +00:00
Benjamin Pracht
8862876684 Valid HTML is good. This page stil doesn't work with IE 2004-11-13 14:11:51 +00:00
Antoine Cellerier
b6e0306585 Possibility to set volume using % 2004-11-01 11:06:13 +00:00
Antoine Cellerier
f0269f7aa8 Fixed the volume control 2004-11-01 10:35:39 +00:00
Cyril Deguet
3edd27b7cf - skin.dtd: a Playlist may not have a Slider 2004-10-18 21:16:58 +00:00
Gildas Bazin
7f349d0a4a * share/http/index.html: delete/keep commands fix by Torsten Spindler 2004-10-08 13:12:51 +00:00
Clément Stenac
cb7de73302 * Added some status information to the HTTP interface
* Invalid HTML SUX !
* Table layout SUX !
2004-09-01 12:54:34 +00:00
Sigmund Augdal Helberg
299cea2f08 share/Makefile.am: update for default skin change 2004-08-24 20:50:36 +00:00
Cyril Deguet
20a48bd77e * the default skin is now shipped as a .vlt (whether you like it or not ;)
* missing "Id" property
2004-08-24 19:01:32 +00:00
Cyril Deguet
4e1d4ed365 * Makefile.am: don't forget to copy reduce_mouseover.png ! 2004-08-22 09:40:07 +00:00
Olivier Teulière
1f5ad5198a Removed the default skin for the skins1 module 2004-08-21 11:47:04 +00:00
Derk-Jan Hartman
42d17b9d6a * Example Multipart MJPEG webpage. With cambozola JAVA applet example. 2004-07-21 19:03:34 +00:00
Derk-Jan Hartman
1954049294 * it's information, not informations (grep -r)
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
  this allows you to play avi in uncompressed .rar (only first part of course).
2004-07-16 11:29:21 +00:00
Mohammed Adnène Trojette
e40254d8a7 minimize in the default theme 2004-07-04 22:37:01 +00:00
Sigmund Augdal Helberg
1b95a829ce share/http/index.html: output valid xhtml, even with an empty playlist. Show
a message in the playlist area if the playlist is empty.
2004-05-30 10:52:02 +00:00
Cyril Deguet
80d1c1d973 * theme.xml: please, no useless vout window in the default skin 2004-05-17 20:14:31 +00:00
Olivier Teulière
ac01cdf7c0 * skins2: Removed the Theme.fadetime attribute (unused) 2004-05-12 18:56:51 +00:00
Olivier Teulière
65be8db804 * skins2/src/skin_main.cpp: Transparency is default disabled
* skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
   because in the future resizing will be allowed in all directions
 * share/skins2/default/theme.xml: Updated the skin accordingly
2004-05-08 18:10:38 +00:00
Olivier Teulière
d10776c2c6 * share/skins2/skin.dtd: removed a useless attribute 2004-05-04 19:50:43 +00:00
Gildas Bazin
2a73b7289d * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
2004-04-30 15:30:43 +00:00
Felix Paul Kühne
7190da5b4a * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
* share/http/index.html: another minor layout fix
* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
2004-04-27 20:47:12 +00:00
Simon Latapie
cdb1e120d0 * http interface: media/schedule show page before edit page 2004-04-14 16:20:25 +00:00
Simon Latapie
29b3fcdf0f * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
compatible
 * http.c: a little bug fix ( append vlm command )
 * telnet.c: 4 spaces indentation on show command (much more readable)
 * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
   modifications
2004-04-14 08:55:34 +00:00
Gildas Bazin
d42c1d4842 * share/Makefile.am: skin.dtd was moved. 2004-04-12 20:39:26 +00:00
Cyril Deguet
f812f2cb8d * all: the DTD lookup for skins2 themes now use XML catalogs:
The XML file must begin with:
    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
    (the "skin.dtd" is ignored but should be an URL on the website)
    and the DTD is looked up at runtime in the directories of the resource
    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
    -> the DTD doesn't need any more to be shipped with the themes.
2004-04-12 17:08:58 +00:00
Mohammed Adnène Trojette
9c615be0e1 crotte ! 2004-04-07 20:10:16 +00:00
Benjamin Pracht
d79a683971 Install new required files for skins2 on make install 2004-03-31 17:23:11 +00:00
Olivier Teulière
0702887b0a * skins2 DTD: Removed unused attributes of the Font 2004-03-31 11:24:43 +00:00
Mohammed Adnène Trojette
fb105c196f Modified a little default skin
-> hiding video window
2004-03-30 10:37:44 +00:00
Cyril Deguet
00aa16f116 * all: beginning of bitmap font support. At the moment only the digits
font for xmms/winamp2 skins is supported (the bitmap must have the
  following layout: [0123456789 -] with letters of size 9x13).
  Non-digit characters are just skipped, with a hardcoded advance of 6
  (it allows correct display of time in xmms skins; the ':' are skipped)
  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
  * vars/time.cpp: notify the observers also when the input is stopped
  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
  text is displayed (was causing bugs in time display)
2004-03-27 00:21:13 +00:00
Olivier Teulière
73d587a5c2 * skins2/parser/builder*: All the controls now have a 'visible' attribute
* share/skins2/default/skin.dtd: Changed a few details here and there
2004-03-24 22:10:56 +00:00
Olivier Teulière
e72c13db72 * skins2: Fixed broken DTD 2004-03-23 21:03:20 +00:00
Gildas Bazin
19b851c5ea * share/Makefile.am: added default skins2 theme and vlm http files.
* modules/gui/skins2/Modules.am: removed old skins2 theme.
2004-03-23 09:44:44 +00:00
Laurent Aimar
48856e6e6f * vlm/* : begining of vlm http interface pages. 2004-03-22 22:14:27 +00:00
Cyril Deguet
a8283ef69a * all : skeleton of a future bitmap font support
* skin.dtd : new BitmapFont element
2004-03-22 20:38:15 +00:00
Cyril Deguet
0c81e3b452 * moved the default font in share/skins2/fonts
* parser/builder.cpp: a font with ID "defaultfont" is loaded from
  the common font directory
2004-03-21 20:39:43 +00:00
Cyril Deguet
8c85b41474 * added a fonts directory 2004-03-21 20:19:18 +00:00
Cyril Deguet
eda02c9465 * moved the default skins2 theme in share/skins2/default/
* all: added a "tooltipfont" element in the <Theme> tag (unused at the
      moment)
2004-03-21 20:01:24 +00:00
Xavier Martin
d06bfc8aad Move playlist item in the interface http 2004-03-16 10:55:02 +00:00
Xavier Martin
deb75d7136 2004-03-07 15:04:26 +00:00
Sam Hocevar
45adedc913 * Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
2004-03-05 17:34:23 +00:00
Sigmund Augdal Helberg
577e22f225 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
moved to share/ after the svn switch)
share/Makefile.am: added some wince-related resource files to the distribution
2004-03-03 17:18:38 +00:00
Laurent Aimar
84980a6824 * configure.ac: -> 0.7.2-cvs
* modules/control/http.c: added a playlist.uri field.
2004-03-03 14:22:47 +00:00
Sigmund Augdal Helberg
ac2b0449a9 share/http/admin/dboxfiles.html:
* Updated for bookmark support.
   See http://www.giggo.de/dbox2/movieplayer.html for details
   (patch by Christof Baumgaertner)
2004-02-09 10:44:40 +00:00
Anil Daoud
59bd8e1485 * string review. 2004-01-25 16:17:04 +00:00
Sigmund Augdal Helberg
975621a813 share/http/index.html:
* try to use valid xhtml
2004-01-16 19:17:52 +00:00
Sam Hocevar
a58b4dc89a * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Eric Petit
9d4690c97a * Makefile.am: cleaned up package-beos
* share/vlc_beos.rsrc: new icon based on Stephane's cone
2003-12-17 08:53:54 +00:00
Gildas Bazin
6a5c008552 * share/http/admin/dboxfiles.html: html page used by the dbox. 2003-12-15 19:55:37 +00:00
Gildas Bazin
f54c0f614d * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake. 2003-11-30 18:10:04 +00:00
Simon Latapie
a4c533fe4c * index.html: oops (forgot refresh cludge) 2003-11-23 16:27:54 +00:00
Simon Latapie
32ed571bf3 * src/playlist/item.c : stops the playlist if we delete the currently
played item
 * doc/intf-http.txt : adding "pl.group"
 * share/http/index.html : little cosmetic change (better according to
   gibalou).
2003-11-23 16:24:20 +00:00
Simon Latapie
5edf9f3191 * little fix due to my last commit 2003-11-12 03:02:56 +00:00
Simon Latapie
0caf8ce6e9 * http.c : added parsing of options in Add MRL option. In http.c is a the
parse_MRL function which perhaps should be somewhere else
            (playlist ?).
 * Makefile.am : forgoten style.css
 * index.html : little fixes
 * intf-http.txt : updated doc
2003-11-12 02:43:33 +00:00
Simon Latapie
fe2d689581 * index.html: little fix with volume textbox 2003-11-09 05:15:17 +00:00
Simon Latapie
7584c7bb12 * http interface: changed index.html for new seek function. small change
in css.
2003-11-09 03:43:25 +00:00
Derk-Jan Hartman
5a58a1ef43 * spelling fix and fix of copyright and version strings on info.html 2003-11-08 15:59:46 +00:00
Simon Latapie
8d80d17752 * http interface: added volume control (relative or absolute) and
sort playlist function.
2003-11-06 01:49:19 +00:00
Simon Latapie
d9f10b40fa * http interface: added "fullscreen" and "keep" functions 2003-11-04 15:52:52 +00:00
Simon Latapie
80646cc9b3 * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) )
* changed http interface more "neutral" colors
2003-11-03 03:21:38 +00:00
Gildas Bazin
2a212b5c72 * modules/control/http.c: delete command supports a list of items.
* doc/intf-http.txt: update for delete command.
* share/http/index.html: added the possibility to delete playlist items.
2003-11-02 19:26:30 +00:00
Gildas Bazin
876e2bb592 * share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
2003-10-23 11:26:08 +00:00
Gildas Bazin
7d0c93158d * include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
* modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
* share/vlc_win32_rc.rc: stringify version number.
* mozilla/*: compilation fix and cosmetic changes to the .rc.
2003-09-21 10:23:59 +00:00
Gildas Bazin
235b01982b * share/http/index.html: added "del" and "empty" controls. 2003-08-11 23:07:46 +00:00
Gildas Bazin
ae141f9a5e * ALL: preparing for a 0.6.2 release 2003-08-10 21:26:07 +00:00
Laurent Aimar
2a922ddb46 * index.html,style.css : remove built-in css file. added link to info.html. 2003-08-01 17:38:14 +00:00
Laurent Aimar
66933202f1 * info: commit the good file... 2003-08-01 17:21:34 +00:00
Clément Stenac
4b2db5bcb6 * modules/control/joystick.c
* Allow the user to remap the actions.
	* Improved the strings (please check)
	* Prevent 0 seconds seeks

* share/http/*.html
	* partial HTML validation fixes
	* Improved the look

* src/stream_output/announce.c
	* minor fixes (thanks sam)
2003-07-31 08:18:30 +00:00
Gildas Bazin
53f87282f2 * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
* modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
    We also lower the priority if there is no DISPLAY env variable.
* modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
* modules/video_output/directx/events.c: use arrow keys for DVD navigation.
* modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
* share/vlc_win32_rc.rc: compilation fix.
2003-07-29 21:14:10 +00:00
Gildas Bazin
42b0d32617 * configure.ac: bumped version number to 0.6.1.
Enabled matroska support by default.
* extras/MacOSX/*: bumped version number to 0.6.1.
* INSTALL.win32: instructions update.
* share/Makefile.am: included the html files for the http interface.
* po/*: ran ./toolbox --update-po.
2003-07-29 17:43:00 +00:00
Jean-Paul Saman
db3c43d712 Added PDA images to Makefile.am 2003-07-28 07:05:21 +00:00
Jean-Paul Saman
802b24bcbf Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
2003-07-27 21:35:51 +00:00
Derk-Jan Hartman
19e6278e3e * Fix Makefiles for removed .rle fonts 2003-07-22 22:02:44 +00:00
Derk-Jan Hartman
cf3bb5c007 * ALL:
- Removed all the RLE subtitle font code.
  - Removed the .rle and even older .psf font files.
  - Moved the filesubtitle code from spudec to subsdec.
  - spudec is again DVD only.
2003-07-22 20:49:10 +00:00
Jean-Paul Saman
a195c0948c Added missing familiar-playlistb16x16.xpm 2003-07-21 19:38:59 +00:00
Derk-Jan Hartman
ebd0d9737a * README.MacOSX.rtf: updated section on subtitles.
* vlc.ebuild: added amd64 keyword. changed script to use emake again.
  Removed MODULES from the doc installation.
* src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
* share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
  "An Opensource Media Player" to "VLC media player".
* other: added the new transcoding codecs, channels option and SAP option
  to the stream output dialog.
2003-07-20 19:48:30 +00:00
Laurent Aimar
708eb8cbb9 * disabled by default. (It's a nice security hole for those) 2003-07-11 19:29:37 +00:00
Laurent Aimar
5594cdbc7e * index: little fix for refresh url.
* browse: example.
2003-07-11 18:21:30 +00:00
Laurent Aimar
21c3df333a * all: samples pages for http interface. 2003-07-10 22:29:59 +00:00
Sigmund Augdal Helberg
7fd08bbace Makefile.am: pass version strings to windres
share/vlc_win32_rc.rc: provide some version info in the vlc binary
If all is well, this should not break msvc build, but binaries built
with msvc will have version 0.0.0
2003-07-06 16:35:38 +00:00
Gildas Bazin
9628e431c5 * share/Makefile.am: fixed my previous fix ;) 2003-06-12 08:14:31 +00:00
Gildas Bazin
7b8360e5e5 * Makefile.am: fixed inclusion of skins in make dist. 2003-06-12 06:56:01 +00:00
Cyril Deguet
0a9aea66b5 * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
* share/Makefile.am: install skins at make install (closes bug #856)
2003-06-11 21:46:57 +00:00
Gildas Bazin
d894e24173 * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
* share/skins/default/theme.xml: playlist is hidden by default.
2003-06-08 18:40:10 +00:00
Cyril Deguet
690dc59ae0 * share/skins/default/theme.xml: fixed playlist size
* modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
  items
* modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
2003-06-08 15:22:03 +00:00
Gildas Bazin
fdfb00e9d5 * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist". 2003-06-07 19:19:32 +00:00
Gildas Bazin
8f9a8bf81d * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
and instructions to generate new fonts.
2003-06-07 19:05:19 +00:00
Cyril Deguet
c19bfe22d8 * added a preferences button in the default skin 2003-04-21 11:47:22 +00:00
Emmanuel Puig
8a36560f97 * Added missing files 2003-04-06 20:46:30 +00:00
Emmanuel Puig
45692af598 * Changed default skin files 2003-04-06 20:27:57 +00:00
Olivier Teulière
4579f7b304 Fixed the path in the default skin (thanks gibalou) 2003-03-18 18:33:56 +00:00
Olivier Teulière
70ff1f1695 - doc/skins: some documentation about the skins
- doc/skins/curve_maker: files for a VB project for easy Bezier curves
   creation
 - share/skins/default: a default skin. It's an awful one made for
   testing purposes, you'll be warned...
2003-03-18 02:48:05 +00:00
Sam Hocevar
71dfd6a5fe * ./share/Makefile.am: added the .rle font to the make install rule. 2003-03-18 01:57:59 +00:00
Marc Ariberti
e5a0248794 * all: enhancements of the familiar interface includes :
- the interface adapts to the screen size/rotation
    - a playlist
    - a network tab next to te file tab inside the media tab
    - MRL-Combo behaviour changed a bit
    - apply handling in preferences
2003-03-13 15:50:17 +00:00
Sam Hocevar
d252bd2324 * ./share/Makefile.am: we weren't distributing the font! 2003-02-03 00:56:39 +00:00
Eric Petit
351bda6d83 Corrected the list of supported MIME types. 2003-01-12 00:22:37 +00:00
Sam Hocevar
a6bb3a1fe8 * ./modules/audio_output/waveout.c: audio output now works under WinCE
using the waveout module.
  * ./bootstrap: we ignore comments when parsing makefiles.
  * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
    so that it also does float32tofixed32.
  * ./modules/*: ported a few other modules to WinCE (most of the time it's
    just a #include <errno.h> that needs to be removed).
2002-11-20 16:43:33 +00:00
Sam Hocevar
d1296b32da * ./bootstrap: bootstrap now requires the --config flag. With no arguments
it simply outputs a usage message.
  * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
  * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
    and plugins -- plugins doesn't build anything yet).
2002-11-13 20:51:05 +00:00
Sam Hocevar
5de3e045e3 * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
directory because the two project files are starting to diverge.
  * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
  * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
    queue outputs to a logfile (until we have a proper interface).
2002-11-13 15:28:24 +00:00
Sam Hocevar
ce9fc041eb * ./msvc/vlc.dsp: additional fixes to the MSVC project.
* ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
2002-11-09 18:28:58 +00:00
Sam Hocevar
05ac379f73 * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
file from the makefile.
  * ./msvc/*: moved the MSVC files here.
  * ./src/extras/*: moved the extra code here (used to be in src/misc,
    extras/GNUgetopt and extras/Win32_msvc).
  * ./include/*: a few warning fixes.
2002-11-09 16:34:53 +00:00
Gildas Bazin
85071f3419 * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
Only one format of text subtitles is supported right now but we should be able
   to expand this by modifying modules/codec/spudec/text.c.
   Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).

* share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
   Andrew Flintham.

* AUTHORS: added Andrew Flintham to the authors file.

* modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.

* modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
   frame linked.
2002-11-06 21:48:24 +00:00
Eric Petit
bf2f5b0081 Attempt to port new BeOS features from the stable branch.
Playlist is yet broken (maybe others things too)
2002-09-30 18:30:28 +00:00
Sam Hocevar
2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Sam Hocevar
864128116a * ALL: added *.am files here and there for future automake support. 2002-09-30 10:00:47 +00:00
Eric Petit
a444052de3 Enhanced BeOS icon ;) 2002-08-18 16:17:32 +00:00
Jean-Paul Saman
5ce8ea5d20 XPM version of VideoLAN logo. 2002-07-24 15:58:24 +00:00
Jean-Paul Saman
91cf1f1b61 VCR icon buttons for Familiar Linux interface. 2002-07-22 13:49:04 +00:00
Sam Hocevar
1b0868ed29 * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
* ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
    anymore, the package is now 700k instead of 4MB.
  * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
    foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
    lot of stuff from Makefile.opts.in back to configure.in.
  * ./install-win32: updated script for NSIS 1.96.

   I hope this doesn't break too many other architectures...
2002-04-05 20:44:23 +00:00
Olivier Teulière
8092e418ac * Added a win32 interface plugin, developed with Borland C++ Builder.
To build the plugin, follow the instructions in INSTALL-win32.txt

 * Known bugs:
        - subtitles don't work
        - a crash occurs when the user exits by pressing 'q' in the vout
        - when moving the slider, position in the stream updates even if
          the slider isn't released yet

 * TODO list:
        - clean code in menu.cpp
        - adapt lool's enhancements of the Gtk+ preferences box
        - write drag-and-drop stuff
        - and of course, fix known bugs :)

 * For those of you who can't wait till the next release to test the win32
   interface, binary files are available here:
   http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
   Enjoy!
2002-03-25 23:36:57 +00:00
Sam Hocevar
85e4b3a17d ./debian/control: updated list of supported architectures.
./share/*: added 16x16 and 32x32 versions of PNG icons.
2002-01-07 17:02:07 +00:00
Sam Hocevar
cc0f0bb6fd Some heavy changes today:
* Removed duplicate function checks from configure.in.
  * Added extra magic to Makefile.modules so that the module Makefiles
    are now ridiculously simple. And I mean *simple*. Check it! This will
    make a possible switch to full autoconf/automake a lot easier.
  * Added the vlc version name to the plugin symbols, to be sure we only load
    plugins with the same version number. A nasty consequence is that you
    need to rebuild your tree after midnight if you are using a CVS tree :-)
  * Got rid of modules_export.h by #defining exported functions in the same
    header as their prototype.
  * Added modules_inner.h and other commonly used .h files to common.h so
    there are less and less files to include, and renamed common.h to
    <videolan/vlc.h>.
  * First modifications to the module handling system towards my ultimate
    goal to get rid of the *_Probe functions. Got rid of TestMethod and
    TestCPU, as well as src/misc/tests.c.
  * Wrote the chroma plugin handling functions. No YUV functions have been
    ported yet because it'ls a lot of work, but the core system works, I
    tried it with a naive yv12->rgb16 plugin (which will disappear when the
    real functions are ready).
  * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
    too many output lines.
  * Fixed a segfault in input_dvd.c:DVDInit.
  * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
    generated its C files.
  * Did some work on the KDE interface to make it suck a bit less. It still
    segfaults, but at least it runs and it looks less ugly.
  * RGB SDL rendering works again, though in 16bpp only.
  * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
    so that it'll be easily put in a library. Maybe libdvdcss?
  * Fixed VCD date display.
  * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
  * Wrote non-Shm XVideo output.
  * Made X11 output work again. Still pretty unstable, only works for 16bpp.
  * Additional french translation in po/fr.po. Any taker for the rest?
  * Fixed a segfault in video_output.c when the allocated pictures were
    not direct buffers.
  * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
  * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
    (Closes Debian bug #126939).
  * Removed the automatic ./configure launch when running `make all' for
    the first time.

Stuff currently more broken than it ought to be:
  * The wall filter. Being fixed.
  * x11 and sdl plugins for depth != 16bpp.
  * Software YUV.
  * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
2001-12-30 07:09:56 +00:00
Gildas Bazin
f406134a3d - Added command line option '--stdout <filename>' which redirects stdout
and stderr to the specified file. This option should mainly be useful
    on Win32.
- On Win32, vlc now has an icon associated to the .exe file, and is a full
    GUI application (you don't have this annoying dos command box anymore)
- Added INSTALL-win32.txt for specific details to the Win32 port.

I've tested these changes on Win32 and Linux, let's hope I didn't break
  vlc for other platforms.

--
Gildas
2001-06-27 06:29:59 +00:00
Colin Delacroix
bbd9bc5c74 MacOS X
make vlc.app now correctly updates vlc.app
added an icon to the MacOS X vlc
removed the build of the vlc app from the install target
2001-04-12 17:57:12 +00:00
Sam Hocevar
3ad76f44ec * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
* Updated icons.
  * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
  * Created darwin_specific.c to store the program path at boot time.
    (XXX: check that it didn't break the OS X port)
  * Fixed a warning in netutils.c.
2001-04-12 01:52:45 +00:00
Sam Hocevar
b69b9d33ce * Fixed icons location and Debian desktop menus. 2001-04-11 12:52:10 +00:00
Sam Hocevar
28e3820e6f * Added debian/* files to help generating CSS-enabled non-US packages,
and changed plugins/dvd/* to reflect this change.
  * Added .xpm icons (fixes lintian warnings).
  * --help output and manpage are now in sync (Closes Debian bug #87478).
  * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
2001-03-03 11:01:07 +00:00
Sam Hocevar
af22a4b58c * fixed a dumb bug in the Makefile that prevented inclusion of the
-march=pentium directive. thanks Meuuh, blame sam.
  * fixed a warning in main.c.
  * separate Debian packages.
  * added request for ALSA support in the TODO list.
2000-08-15 23:35:31 +00:00
Sam Hocevar
68bcfdfc7a . ajout de quoi faire des packages debian :
- fichiers de contr�le pour dpkg-buildpackage
   - une ic�ne de merde - que les artistes la remplacent
   - page de man
 . les donn�es qui ne sont pas platform-dependant sont maintenant
  dans le r�pertoire share ( et plus lib )
 . le client va chercher les polices dans le r�pertoire courant
  et dans /usr/share/videolan/vlc/
 . le message pr�c�dent �tait l'ajout du r�pertoire share/ mais
  les scripts CVS semblent avoir d�conn�
2000-03-13 04:08:10 +00:00