Joe Groff
|
b6abd4a90c
|
windows.offscreen:make-bitmap-image wasn't filling in the component-type of the image object it makes
|
2009-06-25 09:15:04 -05:00 |
Joe Groff
|
76b3e5fea2
|
win32 support for window-controls
|
2009-06-18 11:41:34 -05:00 |
Doug Coleman
|
5a3a14d1c9
|
remove at-default. it was hardly used and it's just '?at drop'
|
2009-05-24 21:46:59 -05:00 |
Doug Coleman
|
dc2791ec45
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-20 19:31:23 -05:00 |
Doug Coleman
|
91834fb336
|
fix error handling in random.windows if acquiring the crypto context fails
|
2009-05-20 19:30:35 -05:00 |
Slava Pestov
|
0c05f5f329
|
windows.advapi32: add windows.kernel32 dependency
|
2009-05-20 18:51:01 -05:00 |
Slava Pestov
|
a9c339e583
|
Fix windows bootstrap
|
2009-05-16 11:20:08 -05:00 |
Slava Pestov
|
aa0e954633
|
Move wchar_t* typedef from alien.arrays to windows.types since that's the only place that uses it. Reduces deployed image size since io.encodings.utf16 not loaded on Unix
|
2009-05-12 04:19:22 -05:00 |
Slava Pestov
|
782cc78c14
|
windows.dinput.constants: fix deployment
|
2009-05-11 18:01:35 -05:00 |
Slava Pestov
|
65faa3fda3
|
Fix unit tests and load errors for slip removal
|
2009-05-10 17:03:41 -05:00 |
Joe Groff
|
8151796b06
|
Add missing ClientToScreen export to windows.user32
|
2009-05-08 14:09:57 -07:00 |
Joe Groff
|
9992817c65
|
input grabbing support
|
2009-05-08 15:07:15 -05:00 |
Joe Groff
|
5d43551f08
|
mouse support for game-input
|
2009-05-05 09:45:43 -05:00 |
Joe Groff
|
bc07c075e7
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/spheres/spheres.factor
|
2009-05-03 17:23:14 -05:00 |
U-FROGGER\erg
|
aa142a1b52
|
fix windows ui
|
2009-05-02 20:36:31 -05:00 |
Joe Groff
|
95f1ca3d9f
|
windows pixel-format backend
|
2009-05-02 13:42:10 -05:00 |
U-FROGGER\erg
|
b3c9201da7
|
fix GL-FUNCTION: syntax on wgl extension functions
|
2009-05-01 14:02:26 -05:00 |
U-FROGGER\erg
|
0a1c81fa8b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-04-30 21:45:38 -05:00 |
Slava Pestov
|
9bb70c2c4d
|
Update usages of global ... change-at to use the new change-global combinator
|
2009-04-30 21:38:14 -05:00 |
Joe Groff
|
49674dc8ad
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-04-30 21:36:54 -05:00 |
Joe Groff
|
9149f375d1
|
WGL_ARB_pixel_format extension binding
|
2009-04-30 21:35:50 -05:00 |
Joe Groff
|
3edd57aaa4
|
eliminate windows.opengl32 dependency from opengl.gl.windows so we can use opengl.gl.extensions to define wgl extensions
|
2009-04-30 20:38:18 -05:00 |
Doug Coleman
|
bb84d493fa
|
make windows.fonts unportable
|
2009-04-30 18:35:34 -05:00 |
Doug Coleman
|
4a5009048f
|
support fullscreen mode in windows ui
|
2009-04-30 15:22:32 -05:00 |
Doug Coleman
|
6ec73b2a2a
|
fix bootstrap on windows. here's an opportunity to use literals.
|
2009-04-30 13:47:49 -05:00 |
Doug Coleman
|
65d76e6509
|
finish fixing the using list for windows.errors, more ffi bindings
|
2009-04-30 10:25:59 -05:00 |
Doug Coleman
|
8ab4d39036
|
move windows error handling to windows.errors and update usages.
|
2009-04-30 09:36:25 -05:00 |
Slava Pestov
|
3353a777f7
|
Fixing some unit test failures
|
2009-04-22 07:05:00 -05:00 |
Doug Coleman
|
5c236d6585
|
add a size-on-disk slot to file-info, the each-file combinator now works better, add a path>sizes word
|
2009-04-20 16:52:18 -05:00 |
Slava Pestov
|
8891573a77
|
windows.dinput.constants: fix warnings
|
2009-04-18 19:52:29 -05:00 |
Doug Coleman
|
5e6cc3bf46
|
more api work for windows
|
2009-04-17 21:37:20 -05:00 |
Slava Pestov
|
aad7a8dc75
|
Add unportable tag to windows.usp10
|
2009-04-15 19:04:50 -05:00 |
Doug Coleman
|
1551eacfa2
|
add support for tiff grayscale images
|
2009-04-09 10:44:50 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
94baa7d7fa
|
Call ScriptStringOut with ETO_OPAQUE
|
2009-04-08 18:12:27 -05:00 |
Slava Pestov
|
0affe96d95
|
opengl.textures: pad image up to a power of 2 using glTexSubImage2D instead of doing it in Factor code
|
2009-04-04 20:04:35 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
4f9ac11eed
|
Remove unused dependency
|
2009-04-03 09:48:10 -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 |
U-SLAVA-DFB8FF805\Slava
|
dfa27e0c17
|
Add vocab meta-data for some of the new vocabs
|
2009-04-02 13:50:15 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
b357812589
|
Fix Uniscribe font size
|
2009-04-02 13:24:34 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
9c3054c84a
|
More progress on Uniscribe
|
2009-04-02 13:05:26 -05:00 |
Slava Pestov
|
cf87e20a30
|
Uniscribe text rendering work in progress
|
2009-03-28 22:27:37 -05:00 |
Slava Pestov
|
a58ce33bb3
|
Split off some code from ui.backend.windows into windows.offscreen
|
2009-03-28 22:27:18 -05:00 |
Doug Coleman
|
8b7fcce399
|
update code for usages of add-library
|
2009-03-25 23:00:19 -05:00 |
Doug Coleman
|
28b10a7094
|
remove loading freetype library on CE
|
2009-03-25 10:19:52 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
5d3c2c874a
|
Get game-input to load on Windows
|
2009-03-24 03:58:11 -05:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Doug Coleman
|
aeaeca193d
|
fix the copyright header
|
2009-03-12 21:57:09 -05:00 |
Doug Coleman
|
39ce205f75
|
add a binding to part or all of uniscribe
|
2009-03-12 21:52:45 -05:00 |
Slava Pestov
|
cc9e81f27c
|
Help lint and meta-data fixes
|
2009-03-08 01:49:06 -06:00 |