]> git.sesse.net Git - vlc/history - modules/gui/macosx/intf.m
Remove E_()
[vlc] / modules / gui / macosx / intf.m
2008-05-08 Rémi Denis-CourmontRemove E_()
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-06 Felix Paul KühneFixed a rare crash and slightly cleaned the sprefs
2008-03-27 Felix Paul KühneReworked the Media Information panel
2008-03-26 Pierre d'Herbemontmacosx: Attempt to avoid a crash. Note that this can...
2008-03-26 Pierre d'Herbemontmacosx: Fix a race condition that causes a crash at...
2008-03-26 Felix Paul KühneDon't crash when using libgmalloc on Leopard (closes...
2008-03-11 Felix Paul Kühnemacosx: show an end-user visible warning in case that...
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-02-25 Rafaël Carréfix update code in macosx gui
2008-02-23 Pierre d'Herbemontmodules/gui/macosx.m: Make sure the module will termina...
2008-02-20 Damien Fouilleulmacosx: fix compile/runtime warnings
2008-02-03 Felix Paul Kühnemacosx: GUI demo of Simple Preferences showing the...
2008-01-01 Felix Paul Kühnemacosx: forgot a corner case in the previous commit
2008-01-01 Felix Paul Kühnemacosx: if an input item includes a NowPlaying meta...
2007-12-30 Felix Paul Kühnemacosx: don't allow the user to open the preferences...
2007-12-29 Felix Paul Kühnemacosx: fixed 2 appearance bugs introduced in [23908]
2007-12-28 Felix Paul Kühne* add a 'graphite' button set including the facilities...
2007-12-28 Felix Paul Kühne* make sure our window titles change while switching...
2007-12-23 Felix Paul Kühne* withCString is deprecated in 10.4. Use WithUTF8String...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-14 Pierre d'Herbemontmodule/gui/macosx/intf.m: Use a const char * in paramet...
2007-12-11 Felix Paul Kühnecompile before you commit
2007-12-05 Felix Paul Kühne* display the GPL in a separate window linked in the...
2007-10-26 Felix Paul Kühne* use secstotimestr to reduce code duplication and...
2007-10-24 Felix Paul Kühne* make sure that we're using UTF-8 instead of Western...
2007-10-24 Felix Paul Kühne* ehm, we require 10.4, not 10.5 *cough*
2007-10-24 Felix Paul Kühne* added a version check of the current Mac OS X version...
2007-10-18 Felix Paul Kühne* implemented the generic VLC media player Help window...
2007-10-09 Felix Paul Kühnemacosx: Multiple GUI improvements follow j-b's and...
2007-09-20 Pierre d'Herbemontmacosx/intf.m: Fix Mac OS X interface.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-29 Pierre d'HerbemontMac OS X gui: Nicely keep the controller window on...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-14 Pierre d'HerbemontMac OS X gui: Pause playback when going to sleep.
2007-04-01 Pierre d'HerbemontMac OS X gui: Ask the user if she wants to check update...
2007-03-27 Pierre d'HerbemontMac OS X gui: Remove unwanted NSLog from r19508.
2007-03-27 Pierre d'HerbemontMac OS X gui: Check for update on startup.
2007-03-19 Pierre d'HerbemontMac OS X gui: Make sure the "force quit" menu item...
2007-03-10 Pierre d'HerbemontMac OS X gui: Revert r19259. We are not ready to do...
2007-03-09 Pierre d'HerbemontMac OS X gui: Make sure we don't end up with a freed...
2007-03-05 Felix Paul Kühne* forward-port of all eyetv relates sources in my branch
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix a rare bug of non-update of the vout...
2007-03-05 Pierre d'HerbemontMac OS X gui: Don't try to change the interface from...
2007-03-04 Pierre d'HerbemontMac OS X gui: Don't yield input more than needed. ...
2007-03-04 Pierre d'HerbemontMac OS X gui: Make sure we don't retain p_input more...
2007-03-04 Pierre d'HerbemontMac OS X gui: Sanitize vlc object retaining/releasing.
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure libvlc exit properly. Don't...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix #756 (VLC don't go open if you click...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix dead lock when exiting. As a side...
2007-03-02 Pierre d'HerbemontRemove unuseful setFullscreen: as it has been deleted...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-02-23 Felix Paul Kühne* removed duplicated, buggy code which fixed #744 in...
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2007-01-14 Felix Paul Kühne* design change: the current volume is automatically...
2006-12-09 Felix Paul Kühne* make sure that the opened media is always enqueueded...
2006-11-27 Felix Paul Kühne* various improvements to the AppleRemote support by...
2006-11-26 Felix Paul Kühne* first round of compilation fixes, more to come
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-21 Clément StenacPlaylist
2006-10-04 Felix Paul Kühne* implemented the volume slider
2006-10-01 Felix Paul Kühne* finished the time slider
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-17 Felix Paul Kühne* implemented the previously committed playmode buttons...
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-09-16 Felix Paul Kühne* various improvements to our Apple Remote bindings...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-10 Felix Paul Kühne* New Fullscreen controller panel
2006-08-30 Felix Paul Kühne* added some buttons for apple remote controlling....
2006-08-18 Felix Paul Kühne* finish the vout menu (cloeses #302)
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-31 Felix Paul Kühne* removed the old panel which used to show msg_err...
2006-07-30 Felix Paul Kühne* compilation fix
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
2006-07-15 Felix Paul Kühne* implemented a ctrl-click menu for the vouts (refs...
2006-07-08 Felix Paul Kühne* complete clean-up
2006-07-03 Felix Paul Kühne* implemented a non-blocking progress-bar in the main...
2006-05-25 Eric PetitHandle Volume Up/Down as well
2006-05-25 Eric PetitAdds support for Apple's remote (only handles Play...
2006-05-14 Felix Paul Kühne* more compilation fixes
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-19 Felix Paul Kühne* quickly forward-port the previous commit so joneskoo...
2006-04-13 Felix Paul Kühne* implemented showintf-support. Thanks to ipkiss for...
2006-04-11 Felix Paul Kühneintf.m: * we can't localise empty strings, so don't...
2006-04-04 Benjamin Pracht* Implement Aspect ratio change in the QT vout
2006-03-30 Benjamin Pracht* Implement Crop in the ogl vout
2006-03-29 Benjamin Pracht* vout.m : comment the NSLog call in windowContainsEmbe...
2006-03-23 Benjamin Pracht* Do not make a vlc_object_find to find the playlist...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-03 Felix Paul Kühne*.m: unified the title of the Information-panel and...
2006-02-19 Felix Paul Kühne* added the progress dialogue to the set of widgets
2006-02-18 Felix Paul Kühne* added a note about the update-checker to the news...
2006-02-18 Felix Paul Kühne* new CheckForUpdate panel (closes #310)
2006-02-01 Derk-Jan Hartman* A few Mac OS X intf fixes. To be honest. we should...
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-27 Benjamin Pracht* Add an controls to the vout (using the embedded vout...
2005-12-21 Derk-Jan HartmanPreliminary interaction framework for Mac OS X. Not...
2005-12-18 Benjamin Pracht* Apply changed made to the 0.8.5 branch to trunk.
next