]> git.sesse.net Git - vlc/history - modules/gui/macosx/playlistinfo.m
macosx: fix wrong ref counting in media info
[vlc] / modules / gui / macosx / playlistinfo.m
2015-03-21 David Fuhrmannmacosx: fix wrong ref counting in media info
2014-11-23 Felix Paul Kühnemacosx: update metadata in info panel if metadata changes
2014-08-31 Felix Paul Kühnemacosx: fix mediainfo appearance on future OS X release...
2014-08-31 David Fuhrmannmacosx: Use floating window level for effects and other...
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
2014-02-12 David Fuhrmannmacosx: auto-expand codec information view
2014-02-10 David Fuhrmannmacosx: show stats panel again
2014-02-02 Felix Paul Kühnemacosx: fix compilation warning from the future
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_PreparseEnqueue() (refs ...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_AskForArtEnqueue() (refs...
2013-07-28 Felix Paul Kühnemacosx: fix compilation on 10.6 with clang 3.0
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-String to NSString...
2013-04-25 Felix Paul Kühnemacosx: save 19 l10n strings by replacing them with...
2013-04-25 Felix Paul Kühnemacosx: save 6 l10n strings
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2012-11-15 Felix Paul Kühnemacosx: white space and minor coding style fixes
2012-11-14 Felix Paul Kühnemacosx: fix crash when displaying the Media Information...
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-09-02 Felix Paul Kühnemacosx: fixed conditionals for the different OS X relea...
2012-08-24 Felix Paul Kühnemacosx/playlistinfo: simplify header and implementation
2012-06-14 Felix Paul Kühnemacosx: updated copyright headers
2012-04-06 Felix Paul Kühnemacosx: work-around a racing condition (close #6412)
2012-03-17 David Fuhrmannmacosx: fix two warnings
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-08-16 Felix Paul Kühnemacosx: moved compatiblity fixes to a designated header
2011-08-16 Felix Paul Kühnemacosx: added native fullscreen support for OS X Lion
2011-08-10 Felix Paul Kühnemacosx: redesigned info panel to HUD
2011-07-29 Felix Paul Kühnemacosx: fixed a few memory leaks
2011-07-25 Felix Paul Kühnemacosx: remove 2 interface update timers (2 threads...
2011-04-10 Felix Paul Kühnemacosx: cosmetics
2011-04-08 Felix Paul KühneRevert "macosx: reflect intf-change modification"
2011-04-07 Felix Paul Kühnemacosx: reflect intf-change modification
2010-03-03 Rémi Denis-CourmontUse KiB instead of kB for input statistics
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2009-10-10 Pierre d'Herbemontmacosx: Silent a harmless warning.
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-06-26 Felix Paul Kühnemacosx: fixed compilation warning
2009-06-24 Derk-Jan Hartmanmacosx: Ignore attachment:// in Art uri for now.
2009-06-24 Derk-Jan Hartmanmacosx: Just use openWithURL, instead of uri->path
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
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-26 Rémi DuraffortOSX: simplification.
2009-04-12 Felix Paul Kühnemacosx: get rid of the infamous 'get' prefixes everywhe...
2009-03-30 Felix Paul Kühnemacosx: locking fix
2009-03-16 Jean-Paul Samanmacosx: playlistlock is held when playlistinfo panel...
2009-03-16 Jean-Paul Samanmacosx: cleanup
2009-02-06 Felix Paul Kühnemacosx: updated used Cocoa methods to the current defin...
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-09-30 Derk-Jan Hartmanmacosx: Add a link to the playlistitem menu to retrieve...
2008-09-27 Pierre d'Herbemontmacosx: Don't release then retain the same item if...
2008-09-27 Pierre d'Herbemontmacosx: Fix tautology.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-10 Pierre d'Herbemontmacosx: Don't yield an item that may be NULL.
2008-07-17 Felix Paul Kühnemacosx: make sure that the info-panel doesn't float.
2008-07-13 Pierre d'Herbemontmacosx: Make sure there is a title or a name for the...
2008-07-13 Pierre d'Herbemontmacosx: Fix art loading when URL contains spaces.
2008-07-13 Pierre d'Herbemontmacosx: Make sure the o_info object gets released even...
2008-07-13 Pierre d'Herbemontmacosx: Fix the info panel. Remove the use of maybe...
2008-04-23 Rafaël Carrémeta-data handling cleanup
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-04-08 maxime RipardBugfix Stats Panel
2008-03-27 Felix Paul KühneImplementing meta tag writing and cleaned a bit up
2008-03-27 Felix Paul KühneReworked the Media Information panel
2008-03-12 Felix Paul KühneImplemented the hotkey section of the Simple Preferences
2007-12-23 Felix Paul Kühne* withCString is deprecated in 10.4. Use WithUTF8String...
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-10-12 Damien Fouilleulplaylistinfo.m: MacOS X GUI, fixed crash where meta...
2007-10-10 Damien Fouilleulmacosx: playlistinfo.m. small typo which caused ObjC...
2007-10-09 Felix Paul Kühnemacosx: Multiple GUI improvements follow j-b's and...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-23 Rafaël CarréFix macosx gui compilation
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Rafaël CarréFix input deadlocks in macosx gui
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-03 Laurent AimarFixed compilation problem.
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2006-10-21 Derk-Jan Hartman* Updates due to the new playlist core
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-05-27 Felix Paul Kühne* playlistinfo.m: fixed a rare crash and made sure...
2006-05-16 Derk-Jan Hartman* Fixed Meta for OSX, so i know what music i'm listenin...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-25 Felix Paul Kühne* playlistinfo.m: update the stats faster after a p_ite...
2006-03-25 Felix Paul Kühne* update the info panel when switching the currently...
2006-03-23 Benjamin Pracht* Use the correct limit when looping
2006-03-21 Benjamin Pracht* There is no reason not to allow to open the informati...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-05 Felix Paul Kühne* make sure that the timer which is updating the stats...
next