Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Marcin K

Makeing the World a better place
Collective - https://opencollective.com/krzyzanowskim - Website: https://swift.best - Code: https://github.com/krzyzanowskim

safely enumerate layout in the viewport

github.com/krzyzanowskim/STTextView - b99858d0b7b339d20cc7c83f6c769772154807ae authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
NSCoder initializer is not available

github.com/krzyzanowskim/STTextView - f5a5ae48932ba46792dfc6ce8037d4e2146c28d1 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
make selectable for editable. disable editable when disable selectable

github.com/krzyzanowskim/STTextView - d7547de4087aef128ed02968dcac318e84ef16fe authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
ApproximateEquality is internal

github.com/krzyzanowskim/STTextView - 35c63b6742f09d47763f62b3e568ee3eb7172380 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Move more public API to STTextKitPlus target

github.com/krzyzanowskim/STTextView - 8e702a9b81017db7696613d7b158b5f23ceb5973 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
STTextKitPlus library and target with public TextKit helpers

github.com/krzyzanowskim/STTextView - d86bbabd3914e51893754a1228e11f365ec03fd5 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Add readable/writeable pasteboard types

github.com/krzyzanowskim/STTextView - 2b5d98851e5a42e16ba1c9486a4da51908972e2a authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Fix/Workaround deprecated pasteboard types handling

On a Swift type level "NSPasteboardType.string = NSPasteboard.PasteboardType.string"
that's not ...

github.com/krzyzanowskim/STTextView - 0f5010695b90aa32f7d011918de9bf561b44b2cb authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Implement NSServicesMenuRequestor and use in copy&paste

github.com/krzyzanowskim/STTextView - 731737573e66546a0184ec7847c8b08c993da2e8 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Invalid cursor

github.com/krzyzanowskim/STTextView - e69b34fb944ff851b396f2b485d2908abcaf2a74 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Handle custom keyboard shortcut in performKeyEquivalent

github.com/krzyzanowskim/STTextView - e05b7901371cd10244247b051f4a147150de7ff0 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
minor

github.com/krzyzanowskim/STTextView - 4b7230d6a2800ee307f02aa0346be451b57d2832 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Remove is any

github.com/krzyzanowskim/STTextView - 85d8ae92299baca3699b7ec3569e38e2f175436d authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Remove insertion point on selection (improved)

github.com/krzyzanowskim/STTextView - 384120a92d8b601da36e1892ca7cabcb51ac7966 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Remove insertion point view only if needed

github.com/krzyzanowskim/STTextView - e49437844106a06b627c86611f1468ce8029646f authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Refine custom completion view delegate

github.com/krzyzanowskim/STTextView - 3f843229e7fa304e4cc16acda7ab0cffffdaac88 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
docs update

github.com/krzyzanowskim/STTextView - f23474811aa87d160bf462e4a6d63246263753c5 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Modernize completion API by embracing 'any protocol'

github.com/krzyzanowskim/STTextView - 3d2c003fc8242a69c63496ca40d712872e1d361b authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Open default annotation class

github.com/krzyzanowskim/STTextView - 8f259ebd686ffd9e18d5c4a9b06409f8ba94ad89 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Default marked attributes to underline

github.com/krzyzanowskim/STTextView - 89dd9613324b8f91775179f4a7591e278dfc3643 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Full height insertion point

github.com/krzyzanowskim/STTextView - c543698d7343c055c031a73f2cff7aa357ca2af0 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Make STCompletionItem NSView based

github.com/krzyzanowskim/STTextView - c3b37b51c2645cbd48f3b26143722d8d1afc78c9 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Remove redundant frame

github.com/krzyzanowskim/STTextView - 897c5ffe3c6b35664ab085d43238b3a95e79440d authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Completion item implementation provide a row view

github.com/krzyzanowskim/STTextView - f6d2c50ba0f7b99e3bfd94b19e94e112eb674992 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Rewrite completion row to SwiftUI Views

