]> gitweb.factorcode.org Git - factor.git/history - basis/cocoa
scryfall: parse mtga deck format
[factor.git] / basis / cocoa /
4 days ago Doug Colemancocoa.statusbar: a bit of refactoring
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use ?call
2023-02-26 Doug Colemankernel: use ?call
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemancocoa.pasteboard: use correct ?transmute
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-01-30 Doug Colemancocoa.messages: add a word to get all objc class names
2023-01-29 Doug Colemancocoa.message: better unknown objc type with class...
2023-01-29 John Benediktssoncocoa.messages: fix typo and print to stderr
2023-01-29 Doug Colemancocoa.messages: with-out-parameters has a local alloc...
2023-01-29 Doug Colemancocoa.messages: Don't import if we don't know the type
2023-01-27 Doug Colemancocoa: add NSFontManager and some words to use it
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-07-31 Doug Colemancocoa.application: use subseq again
2022-07-31 Doug Colemanfactor: use new words
2022-01-26 John Benediktssoncocoa.apple-script: fix tests for quote-apple-script
2022-01-25 John Benediktssoncocoa.apple-script: fix help-lint
2022-01-25 Doug Colemanelevate: make it load/compile
2022-01-25 Cat Stevensmove quote-apple-script to cocoa.apple-script and out...
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-12-31 John Benediktssonui.backend.cocoa: set the light/dark theme on startup...
2021-04-16 Doug Colemancocoa: Ask the OS for which image file extensions are...
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2021-01-28 Doug Colemancocoa.statusbar: Add some words to make a systemStatusB...
2021-01-28 Doug Colemancocoa: Add more cocoa/objc methods. lookup-method ...
2019-09-08 kusumotonorioNSNotFound for both 32 bit and 64 bit environments
2018-08-28 Doug Colemancocoa.messages: Add a Cocoa union type to import NSData.
2018-07-07 Doug Colemancocoa.messages: fix docs..
2018-07-07 Doug Colemandocs: fix docs for help-lint
2018-03-13 John Benediktssoncocoa: cleanup ?-> syntax and implementation.
2018-03-13 John Benediktssoncocoa: change ?-> to always cache stubs in syntax word.
2018-03-13 John Benediktssoncocoa.touchbar: another experiment for the 10.11 build...
2018-03-13 John BenediktssonRevert "cocoa.touchbar: quick hack to experiment with...
2018-03-13 John Benediktssoncocoa.messages: fix for ".cxx_destruct" selector name.
2018-03-13 John Benediktssoncocoa.messages: bind classname.methodname selectors...
2018-03-12 John Benediktssoncocoa.touchbar: quick hack to experiment with 10.11...
2018-01-28 John BenediktssonRevert "cocoa.touchbar: try this."
2018-01-27 John Benediktssoncocoa.touchbar: try this.
2018-01-02 John Benediktssoncocoa.touchbar: use arrays of strings instead of enums.
2017-08-06 Doug Colemancocoa.apple-script: Make APPLESCRIPT: take a string.
2017-08-06 Doug Colemancocoa: CLASS: ; -> <CLASS: ;CLASS>
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemancocoa: Allow ?-> syntax for methods that might not...
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2017-05-30 Doug Colemancocoa.touchbar: Add platforms file.
2017-05-30 Doug Colemancocoa: Add basic support for TouchBar.
2017-05-29 Doug Colemancocoa: Import more classes for TouchBar support.
2017-05-29 John Benediktssoncocoa.dialogs: simple fix for split-path errors with...
2017-02-12 John Benediktssoncocoa.messages: simplify (objc-class).
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-08-10 Björn Lindqvistalien.*: frontend varargs support! #1677
2016-06-29 John Benediktssoncocoa.views: more constants.
2016-06-29 Doug Colemancocoa.views: add some constants for opengl.
2016-03-31 Doug Colemanbasis: Cleaning up tests using lists and IN: forms.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 John Benediktssonremove redundant IN:
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-13 Doug Colemancocoa: Syntax is funky, so regularize it by parsing...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-12-16 John Benediktssoncocoa.dialogs: document save-panel stack effect better.
2014-12-14 John Benediktssoncocoa: cleanup usings.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-31 John Benediktssoncocoa: switch back to an assoc, used by tools.deploy...
2014-10-31 John Benediktssoncocoa: fix requirement that mac deploys have high refle...
2014-07-08 John Benediktssoncocoa.plists: use new NSFastEnumeration>hashtable word.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-10-11 John Benediktssoncocoa.apple-script: adding some docs.
2013-10-11 John Benediktssoncocoa.apple-script: add APPLESCRIPT: syntax for definin...
2013-10-10 John Benediktssoncocoa.apple-script: adding a simple applescript runner.
2013-04-26 John Benediktssoncocoa.messages: name sender-stubs by signature since...
2013-03-30 John Benediktssoncocoa: maybe this is cleaner...
2013-03-30 John Benediktssoncocoa: add ?-> to remember messages being used at runtime.
2013-03-30 John Benediktssoncocoa.messages: fix for deploy problem.
2013-03-30 John Benediktssonui.backend.cocoa.views: more robust respondsToSelector...
next