Doug Coleman
2ff6c7ed07
use fseek on windows instead of _fseeki64
2009-04-03 14:59:46 -05:00
Slava Pestov
3e1a2af35f
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-03 12:54:46 -05:00
Slava Pestov
c780457ddb
Fix up ui.offscreen
2009-04-03 12:54:34 -05:00
Doug Coleman
4f3e8be3f6
move FSEEK definition from os-genuinx.h to os-unix.h
2009-04-03 12:26:04 -05:00
Doug Coleman
34c8e07900
make FSEEK macro for using _fseeki64 instead of fseeko on windows
2009-04-03 10:35:43 -05:00
Slava Pestov
92cc670c28
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-03 10:25:56 -05:00
Slava Pestov
f7ba7b4bfa
Fix deploy descriptor for color picker
2009-04-03 10:20:42 -05:00
Slava Pestov
535850f3ea
Fix vocab: and word name stripping in deployed binaries
2009-04-03 10:16:56 -05:00
Slava Pestov
f42c23de9d
Copy UI theme over to deployed binaries
2009-04-03 10:16:40 -05:00
Slava Pestov
9907bd9fe2
Add fseek primitive so that c-streams can seek. This lets the UI work without native IO
2009-04-03 10:16:25 -05:00
U-SLAVA-DFB8FF805\Slava
5a6bcbb231
Add empty file so that old builder continues to work
2009-04-03 09:48:45 -05:00
U-SLAVA-DFB8FF805\Slava
82317980a4
Don't strip out superclass word prop since UI needs it
2009-04-03 09:48:16 -05:00
U-SLAVA-DFB8FF805\Slava
4f9ac11eed
Remove unused dependency
2009-04-03 09:48:10 -05:00
Slava Pestov
73184698a8
Remove unused entry from using list
2009-04-03 09:45:02 -05:00
Slava Pestov
1a35be8ae0
Add a new tip
2009-04-03 09:44:48 -05:00
U-SLAVA-DFB8FF805\Slava
038509f652
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-03 09:22:47 -05:00
U-SLAVA-DFB8FF805\Slava
1731b57249
Add textures without alpha channels, cropping; update usages of <texture>; don't ignore trailing in x>offset
2009-04-03 07:01:22 -05:00
U-SLAVA-DFB8FF805\Slava
7f4784151c
Paint selection, and create bitmap with power of 2 size as an optimizaion
2009-04-03 06:59:27 -05:00
U-SLAVA-DFB8FF805\Slava
0dcb38d86a
Some more GDI32 bindings
2009-04-03 06:58:36 -05:00
Doug Coleman
7e0f271cf3
fix typo in docs
2009-04-02 17:00:29 -05:00
U-SLAVA-DFB8FF805\Slava
dfa27e0c17
Add vocab meta-data for some of the new vocabs
2009-04-02 13:50:15 -05:00
Slava Pestov
e0a8def090
Fix generate-help to not open thousands of windows in UI
2009-04-02 13:48:53 -05:00
U-SLAVA-DFB8FF805\Slava
b357812589
Fix Uniscribe font size
2009-04-02 13:24:34 -05:00
U-SLAVA-DFB8FF805\Slava
745a435475
Merge branch 'master' into uniscribe
2009-04-02 13:19:30 -05:00
Slava Pestov
c5a511788a
Merge branch 'master' of git://projects.elasticdog.com/git/factor
2009-04-02 13:14:03 -05:00
U-SLAVA-DFB8FF805\Slava
6b8f4ecabc
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-02 13:11:38 -05:00
U-SLAVA-DFB8FF805\Slava
2c556fbb65
Better error message printout in extra/descriptive
2009-04-02 13:11:06 -05:00
U-SLAVA-DFB8FF805\Slava
dba42f9259
Remove DLL-downloading logic since we don't have external deps anymore
2009-04-02 13:07:45 -05:00
U-SLAVA-DFB8FF805\Slava
9c3054c84a
More progress on Uniscribe
2009-04-02 13:05:26 -05:00
Doug Coleman
070e5ef9bf
check in more test cases for later
2009-04-02 12:25:41 -05:00
Doug Coleman
5a9dc86774
fix typo
2009-04-02 11:42:10 -05:00
Doug Coleman
e841308bf6
adding some preprocessor test files
2009-04-02 11:40:15 -05:00
Doug Coleman
6399f4bc1a
handle defines better, save all #if/#elif/#else/#pragma/#include_next. next step: tokenizing and macro replacement
2009-04-02 11:39:18 -05:00
Aaron Schaefer
59145c0672
Minor typo in solution for PE problem 49
2009-04-02 12:10:51 -04:00
Aaron Schaefer
5405f530b9
Merge branch 'master' of git://factorcode.org/git/factor
...
* 'master' of git://factorcode.org/git/factor:
Fix UI pane selection
use unicode instead of ascii again
Fix up 'demos' vocab
beginnings of a c preprocessor -- needs #if, #elif, #else
Tabs are blank (better unicode whitespace support coming soon)
fix take-rest for out of bounds
Partial fix for pane selection
ensure-port outputs a new URL instead of mutating its input
FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms.
2009-04-02 11:59:59 -04:00
Aaron Schaefer
d6e646389c
Solution to Project Euler problem 49
2009-04-02 11:58:35 -04:00
Slava Pestov
de357bacdb
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-02 09:12:00 -05:00
Slava Pestov
4f19f9b2c1
Fix UI pane selection
2009-04-02 09:09:09 -05:00
Slava Pestov
0db52b0545
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
2009-04-02 08:28:30 -05:00
Doug Coleman
7c7742cafa
use unicode instead of ascii again
2009-04-02 01:18:53 -05:00
Slava Pestov
2aaeb62c4e
Fix up 'demos' vocab
2009-04-02 01:17:55 -05:00
Doug Coleman
2325710a4f
beginnings of a c preprocessor -- needs #if, #elif, #else
2009-04-02 01:17:36 -05:00
Doug Coleman
8832d51358
Merge branch 'master' of git://factorcode.org/git/factor
2009-04-02 01:12:49 -05:00
Daniel Ehrenberg
4ef0344477
Tabs are blank (better unicode whitespace support coming soon)
2009-04-02 01:12:09 -05:00
U-SLAVA-DFB8FF805\Slava
0cfa22c276
Merge branch 'master' of git://69.93.127.154/git/factor into uniscribe
2009-04-01 22:46:04 -05:00
Doug Coleman
9bee1fe004
fix take-rest for out of bounds
2009-04-01 22:39:20 -05:00
Slava Pestov
4dbb2aa491
Partial fix for pane selection
2009-04-01 22:24:49 -05:00
Slava Pestov
318da06a71
ensure-port outputs a new URL instead of mutating its input
2009-04-01 22:05:12 -05:00
Aaron Schaefer
ed9a63311c
Fix typo and update a combinator usage in calendar
2009-04-01 22:03:45 -04:00
Aaron Schaefer
ca9fb1fcf1
Update usages of divisor? where appropriate
2009-04-01 21:53:18 -04:00