]> git.sesse.net Git - vlc/history - modules/gui/beos/InterfaceWindow.cpp
playlist: Make sure we don't pl_Release(p_playlist).
[vlc] / modules / gui / beos / InterfaceWindow.cpp
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
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-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-01-12 Antoine CellerierFSF address change.
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
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-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-04-15 Stephan Assmusfixed the incorrect window size limits for the interfac...
2004-03-05 Carlo CalabròString review, as promised :)
2004-01-26 Clément StenacStrings review
2003-12-22 Sam Hocevar * toolbox:
2003-09-07 Laurent Aimar * control: use new variables and 'title*', 'chapter...
2003-06-22 Eric Petit beos/* : - cleaned the way to mute/unmute
2003-05-30 Eric Petit modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
2003-05-30 Eric Petit modules/gui/beos/* : misc fixes & enhancements
2003-05-27 Eric Petit * src/stream_output/announce.c : BeOS compile fix.
2003-05-17 Eric Petit modules/gui/beos/* : cosmetic
2003-05-07 Eric Petit modules/gui/beos/*: fixed a few things I broke recentl...
2003-05-05 Eric Petit modules/gui/beos/*: Partial fix for Preferences resizing
2003-05-03 Eric Petit beos/* : New Preferences window that lets you configur...
2003-04-22 Eric Petit * Makefile.am: fixed 'make package-beos'
2003-04-18 Eric Petit beos/*: fixed fullscreen shortcuts
2003-04-18 Eric Petit ALL: fixed i18n under BeOS
2003-03-12 Eric Petit * configure.ac.in: compile fix for BeOS/BONE (s/LDFALG...
2003-02-10 Eric Petit Move the messages update function to another thread...
2003-02-09 Stephan Assmusmodules/gui/beos/PreferenceWindow.h/.cpp
2003-02-09 Eric Petit Simplified volume functions
2003-02-03 Stephan Assmusmodules/gui/beos/InterfaceWindow.h/.cpp
2003-02-01 Stephan AssmusChanges done since Feb 28 2003:
2003-01-31 Eric Petit Minor GUI fixes
2003-01-28 Eric Petit * beos/* : do not forgot to destroy the Messages windo...
2003-01-27 Eric Petit Disabled DVD menus by default for 0.5.0
2003-01-25 Eric Petit Added a window to see vlc messages.
2003-01-25 Eric Petit * store windows sizes in the vlc configuration file
2003-01-22 Eric Petit * Fixed title / chapter menus
2003-01-17 Eric Petit Fixed the 'Do not use DVD menus' check box.
2003-01-16 Eric Petit * InterfaceWindow.cpp : fixed DVD drag & drop
2003-01-14 Eric Petit Fixed playlist behaviour (draging a file replaces...
2003-01-14 Eric Petit * Added a file panel for subtitles file selection.
2003-01-12 Eric Petit * beos/* : fixed a bug in the progress bar with big...
2003-01-11 Stephan Assmusfixed flickering of skip buttons (and consequently...
2003-01-08 Eric Petit Fixed language and subtitle selection.
2002-12-09 Eric Petit * AudioOutput.cpp: send zeros to BSoundPlayer if nothi...
2002-12-04 Eric Petit * InterfaceWindow.cpp: removed warnigs
2002-11-27 Eric Petit * AudioOutput.cpp: fixed a segfault
2002-11-26 Eric Petit * ALL: more intensive use of the VLCWrapper class
2002-11-23 Eric Petit * enhanced BeOS preferences window (post-processing...
2002-10-30 Eric Petit - Fixes. Most of the interface features now work...
2002-10-29 Eric Petit No more warnings.
2002-10-28 Eric Petit- Added LCD info view from 0.4.x
2002-10-28 Eric Petit- Added a small preferences window
2002-10-10 Eric PetitSome clean-up. Playlist works again.
2002-09-30 Eric PetitAttempt to port new BeOS features from the stable branch.
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...