]> git.sesse.net Git - vlc/history - modules/gui/beos
Sync PO files
[vlc] / modules / gui / beos /
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
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-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-16 Rémi DuraffortRemove useless test before a delete.
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-10 Rémi Duraffortiso -> utf8, what's the problem of german people with...
2007-12-15 Rémi Denis-CourmontRemove code killed by previous commit
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-09-26 Eric Petit beos/*: update the playlist properly
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-04 Eric Petit Ooops, forgot to remove debug
2005-06-04 Eric Petit beos/: finished fixing Preferences
2005-05-21 Christophe Mutricyconfiguration.[ch]: Handling of deprecated options...
2005-04-11 Eric Petit beos/PreferencesWindow*: fixed widgets
2005-04-10 Eric Petit beos/*: first pass at fixing the BeOS prefs
2005-04-01 Eric Petit vout_intf.c: write snapshots on Desktop on BeOS
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-02-03 Eric Petit beos/VideoOutput.cpp: added yet another overlay mode...
2004-12-11 Clément StenacImprovements to preferences
2004-12-11 Eric Petit beos/VideoOutput.cpp: fixed a crash in window destruction
2004-12-10 Eric Petit beos/Video*: try to fallback on single-buffered overla...
2004-12-08 Eric Petit beos/InterfaceWindow.cpp: fixed a couple of missing...
2004-12-08 Eric Petit beos/InterfaceWindow.cpp: fixed a deadlock + pause...
2004-09-06 Eric Petit beos/*: fixed title/chapter navigation
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-26 Eric Petit + input/decoder.c: detach decoder after vout_Request...
2004-08-20 Eric Petit beos/MessagesWindow*: fixed messages window
2004-08-17 Eric Petit beos/*: fixed seek, clean up
2004-08-17 Eric Petit + src/libvlc.h: use KEY_SPACE instead of ' '
2004-07-22 Eric Petit + configure.ac: don't build OpenGL support on BeOS...
2004-06-07 Laurent Aimar * all: don't use input_ToggleES.
2004-06-07 Laurent Aimar * VlcWrapper: don't use input_ChangeArea.
2004-06-07 Laurent Aimar * use var_Set/Get "state"/"position"/"rate" instead...
2004-04-15 Stephan Assmusfixed the incorrect window size limits for the interfac...
2004-03-31 Gildas Bazin* modules/gui/*: compilation fixes for the new input_it...
2004-03-05 Carlo CalabròString review, as promised :)
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-26 Clément StenacStrings review
2004-01-17 Gildas Bazin* ALL: make sure newly created playlist_item_t are...
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-12-28 Eric Petit beos/*:
2003-12-22 Eric Petit beos/Video*: fixed cursor hiding (int32_t != int32...
2003-12-22 Eric Petit beos/*: fixed Alt+X shortcuts (BeOS doesn't let those...
2003-12-22 Sam Hocevar * toolbox:
2003-12-22 Eric Petit + beos/PreferencesWindow.cpp: esthetic change (use...
2003-12-21 Eric Petit beos/PreferencesWindow*:
2003-12-04 Gildas Bazin* modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSE...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-09 Eric Petit + modules/gui/beos/VideoOutput.cpp: fixed modifiers
2003-11-08 Eric Petit + configure.ac: link httpd and stream_out_standard...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-04 Eric Petit + configure.ac:
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-21 Eric Petit beos/VlcWrapper.cpp: started to use object variables
2003-09-07 Laurent Aimar * control: use new variables and 'title*', 'chapter...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-22 Eric Petit beos/* : - cleaned the way to mute/unmute
2003-06-19 Eric Petit beos/VideoOutput.cpp : fixed a visual bug in fullscree...
2003-06-17 Gildas Bazin* modules/*: got rid of empty module objects.
2003-06-14 Eric Petit beos/VideoOutput.cpp : make the BPopUpMenu stickable
2003-06-13 Eric Petit modules/gui/beos/Interface.cpp : fixed a possible...
2003-06-08 Eric Petit Minor fix
2003-06-03 Eric Petit modules/gui/beos/* : fixed the screenshot format selec...
2003-05-31 Eric Petit * src/input/input_ext-intf.c : added an input_SetRate...
2003-05-30 Eric Petit modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
2003-05-30 Eric Petit modules/gui/beos/* : misc fixes & enhancements
next