]> git.sesse.net Git - vlc/history - modules/gui/macosx
Qt4 - New icons for extended preferences.
[vlc] / modules / gui / macosx /
2007-09-20 Pierre d'Herbemontmacosx/intf.m: Fix Mac OS X interface.
2007-09-18 Rémi Denis-CourmontDon't cite strerror. It is a bad example!
2007-09-16 Rémi Denis-CourmontFix to var_GetNonEmptyString
2007-09-16 Rémi Denis-CourmontUse var_GetNonEmptyString were applicable
2007-09-13 Rafaël CarréFix macosx gui compilation (shame on me i broke it...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-23 Rafaël CarréFix macosx gui compilation
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-19 Felix Paul Kühne* default enable 'Black screens in fullscreen' and...
2007-08-18 Rafaël CarréFix input deadlocks in macosx gui
2007-08-18 Felix Paul Kühne* fixed a few unknown playlist queries
2007-08-18 Pierre d'Herbemontplaylist.m: More 21193 fixes.
2007-08-18 Pierre d'Herbemontplaylist.m: Fix the so problematic 21193.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-29 Pierre d'HerbemontMac OS X gui: Nicely keep the controller window on...
2007-07-08 Felix Paul Kühne* replaced a couple of to-be-deprecated cStrings by...
2007-07-07 Pierre d'HerbemontMac OS X gui: Work around an automake/libtool bug with...
2007-06-23 Pierre d'HerbemontMac OS X gui: Fade out in a smoother way.
2007-06-09 Pierre d'HerbemontMac OS X gui: Fix a comment.
2007-06-09 Pierre d'HerbemontMac OS X gui: Don't leak the autoreleased object.
2007-06-08 Pierre d'HerbemontMac OS X gui: Comply to "Cocoa Thread Safety" guideline...
2007-06-03 Laurent AimarFixed compilation problem.
2007-05-28 Felix Paul Kühne* prefer playlist item's meta title over its name,...
2007-05-20 Felix Paul Kühne* made the method names humanally readable, fixed a...
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-12 Pierre d'HerbemontMac OS X gui: Prevent a crash when dropping item on...
2007-05-11 Pierre d'HerbemontMac OS X gui: Make sure maximized window respect Mac...
2007-05-11 Pierre d'HerbemontMac OS X gui: Make sure we don't see a ghost window...
2007-05-10 Pierre d'HerbemontMac OS X gui: Fix a crash when waking up from sleep.
2007-05-09 Felix Paul Kühne* removed some dead code and corrected some minor stuff...
2007-05-08 Pierre d'HerbemontMac OS X gui: Fix tabs.
2007-05-08 Pierre d'HerbemontMac OS X gui: Fix tabs.
2007-05-08 Pierre d'HerbemontMac OS X gui: Fix logo appearance.
2007-05-08 Pierre d'HerbemontMac OS X gui: Protect against NULL string, and fix...
2007-05-08 Pierre d'HerbemontMac OS X gui: Send mouse wheel left/right event to...
2007-05-04 Pierre d'HerbemontMac OS X gui: Quick Preferences fix.
2007-04-25 Pierre d'HerbemontMac OS X gui: Make sure the fullscreen window will...
2007-04-22 Pierre d'HerbemontMac OS X gui: Use the proper vlc infrastructure to...
2007-04-22 Pierre d'HerbemontMac OS X gui: Use the scroll wheel to set the sound...
2007-04-14 Pierre d'HerbemontMac OS X gui: Pause playback when going to sleep.
2007-04-07 Felix Paul Kühne* re-worded the GUI strings a bit and removed a useless...
2007-04-04 Felix Paul Kühne* make sure that the fspanel is being actived in all...
2007-04-04 Felix Paul Kühne* fixed grammar (closes #1099); I would still prefer...
2007-04-02 Pierre d'HerbemontMac OS X gui: Fix a crash when asking for fullscreen...
2007-04-01 Pierre d'HerbemontMac OS X gui: Label the option "Check for VLC update...
2007-04-01 Pierre d'HerbemontMac OS X gui: Ask the user if she wants to check update...
2007-03-30 Pierre d'HerbemontMac OS X gui: Attempt to fix compilation error.
2007-03-28 Damien Fouilleulvoutgl.m: support for VOUT_REDRAW_RECT in agl code...
2007-03-27 Pierre d'HerbemontMac OS X gui: checkForUpdate may not run on first threa...
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-27 Pierre d'HerbemontMac OS X gui: Fix libvlc key handling when leaving...
2007-03-23 Christophe MutricyFix the strings.
2007-03-19 Pierre d'HerbemontMac OS X gui: Make sure the "force quit" menu item...
2007-03-11 Damien Fouilleul- voutgl.m: misc cleanup, reworked context locking...
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-08 Derk-Jan Hartman* use locking on the OpenGL context (using two APIs...
2007-03-07 Pierre d'HerbemontMac OS X gui: Small code cleanup. Remove NSLogs, avoid...
2007-03-05 Pierre d'HerbemontMac OS X gui: Make sure that misc.h is included as...
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: Revert [19198] (add items to the playlist...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix #1090 (add items to the playlist...
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-05 Felix Paul Kühne* fix propset 'Id'
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: Remove unwanted commit.
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-03 Pierre d'HerbemontMac OS X gui: Fix the fspanel screen selection, and...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix a double unlock issue, by making...
2007-03-03 Pierre d'HerbemontMac OS X gui: Use a recursive lock to be able to trigge...
2007-03-03 Pierre d'HerbemontMac OS X gui: Protect the fullscreen animation by a...
2007-03-03 Pierre d'HerbemontMac OS X gui: Rework VLCVoutWindow behaviour when macos...
2007-03-03 Pierre d'HerbemontDon't forget to release the screen when closing the...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure the embedded window don't get...
2007-03-03 Pierre d'HerbemontMake sure the cursor gets hidden in fullscreen on Mac...
2007-03-03 Pierre d'HerbemontCompare two NSScreen using their display id, rather...
2007-03-03 Pierre d'HerbemontFix main screen detection for the detached window on...
2007-03-03 Pierre d'HerbemontFix main screen detection on Mac OS X.
2007-03-03 Pierre d'HerbemontRemove unneeded friend class.
2007-03-03 Pierre d'HerbemontClose the embedded window only when playlist stop....
2007-03-02 Pierre d'HerbemontSupport other displays fade out. Change video-device...
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-03-01 Pierre d'HerbemontFix file name representation of the video output window...
2007-02-23 Felix Paul Kühne* added 2 boxes to the wizard to allow access to sout...
2007-02-23 Felix Paul Kühne* removed duplicated, buggy code which fixed #744 in...
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-20 Felix Paul Kühne* don't double free an object! Thanks to nivix for...
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2007-02-10 Felix Paul Kühne* fixed a bug which prevented the fspanel to show up...
next