]> git.sesse.net Git - vlc/history - modules/gui/macosx/wizard.m
macosx: Add a missing PL_LOCK in the wizard.
[vlc] / modules / gui / macosx / wizard.m
2008-07-31 Pierre d'Herbemontmacosx: Add a missing PL_LOCK in the wizard.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
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-11 Pierre d'Herbemontmacosx: Fix some input_item_t leaks.
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2007-12-28 Felix Paul Kühne* adapted the wizard to use the RTP stream out module...
2007-12-23 Felix Paul Kühnemacosx: remove useless setting as basically no user...
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-02-23 Felix Paul Kühne* added 2 boxes to the wizard to allow access to sout...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Felix Paul Kühne* the remaining compilation fixes plus a bit of clean...
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-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-12 Felix Paul Kühne* fix streaming. This section and a few others need...
2006-04-01 Felix Paul Kühne* remove the extension of the input file before adding...
2006-03-31 Felix Paul Kühne* do only show the destination of the first item on...
2006-03-19 Benjamin Pracht* fix compilation
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-17 Felix Paul Kühne* don't overwrite existing files
2006-02-21 Felix Paul Kühne* fix the selection of both Theora and Vorbis on OSX...
2006-02-11 Felix Paul Kühne* enable multiple selections for streaming as well...
2006-02-11 Felix Paul Kühne* support for applying the same settings to multiple...
2006-02-11 Felix Paul Kühne* added an option to keep the selections in the wizard...
2006-02-10 Felix Paul Kühne* clean up (mostly replacements of nestings of stringBy...
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-01-12 Antoine CellerierFSF address change.
2006-01-03 Felix Paul Kühne* added RTP uni-/multicast to the wizard
2005-12-27 Felix Paul Kühne* oops, deciding for either 2 or 2 isn't really the...
2005-12-27 Felix Paul Kühne* fixed compilation warning
2005-11-29 Felix Paul Kühne* fix transcoding using H.264 / H.263. The change in...
2005-10-30 Felix Paul Kühne* forwardport [13037]
2005-10-30 Felix Paul Kühne* fixed some other strings
2005-10-27 Felix Paul Kühne* minor string fixes
2005-10-16 Felix Paul Kühne* wizard.*: added the display-option to the advanced...
2005-10-10 Felix Paul Kühne* revert [12779] (this broke the output of MPEG PS...
2005-10-07 Felix Paul Kühne* don't use 'ps' as suffix but 'mpg' like most other...
2005-08-21 Felix Paul Kühne* implement the extract-button of the bookmarks-window...
2005-08-09 Felix Paul Kühne* playlist.m: fixed some "makes integer from pointer...
2005-08-07 Felix Paul Kühne* ALL: ported the WX-bookmarks-window to Cocoa (closes...
2005-08-05 Felix Paul Kühne* fixed minor stuff
2005-08-03 Felix Paul Kühne* implemented transcoding when streaming -- might need...
2005-08-03 Felix Paul Kühne* implemented MMS-support (refs #271)
2005-07-24 Benjamin PrachtAlso update the wizard playlist on item addition and...
2005-07-24 Felix Paul Kühne* minor fixes to the OSX-wizard (refs #13)
2005-07-23 Benjamin Pracht* Implements selection of a playlist item in the wizard
2005-07-23 Benjamin PrachtSome more coding style (empty lines filled with spaces...
2005-07-23 Benjamin PrachtWe use 4 space caracters instead of spaces in VLC's...
2005-07-23 Felix Paul Kühne* use NSInformationalAlertSheets instead of mis-using...
2005-07-23 Felix Paul KühneOSX:
2005-07-21 Felix Paul Kühne* whoops (refs #13)
2005-07-21 Felix Paul Kühne* various fixes and additions -- the wizard is usable now
2005-07-12 Felix Paul Kühne* additional GUI-fixes
2005-07-11 Felix Paul Kühne* implemented 3 dialogues, which complain to the user...
2005-07-11 Felix Paul Kühne* finished the gui and implemented correct encap-format...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Felix Paul Kühne* implemented reset- and backward-methods (refs #13)
2005-06-30 Felix Paul Kühne* added a summary-tab at the end of the wizard (mostly...
2005-06-26 Felix Paul Kühne* implemented a general, re-usable help-panel used...
2005-06-19 Felix Paul Kühne* ALL: basic skeleton for a streaming-wizard (refs...