]> git.sesse.net Git - vlc/log
vlc
18 years agoFix the a52 spdif filter, add big endian support to the DTS filter and add big endian...
Derk-Jan Hartman [Thu, 1 Dec 2005 16:14:18 +0000 (16:14 +0000)]
Fix the a52 spdif filter, add big endian support to the DTS filter and add big endian support to the coreaudio module. Now if you use the coreaudio module, you can output encoded audio on the G5 and other systems. PLEASE check that your SPDIF support is not broken after this.

18 years ago* fixed the compilation on OSX when using our source-code-package and no svn checkout
Felix Paul Kühne [Thu, 1 Dec 2005 15:02:02 +0000 (15:02 +0000)]
* fixed the compilation on OSX when using our source-code-package and no svn checkout

18 years ago* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for...
Derk-Jan Hartman [Thu, 1 Dec 2005 14:12:16 +0000 (14:12 +0000)]
* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for the encoded audio output on the PowerMac G5. Only A52 is supported so far. DTS support will follow later. (As well as the actual OSX output changes)

18 years ago* modules/gui/wxwidgets: massive cleanup and simplification of the main interface...
Gildas Bazin [Wed, 30 Nov 2005 23:56:51 +0000 (23:56 +0000)]
* modules/gui/wxwidgets: massive cleanup and simplification of the main interface code.

18 years agoFix x264 compilation
Christophe Mutricy [Wed, 30 Nov 2005 22:03:40 +0000 (22:03 +0000)]
Fix x264 compilation

18 years agoRepair "make dist"
Christophe Mutricy [Wed, 30 Nov 2005 20:05:31 +0000 (20:05 +0000)]
Repair "make dist"

18 years ago* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks (no, really).
Gildas Bazin [Wed, 30 Nov 2005 19:16:27 +0000 (19:16 +0000)]
* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks (no, really).

18 years ago* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks.
Gildas Bazin [Wed, 30 Nov 2005 17:52:41 +0000 (17:52 +0000)]
* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks.

18 years agoSupport for CAM modules on dvb-s cards using the high-level CI api from
Sigmund Augdal Helberg [Wed, 30 Nov 2005 10:04:44 +0000 (10:04 +0000)]
Support for CAM modules on dvb-s cards using the high-level CI api from
linux-dvb. This currently mean Twinhan cards and clones.

There are three compile time switches currently available to people who
want to test this:

RESET_CAM_SLOTS can be defined to 0 to disable the CA_RESET call at
startup. This greatly improves startup time for my cam at least.

HLCI_WAIT_CAM_READY can be defined to 1 to enable a loop that waits
untill the cam module is ready. This may take a long time (at least if
RESET_CAM_SLOTS is set), and does not happen at all under some error
conditions.

CAM_PROG_MAX is a limit on the number of programs the code will send
CAPMT messages for. This can be used to work around buggy cam/card
combos that have issues when too many capmts are added.

Hopefully this doesn't break the low level CAM support

