macosx: remove VLCStringUtility
Use C functions instead of an ObjC singleton for string operations and move all string related operators to a single header/implementation
Showing
- extras/package/macosx/VLC.xcodeproj/project.pbxproj 2 additions, 6 deletionsextras/package/macosx/VLC.xcodeproj/project.pbxproj
- modules/gui/macosx/Makefile.am 0 additions, 1 deletionmodules/gui/macosx/Makefile.am
- modules/gui/macosx/NSString+Helpers.h 57 additions, 2 deletionsmodules/gui/macosx/NSString+Helpers.h
- modules/gui/macosx/NSString+Helpers.m 335 additions, 3 deletionsmodules/gui/macosx/NSString+Helpers.m
- modules/gui/macosx/VLCAddonListItem.m 1 addition, 1 deletionmodules/gui/macosx/VLCAddonListItem.m
- modules/gui/macosx/VLCCoreInteraction.m 2 additions, 2 deletionsmodules/gui/macosx/VLCCoreInteraction.m
- modules/gui/macosx/VLCErrorWindowController.m 1 addition, 1 deletionmodules/gui/macosx/VLCErrorWindowController.m
- modules/gui/macosx/VLCLibraryWindow.m 1 addition, 1 deletionmodules/gui/macosx/VLCLibraryWindow.m
- modules/gui/macosx/VLCMain+OldPrefs.m 1 addition, 1 deletionmodules/gui/macosx/VLCMain+OldPrefs.m
- modules/gui/macosx/VLCMain.h 1 addition, 1 deletionmodules/gui/macosx/VLCMain.h
- modules/gui/macosx/VLCMainMenu.m 30 additions, 31 deletionsmodules/gui/macosx/VLCMainMenu.m
- modules/gui/macosx/VLCMainWindow.m 2 additions, 2 deletionsmodules/gui/macosx/VLCMainWindow.m
- modules/gui/macosx/VLCOpenWindowController.m 2 additions, 2 deletionsmodules/gui/macosx/VLCOpenWindowController.m
- modules/gui/macosx/VLCPLModel.m 1 addition, 1 deletionmodules/gui/macosx/VLCPLModel.m
- modules/gui/macosx/VLCPlaylist.m 5 additions, 5 deletionsmodules/gui/macosx/VLCPlaylist.m
- modules/gui/macosx/VLCRendererItem.m 1 addition, 1 deletionmodules/gui/macosx/VLCRendererItem.m
- modules/gui/macosx/VLCResumeDialogController.m 1 addition, 1 deletionmodules/gui/macosx/VLCResumeDialogController.m
- modules/gui/macosx/VLCSimplePrefsController.m 3 additions, 3 deletionsmodules/gui/macosx/VLCSimplePrefsController.m
- modules/gui/macosx/VLCStringUtility.h 0 additions, 72 deletionsmodules/gui/macosx/VLCStringUtility.h
- modules/gui/macosx/VLCStringUtility.m 0 additions, 395 deletionsmodules/gui/macosx/VLCStringUtility.m
Loading
Please register or sign in to comment