- 04 Jun, 2012 1 commit
-
-
Felix Paul Kühne authored
Found by the GTM Xcode plugin, which was finally updated for Xcode4
-
- 24 Feb, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 24 Jan, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Oct, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 16 Aug, 2011 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 15 Aug, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 17 Jul, 2011 1 commit
-
-
Felix Paul Kühne authored
Fixes #4952
-
- 16 Apr, 2011 1 commit
-
-
Felix Paul Kühne authored
added used CC, added text operations on psz_authors to keep scrolling times reasonable and fixed a scrolling bug
-
- 06 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Jun, 2010 1 commit
-
-
Sebastien Zwickert authored
Remove observer from the notification center in the dealloc method to prevent a crash when notification center posts NSApplicationWillTerminateNotification and the VLAboutBox has already been released. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Aug, 2009 1 commit
-
-
Felix Paul Kühne authored
Basically, we starting scrolling at the beginning, if the window gets reopened and jump back to top once scrolling reached the end of the list.
-
- 12 Apr, 2009 1 commit
-
-
Felix Paul Kühne authored
-
- 14 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2008 1 commit
-
-
Konstantin Pavlov authored
-
- 17 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
* fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly
-
- 16 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
* added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-)
-
- 10 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 05 Dec, 2007 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
-
- 19 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 04 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
* use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk
-
- 18 Oct, 2007 1 commit
-
-
Felix Paul Kühne authored
* implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework..
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 02 Feb, 2007 1 commit
-
-
Felix Paul Kühne authored
- removed <10.3 support in the preferences' code - added preliminary support for Obj-C 2.0 / Garbage Collection - needs to be enabled manually in intf.h for now and is restricted to future Darwin release - updated various copyright dates to approbate values - configured the source tree in the Xcode project for future Xcode releases - finally renamed the Xcode project to the correct bundle extension
-
- 20 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 09 Oct, 2005 1 commit
-
-
Felix Paul Kühne authored
- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork - screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg - feel free to revert or modify this commit if you don't like it this way
-
- 26 Sep, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 12 Sep, 2005 2 commits
-
-
Felix Paul Kühne authored
* use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit
-
Felix Paul Kühne authored
-
- 25 Jul, 2005 1 commit
-
-
Felix Paul Kühne authored
* other files: small patch to make sure that About.nib is loaded only once
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 23 Feb, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 19 Dec, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 02 Dec, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Mar, 2004 1 commit
-
-
Benjamin Pracht authored
-
- 20 Sep, 2003 1 commit
-
-
Derk-Jan Hartman authored
- removed the defines for i_mode concerning random and loop. We use config variables for all of these. * src/libvlc.h: - removed the enqueue playlist config option. It's no longer used. - added a repeat option. vlc will keep playing the same playlist_item, until the option is unset. * src/playlist/playlist.c: - added a repeat, random and loop variable. - wxwindows should use these as well I think. * modules/gui/macosx: - added the INTF_ABOUT_MSG to the about dialog. - implemented the about and repeat items.
-