-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NS Scroll View Magnification #37
base: master
Are you sure you want to change the base?
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb0c134 - Browse repository at this point
Copy the full SHA bb0c134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d2422 - Browse repository at this point
Copy the full SHA 81d2422View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd68ee2 - Browse repository at this point
Copy the full SHA fd68ee2View commit details -
Fix handling of NSTextContainer and NSTextStorage in NSTextView.subproj
Fix issue where a layout manager's NSTextStorage could be `nil` at initialization but later set by introducing the `_setTextStorage:` method to NSTextView. Add stubs a for missing properties in NSTextView. Refactor `firstTextView` to properly find and return the first text view, or `nil` if there are no text views. Use 64-bit ready types where applicable. Relocate unrelated code from _setTextStorage
Configuration menu - View commit details
-
Copy full SHA for 5300f80 - Browse repository at this point
Copy the full SHA 5300f80View commit details -
Add document format inference in NSAttributedString
Adds code in `initWithData` to infer document format for RTF, HTML, and plaintext documents. Additionally refactors NSAttributedString to use the correct attribute types as described in Apple's documentation.
Configuration menu - View commit details
-
Copy full SHA for e086fe9 - Browse repository at this point
Copy the full SHA e086fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6272f - Browse repository at this point
Copy the full SHA 2f6272fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fcfc33 - Browse repository at this point
Copy the full SHA 7fcfc33View commit details -
Add framework for size and magnification methods
Add stubs for content size, frame size, and magnification size, and add basic implementations where feasible.
Configuration menu - View commit details
-
Copy full SHA for a4bc3fe - Browse repository at this point
Copy the full SHA a4bc3feView commit details -
Implement NSParagraph TabStops properly
Implement NSTextTab handling based on the GNUStep implementation, with formatting and other adjustments.
Configuration menu - View commit details
-
Copy full SHA for b3c2e2d - Browse repository at this point
Copy the full SHA b3c2e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a72e581 - Browse repository at this point
Copy the full SHA a72e581View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c5c1c - Browse repository at this point
Copy the full SHA d6c5c1cView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bce2767 - Browse repository at this point
Copy the full SHA bce2767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317e077 - Browse repository at this point
Copy the full SHA 317e077View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1507165 - Browse repository at this point
Copy the full SHA 1507165View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e509e - Browse repository at this point
Copy the full SHA a1e509eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a6574 - Browse repository at this point
Copy the full SHA 44a6574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab8aac - Browse repository at this point
Copy the full SHA 1ab8aacView commit details -
added exceptions to setting magnification, first implementation of se…
…tMagnfication through rect and point, and allowed negative values to be passed to scaleUnitSize
Configuration menu - View commit details
-
Copy full SHA for 0ae4f4c - Browse repository at this point
Copy the full SHA 0ae4f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c190383 - Browse repository at this point
Copy the full SHA c190383View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14cf4f5 - Browse repository at this point
Copy the full SHA 14cf4f5View commit details