Signal-iOS/SignalMessaging/Views/ImageEditor
Jordan Rose 76b716462e SSK: Make OrderedDictionary a struct and improve it a bit
- Now a struct, meaning no need for a clone() method
- Now a RandomAccessCollection indexed by Int
- Removed the subscript setter that EarlyMessageManager was using to
  make the reordering behavior more explicit
- Generalized insert(key:value:isAppend:) to insert(key:at:value:)
- Added removeSubrange(_:)
2021-03-04 10:30:54 -08:00
..
ImageEditorBlurRegionsItem.swift Blur tool with auto face blur 2020-06-03 12:21:17 -07:00
ImageEditorBlurViewController.swift Finalize blur tool UI 2020-06-03 14:15:36 -07:00
ImageEditorBrushViewController.swift Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
ImageEditorCanvasView.swift Reduce blurred wallpaper pixelization 2021-01-23 21:55:36 -08:00
ImageEditorContents.swift SSK: Make OrderedDictionary a struct and improve it a bit 2021-03-04 10:30:54 -08:00
ImageEditorCropViewController.swift Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
ImageEditorItem.swift Blur tool with auto face blur 2020-06-03 12:21:17 -07:00
ImageEditorModel.swift Resumable attachment download. 2020-08-01 12:18:13 -03:00
ImageEditorPaletteView.swift Change default drawing color to red 2020-06-01 13:10:45 -07:00
ImageEditorPanGestureRecognizer.swift Clean up brush stroke gesture usage. 2019-03-01 10:37:36 -05:00
ImageEditorPinchGestureRecognizer.swift Fix "Implicit conversion loses floating-point precision" 2020-01-17 16:08:35 -07:00
ImageEditorStrokeItem.swift Blur tool with auto face blur 2020-06-03 12:21:17 -07:00
ImageEditorTextItem.swift Pinch to change text size in image editor text tool. 2019-03-13 11:41:44 -04:00
ImageEditorTextViewController.swift Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
ImageEditorTransform.swift Fix translation normalization of the image editor transform. 2019-03-13 11:44:31 -04:00
ImageEditorView.swift Add mention picker support to attachment flows 2020-07-30 11:23:45 -07:00
OWSViewController+ImageEditor.swift fix compiler warning: extension visibility implies method visibility 2019-04-17 15:48:45 -06:00
PermissiveGestureRecognizer.swift Add support for video trimming. 2019-10-31 17:26:38 -03:00