18 years ago* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support for when ffmpeg increases...
Gildas Bazin [Wed, 30 Nov 2005 07:35:30 +0000 (07:35 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support for when ffmpeg increases their libavcodec version number.

18 years agoAdd ability to log to syslog (Closes:#334)
Clément Stenac [Tue, 29 Nov 2005 23:12:52 +0000 (23:12 +0000)]
Add ability to log to syslog (Closes:#334)

18 years agoMakefile: libcaca configure does detect mingw properly under cygwin, give it a hand
Damien Fouilleul [Tue, 29 Nov 2005 23:02:17 +0000 (23:02 +0000)]
Makefile: libcaca configure does detect mingw properly under cygwin, give it a hand

18 years agoRemove SLP (Closes:#434)
Clément Stenac [Tue, 29 Nov 2005 22:22:14 +0000 (22:22 +0000)]
Remove SLP (Closes:#434)

18 years ago * po/fr.po: Fixed a little error, reported on the forums by "frenchynomatter".
Olivier Teulière [Tue, 29 Nov 2005 19:26:08 +0000 (19:26 +0000)]
 * po/fr.po: Fixed a little error, reported on the forums by "frenchynomatter".
   (http://forum.videolan.org/viewtopic.php?p=44548)

18 years agodshow.cpp: fixed a potentatial crash, some memory was released twice
Damien Fouilleul [Tue, 29 Nov 2005 19:20:12 +0000 (19:20 +0000)]
dshow.cpp: fixed a potentatial crash, some memory was released twice

18 years ago* winamp2.xml: fix the resize control of the playlist small layout
Cyril Deguet [Tue, 29 Nov 2005 18:44:11 +0000 (18:44 +0000)]
* winamp2.xml: fix the resize control of the playlist small layout

18 years agoFix discrepency when in CyberLink precompile test
Rémi Denis-Courmont [Tue, 29 Nov 2005 17:10:05 +0000 (17:10 +0000)]
Fix discrepency when in CyberLink precompile test

18 years agoadd aspect ratio, crop and deinterlace hotkeys. fixes #442
Antoine Cellerier [Tue, 29 Nov 2005 16:20:33 +0000 (16:20 +0000)]
add aspect ratio, crop and deinterlace hotkeys. fixes #442

18 years agoall: updated activex control to use new cone design
Damien Fouilleul [Tue, 29 Nov 2005 15:25:20 +0000 (15:25 +0000)]
all: updated activex control to use new cone design

18 years agodefault disable windows context menu VLC entries
Antoine Cellerier [Tue, 29 Nov 2005 15:16:15 +0000 (15:16 +0000)]
default disable windows context menu VLC entries

18 years agowin32 stdout fix by Polyphem
Antoine Cellerier [Tue, 29 Nov 2005 14:44:22 +0000 (14:44 +0000)]
win32 stdout fix by Polyphem
http://forum.videolan.org/viewtopic.php?t=14251

18 years ago* fix transcoding using H.264 / H.263. The change in the wx-intf needs testing.
Felix Paul Kühne [Tue, 29 Nov 2005 14:06:52 +0000 (14:06 +0000)]
* fix transcoding using H.264 / H.263. The change in the wx-intf needs testing.

18 years agovout.h: missing header settings that should have been committed with r13443
Damien Fouilleul [Tue, 29 Nov 2005 11:01:03 +0000 (11:01 +0000)]
vout.h: missing header settings that should have been committed with r13443

18 years agoTrunk - Don't detect avahi versions we can't support - Patch by Diego "Flameeyes...
Clément Stenac [Tue, 29 Nov 2005 08:58:34 +0000 (08:58 +0000)]
Trunk - Don't detect avahi versions we can't support - Patch by Diego "Flameeyes" Pettenò

18 years agoadd the magnify filter to the list
Antoine Cellerier [Tue, 29 Nov 2005 01:22:41 +0000 (01:22 +0000)]
add the magnify filter to the list

18 years agosvn propset svn:keywords Id
Antoine Cellerier [Mon, 28 Nov 2005 23:46:27 +0000 (23:46 +0000)]
svn propset svn:keywords Id

18 years agosvn propset svn:keywords Id
Antoine Cellerier [Mon, 28 Nov 2005 23:33:48 +0000 (23:33 +0000)]
svn propset svn:keywords Id

18 years agodirectx.c: disable screensaver by temporarily resetting screensaver system settings
Damien Fouilleul [Mon, 28 Nov 2005 22:02:13 +0000 (22:02 +0000)]
directx.c: disable screensaver by temporarily resetting screensaver system settings

18 years agosynch with 0.8.4 tag
Antoine Cellerier [Mon, 28 Nov 2005 21:23:27 +0000 (21:23 +0000)]
synch with 0.8.4 tag

18 years ago * skins2: The Image control now supports the "action2" attribute (feel free to
Olivier Teulière [Mon, 28 Nov 2005 21:01:07 +0000 (21:01 +0000)]
 * 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...

18 years agox264-svn-win32.patch: updated for x264 rev 380
Damien Fouilleul [Mon, 28 Nov 2005 17:33:12 +0000 (17:33 +0000)]
x264-svn-win32.patch: updated for x264 rev 380
Makefile: more cygwin related fixes

18 years agoiIgnore version.c in pofiles generation
Clément Stenac [Mon, 28 Nov 2005 16:14:34 +0000 (16:14 +0000)]
iIgnore version.c in pofiles generation

18 years agoRemove non-existant src/misc/version.c from POTFILES
Rémi Denis-Courmont [Mon, 28 Nov 2005 16:03:33 +0000 (16:03 +0000)]
Remove non-existant src/misc/version.c from POTFILES
DO NOT ADD IT AGAIN - YOU WERE WARNED!

18 years agoUse strdup() instead of malloc()/sprintf(), and fix off-by-one overflow
Rémi Denis-Courmont [Mon, 28 Nov 2005 09:26:56 +0000 (09:26 +0000)]
Use strdup() instead of malloc()/sprintf(), and fix off-by-one overflow
Please test.

18 years agoFix format string would-be vulnerability (the macro is never actually used)
Rémi Denis-Courmont [Mon, 28 Nov 2005 09:25:33 +0000 (09:25 +0000)]
Fix format string would-be vulnerability (the macro is never actually used)
reported by Diego 'Flameeyes' Pettenò (gentoo.org)

18 years ago* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)
Benjamin Pracht [Sun, 27 Nov 2005 23:28:55 +0000 (23:28 +0000)]
* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)

* If anybody has the appropriate hardware, PLEASE test

(this is broken in 0.8.4, do we make a 0.8.4a for linux, along with the hal fixes ?)

18 years ago* extras/contrib/src/Patches/zlib.patch: updated for wince.
Gildas Bazin [Sun, 27 Nov 2005 19:10:01 +0000 (19:10 +0000)]
* extras/contrib/src/Patches/zlib.patch: updated for wince.

18 years ago * share/skins2/winamp2.xml: same fix for other controls
Olivier Teulière [Sun, 27 Nov 2005 18:49:49 +0000 (18:49 +0000)]
 * share/skins2/winamp2.xml: same fix for other controls

18 years ago * share/skins2/winamp2.xml: Fixed a Text control
Olivier Teulière [Sun, 27 Nov 2005 18:47:39 +0000 (18:47 +0000)]
 * share/skins2/winamp2.xml: Fixed a Text control

18 years ago* modules/codec/ffmpeg/video.c: use frame-rate from container, if available (Closes...
Gildas Bazin [Sun, 27 Nov 2005 18:38:51 +0000 (18:38 +0000)]
* modules/codec/ffmpeg/video.c: use frame-rate from container, if available (Closes:#428).

18 years ago * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
Olivier Teulière [Sun, 27 Nov 2005 18:15:23 +0000 (18:15 +0000)]
 * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
   control of the playlist, in the small layout.

18 years ago * skins2/controls/ctrl_resize.cpp: The action of a Image control can now be
Olivier Teulière [Sun, 27 Nov 2005 18:13:23 +0000 (18:13 +0000)]
 * skins2/controls/ctrl_resize.cpp: The action of a Image control can now be
   resizeS or resizeE, in addition to the good old resizeSE.

18 years ago* extras/contrib: wince ffmpeg fixes + faad support.
Gildas Bazin [Sun, 27 Nov 2005 17:51:56 +0000 (17:51 +0000)]
* extras/contrib: wince ffmpeg fixes + faad support.

18 years ago* added credit for the new icon
Felix Paul Kühne [Sun, 27 Nov 2005 16:32:06 +0000 (16:32 +0000)]
* added credit for the new icon

18 years ago* winamp2.xml: fixed 13419 (don't work at least for "chaos")
Cyril Deguet [Sun, 27 Nov 2005 16:19:45 +0000 (16:19 +0000)]
* winamp2.xml: fixed 13419 (don't work at least for "chaos")

18 years ago* all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
Cyril Deguet [Sun, 27 Nov 2005 16:01:53 +0000 (16:01 +0000)]
* all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
* winamp2.xml: added preamp slider and fixed offsets

18 years agoImrpove description of http-continuous (Closes:#409)
Clément Stenac [Sun, 27 Nov 2005 15:57:28 +0000 (15:57 +0000)]
Imrpove description of http-continuous (Closes:#409)

18 years ago * skins2/*: cosmetic changes
Olivier Teulière [Sun, 27 Nov 2005 15:54:26 +0000 (15:54 +0000)]
 * skins2/*: cosmetic changes

18 years ago * share/skins2/winamp2.xml: fixed the images of the playlist buttons
Olivier Teulière [Sun, 27 Nov 2005 15:29:55 +0000 (15:29 +0000)]
 * share/skins2/winamp2.xml: fixed the images of the playlist buttons

18 years agoBah.. Fix HAL in libvlc
Clément Stenac [Sun, 27 Nov 2005 15:27:52 +0000 (15:27 +0000)]
Bah.. Fix HAL in libvlc

18 years agotypo fix
Antoine Cellerier [Sun, 27 Nov 2005 14:56:54 +0000 (14:56 +0000)]
typo fix

18 years ago * share/skins2/winamp2.xml:
Olivier Teulière [Sun, 27 Nov 2005 14:54:02 +0000 (14:54 +0000)]
 * share/skins2/winamp2.xml:
   - added the smaller version of the time slider used in some skins
   - made all the IDs unique

18 years ago * skins2/src/theme.cpp: allow specifying lists of IDs for bitmaps and fonts,
Olivier Teulière [Sun, 27 Nov 2005 14:42:02 +0000 (14:42 +0000)]
 * skins2/src/theme.cpp: allow specifying lists of IDs for bitmaps and fonts,
   in controls. The first valid one will be used. This is particularly useful
   for winamp skin, where you cannot know in advance the size of some images,
   so you can define 2 bitmaps, but only one control.

18 years ago * skins2/controls/ctrl_image.cpp: fixed a resizing bug.
Olivier Teulière [Sun, 27 Nov 2005 13:27:57 +0000 (13:27 +0000)]
 * skins2/controls/ctrl_image.cpp: fixed a resizing bug.
   A CtrlImage resized with the mosaic method didn't catch events outside of
   the initial (before resizing) size.

18 years ago * skins2/parser/interpreter.cpp: cosmetic change
Olivier Teulière [Sun, 27 Nov 2005 13:24:02 +0000 (13:24 +0000)]
 * skins2/parser/interpreter.cpp: cosmetic change

18 years ago* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated patch.
Gildas Bazin [Sun, 27 Nov 2005 13:15:39 +0000 (13:15 +0000)]
* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated patch.

18 years agosvn:ignore
Yoann Peronneau [Sun, 27 Nov 2005 11:34:07 +0000 (11:34 +0000)]
svn:ignore

18 years agoFix new HAL interaction
Clément Stenac [Sun, 27 Nov 2005 11:30:14 +0000 (11:30 +0000)]
Fix new HAL interaction

18 years ago* Fix typo
Yoann Peronneau [Sun, 27 Nov 2005 11:13:53 +0000 (11:13 +0000)]
* Fix typo

18 years agoDon't display in OS X either. Needs to be checked
Clément Stenac [Sun, 27 Nov 2005 10:44:00 +0000 (10:44 +0000)]
Don't display in OS X either. Needs to be checked

18 years ago* Improve strings for jumps
Clément Stenac [Sun, 27 Nov 2005 10:43:19 +0000 (10:43 +0000)]
* Improve strings for jumps
* Move jump size definitions to libvlc to avoid having 2 categories (still need to move bookmarks)
* Don't show bookmarks settings in GUI - speeds up dramatically config panel creation

18 years agoadded svn keywords
Jean-Paul Saman [Sun, 27 Nov 2005 09:38:34 +0000 (09:38 +0000)]
added svn keywords

18 years agoupdate copyright and svn Id property
Antoine Cellerier [Sat, 26 Nov 2005 22:46:55 +0000 (22:46 +0000)]
update copyright and svn Id property

18 years agosvn:ignore
Clément Stenac [Sat, 26 Nov 2005 22:41:16 +0000 (22:41 +0000)]
svn:ignore

18 years ago* vlc-config:
Clément Stenac [Sat, 26 Nov 2005 18:53:59 +0000 (18:53 +0000)]
* vlc-config:
   - Fix optarg parsing
   - Set ${libs} after the main loop to get the right exec prefix
   - Give -lvlc_pic if we want PIC
* Java bindings build
   - Use vlc-config better
   - Use pic for building

18 years ago* modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp: build fix.
Gildas Bazin [Sat, 26 Nov 2005 18:20:06 +0000 (18:20 +0000)]
* modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp: build fix.

18 years agoJava bindings by Filippo Carone.
Clément Stenac [Sat, 26 Nov 2005 17:31:37 +0000 (17:31 +0000)]
Java bindings by Filippo Carone.
Tweaked to integrate into build system

18 years ago* modules/gui/wince/interface.cpp: include extra version information in the about...
Gildas Bazin [Sat, 26 Nov 2005 17:22:19 +0000 (17:22 +0000)]
* modules/gui/wince/interface.cpp: include extra version information in the about dialog box.

18 years ago* modules/audio_output/waveout.c: small wince compilation fix.
Gildas Bazin [Sat, 26 Nov 2005 16:36:32 +0000 (16:36 +0000)]
* modules/audio_output/waveout.c: small wince compilation fix.

18 years ago* Integrate python bindings in make process
Clément Stenac [Sat, 26 Nov 2005 15:36:28 +0000 (15:36 +0000)]
* Integrate python bindings in make process
New --enable-python-bindings option
Pic libs will be built if something needing them (shared libvlc, python, mozilla) is built.
* Fix a description in vlcObject

18 years agoFix typo
Clément Stenac [Sat, 26 Nov 2005 12:35:22 +0000 (12:35 +0000)]
Fix typo

18 years agoImprove make.pl output
Clément Stenac [Sat, 26 Nov 2005 11:42:58 +0000 (11:42 +0000)]
Improve make.pl output
Fix some svn:ignore

18 years agoUse command-line arguments in compile script
Clément Stenac [Sat, 26 Nov 2005 11:03:37 +0000 (11:03 +0000)]
Use command-line arguments in compile script

18 years ago* vlm_panel.cpp: fix uninitialized variables
Yoann Peronneau [Sat, 26 Nov 2005 00:46:32 +0000 (00:46 +0000)]
* vlm_panel.cpp: fix uninitialized variables

18 years ago* wx/vlm: cosmetic changes
Yoann Peronneau [Sat, 26 Nov 2005 00:35:28 +0000 (00:35 +0000)]
* wx/vlm: cosmetic changes

18 years ago * : make jump hotkeys time interval user configurable
Antoine Cellerier [Sat, 26 Nov 2005 00:27:12 +0000 (00:27 +0000)]
 * : make jump hotkeys time interval user configurable
The hotkey item in the prefs kind of looks akward. Someone have a better idea ?

18 years ago* wx/vlm: add "Load" & "Save" buttons
Yoann Peronneau [Fri, 25 Nov 2005 23:55:17 +0000 (23:55 +0000)]
* wx/vlm: add "Load" & "Save" buttons

18 years agoconfigure.ac: Use the correct path for pkg-config
Christophe Mutricy [Fri, 25 Nov 2005 23:28:49 +0000 (23:28 +0000)]
configure.ac: Use the correct path for pkg-config

18 years agoHandle --without-tuning configure option properly
Rémi Denis-Courmont [Fri, 25 Nov 2005 21:42:08 +0000 (21:42 +0000)]
Handle --without-tuning configure option properly

18 years ago* modules/video_output/directx: apply video-title to both normal and fullscreen windo...
Gildas Bazin [Fri, 25 Nov 2005 19:19:22 +0000 (19:19 +0000)]
* modules/video_output/directx: apply video-title to both normal and fullscreen windows +  support this for unicode builds as well.

18 years ago* modules/audio_output/waveout.c: fixed typo.
Gildas Bazin [Fri, 25 Nov 2005 19:17:11 +0000 (19:17 +0000)]
* modules/audio_output/waveout.c: fixed typo.

18 years ago* wxwidgets/dialogs/vlm: add choose input & choose output
Yoann Peronneau [Fri, 25 Nov 2005 16:43:52 +0000 (16:43 +0000)]
* wxwidgets/dialogs/vlm: add choose input & choose output

18 years agoall: possible fix for screensaver problem
Damien Fouilleul [Fri, 25 Nov 2005 16:16:04 +0000 (16:16 +0000)]
all: possible fix for screensaver problem

18 years ago* modules/audio_output/waveout.c: make sure hardware volume is supported before using it.
Gildas Bazin [Fri, 25 Nov 2005 08:25:05 +0000 (08:25 +0000)]
* modules/audio_output/waveout.c: make sure hardware volume is supported before using it.

18 years ago* modules/audio_output/directx.c: partial rewrite not to use position notification...
Gildas Bazin [Fri, 25 Nov 2005 01:48:46 +0000 (01:48 +0000)]
* modules/audio_output/directx.c: partial rewrite not to use position notification anymore (since even microsoft says it's buggy). That should solve all known issues with the directx audio output.

18 years agoMakefile: make sure that libpng shared dll isn't installed to prevent VLC from linkin...
Damien Fouilleul [Thu, 24 Nov 2005 23:08:48 +0000 (23:08 +0000)]
Makefile: make sure that libpng shared dll isn't installed to prevent VLC from linking against it (Cygwin only)

18 years agoRun thread that reads from the DV camera at a slightly higher priority then the input...
Jean-Paul Saman [Thu, 24 Nov 2005 20:23:07 +0000 (20:23 +0000)]
Run thread that reads from the DV camera at a slightly higher priority then the input. Put the --dv-caching value by default at a high value 60000 (1 min). Maybe it can be lower, but needs more testing.

18 years agoconfigure.ac: generate a script to call extras/make.pl. I'm not a autoconf expert...
Christophe Mutricy [Thu, 24 Nov 2005 15:21:09 +0000 (15:21 +0000)]
configure.ac: generate a script to call extras/make.pl. I'm not a autoconf expert so i'm not sure if it's the "good" way to do it. but it works (tm)

18 years ago* Fix the icons.
Derk-Jan Hartman [Thu, 24 Nov 2005 14:45:17 +0000 (14:45 +0000)]
* Fix the icons.
* Remove the icns in share, nothing is using it.

18 years agoupdate trunk japanese translation by Tadashi Jokagi
Antoine Cellerier [Thu, 24 Nov 2005 14:16:26 +0000 (14:16 +0000)]
update trunk japanese translation by Tadashi Jokagi
(this is not the same ja.po as previous commit in 0.8.4 tag)

18 years agoall: fix more issues when building under cygwin
Damien Fouilleul [Thu, 24 Nov 2005 13:09:47 +0000 (13:09 +0000)]
all: fix more issues when building under cygwin

18 years agomake.pl: Cross-compile fix
Christophe Mutricy [Wed, 23 Nov 2005 23:56:54 +0000 (23:56 +0000)]
make.pl: Cross-compile fix

18 years agoconfigure.ac: don't try to use gnome-vfs when we are cross-compiling
Christophe Mutricy [Wed, 23 Nov 2005 23:55:20 +0000 (23:55 +0000)]
configure.ac: don't try to use gnome-vfs when we are cross-compiling

18 years agorevert previous commit
Benjamin Pracht [Wed, 23 Nov 2005 22:17:38 +0000 (22:17 +0000)]
revert previous commit

18 years agofix nsis installer icon
Antoine Cellerier [Wed, 23 Nov 2005 22:17:18 +0000 (22:17 +0000)]
fix nsis installer icon

18 years agocompile fix
Benjamin Pracht [Wed, 23 Nov 2005 21:53:38 +0000 (21:53 +0000)]
compile fix

18 years agofix compilation
Antoine Cellerier [Wed, 23 Nov 2005 21:22:13 +0000 (21:22 +0000)]
fix compilation

18 years agoFix the XPM names
Derk-Jan Hartman [Wed, 23 Nov 2005 21:03:59 +0000 (21:03 +0000)]
Fix the XPM names

18 years agoSet mime-type for the images
Derk-Jan Hartman [Wed, 23 Nov 2005 21:01:08 +0000 (21:01 +0000)]
Set mime-type for the images

18 years agomerge [13354] to trunk, and use the right .ico in the windows build
Derk-Jan Hartman [Wed, 23 Nov 2005 20:53:56 +0000 (20:53 +0000)]
merge [13354] to trunk, and use the right .ico in the windows build