]> git.sesse.net Git - vlc/history - modules/gui/macosx
Code cosmetics.
[vlc] / modules / gui / macosx /
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
2008-03-27 Rémi Denis-CourmontUse KeyToString
2008-03-27 Rémi Denis-CourmontRemove useless check
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-26 Pierre d'Herbemontmacosx: avoid a crash if VLCIntf is NULL.
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ühneExpand the window downwards, as you would expect this...
2008-03-26 Felix Paul KühneDon't crash when using libgmalloc on Leopard (closes...
2008-03-26 Felix Paul Kühnehide the FSPanel at the same time as the cursor
2008-03-24 Felix Paul Kühneimplemented the display device selector.
2008-03-24 Felix Paul Kühneimplemented the Visualiser and Video Output module...
2008-03-24 Jean-Baptiste KempfHide Mouse Timeout on mac.
2008-03-23 Rafaël CarréMerge branch 'master' of git@git.videolan.org:vlc
2008-03-23 Felix Paul KühneImplemented full localisation.
2008-03-23 Felix Paul Kühneremoved trailing spaces, cough
2008-03-23 Felix Paul Kühnefinished hotkeys settings in simple prefs
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-12 Felix Paul Kühnedon't reset the controls when awaking from nib, but...
2008-03-12 Felix Paul KühneImplemented the hotkey section of the Simple Preferences
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-11 Felix Paul Kühnemacosx: show an end-user visible warning in case that...
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-03-03 Rémi DuraffortCheck the return value of services_discovery_GetService...
2008-02-28 Felix Paul Kühnemacosx-update: UPDATE_CHECK is defined in config.h...
2008-02-27 Felix Paul Kühne* coding style fixes (please don't do [NSString string...
2008-02-27 Felix Paul Kühnemacosx: Implemented the Subs/OSD and Input categories...
2008-02-27 Rafaël Carrémacosx gui playlist: allow drag & drop to the media...
2008-02-27 Rafaël Carréfix macosx update gui
2008-02-25 Rafaël Carrécosmetics + evil (?) -> hack (objective C definitely...
2008-02-25 Rafaël Carréfix update code in macosx gui
2008-02-24 Pierre d'Herbemontgui/macosx/interaction.m: Don't destroy twice the window.
2008-02-23 Pierre d'Herbemontmodules/gui/macosx.m: Make sure the module will termina...
2008-02-21 Rafaël Carréprefer macosx interface over qt4
2008-02-20 Damien Fouilleulmacosx: fix compile/runtime warnings
2008-02-20 Damien FouilleulMacOSX: fix macosx-embedded -> embedded-video migration
2008-02-13 Felix Paul Kühneqt4/macosx: fixed the embedded vout setting
2008-02-13 Felix Paul Kühnemacosx: implemented the Video category of the SimplePre...
2008-02-13 Felix Paul Kühnemacosx: removed the 'macosx-embedded' setting. It's...
2008-02-09 Felix Paul Kühnemacosx: same as previous commit plus revert of [24799...
2008-02-09 Felix Paul Kühnemacosx: fully implemented the interface and audio categ...
2008-02-07 Christophe MutricyDistribute update.m and update.m
2008-02-03 Felix Paul Kühnemacosx: GUI demo of Simple Preferences showing the...
2008-01-31 Felix Paul Kühnemacosx: added an extra sanity check to fix video playba...
next