]> git.sesse.net Git - vlc/history - modules/gui/macosx/intf.m
macosx: Fix crash log and remove some unneeded NSLog.
[vlc] / modules / gui / macosx / intf.m
2008-08-02 Pierre d'Herbemontmacosx: Fix crash log and remove some unneeded NSLog.
2008-08-02 Pierre d'Herbemontmacosx: Use a toolbar to display controls. (Doesn't...
2008-08-01 Pierre d'Herbemontmacosx: Localization of the crash log mail.
2008-08-01 Pierre d'Herbemontmacosx: Ask to send a mail to our bugreport ML if a...
2008-08-01 Pierre d'Herbemontmacosx: Fix crashlog opening.
2008-07-13 Pierre d'Herbemontmacosx: Make sure the volume slider is activated when...
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-07-12 Pierre d'Herbemontmacosx: Make sure we don't leak an input.
2008-07-12 Pierre d'Herbemontmacosx: Fix currently playing input item retrieving.
2008-07-12 Pierre d'Herbemontmacosx: Make sure input menu are up-to-date.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-08 Pierre d'Herbemontmacosx: Make sure we use the safe playlist_GetCurrentIn...
2008-07-06 Pierre d'Herbemontmacosx: Make sure we don't receive PLAY request when...
2008-07-05 Felix Paul KühneRemoved the 'Advanced' function from the complete prefs...
2008-07-05 Felix Paul KühneThere is no need to reload the playlist on every single...
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't leak an input_thread_t.
2008-07-05 Pierre d'Herbemontmacosx: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontmacosx: o_sendport not used, remove.
2008-07-05 Felix Paul KühneRemoved broken, unmaintained and unfinished code. May...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-05 Pierre d'Herbemontmacosx: Make sure we use pl_Yield alond with pl_Release.
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't return from manageIntf:...
2008-07-05 Pierre d'Herbemontmacosx: Use msg_Dbg instead on msg_Info.
2008-07-05 Pierre d'Herbemontmacosx: ExecuteOnMainThread is not used, delete it.
2008-07-05 Pierre d'Herbemontmacosx: Don't forget to unregister callbacks.
2008-07-05 Pierre d'Herbemontmacosx: 10.5-ification of the Main Controller Window...
2008-07-05 Pierre d'Herbemontmacosx: Make sure the manageIntf: Timer is getting...
2008-07-04 Pierre d'Herbemontmacosx: Merge the KillerThread and the manage thread...
2008-07-04 Pierre d'Herbemontmacosx: use pl_Release() with pl_Yield(), no vlc_object...
2008-06-28 Felix Paul Kühne*cough*
2008-06-28 Felix Paul KühneDon't try to use 10.5-only threading features on a...
2008-06-15 Felix Paul KühneRedesigned the window to make it look more Mac-like...
2008-06-14 Felix Paul KühneWork-around a playlist-core bug which prevents 'intf...
2008-06-13 Felix Paul KühneImplement the full/basic switch correctly and completel...
2008-06-12 Felix Paul KühneRedesign the Capture Device panel
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Pierre d'Herbemontmacosx: Sanitization. Suppress non-sense yield(->p_inpu...
2008-05-30 Pierre d'Herbemontmacosx: Make sure the killer_thread ends.
2008-05-30 Pierre d'Herbemontmacosx: Remove a trailing
2008-05-30 Felix Paul KühneFix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly...
2008-05-30 Pierre d'Herbemontmacosx: Fix a typo.
2008-05-30 Pierre d'Herbemontmacosx: Cleanup in -applicationWillTerminate:, properly...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-09 Pavlov KonstantinOSX GUI: Use "Fullscreen Video Device" instead of ...
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.
next