Commit Graph

10180 Commits (1f517a1db8beb23539d1c96ac31229d8608a5f22)

Author SHA1 Message Date
unknown 1f517a1db8 Fix using 2008-12-14 17:14:11 -06:00
Doug Coleman 35f01b1577 remove >r r> 2008-12-14 01:34:58 -06:00
Doug Coleman 8f175ca58a Merge branch 'master' of git://factorcode.org/git/factor 2008-12-14 00:53:23 -06:00
Doug Coleman fcb761d257 remove >r r> 2008-12-14 00:52:15 -06:00
Doug Coleman 25ef292d60 remove >r r> 2008-12-14 00:51:00 -06:00
Doug Coleman 6671193879 remove >r r> 2008-12-14 00:48:06 -06:00
Doug Coleman 0c1d5ccbb1 remove >r r> 2008-12-14 00:45:46 -06:00
Doug Coleman 3b5a6b8dc9 remove >r r> 2008-12-14 00:44:23 -06:00
Doug Coleman 1ef79bc87f remove slides/lib.factor -- why was it still here? 2008-12-14 00:43:48 -06:00
Doug Coleman 8887fbaa52 remove >r r> 2008-12-14 00:41:30 -06:00
Doug Coleman 0329083970 remove >r r> 2008-12-14 00:38:37 -06:00
Doug Coleman ae1ebf58ac remove >r r> from extra/roman 2008-12-14 00:37:37 -06:00
Slava Pestov 59f7b60f4d Fix cocoa.views help lint 2008-12-13 19:41:23 -06:00
Doug Coleman c029e42222 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 18:46:44 -06:00
Jose A. Ortega Ruiz fbbe8d9e5e FUEL: Edit vocabulary interactive command and bug fixes. 2008-12-14 00:41:35 +01:00
Jose A. Ortega Ruiz 0ba761eee7 Merge commit 'origin/master' into emacs 2008-12-13 20:33:35 +01:00
Doug Coleman bb61580171 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 10:46:32 -06:00
Slava Pestov 62737d3778 Remove .lib dependencies from bunny 2008-12-13 07:14:23 -06:00
Slava Pestov 42b580c80a Remove .lib dependencies from opengl.{shaders,framebuffers,capabilities} and move them to basis 2008-12-13 07:14:11 -06:00
Slava Pestov e7fc788d40 Update UI unit tests for ui.event-loop split 2008-12-13 06:53:53 -06:00
Slava Pestov 44a8bac6ce Remove more dead code 2008-12-13 05:20:50 -06:00
Slava Pestov e79e6d6056 Remove dead code 2008-12-13 05:00:23 -06:00
Slava Pestov 441a9f7c09 Move time-related words to core-foundation.time to remove number tower dependency from core-foundation; remove no longer used words from cocoa.application 2008-12-13 04:57:37 -06:00
Slava Pestov c8ba693da7 Remove stop-after-last-window? usage in ui.x11 2008-12-13 04:20:46 -06:00
Slava Pestov 93b7215f1b Returning from boot quotation wouldn't exit Factor if run loop MX was in use 2008-12-13 04:10:39 -06:00
slava 7bf857650c Remove stop-after-last-window? option, it's obsolete, get ui.event-loop (only used on X11 and Windows) to load 2008-12-13 03:49:22 -06:00
Doug Coleman 919a4393f5 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 00:23:31 -06:00
slava cafc8efe97 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 00:09:42 -06:00
slava 7ad494d2dd Add Display structure 2008-12-13 00:09:36 -06:00
Slava Pestov a4ba0453b3 Fix UI docs 2008-12-13 00:00:39 -06:00
Slava Pestov 053c15e476 This is where all the recent I/O and core foundation work comes together: use core-foundation.run-loop to receive events on Mac OS X instead of weak-ass Squeak-style polling every 10ms 2008-12-12 23:58:28 -06:00
Slava Pestov 323de69e88 Remove obsolete tests 2008-12-12 23:57:28 -06:00
Slava Pestov 5ecffec1b9 Clean up run loop I/O multiplexer and make most of it independent of the I/O system; the UI will use it too 2008-12-12 23:57:16 -06:00
Slava Pestov bb45fa93a7 Add a way to stop the io thread 2008-12-12 23:56:19 -06:00
Slava Pestov 50a78db9bd Add words for working with CFTimeInterval and CFAbsoluteDate types 2008-12-12 21:06:46 -06:00
Slava Pestov b3428c61e6 Better bootstrap error handling 2008-12-12 21:06:16 -06:00
Jose A. Ortega Ruiz f681570c96 Merge commit 'origin/master' into emacs 2008-12-13 04:00:46 +01:00
Jose A. Ortega Ruiz 8be42496b3 FUEL: Ooops, infinite recursion fix. 2008-12-13 03:40:36 +01:00
Slava Pestov 115d6e792f Change deploy descriptor back 2008-12-12 19:49:22 -06:00
Slava Pestov 2182bd6422 Add a new deploy test to test callbacks 2008-12-12 19:48:51 -06:00
Slava Pestov 8433a9954a Fix dispose method on run-loop-mx 2008-12-12 19:48:34 -06:00
Slava Pestov a91dee7810 Fix for native I/O backends that create callbacks in deployed apps; this affected tools.deploy.test[35] ever since run-loop multiplexer landed on OS X 2008-12-12 19:48:17 -06:00
Slava Pestov f5395a9c1e Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-12-12 19:25:11 -06:00
Jose A. Ortega Ruiz 885cc0503b Merge branch 'master' of git://factorcode.org/git/factor into emacs 2008-12-13 02:00:42 +01:00
Jose A. Ortega Ruiz d3c279469c FUEL: Asynchronous comms with Factor implemented. Help mode improvements. 2008-12-13 01:54:18 +01:00
Slava Pestov 5e6f94ef62 Update iokit for core-foundation split 2008-12-12 18:49:24 -06:00
Slava Pestov d2a1a2326b Use gdb on Windows 2008-12-12 18:44:43 -06:00
Doug Coleman 9d2d225c9d Merge branch 'master' of git://factorcode.org/git/factor 2008-12-12 09:37:03 -06:00
Slava Pestov 210c661d4d Add unportable tag to core-foundation.timers 2008-12-12 02:41:10 -06:00
Slava Pestov 0ba2c964af Remove obsolete file, add unit tests for core-foundation.run-loop, add <CFTimer> word 2008-12-12 02:18:50 -06:00