]> git.sesse.net Git - vlc/history - modules/gui/macosx
Fix description
[vlc] / modules / gui / macosx /
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-09 Jean-Baptiste KempfAllow SpinBox to go over 1600 in OS-X prefs.
2008-07-08 Pierre d'Herbemontmacosx: Yet an other locking typo.
2008-07-08 Pierre d'Herbemontmacosx: The playlist is unlocked at this time, so playl...
2008-07-08 Pierre d'Herbemontmacosx: Don't take the playlist lock blindly, where...
2008-07-08 Pierre d'Herbemontmacosx: Make sure we use the safe playlist_GetCurrentIn...
2008-07-08 Felix Paul KühneMinor unification
2008-07-08 Pierre d'Herbemontmacosx: Don't attempt to close the window in fullscreen.
2008-07-08 Pierre d'Herbemontmacosx: Fix +resetVout prototype. (Fix #1679 "Fullscree...
2008-07-08 Pierre d'Herbemontmacosx: Close the video directly when clicking on the...
2008-07-08 Pierre d'Herbemontmacosx: Correctly close the vout window if there is...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-07-06 Pierre d'Herbemontmacosx: Don't send PLAYLIST_SKIP. Fix adding item when...
2008-07-06 Pierre d'Herbemontmacosx: Use font from the Nib in the playlist.
2008-07-06 Pierre d'Herbemontmacosx: Fix various crashes with the fspanel.
2008-07-06 Pierre d'Herbemontmacosx: Remove a weird already_locked bool. (that remov...
2008-07-06 Pierre d'Herbemontmacosx: Invalidate the fspanel timer.
2008-07-06 Pierre d'Herbemontmacosx: Make sure we don't receive PLAY request when...
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-06 Felix Paul KühneShow tooltips on virtually all labels (except for the...
2008-07-06 Felix Paul Kühneminor ui changes
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: Fix a typo. (Fix sd listing at startup).
2008-07-05 Felix Paul KühneFixed a potential segfault
2008-07-05 Pierre d'Herbemontmacosx: Kind of fix the preferences on Mac OS X.
2008-07-05 Pierre d'Herbemontmacosx: Try to clean a bit the prefs code.
2008-07-05 Pierre d'Herbemontmacosx: Attempt to simplify that ugly code.
2008-07-05 Pierre d'Herbemontmacosx: No need to use VLC_OBJECT() here.
2008-07-05 Pierre d'Herbemontmacosx: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontmacosx: o_sendport not used, remove.
2008-07-05 Pierre d'Herbemontmacosx: Fix service discovery loading code char.
2008-07-05 Felix Paul KühneRemoved broken, unmaintained and unfinished code. May...
2008-07-05 Rémi Denis-CourmontCharset fixes
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-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-16 Felix Paul KühneRemoved the 'fetch-meta' setting as it isn't present...
2008-06-15 Felix Paul KühneRedesigned the window to make it look more Mac-like...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we have an autorelease pool in -check...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we do call update on main thread.
2008-06-15 Pierre d'Herbemontmacosx: Get rid of vlc_object_find(playlist).
2008-06-15 Pierre d'Herbemontmacosx: Fix assert. (hum).
2008-06-15 Pierre d'Herbemontmacosx: s/NSAssert/assert/
2008-06-15 Pierre d'Herbemontmacosx: Use var_GetBool.
2008-06-15 Pierre d'Herbemontmacosx: Use NSAssert for impossible cases.
2008-06-14 Felix Paul KühneWork-around a playlist-core bug which prevents 'intf...
2008-06-14 Felix Paul KühneAdded some stuff to make sure that we get nice fps...
2008-06-13 Felix Paul KühneImplement the full/basic switch correctly and completel...
2008-06-13 Felix Paul KühneAdd support for the http proxy password setting to...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-13 Felix Paul KühneAdded complete l10n to the Capture interface and a...
2008-06-12 Felix Paul KühneRedesign the Capture Device panel
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
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 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Pierre d'Herbemontmacosx: Sanitization. Suppress non-sense yield(->p_inpu...
2008-05-30 Rafaël CarréOSX GUI was forgotten in [85f5092ee68d13fd4056848d5a212...
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Felix Paul KühneMake sure the window is set to a normal level before...
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-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-06 Felix Paul Kühneuse PL_**LOCK instead of vlc_mutex_lock
2008-05-02 Rémi Denis-CourmontUse var_AcquireMutex for the quicktime lock.
2008-04-27 Felix Paul KühneUse NSInteger since we got it now
2008-04-27 Felix Paul KühneBe sure to declare NSInteger if it isn't present
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-21 Felix Paul KühneSave the Last.FM account's password correctly
2008-04-20 Rafaël CarréFix ddf73ca0199b45de2b8b924a131df3922e5d48b5 : the...
2008-04-20 Rafaël CarréCheck dialog return value
2008-04-18 Felix Paul KühneImproved functionality, thanks to the feedback by Rober...
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
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-04-08 Felix Paul KühneSlightly cleaned the way we delete items
2008-04-08 maxime RipardBugfix Stats Panel
2008-04-06 Felix Paul KühneFixed a rare crash and slightly cleaned the sprefs
2008-03-28 Felix Paul KühneFixed 'Blackout screens' on multi-screen setups
next