Doug Coleman
495659df27
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-06 22:52:45 -06:00
Slava Pestov
d27bbe844c
Add test case for old bug dharmatech found that has since been fixed
2009-03-06 20:07:33 -06:00
Slava Pestov
bf663e830a
Changing a method into a generated slot accessor would result in the generated accessor being forgotten
2009-03-06 20:02:31 -06:00
Slava Pestov
92c477f1e2
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-06 19:48:35 -06:00
Slava Pestov
180c720747
Change link
2009-03-06 19:48:21 -06:00
Slava Pestov
e4a0396550
Add parse-quotation hook to parser which locals overrides. '[ and [ use this hook. Fixes locals bug reported by erg
2009-03-06 19:48:04 -06:00
Doug Coleman
a93c3d96b5
add using
2009-03-06 17:35:33 -06:00
Doug Coleman
a4caa01128
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-06 17:34:49 -06:00
Doug Coleman
12a53bbdc0
add seeking to byte-array streams
2009-03-06 17:34:21 -06:00
Slava Pestov
81c96ca410
Add a unit test as a sanity check for a broken Win64 Pango
2009-03-06 16:21:06 -06:00
Doug Coleman
622bcef941
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-06 15:10:19 -06:00
Slava Pestov
68ad822cc5
Remove obsolete DLL from windows.nt
2009-03-06 15:02:28 -06:00
Slava Pestov
4749d86e70
Fix bootstrap
2009-03-06 14:58:52 -06:00
Slava Pestov
696ac8f835
base64 now deals with byte arrays instead of strings
2009-03-06 14:10:53 -06:00
Slava Pestov
bfaedc8d0a
Don't spam console with so much output in help.html
2009-03-06 13:50:55 -06:00
Slava Pestov
5c88b18a9a
Oops, forgot to call prepare-last-line
2009-03-06 13:32:41 -06:00
Slava Pestov
ec186a23dc
Make watch and other annotations work on method-specs. { world graft* } watch
2009-03-06 13:32:07 -06:00
Doug Coleman
ea259f8690
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-05 16:39:14 -06:00
Slava Pestov
a2befabfe1
Fix string>gesture for gestures involving SPACE
2009-03-05 16:33:20 -06:00
Slava Pestov
4e8280be63
Fix problem where listener would scroll to the top sometimes
2009-03-05 16:33:09 -06:00
Slava Pestov
ebb5adfdb7
Clicking on dock icon with no windows visible opens new listener
2009-03-05 16:32:43 -06:00
Doug Coleman
be3f20db16
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-05 16:26:07 -06:00
Slava Pestov
df95c2a5b4
Merge branch 'master' into new_ui
2009-03-05 13:59:55 -06:00
Slava Pestov
50bd57bbcd
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-03-05 13:44:40 -06:00
Slava Pestov
790001cd58
Add test case for erg's locals bug
2009-03-05 13:43:33 -06:00
Slava Pestov
613a0b4f82
ui.tools.listener: try to handle errors better if find-vocab-root throws
2009-03-05 13:37:43 -06:00
Slava Pestov
ee87ca7db6
Fix keysym SPACE
2009-03-05 13:35:00 -06:00
Doug Coleman
f55885caf9
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-05 11:39:20 -06:00
Slava Pestov
7b9491066c
Fix conflict in images vocab
2009-03-04 21:43:56 -06:00
Slava Pestov
74573c65f5
Change a throw to rethrow so that we don't lose the original stack trace
2009-03-04 21:38:05 -06:00
Slava Pestov
e06b618244
Fix typo in io.mmap.functor stack effect
2009-03-04 21:37:49 -06:00
Slava Pestov
71f729499d
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-04 21:36:34 -06:00
Slava Pestov
039f44baa3
Clean up
2009-03-04 21:15:16 -06:00
Slava Pestov
d577a846d5
Fix offset conversion in ango backend
2009-03-04 21:09:38 -06:00
Doug Coleman
b05737f5f1
clarify docs a bit
2009-03-04 15:04:55 -06:00
Doug Coleman
992d1f4d13
crc32 the png chunks, helper word to concatenate deflated bytes
2009-03-04 13:34:28 -06:00
Doug Coleman
6ee3f802a4
initial support for parsing in png files and a test image
2009-03-03 16:24:41 -06:00
Daniel Ehrenberg
5dc614c9c9
Adding map-find to core
2009-03-03 12:22:47 -06:00
Daniel Ehrenberg
064bb01cf5
Merge branch 'master' of git://factorcode.org/git/factor
2009-03-02 23:31:49 -06:00
Daniel Ehrenberg
3a6d9e912f
Minor bug fixes
2009-03-02 23:31:13 -06:00
Daniel Ehrenberg
8c61791364
Big5 encoding; simple-flat-file vocab abstracts parsing out; EUC code factored out; Asian encoding vocabs renamed
...
Merge branch 'master' of git://github.com/ageldama/factor
Conflicts:
basis/io/encodings/korean/korean-docs.factor
basis/io/encodings/korean/korean-tests.factor
basis/io/encodings/korean/korean.factor
2009-03-02 23:19:06 -06:00
Doug Coleman
1a8b97e4d9
bitmap loading is cleaner
2009-03-02 19:38:28 -06:00
Daniel Ehrenberg
0bff96a990
Factoring out EUC code
2009-03-02 18:22:55 -06:00
Samuel Tardieu
b5e08a8e3e
When a factor has been found, check if the remainder is a prime number
...
Performances are greatly increased when a large prime number is involved.
Also, mark some words as flushable, even if it is unlikely that they
will be invoked if their result is discarded.
2009-03-02 19:05:54 +01:00
Slava Pestov
2fee574b4f
Working on X11 backend
2009-03-02 02:55:54 -06:00
U-SLAVA-DFB8FF805\Slava
5ff2b19ffe
Use Pango text rendering on Windows
2009-03-02 01:18:27 -06:00
U-SLAVA-DFB8FF805\Slava
2ec3f1c700
Delete ui.text.freetype, opengl.sprites, and Bitstream Vera fonts; move freetype FFI binding from basis to extra since its no longer used by the UI
2009-03-02 01:17:33 -06:00
U-SLAVA-DFB8FF805\Slava
95de45725e
Fix Pango and ui.event-loop for Windows
2009-03-02 01:12:06 -06:00
Slava Pestov
a7df2ffafc
Fix pango font-metrics implementation
2009-03-01 22:10:20 -06:00
Slava Pestov
fe5a0a3df4
Unit tests for Pango and Cairo
2009-03-01 20:14:16 -06:00