Slava Pestov
|
f4ae56a85b
|
ui.gadgets.line-support: common code for gadgets that display a vertical list of lines
|
2009-02-07 18:14:18 -06:00 |
Slava Pestov
|
06eb14573b
|
ui.gadgets.panes: set background color of labels to page-color
|
2009-02-07 18:13:33 -06:00 |
Slava Pestov
|
9f49139057
|
ui.gadgets.editors and ui.gadgets.tables: factor out common code into ui.gadgets.line-support, fix selection rendering
documents: don't use dynamic variables inappropriately, clean up stack shuffling
|
2009-02-07 18:09:50 -06:00 |
Slava Pestov
|
ca2c14646e
|
help.stylesheet: use COLOR:
|
2009-02-07 18:05:24 -06:00 |
Slava Pestov
|
176629055e
|
Add support for rendering selected text to ui.text
|
2009-02-07 18:05:11 -06:00 |
Slava Pestov
|
c04ee453e3
|
Merge branch 'master' into new_ui
|
2009-02-06 11:10:55 -06:00 |
Slava Pestov
|
05632b8525
|
Don't use complex.h since *BSDs don't have it in latest release versions (gah!); add DLLEXPORT for ffi_test_45 to make it work on Windows
|
2009-02-06 11:03:52 -06:00 |
Slava Pestov
|
31f976e0e9
|
pack: cleanup, write macros in more intuitive style that works now
|
2009-02-06 10:22:22 -06:00 |
Slava Pestov
|
d1486589ef
|
Improving macro docs
|
2009-02-06 10:22:09 -06:00 |
Slava Pestov
|
53758074a2
|
stack-checker: do constant folding for curry and compose with constant inputs at compile time. Allows macros to expand in more cases, fixing the fry caveat found by Doug
|
2009-02-06 10:21:55 -06:00 |
Slava Pestov
|
79bb003e6d
|
io.sockets.secure.openssl: Don't allocate empty password string. Fixes test failures introduced by >c-ptr change
|
2009-02-06 10:17:20 -06:00 |
Slava Pestov
|
33b513fb05
|
byte-length on f outputs 0
|
2009-02-06 10:16:51 -06:00 |
Slava Pestov
|
aed691dab3
|
Clean up kernel vocab
|
2009-02-06 05:12:30 -06:00 |
Slava Pestov
|
dd9cf39467
|
Fix conflict in libc
|
2009-02-06 05:10:41 -06:00 |
Slava Pestov
|
5579de1722
|
Fix load error in graphics.bitmap tests
|
2009-02-06 05:09:10 -06:00 |
Slava Pestov
|
f9bc9a3198
|
Fix VM compile error
|
2009-02-06 04:53:08 -06:00 |
Slava Pestov
|
4e422afb92
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 04:40:35 -06:00 |
Slava Pestov
|
3166828f75
|
Fix bug reported by Doug: smart combinators and inline words didn't mix very well in some cases
|
2009-02-06 04:38:54 -06:00 |
Slava Pestov
|
242638fc5c
|
alien.complex vocabulary implementing support for C99 complex numbers
|
2009-02-06 04:38:31 -06:00 |
Slava Pestov
|
d6aa376ed0
|
Removing now-redundant underlying>> calls
|
2009-02-06 04:37:28 -06:00 |
Slava Pestov
|
7ffbbb13e0
|
Specialized arrays can now be passed to alien functions directly, without calling underlying>> first
|
2009-02-06 04:36:17 -06:00 |
Slava Pestov
|
7bb0e78314
|
Add support for C99 complex float and complex double types to FFI
They are named complex-float and complex-double in the Factor world
|
2009-02-06 04:02:00 -06:00 |
Slava Pestov
|
4adef7db09
|
Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in.
Add DEFINES-CLASS, to parallel DEFINES.
Update math.blas and specialized-arrays/vectors to use DEFINES-CLASS where appropriate
|
2009-02-06 02:45:21 -06:00 |
Slava Pestov
|
27daa4b1d4
|
Split off formatted-output-stream-protocol from output-stream-protocol, and clean up io.streams.duplex
|
2009-02-06 02:43:55 -06:00 |
Slava Pestov
|
1221fb7d55
|
delegate: fix problem if source file was reloaded and a hand-written method definition was replaced by a consultation; also associate consultation-generated methods with the source file they're in
|
2009-02-06 02:43:21 -06:00 |
Slava Pestov
|
d3b2650ce9
|
Update alien.destructors for DEFINE-CLASS
|
2009-02-06 02:42:03 -06:00 |
Slava Pestov
|
6aa8b1fea8
|
io.styles: now that its in basis, we can use the delegate vocab instead of manual delegation
|
2009-02-06 02:07:32 -06:00 |
Slava Pestov
|
a0c1d32197
|
Move io.streams.string from core to basis
|
2009-02-06 01:58:51 -06:00 |
Slava Pestov
|
703ea67ac4
|
Fix listener tests
|
2009-02-06 01:42:22 -06:00 |
Slava Pestov
|
4d53cc1c5d
|
Listener: don't display more than 10 stack elements (configurable with max-stack-items variable)
|
2009-02-06 01:26:08 -06:00 |
Slava Pestov
|
e3d4b88e8f
|
UI listener: make history completion popup wider, use correct element type when inserting completions
|
2009-02-06 01:25:43 -06:00 |
Doug Coleman
|
f31e19a666
|
refactoring graphics.bitmap
|
2009-02-06 00:01:28 -06:00 |
Doug Coleman
|
d88d2a1170
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:59:49 -06:00 |
Doug Coleman
|
a1f4f7772f
|
make multipart work with sessions
|
2009-02-05 23:59:36 -06:00 |
Daniel Ehrenberg
|
e0a60ac429
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:50:28 -06:00 |
Slava Pestov
|
ae0da1cf98
|
Fix conflict
|
2009-02-05 22:29:15 -06:00 |
Slava Pestov
|
67ffc89402
|
colors.constants: defines a COLOR: word which looks up colors in X11 rgb.txt
|
2009-02-05 22:19:52 -06:00 |
Slava Pestov
|
148317846b
|
Update various vocabularies for colors.constants
|
2009-02-05 22:17:15 -06:00 |
Slava Pestov
|
e0f8a3a7b1
|
derive-font: output base font if font given is f
|
2009-02-05 22:16:07 -06:00 |
Slava Pestov
|
68d5e3ebaf
|
Clean up listener completion; color code words by search path and private status, color code vocabs by load status
|
2009-02-05 22:15:17 -06:00 |
Slava Pestov
|
17e5997c0d
|
ui.gadgets.tables: add row-color generic for row renderer protocol
|
2009-02-05 22:14:35 -06:00 |
Daniel Ehrenberg
|
51b5973b0e
|
Documenting XML interpolation inverse
|
2009-02-05 21:26:40 -06:00 |
Daniel Ehrenberg
|
86c3481f12
|
Moving XML vocabularies around
|
2009-02-05 21:17:03 -06:00 |
Daniel Ehrenberg
|
0dd811557b
|
Removing sequences.next
|
2009-02-05 20:28:36 -06:00 |
Daniel Ehrenberg
|
2466cafbd1
|
Fixing stack effects of things that use TAGS:
|
2009-02-05 19:04:21 -06:00 |
Daniel Ehrenberg
|
e32e85bdd8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 16:49:32 -06:00 |
Doug Coleman
|
8411983f20
|
fix build-support
|
2009-02-05 14:40:41 -06:00 |
Daniel Ehrenberg
|
b9839b0c32
|
XML literals work with inverse now
|
2009-02-05 14:21:36 -06:00 |
Daniel Ehrenberg
|
559fa5cfc0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 14:21:04 -06:00 |
Doug Coleman
|
f101ca606d
|
use bi
|
2009-02-05 09:09:24 -06:00 |