]> git.sesse.net Git - vlc/history - modules/visualization/galaktos
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / modules / visualization / galaktos /
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-12 Rémi DuraffortAnother bunch of useless test.
2008-03-12 Rémi DuraffortFix a stupid compilation warning
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-24 Jean-Baptiste KempfFix Galaktos plugin compilation, config.h related.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-06 Christophe MutricyFix compilation of galaktos:
2007-10-08 Christophe Mutricygalaktos: -distribute fftsg.h
2007-10-06 Christophe Mutricygalaktos/*: warnings hunt
2007-09-11 Rafaël CarréReverts [21943] for galaktos as it is external to vlc.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréAdds headers back.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-Courmontint16_t needs <inttypes.h>. Should fix FreeBSD unhapine...
2006-07-30 Cyril Deguet* fixed galaktos plugin which was broken for a very...
2006-03-24 Clément StenacStrings review in visualization/ (Refs:#438)
2006-03-22 Christophe MutricyString Review. refs #438
2006-03-18 Clément Stenac%f in galaktos (Closes:#585)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-09-01 Gildas Bazin* modules/visualization/galaktos/Modules.am: a whole...
2004-07-23 Gildas Bazin* modules/visualization/galaktos/plugin.c: usual test...
2004-07-23 Gildas Bazin* modules/visualization/galaktos/plugin.c: fixed thread...
2004-07-22 Gildas Bazin* modules/video_output/x11/glx.c: OpenGL context is...
2004-07-22 Gildas Bazin* modules/video_output/x11/*: the glx "opengl provider...
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-07-20 Cyril Deguet * modules/video_output/x11/glx.c: new OpenGL vout...
2004-07-18 Cyril Deguet * all: now both GLX 1.2 and 1.3 are supported
2004-07-17 Cyril Deguet * all: first implementation of a MilkDrop-compatible...
2004-07-14 Cyril Deguet * all: just a basic OpenGL scope at the moment
2004-07-12 Cyril Deguet * all: skeleton of a coming-soon OpenGL visualization...