adopt "any STCompletionItem" in place of "Any"

github.com/krzyzanowskim/STTextView - d9b36b264c6daaf85675971692284be55769ca5f authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Adjust completion window height

github.com/krzyzanowskim/STTextView - 5c297482eff837f0cc54bbf82b6a55b1cf6c2a14 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Update completion content design

github.com/krzyzanowskim/STTextView - a5ce9f4fa04052ed1af4b588c4d247c81da8f184 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Add shouldChangeText check to Delete (#22)

* Add `shouldChangeText` check to Delete

* Use Empty String in shouldChangeText

Co-authore...

github.com/krzyzanowskim/STTextView - dbc323cf4c6257736555e45c7da05b1b0dac8b21 authored about 1 year ago by Khan Winter <[email protected]>
Remove unecessary call

github.com/krzyzanowskim/STTextView - e12ee449759523feab0c4282266134d937f8223c authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Minor adjustments to the completion tableview

github.com/krzyzanowskim/STTextView - ad8f107abc9a3e1db2e19e277c9f8e2ec8ca3290 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Filter out empty range

github.com/krzyzanowskim/STTextView - 943d2a4460408ae351aa740192ecaa657b5e39e3 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Set actual range

github.com/krzyzanowskim/STTextView - 51133d36b5c5fac6212462beee6edfa8b065d351 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Account for out of bounds range

github.com/krzyzanowskim/STTextView - 82a50037e10443eca827cfde077ab3da1c5a59d5 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Fix finding character index at point

github.com/krzyzanowskim/STTextView - 1a616d5cba0e73a1f397ce4a813a2a30955bf8ea authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
REmove warning

github.com/krzyzanowskim/STTextView - 9f90b378d6644550c82de89f1b2072987eeca19a authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Rename file

github.com/krzyzanowskim/STTextView - 2a6fba007668741ba2d3b8304d877cc986c83aae authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Add documentation

github.com/krzyzanowskim/STTextView - e7b4f59144fde63b098c93081a0946ac10ed55b5 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
cleanup

github.com/krzyzanowskim/STTextView - 872784eb603fb0680f243d89a9bb9dba60d77570 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Do not expose internal type

github.com/krzyzanowskim/STTextView - 730f96b96eee96a1f31c87ecff3bb982f9d3421f authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Update SwiftUI API to support modifiers-based styling

github.com/krzyzanowskim/STTextView - 03a5721937320e01acc6438221c8e2a08998bbd0 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Fix text two-way binding updates

github.com/krzyzanowskim/STTextView - e024407cccbae05eb202414bbc2a23e79cb6dc37 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Refactor into custom gesture recognizer

github.com/krzyzanowskim/STTextView - b25180a09088130df50cb6d8b4611060d52a5a9f authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Refine drag selected text gesture

github.com/krzyzanowskim/STTextView - a651096f5619ae6af1478d2053e01dc12b04ce22 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Cancel long press gesture outside selection area

github.com/krzyzanowskim/STTextView - 116065ebe11cd1a637930b3087f91644f70a948e authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Update README

github.com/krzyzanowskim/STTextView - 167de99be5003f5f2e2bd5b56dae0bc7c4682d17 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Handle drag gesture

github.com/krzyzanowskim/STTextView - c10463dfd42dd65fbfc6882217c2a2a5a8523676 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Draw a range

github.com/krzyzanowskim/STTextView - ec9245c9ca1290ebea4975eb52bd78215f45fc99 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Rename internal classess

github.com/krzyzanowskim/STTextView - df30c3c2cf9916a715b3de2eab1637cc453b2c85 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
dragNdrop stub methods

github.com/krzyzanowskim/STTextView - 20dabc4cad692fa18afa95cd8423717bae42c82b authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Fix segment frame calculation. Start STTextLayoutRangeView to draw selected fragment.

github.com/krzyzanowskim/STTextView - 4a5a4e0804f58ab667c45766355c5f2ddf881259 authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Merge branch 'main' into feat/draft-irtf-cfrg-xchacha-03

github.com/krzyzanowskim/CryptoSwift - 45c1a5ea5d8532381edfb41b04952a29c1f36776 authored about 1 year ago by Zsombor Szabo <[email protected]>
Make default cursor more rounded

github.com/krzyzanowskim/STTextView - 322f9b456dfbfa5b90c6f0c9c21c5aac24a7939d authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Insertion point view goes on top of content view, as documented

github.com/krzyzanowskim/STTextView - 20dc4d89225e759c167ca3bdb55d81d713985edc authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Default insertion point color uses accent color

github.com/krzyzanowskim/STTextView - 8efc2bcbc6a685bfd1ea887fbca13734a30dc96a authored about 1 year ago by Marcin Krzyzanowski <[email protected]>
Demo app keep the annotation in the same place visually

github.com/krzyzanowskim/STTextView - 6a07e251666803e3afd6c07e9103432575f006d4 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Improve the marked text undeline color handling

github.com/krzyzanowskim/STTextView - 65bff87cce771040fbafbfac121e7d41c8f5dece authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Improve marked text logic

github.com/krzyzanowskim/STTextView - 52cdaeddfb5b438577d1bbe242b53a1fb14179ec authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Validate marked text attributes

github.com/krzyzanowskim/STTextView - 0d5e1b7c41e3c15ad8a1d74b138adef9e7de0684 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Rework Marked text handling

github.com/krzyzanowskim/STTextView - 93cc0e4903d51f252313a6159dd2186c5f351aa1 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
MarkedText is a class

github.com/krzyzanowskim/STTextView - f714d20110512646a061937fa6abfcf7d00ea1de authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add Logger. Let text input context handle ecent first

github.com/krzyzanowskim/STTextView - bf4ee538ff3f31e54b73548719373dcb3ae924d8 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Use markedTextAttributes

github.com/krzyzanowskim/STTextView - 232241cec5de38630955eeadc3e42c31dfef3ad1 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Apply macOS 14 highlight workaround

github.com/krzyzanowskim/STTextView - c992d762348865658a08529afd91223001317850 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Adjust highlight fill rect

github.com/krzyzanowskim/STTextView - 1f190bb73d0b9e5ea05a2720fb3f41f339f90171 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Draw background in bounds, not dirty rect (changed beh. on macOS 14)

github.com/krzyzanowskim/STTextView - 3951b86690029da4bfbe280b32b893656dfee87f authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Move to NSView

github.com/krzyzanowskim/STTextView - 8aab5b7488e6dbddefe311c42f51ee060b32181d authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Unfortunately can't build on Xcode 14, so revert

github.com/krzyzanowskim/STTextView - 319e8fc74151eee766b37aed64dfb35b0fe889b3 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
defaultTextInsertionPoint uses system provided color on macOS 14

github.com/krzyzanowskim/STTextView - 216768122ad3dfabbed2deb566c304d33672ae3d authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Address compiler warning

github.com/krzyzanowskim/CryptoSwift - c80bcc0fa7a65b3580d08fee1e276838f02c5105 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
OpenSSL 1.1.1u

github.com/krzyzanowskim/OpenSSL - 0c70e4b7d22411a7fe3ff59b913d5b760b735ce1 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Swift 5.9 is not my fault

github.com/krzyzanowskim/STTextView - 763cf1ce4a8990504b46dab7f40a0d2a811cd1f7 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Handle underline(_:) action

github.com/krzyzanowskim/STTextView - ff4e7292576115caf3b61632dd9b029bd186f505 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Build attributed string for the range onlyu

github.com/krzyzanowskim/STTextView - 7a20f350bb6b18601ffa68b6bd2b85f5f809aca2 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Restrict font panel modes

github.com/krzyzanowskim/STTextView - 0c4a5251fff61f0ae5fdbdce38c40bddf3c6acf4 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Create codeql.yml

Signed-off-by: Marcin Krzyzanowski <[email protected]>

github.com/krzyzanowskim/STTextView - 39ca6c15b18585cf3170194f124a40fb55194703 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Revert inset change

github.com/krzyzanowskim/STTextView - d9890b2ec9fe747303c51548bcbac33b37717899 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Account for horizontal inset (from ruler) to calculate content width

github.com/krzyzanowskim/STTextView - 809044b925779ece5ff3493572ea4f052b66ce13 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
invalidateHashMarks already set needsDisplay

github.com/krzyzanowskim/STTextView - 7ffafcdd13325d440984b1e56a997d89ac0ffd91 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Highlight whole fragment, not just a single line

github.com/krzyzanowskim/STTextView - 5abb0867a3882b7687218b0b69d8264de59f4a05 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Update README

github.com/krzyzanowskim/STTextView - d75a26b674478e2a47f3bb10fd92f01d623919dd authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Don't accept keyDown if not editable

github.com/krzyzanowskim/STTextView - 872fd598456796e9871a39e815443dc6822a3349 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Change window title

github.com/krzyzanowskim/STTextView - a4418714742ac2f41d280709ec5b9d4ebf17030b authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Rename module TextView -> STTextViewUI

github.com/krzyzanowskim/STTextView - 6975b774235d7879e6d0989c62349390dc50869a authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
call handleEvents on mouse events

github.com/krzyzanowskim/STTextView - 38812f746b581547b1e06bee3ba004e94c71d717 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add NSTextContent conformance

github.com/krzyzanowskim/STTextView - b3563bbc9d99b7611fe0611dbe912fd9ae89aede authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add different typografic to demo data

github.com/krzyzanowskim/STTextView - 7a64de9d85f06abe9eabd991115bde6038bdceef authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Address/Fix selection glitches

github.com/krzyzanowskim/STTextView - 6df77c3e88231d2a10e20d18bf7a234abf1ebdbf authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Update README

github.com/krzyzanowskim/STTextView - 3fca3f3fd50c7aab27837f9578d1f433a6b0b78c authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Change args to optionset

github.com/krzyzanowskim/STTextView - d87a7c503cb012fc0037bd59f6ef9e4f89db129d authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Update README

github.com/krzyzanowskim/STTextView - eecdf35d59e0819df5d2fa68feca19151a7b8359 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add just one annotation

github.com/krzyzanowskim/STTextView - ba667520e839aadf4501a4a6b9ef8779bff55add authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add text attributes after setup ruler. Ruler uses textView.font that is affected by the first chracter attributes now

github.com/krzyzanowskim/STTextView - cf2603a9c561ff429c79a4ef99ccf8a01aa49a92 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Add test checking NSTextView behavior

github.com/krzyzanowskim/STTextView - 6708c4fd94b3be879b0df8917eb1343239a914dd authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Fix typing attributes.

Update typing attributes after updating attributes as it may affect current insertion point loca...

github.com/krzyzanowskim/STTextView - 49a017eda5395e83ac99bc16bcc05acfd0350cd7 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Update typingAttribties at the insertion point. Add tests

github.com/krzyzanowskim/STTextView - fedaf46705390613fc6dcd33f4fee8d35a25866c authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Annotation accept AttributedString

github.com/krzyzanowskim/STTextView - a7e2f1d4be1f29e251de8987abbfb505a613a0fe authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Improve performance of attributedString

github.com/krzyzanowskim/STTextView - aeb8e7f24ab25cdd773edc3baa6a281eebc76c62 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
Test builds

github.com/krzyzanowskim/STTextView - 24fff5bd1dec4c71411e4b33b3717b02243de9e2 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>
cleanup

github.com/krzyzanowskim/STTextView - 86473732f1eb07820cc34ea97dceb61e9fd965a1 authored over 1 year ago by Marcin Krzyzanowski <[email protected]>