Joe Groff
|
f1d6082738
|
windows.kernel32: add MAKEINTRESOURCE, standard resource types
|
2010-02-15 11:48:28 -08:00 |
Joe Groff
|
4a5e9ecdf4
|
windows.kernel32: bindings for BeginUpdateResource, UpdateResource, EndUpdateResource
|
2010-02-15 11:26:26 -08:00 |
Doug Coleman
|
4946beef3c
|
Fix typo in dinput binding
|
2010-02-05 14:09:17 -06:00 |
Slava Pestov
|
b6b780fb72
|
windows.types: remove duplicate typedefs flagged by recent alien.syntax change
|
2010-02-05 06:04:12 -06:00 |
Slava Pestov
|
5fb4c30eb3
|
windows.types: another Win64 fix
|
2010-02-05 01:47:21 -06:00 |
unknown
|
5a55f3db28
|
windows.types: fix LONG_PTR type on win64
|
2010-02-04 22:44:41 -06:00 |
erikc
|
f4865e0f9a
|
FFI bindings for Win32 RawInput
|
2010-01-30 20:40:41 -08:00 |
erikc
|
d63c2fefc9
|
Fix missing vocab USINGs and mispelled d2dbasetypes
|
2010-01-21 23:33:37 -08:00 |
Slava Pestov
|
21c07397d2
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-01-20 18:10:25 +13:00 |
erikc
|
281103ec7e
|
Move windows.dinput to windows.directx.dinput.
|
2010-01-19 21:08:28 -08:00 |
Slava Pestov
|
9d41492aa0
|
windows.psapi: add unportable tag
|
2010-01-20 18:02:10 +13:00 |
erikc
|
10566ccf5d
|
DirectSDK bindings, excluding dinput which already exists.
|
2010-01-19 19:31:14 -08:00 |
erikc
|
57111b09c3
|
Map WM_APPCOMMAND browser backward and forward messages to action-left and action-right.
|
2010-01-19 18:28:53 -08:00 |
Doug Coleman
|
350f69b645
|
Clean up a windows.time word
|
2010-01-14 17:20:30 -06:00 |
Slava Pestov
|
7c583dd66f
|
windows.dinput.constants: use C type symbols rather than strings
|
2009-12-13 16:52:36 -06:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Slava Pestov
|
5ccce283fa
|
Various Windows load fixes
|
2009-11-21 17:24:37 -06:00 |
Slava Pestov
|
ffd7de02d6
|
Update a few places that used string C type names to use words; fixes some deploy tests
|
2009-11-20 03:21:48 -06:00 |
Doug Coleman
|
cc194416f9
|
Merge branch 'master' into startup
Conflicts:
core/bootstrap/primitives.factor
vm/run.hpp
|
2009-11-15 02:52:50 -06:00 |
Doug Coleman
|
86be7762b1
|
add win32 bindings
|
2009-11-09 01:24:23 -06:00 |
Joe Groff
|
fa6d7b7069
|
eliminate spin from basis
|
2009-11-05 14:05:06 -06:00 |
Doug Coleman
|
17f0a5d41a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 17:26:23 -05:00 |
Doug Coleman
|
e376a0ece2
|
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
|
2009-10-28 17:25:50 -05:00 |
Joe Groff
|
3fbe722561
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Doug Coleman
|
7ce4b746e5
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
Slava Pestov
|
f5a0a8b6e1
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Joe Groff
|
9a91abe8a8
|
also print undocumented windows SSE exception codes
|
2009-10-22 00:18:01 -05:00 |
Joe Groff
|
432d4f79e9
|
give better error message for windows exceptions, and don't lop off the top end of the exception code when the vm throws the error
|
2009-10-21 23:37:51 -05:00 |
Doug Coleman
|
5b4c1aea5d
|
run bootstrap and startup hooks inside a with-destructors. use &dispose instead of setting shutdown hooks in a couple of places
|
2009-10-20 18:26:10 -04:00 |
Doug Coleman
|
6b6e56a179
|
change add-init-hook to add-startup-hook, new add-shutdown-hook word
|
2009-10-19 22:17:02 -04:00 |
Doug Coleman
|
58557e41bf
|
add psapi stub to windows.nt
|
2009-10-15 21:43:19 -05:00 |
Joe Groff
|
f83698948f
|
eradicate string C types from windows.com.*
|
2009-09-30 16:17:50 -05:00 |
Joe Groff
|
44f393771b
|
change CALLBACK: to use the ABI of the current LIBRARY: and get rid of STDCALL-CALLBACK:
|
2009-09-28 19:27:28 -05:00 |
Slava Pestov
|
49d07971ef
|
windows.kernel/user32: update for C type parser changes
|
2009-09-28 06:41:26 -05:00 |
Joe Groff
|
866b62755e
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
Joe Groff
|
f8251d2045
|
update vocabs so load-all on windows works without parsing string c-types
|
2009-09-27 18:41:20 -05:00 |
Joe Groff
|
4f82861bf3
|
update windows vocabs to load without c-type strings
|
2009-09-27 18:19:53 -05:00 |
Joe Groff
|
2af6104d99
|
reset frame inset when windows dwm is toggled off and on, and use the system dialog background for textured windows when dwm is disabled
|
2009-09-24 16:08:58 -05:00 |
Joe Groff
|
2b1b54d907
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-24 00:11:06 -05:00 |
Joe Groff
|
4b201f171a
|
some windows dwm api calls to play with
|
2009-09-24 00:10:53 -05:00 |
Doug Coleman
|
b86314ec39
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-21 17:59:48 -05:00 |
Joe Groff
|
b5bd0532c2
|
oops--Segoe is the windows 6.x system font, not Calibri
|
2009-09-21 16:05:13 -05:00 |
Doug Coleman
|
4dbceb60e8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-21 14:22:14 -05:00 |
Joe Groff
|
00fa7f73fb
|
add CALLBACK: syntax that defines a typedef and an alien-callback constructor word for function pointer types. update some code in iokit.hid and windows.dinput to use CALLBACK: instead of TYPEDEF:/word pairs
|
2009-09-21 11:59:41 -05:00 |
Doug Coleman
|
57c2caa236
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-20 23:39:33 -05:00 |
Joe Groff
|
6645b41fac
|
use hott vista fonts on windows 6.x
|
2009-09-20 23:34:53 -05:00 |
Doug Coleman
|
5cb34724b7
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/classes/struct/struct-tests.factor
basis/functors/functors-tests.factor
basis/specialized-arrays/specialized-arrays-tests.factor
|
2009-09-20 23:02:49 -05:00 |
Doug Coleman
|
eceed177d6
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
Joe Groff
|
2313b077d2
|
fix windows bootstrap
|
2009-09-19 11:30:23 -05:00 |