Anton Gorenko
|
c8143dca73
|
Merge branch 'gtk' of git://github.com/Blei/factor
|
2010-06-13 16:20:32 +06:00 |
Anton Gorenko
|
a11d2b06c6
|
ui.backend.gtk: add destructor in clipboard-contents
|
2010-06-13 16:18:51 +06:00 |
Anton Gorenko
|
5c6d4d4017
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-06-13 07:54:23 +06:00 |
Slava Pestov
|
3f28c0e7f5
|
vm: context switching needs to scrub the return address
|
2010-06-12 19:54:31 -04:00 |
Philipp Brüschweiler
|
5b8543b352
|
Merge remote branch 'ex-rzr/master' into gtk
Conflicts:
basis/ui/backend/gtk/gtk.factor
|
2010-06-12 16:02:22 +02:00 |
Slava Pestov
|
8ed4760b51
|
cpu.x86: combine 32-bit and 64-bit %dispatch template
|
2010-06-11 21:52:38 -04:00 |
Slava Pestov
|
e4d6611070
|
Merge branch 'for-slava' of git://git.rfc1149.net/factor
|
2010-06-11 20:10:07 -04:00 |
Slava Pestov
|
806e54630a
|
GC maps for more compact inline GC checks
|
2010-06-11 20:06:00 -04:00 |
Slava Pestov
|
3dabdcbdc3
|
mirrors: rename enumerated-sequence to inspected-sequence
|
2010-06-11 17:14:15 -04:00 |
Slava Pestov
|
f2a18c08cb
|
specialized-vectors: add specialized-vectors.mirrors vocab for inspector support
|
2010-06-11 17:11:21 -04:00 |
Slava Pestov
|
4c4a86ee72
|
alien.data: fix unit test failure
|
2010-06-11 15:38:57 -04:00 |
Philipp Brüschweiler
|
4ce4b2c257
|
ui.backend.gtk: add surrounding signal handler for input methods
untested, as i don't think my IM is using this feature
|
2010-06-11 19:33:28 +02:00 |
Samuel Tardieu
|
b3a866173a
|
Fix "primes-between" and "primes-upto" with pathological bounds.
"primes-between" was buggy when bounds were given in the wrong order
or when the high bound was smaller than 3.
|
2010-06-11 16:07:52 +02:00 |
Anton Gorenko
|
b9a5b0c16e
|
ui.backend.gtk: add simple input method support (GtkIMContextSimple)
|
2010-06-11 19:43:11 +06:00 |
Joe Groff
|
c8ea7ed0c7
|
alien.data: make binary-zero? public and move it from classes.struct.private
|
2010-06-10 17:05:43 -07:00 |
Joe Groff
|
e84b2e8c60
|
classes.struct: fix some bugs in binary-zero?, add unit tests
|
2010-06-10 16:49:59 -07:00 |
Philipp Brüschweiler
|
5f9929c97f
|
ui.backend.gtk: notify input methods of cursor locations
|
2010-06-10 22:35:08 +02:00 |
Philipp Brüschweiler
|
17d0874360
|
ui.backend.gtk: preliminary input methods support
|
2010-06-10 00:16:31 +02:00 |
Joe Groff
|
da198f6314
|
xmode.modes: add cuda xmode
|
2010-06-08 17:08:51 -07:00 |
Joe Groff
|
5ca4c343c4
|
specialized-arrays, specialized-vectors: add direct-slice, direct-head, direct-tail, etc. words for creating specialized-arrays over subsets of specialized sequences
|
2010-06-08 15:00:11 -07:00 |
Joe Groff
|
c8bb9b3381
|
ui: document non-polymorphic effect of with-ui, and that it doesn't return
|
2010-06-08 13:54:10 -07:00 |
Joe Groff
|
3602627ff2
|
specialized-vectors: implement binary-object protocol for specialized-vectors
|
2010-06-08 13:40:07 -07:00 |
Joe Groff
|
964327de67
|
specialized-vectors: add push-new operation that allocates and returns a new struct on the end of a specialized vector
|
2010-06-08 13:15:04 -07:00 |
Joe Groff
|
b5cc5ef4a7
|
classes.struct: implement "group-words" method on struct-class so that struct classes can be used as a CONSULT: protocol
|
2010-06-08 12:52:46 -07:00 |
Joe Groff
|
dd71d20e4e
|
xml.syntax: parse <-variable->s with parse-word instead of search so the no-word error gets properly raised when variable doesn't exist
|
2010-06-08 12:18:06 -07:00 |
Anton Gorenko
|
59857ad2c1
|
ui.backend.gtk: add auto-position for worlds with { 0 0 } in window-loc
|
2010-06-08 17:41:10 +06:00 |
Anton Gorenko
|
66f5c2695f
|
ui.backend.gtk: fix (grab-input) and (ungrab-input)
|
2010-06-08 13:21:45 +06:00 |
Anton Gorenko
|
e174b7a070
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-06-07 23:12:23 +06:00 |
Anton Gorenko
|
33996ca1d6
|
ui.backend.gtk: fix incorrect resizing of windows
|
2010-06-07 22:46:10 +06:00 |
Anton Gorenko
|
e5b07f5f29
|
ui.backend.gtk: add more advanced timer for event loop
|
2010-06-06 14:19:46 +06:00 |
Joe Groff
|
90537038ea
|
xmode.catalog: pre-convert globs to regexes in modes hash so their compilation is memoized
|
2010-06-05 22:27:44 -07:00 |
Slava Pestov
|
a1f1330586
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-06-06 00:48:48 -04:00 |
Joe Groff
|
27c2ac29eb
|
xmode.catalog: factor ?find-mode (which returns f if no mode found) from find-mode (which defaults to "text" if no mode found)
|
2010-06-05 15:17:51 -07:00 |
Joe Groff
|
f5b4ecc14a
|
xmode.catalog: fix find-mode so it works with full paths
|
2010-06-05 15:08:02 -07:00 |
Slava Pestov
|
597f7cb578
|
Merge branch 'master' of http://github.com/Blei/factor
|
2010-06-05 16:58:00 -04:00 |
Doug Coleman
|
0c184e2666
|
Don't add empty vocab-roots lines
|
2010-06-04 14:17:07 -05:00 |
Joe Groff
|
8644e12bb6
|
ui.backend.windows: make small-title-bar windows WS_EX_TOPMOST so they behave like os x small-title-bar windows
|
2010-06-03 23:03:53 -07:00 |
Joe Groff
|
b9c5c2e02c
|
json.reader: factor read-jsons from json>
|
2010-06-03 13:11:47 -07:00 |
Anton Gorenko
|
400289699d
|
ui.backend.gtk: add pixel-format support
|
2010-06-02 13:30:05 +06:00 |
Slava Pestov
|
063c9783fb
|
ui.backend.x11: fix typo
|
2010-06-02 03:13:57 -04:00 |
Slava Pestov
|
be1b5e6627
|
alien.prettyprint: fix wrapping when prettyprinting pointer:
|
2010-06-02 03:11:46 -04:00 |
Slava Pestov
|
83e78c353e
|
ui.backend.windows: remove a usage of rot
|
2010-06-02 02:59:58 -04:00 |
Slava Pestov
|
9f49bfc3b3
|
ui.backend.x11: fixing raise-window*
|
2010-06-02 02:59:57 -04:00 |
Slava Pestov
|
c214d62c0b
|
x11: general cleanup
|
2010-06-02 02:59:57 -04:00 |
Slava Pestov
|
78dcc5bc33
|
Move system word from unix.ffi to libc since its not Unix-specific
|
2010-06-02 02:59:56 -04:00 |
Philipp Brüschweiler
|
14f8742aae
|
ui.render: set pack alignment to 1, so padding images isn't needed anymore
|
2010-06-01 13:52:00 +02:00 |
Joe Groff
|
7fe04fa8ee
|
compiler.cfg.intrinsics.simd: intrinsic support for double-2>float-4 conversion
|
2010-06-01 00:34:50 -07:00 |
Slava Pestov
|
2ba7c8c639
|
calendar.model, tools.errors.model: re-initialize models on startup
|
2010-05-31 20:14:54 -04:00 |
Slava Pestov
|
f78bbb865e
|
vocabs.refresh.monitor: spin off new monitor threads when add-vocab-root is called. Fixes a problem where depending on the order of startup hooks, refresh-all would sometimes be broken for custom vocab roots
|
2010-05-31 20:14:54 -04:00 |
Anton Gorenko
|
c094c46721
|
fix broken commit
|
2010-05-31 12:42:05 +06:00 |