2 Commits (4e2ba724a469d856dcb2dfefd443a03cac34a766)

Author SHA1 Message Date
David Fuhrmann 0daa49d2a7 macosx: rename to VLCCoreInteraction 10 years ago
David Fuhrmann b3e1b006e4 macosx: rename to VLCVideoEffectsWindowController 10 years ago
David Fuhrmann fabe8243fe macosx: Replace VLCIntf by getIntf() 10 years ago
David Fuhrmann a984dec865 macosx: do not load windows if not necessary 10 years ago
David Fuhrmann 858e2e6510 macosx: sharedDialogs: rename properties for l10n strings 11 years ago
David Fuhrmann 0b2f47e8e9 macosx: popup panel: switch from delegate to completion block 11 years ago
David Fuhrmann 2609901edf macosx: TextfieldPanel: change result handling from delegate to block 11 years ago
David Fuhrmann 4da13fbc66 macosx: Modernize and fix shared dialog panels 11 years ago
David Fuhrmann 7b66b72d73 macosx: Convert VLCVideoEffects to NSWindowController subclass 11 years ago
Felix Paul Kühne 2f854ae389 macosx: deploy string conversation function in more cases 11 years ago
Felix Paul Kühne 4e862a1f37 macosx: use NSArray's firstObject where appropriate 11 years ago
Felix Paul Kühne 9e904e66f4 macosx/video effects: remove object instance from xib file and further reduce the exposed class API 11 years ago
Felix Paul Kühne d21e2440ea macosx: remove support for OS X 10.6 Snow Leopard 11 years ago
Felix Paul Kühne 5fb6cff9d4 macosx: update singleton creation 11 years ago
Felix Paul Kühne 9b11fa7e37 macosx: move from manual to automatic property synthesis 11 years ago
Felix Paul Kühne 0b9b7eab08 macosx: privatise instance variables and resolve class dependencies on internal implementation details 11 years ago
Felix Paul Kühne bb15c81583 macosx: switch to automated reference counting (refs #2813) 11 years ago
David Fuhrmann 93d573ce38 macosx: video effects: avoid type mismatch warning 12 years ago
David Fuhrmann feeb8e7d41 macosx: video effects: fix hue slider and convert saved video effect profiles to new range 12 years ago
David Fuhrmann df5b3c493b macosx: use isEqualToString instead of isEqual 12 years ago
David Fuhrmann 081cba9ccc macosx: Use floating window level for effects and other panels 12 years ago
David Fuhrmann 677511e79b macosx: video effects: simplify restoring video-filter and sub-source 12 years ago
David Fuhrmann ddccf6b050 macosx: video effects: only set video splitters when needed 12 years ago
David Fuhrmann 84d73bcd12 macosx: add input changed event and reset shown crop values for new input 12 years ago
David Fuhrmann 32693a7ecb macosx: video effects: add brightness-threshold to the profiles string 12 years ago
David Fuhrmann d23ddc933c macosx: auto-apply brightness-threshold value in video effects panel 12 years ago
David Fuhrmann 3b20c97bb9 macosx: constify char* parameters for setVideoFilter* 12 years ago
David Fuhrmann 689f67e98f macosx: correctly reset video-splitter on video effects profile change 12 years ago
David Fuhrmann c556711db3 macosx: fix crash when applying video effects profile 12 years ago
Felix Paul Kühne c16ab7a4f6 macosx: move video filter control code to the global libvlccore control object since it does not belong in a window controller 12 years ago
David Fuhrmann 5428d0e1f1 macosx: improve logic to toggle effect windows 12 years ago
David Fuhrmann 09e1913c53 macosx: remove unneeded free 13 years ago
David Fuhrmann 31b1205fd6 macosx: fix use after free for video effects string 13 years ago
Felix Paul Kühne 706da72a53 macosx: fix compilation on 10.6 with clang 3.0 13 years ago
David Fuhrmann 083c2a2432 macosx: fix a bunch of string memleaks in video effects panel code 13 years ago
David Fuhrmann a3c4d7c7f9 macosx: do not enable video filters which are not set in profile (fixes #9010) 13 years ago
David Fuhrmann 52babf6e6f macosx: video effects: fix for applying profile settings with different filter strings (refs #9010) 13 years ago
Felix Paul Kühne 3efeac8318 Revert "macosx: clean code of objectAtIndex" 13 years ago
Felix Paul Kühne 69cb2f8ca4 macosx: remove former puzzle option 13 years ago
David Fuhrmann cec394f2a8 macosx: remove obsolete puzzle black box checkbox 13 years ago
Felix Paul Kühne 00b2fcce88 macosx: clean code of objectAtIndex 13 years ago
Felix Paul Kühne cc3fef6df3 macosx: use modern ObjC syntax for C-String to NSString conversations 13 years ago
Felix Paul Kühne 7033729747 macosx: upgrade read-only array initializations to the modern ObjC syntax 13 years ago
Felix Paul Kühne 599b30e838 macosx: save 19 l10n strings by replacing them with already present strings from other modules 13 years ago
David Fuhrmann a02360f242 macosx: fix and improve window level handling 13 years ago
David Fuhrmann 208947e44f macosx: video effects panel: autosave profiles and other refinements for profile management 13 years ago
David Fuhrmann 6abd40f4e6 macosx: video effects panel: integrate video-splitter into profile strings 13 years ago
David Fuhrmann b11595671b macosx: video effects panel: code style cleanup 13 years ago
David Fuhrmann bec9b75ce8 macosx: video effects panel: add missing vlc_object_release 13 years ago
David Fuhrmann e378fa45a7 macosx: video effects panel: synchronize text field and stepper values properly by using cocoa bindings 14 years ago