]> git.sesse.net Git - vlc/history - modules/gui/macosx
Qt4 - Preferences, lastfm fix.
[vlc] / modules / gui / macosx /
2007-12-17 Felix Paul Kühne* fixed a crash when quitting VLC while scrolling the...
2007-12-16 Felix Paul Kühne* fixed 2 segfaults when switching categories within...
2007-12-16 Felix Paul Kühne* added navigation controls to the Help window (impleme...
2007-12-15 Rémi Denis-CourmontRemove code killed by previous commit
2007-12-15 Rémi Denis-CourmontHide internal settings
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-14 Pierre d'Herbemontmodules/macosx/prefs_widgets.m: module_GetConfig doesn...
2007-12-14 Pierre d'Herbemontmodules/gui/macosx/prefs*.m: Fix for module_t privatiza...
2007-12-14 Pierre d'Herbemontmodule/gui/macosx/intf.m: Use a const char * in paramet...
2007-12-14 Pierre d'Herbemontmodules/gui/macosx/playlist.m: Don't use p_module directly.
2007-12-11 Felix Paul Kühnecompile before you commit
2007-12-11 Felix Paul Kühneosx: disable the compilation of our update panel's...
2007-12-10 Felix Paul Kühnetypo
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-12-05 Felix Paul Kühne*coughcough*
2007-12-05 Felix Paul Kühne* display the GPL in a separate window linked in the...
2007-11-22 Damien FouilleulMacOS X: more EyeTV GUI improvements
2007-11-22 Damien Fouilleuleyetv: functional GUI panel, replaced Carbon style...
2007-11-19 Felix Paul Kühne* forward-port [23152]
2007-11-04 Felix Paul Kühne* ehm, added a missing test case checking if EyeTV...
2007-11-04 Felix Paul Kühne* use the hard-coded authors and thanks lists instead...
2007-10-28 Felix Paul Kühne* fixed Apple Remote support for Leopard. Note that...
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 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-18 Felix Paul Kühne* implemented the generic VLC media player Help window...
2007-10-12 Damien Fouilleulplaylistinfo.m: MacOS X GUI, fixed crash where meta...
2007-10-10 Damien Fouilleulmacosx: playlistinfo.m. small typo which caused ObjC...
2007-10-09 Felix Paul Kühnemacosx: Multiple GUI improvements follow j-b's and...
2007-10-01 Rafaël Carrémacosx interface: fix regression introduced in [21230...
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...
next