Joe Groff
|
384cc60a0d
|
In line-art and cel-shading, do not delete opengl resources that were not created
|
2008-01-29 19:23:55 -08:00 |
Joe Groff
|
7e0674bf03
|
64 characters per line or death!!!!
|
2008-01-27 22:17:11 -08:00 |
Joe Groff
|
afb8ac566e
|
Reorder the ui notify loop to update graft state before calling graft*/ungraft*, avoiding the death problem without sacrificing performance
|
2008-01-27 22:11:05 -08:00 |
Joe Groff
|
7b7987f476
|
Remove redundant [ call ] from cleanups in opengl.factor. Back out graft*/ungraft* cleanup for performance
|
2008-01-27 21:52:14 -08:00 |
Joe Groff
|
8e2cc99d4e
|
Revert "Catch exceptions thrown by graft* and ungraft* in the notify loop so that the gadgets' graft states remain consistent"
This reverts commit ca6247f3b3 .
|
2008-01-27 21:50:42 -08:00 |
Joe Groff
|
1d7ba3363e
|
OpenGL capability checking words (require-gl-version, require-gl-extensions, and friends)
|
2008-01-27 19:32:23 -08:00 |
Joe Groff
|
11eca5b38a
|
Documentation for new words in opengl vocab
|
2008-01-26 22:37:28 -08:00 |
Joe Groff
|
e396023d51
|
Use [NSString UTF8String] instead of [NSString cString] in os-macosx.m to suppress deprecation warnings
|
2008-01-26 17:32:12 -08:00 |
Joe Groff
|
d40de79f00
|
Merge git://factorcode.org/git/factor
|
2008-01-26 17:15:31 -08:00 |
Joe Groff
|
1dbc1c1f9b
|
Improve the line-art demo. Put cleanup guards on libc:with-malloc and opengl:with-framebuffer .
|
2008-01-26 17:15:09 -08:00 |
Joe Groff
|
ca6247f3b3
|
Catch exceptions thrown by graft* and ungraft* in the notify loop so that the gadgets' graft states remain consistent
|
2008-01-26 16:59:53 -08:00 |
Slava Pestov
|
62ded50c8b
|
Directory change notification work in progress. Only on Windows right now, blocking
|
2008-01-26 03:40:09 -04:00 |
Slava Pestov
|
077c403dd0
|
Merge git://factorcode.org/git/erg
|
2008-01-26 01:59:30 -04:00 |
Joe Groff
|
c28f6ee6ff
|
Merge git://factorcode.org/git/factor
|
2008-01-25 07:08:25 -08:00 |
Slava Pestov
|
76e4702f38
|
Got Windows launcher redirection working
|
2008-01-25 02:37:37 -04:00 |
Slava Pestov
|
993684ebb0
|
More work in progress
|
2008-01-25 02:21:27 -04:00 |
Joe Groff
|
3a0540555e
|
Add framebuffer helper words to opengl vocabulary. Add a new "line-art" demo demonstrating OpenGL GLSL and framebuffer rendering. Push code common to line-art and cel-shading into an opengl-demo-support vocab
|
2008-01-24 22:16:36 -08:00 |
Joe Groff
|
3c50cab4c8
|
Have the "Help for Word" command in the TextMate bundle use help-window rather than help
|
2008-01-24 22:06:36 -08:00 |
Slava Pestov
|
d0a80367b4
|
Merge branch 'master' of http://dharmatech.onigirihouse.com/factor into ed_merge
|
2008-01-25 01:49:15 -04:00 |
Slava Pestov
|
034b4dcaa6
|
Windows launcher work in progress
|
2008-01-25 01:49:03 -04:00 |
Doug Coleman
|
d09bc942ac
|
Get file redirection working in Unix io.launcher
|
2008-01-25 00:21:49 -06:00 |
Slava Pestov
|
35f390e8ca
|
Remove unnecessary word
|
2008-01-24 23:50:00 -04:00 |
Slava Pestov
|
62f076d0c3
|
Fix FD leak
|
2008-01-24 23:48:28 -04:00 |
Slava Pestov
|
00d2122a4c
|
Working on Unix io.launcher redirection
|
2008-01-24 23:45:56 -04:00 |
Doug Coleman
|
9cc5f5c78e
|
Fix construct-empty transform
|
2008-01-24 23:07:14 -06:00 |
Doug Coleman
|
0b4be5f0a2
|
Fix Unix io.launcher
|
2008-01-24 22:41:55 -06:00 |
Slava Pestov
|
b5a337bb2a
|
Fix Linux I/O
|
2008-01-24 21:10:17 -04:00 |
Doug Coleman
|
681c595b04
|
Merge erg@factorcode.org:/git/erg
|
2008-01-24 19:35:53 -06:00 |
Doug Coleman
|
20fbe2fde2
|
Merge git://projects.elasticdog.com/git/factor
|
2008-01-24 18:48:19 -06:00 |
Slava Pestov
|
783e63781f
|
I/O fixes
|
2008-01-24 19:21:10 -04:00 |
Slava Pestov
|
c3d286651a
|
Fix erronous stack effect comment
|
2008-01-24 19:20:27 -04:00 |
Slava Pestov
|
1249e3a720
|
Move prettyprint:-> to prettyprint.private
|
2008-01-24 19:20:07 -04:00 |
Slava Pestov
|
42a710e965
|
Update calendar for Windows
|
2008-01-24 19:19:45 -04:00 |
Aaron Schaefer
|
6df78419b9
|
Fix uses of new math constants
|
2008-01-24 18:18:12 -05:00 |
Aaron Schaefer
|
6d5c1bf1d2
|
Add more math.constants
|
2008-01-24 18:12:39 -05:00 |
Doug Coleman
|
741b10d4f9
|
Merge erg@factorcode.org:/git/erg
Conflicts:
extra/io/windows/nt/backend/backend.factor
|
2008-01-24 15:49:32 -06:00 |
Slava Pestov
|
6afa4119c8
|
Clean up non-blocking wait-for-process support, implement on Unix (untested)
|
2008-01-24 04:19:15 -04:00 |
Slava Pestov
|
d621b9852e
|
Updating extra/ for launcher changes
|
2008-01-24 03:50:40 -04:00 |
Slava Pestov
|
af915caaa3
|
Add wait-for-process word to io.launcher; run-process and run-detached now return process tuples
|
2008-01-24 03:27:15 -04:00 |
Slava Pestov
|
ecc0170afa
|
Forgetting a word clears compiled usage
|
2008-01-24 03:20:05 -04:00 |
Doug Coleman
|
9337850473
|
Merge git://factorcode.org/git/factor
|
2008-01-23 14:43:57 -06:00 |
Slava Pestov
|
83d6e10ac0
|
Fix resolver on FreeBSD
|
2008-01-23 06:32:51 -04:00 |
Slava Pestov
|
bc5bc22072
|
Better dlists behavior
|
2008-01-23 06:31:30 -04:00 |
Slava
|
42e97d4629
|
epoll works but not for files; disable it for now
|
2008-01-23 03:30:16 -05:00 |
Slava
|
09eb56d0c2
|
epoll almost works
|
2008-01-23 03:07:15 -05:00 |
Slava
|
68ac7b81d4
|
Merge branch 'master' of /git/factor
|
2008-01-23 01:49:04 -05:00 |
Slava
|
81c5b413f4
|
Working on epoll
|
2008-01-23 01:49:01 -05:00 |
Slava Pestov
|
157043ad19
|
Minor I/O backend tweak
|
2008-01-23 02:45:55 -04:00 |
Aaron Schaefer
|
cf670bd234
|
Add summary for math.text
|
2008-01-22 17:37:54 -05:00 |
Aaron Schaefer
|
817dfbfbbe
|
Add summary for Miller-Rabin vocab, and cleanup tests
|
2008-01-22 17:17:04 -05:00 |