]> git.sesse.net Git - vlc/history - projects/mozilla/vlcshell.cpp
Remove references to mozilla-config.h, remove linkage with libnspr and other xpcom...
[vlc] / projects / mozilla / vlcshell.cpp
2010-04-23 David MenestrinaRemove references to mozilla-config.h, remove linkage...
2010-04-15 David Menestrinaint16 -> int16_t
2010-03-30 Nicolas ChauvetTypedef changes from xulrunner 1.9.1
2010-03-30 Nicolas Chauvet- Don't hardcode OJI define - deprecated xith libxul...
2010-02-15 Rémi Denis-CourmontTrivial OSX compile fix
2010-02-11 Jean-Paul Samanmozilla: sanity checks
2010-02-10 Rémi Duraffortmozilla plugin: fix compilation.
2010-02-02 Rémi DuraffortMozilla: fix compilation.
2010-01-31 Rémi Duraffortmozilla: factorize.
2010-01-31 Rémi Duraffortmozilla: fix compilation.
2010-01-24 Jean-Baptiste KempfFix mozilla compilation on OSX
2010-01-24 Rémi Duraffortfix mozilla plugin compilation.
2009-12-05 JP DingerReplace #if XP_SYMBOL with #if defined(XP_SYMBOL) for...
2009-10-06 Rafaël Carrémozilla: fix compilation after [1979486d]
2009-09-13 JP DingerResolve crash in mozilla plugin pointed out by Alex...
2009-07-24 Jean-Paul SamanCleanup mozilla plugin
2009-07-10 Jean-Paul Samanmozilla: introduce new property text
2009-07-05 Cyril MathéMozilla-plugin: Fix a crash when exiting
2009-06-04 Pierre d'HerbemontDisable non implemented code to get build bot back.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfFix conflicts.
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-24 Jean-Paul Samanmozilla: use correct cast for VlcPlugin *
2009-05-24 Jean-Paul Samanmozilla: remove debug prints
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontReparenting does not work with set_parent.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul Samanmozilla: use correct cast for VlcPlugin *
2009-05-12 Jean-Paul Samanmozilla: remove debug prints
2009-05-05 Jean-Paul Samanmozilla: remove dead code
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-05-05 Jean-Paul Samanmozilla: cleanup
2009-03-16 Jean-Paul Samanmozilla: rewrite and license npunix.c/npwin.cpp under...
2009-03-08 Jean-Paul Samanmozilla: MacOS X build fix
2009-03-07 Jean-Paul Samanmozilla: cosmetics
2009-03-07 Jean-Paul Samanmozilla: no longer use libvlc depreceated API
2009-02-26 jpd@m2x.nlChange wording to be more accurate.
2009-02-17 Jean-Paul Samanmozilla: build fix on MacOS X for commit c26963910979f7...
2009-02-17 Jean-Paul Samanmozilla: protect calls to libvlc_playlist_isplaying()
2008-08-14 Jean-Paul SamanRemove excess libvlc_exception_init() onces per excepti...
2008-06-18 Jean-Paul SamanFix mozilla toolbar button click logic.
2008-06-18 Jean-Paul SamanTry to correctly guess which button has been clicked...
2008-06-18 Anthony LoiseauAdd "toolbar:bool" RW property for the JS API, fix...
2008-05-31 Christophe MutricyDon't use deprecated and removed API in Mozilla plugin.
2008-05-31 Christophe MutricyDon't use vlc_int64_t. It no longer exist.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-26 Rafaël CarréMozilla: fix compilation on OSX, where we don't use...
2008-03-25 Jean-Paul SamanRefactor toolbar sizing.
2008-03-25 Anthony LoiseauMozilla-plugin linux toolbar can be hidden by adding...
2008-03-04 Jean-Paul SamanMore cases were p_md was not checked in Mozilla toolbar...
2008-03-04 Jean-Paul Saman[PATCH] by Anthony Loiseau <anthony.loiseau at gmail...
2008-02-25 Jean-Paul SamanRefactor mozilla toolbar code. There are still a few...
2008-02-25 Jean-Paul SamanFixed another crash with fullscreen in mozilla toolbar.
2008-02-25 Jean-Paul SamanCleanup and fix crash when plugin wasn't playing.
2008-02-04 Pierre d'HerbemontSource Tree Layout Cleanup: (As decided at videolan...