Joe Groff
|
16c977491b
|
bind file management action gestures to standard cocoa menu items
|
2009-06-21 20:53:11 -05:00 |
Joe Groff
|
7d8c59edeb
|
more action gestures. btw "redo" is ^y (not ^Z) outside of OS X
|
2009-06-20 19:30:34 -05:00 |
Joe Groff
|
54ad8f9dd9
|
stupid mutable state
|
2009-06-18 22:01:31 -05:00 |
Joe Groff
|
ff742a7d81
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-18 21:20:49 -05:00 |
Joe Groff
|
3514e5fb47
|
make sliders work when range min isn't zero
|
2009-06-18 21:20:34 -05:00 |
Joe Groff
|
037ed45339
|
give range models a step parameter; use it on sliders so the thumb can step by any interval
|
2009-06-18 20:57:02 -05:00 |
Slava Pestov
|
a99f8f5741
|
Fix hang when loading ui.backend.windows
|
2009-06-18 19:30:17 -05:00 |
Joe Groff
|
10ab07224f
|
make windows without titlebars on win32 actually not have titlebars
|
2009-06-18 15:09:03 -05:00 |
Joe Groff
|
5f2bced2e3
|
docs for window-controls
|
2009-06-18 12:20:50 -05:00 |
Joe Groff
|
76b3e5fea2
|
win32 support for window-controls
|
2009-06-18 11:41:34 -05:00 |
Joe Groff
|
b75999aac6
|
fix cocoa close-window to work on windows without close buttons
|
2009-06-17 23:00:30 -05:00 |
Joe Groff
|
3231fcd052
|
interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend
|
2009-06-17 22:47:51 -05:00 |
Slava Pestov
|
82825caf80
|
ui.gadgets.sliders: forgot to update docs
|
2009-06-16 17:11:36 -05:00 |
Slava Pestov
|
37b01357ec
|
Remove unused words discovered by Samuel Tardieu
|
2009-06-16 16:38:39 -05:00 |
Slava Pestov
|
92b436d7fb
|
interleave: allow the 'between' quot to access the stack
|
2009-06-15 16:07:39 -05:00 |
Joe Groff
|
d951052ab1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-03 11:03:45 -05:00 |
Joe Groff
|
0169934f6d
|
null-world class for interactive OpenGL use
|
2009-06-03 11:03:34 -05:00 |
Daniel Ehrenberg
|
ba5b582e01
|
Redoing images.loader to work with jpeg
|
2009-06-02 20:39:51 -05:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Joe Groff
|
3061cea61f
|
disable WGL_ARB_pixel_format code path in windows UI backend 'cause ATI drivers are shit
|
2009-05-23 08:39:01 -05:00 |
Slava Pestov
|
a9c339e583
|
Fix windows bootstrap
|
2009-05-16 11:20:08 -05:00 |
Slava Pestov
|
a0eb60906d
|
Fix even more usings
|
2009-05-16 10:45:17 -05:00 |
Slava Pestov
|
132249660d
|
Fix conflict
|
2009-05-16 09:48:42 -05:00 |
Slava Pestov
|
90560d3959
|
Better presentation for ambiguous-use-error, fix ui.tools.listener now that 'search' can throw, make USE: and UNUSE: ignore dupes
|
2009-05-16 09:34:42 -05:00 |
Slava Pestov
|
66a9416473
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
b31fe9b8f2
|
Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab
|
2009-05-14 22:31:29 -05:00 |
Joe Groff
|
b3039786c2
|
don't unfocus the world if cocoa view has gone fullscreen; the original window isn't really associated with the view while fullscreen
|
2009-05-14 17:37:14 -05:00 |
Joe Groff
|
7fdd018aec
|
set first responder on cocoa view back when returning from fullscreen mode. un-fullscreen the view if window is closed while view is fullscreen
|
2009-05-14 17:29:25 -05:00 |
Slava Pestov
|
fb6df472a2
|
Cleaning up USING: lists for new strict semantics
|
2009-05-14 16:54:16 -05:00 |
Joe Groff
|
606ed8aaa1
|
spin on GetCurrentButtonState before warping cursor when grabbing cocoa input. this keeps the window from jumping if you click on its titlebar to focus
|
2009-05-14 15:36:18 -05:00 |
Joe Groff
|
92e508356e
|
flip cursor warp point for cocoa mouse grab into y-goes-down space
|
2009-05-14 15:01:21 -05:00 |
Joe Groff
|
7c10b6d4d5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-14 10:09:16 -05:00 |
Joe Groff
|
ba9ba118a6
|
don't assume world has children in debugger
|
2009-05-14 10:08:57 -05:00 |
Slava Pestov
|
2ad45a24b3
|
ui.tools.debugger: don't throw an error if world has no children
|
2009-05-13 22:42:38 -05:00 |
Slava Pestov
|
be17ed9132
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-13 22:42:13 -05:00 |
Slava Pestov
|
06efcd1502
|
ui.backend.windows: create-window can now be called even when the UI is not running. Fixes game-input deploy test
|
2009-05-13 22:41:42 -05:00 |
Doug Coleman
|
0d8115a940
|
fullscreen* -> (fullscreen?), set-fullscreen* -> (set-fullscreen), fix jamshred screen toggling
|
2009-05-13 22:28:33 -05:00 |
Slava Pestov
|
0c1e519dcb
|
Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word doesn't exist
|
2009-05-13 22:15:48 -05:00 |
Doug Coleman
|
31e3fe5a2f
|
rename set-fullscreen? to set-fullscreen, add a toggle-fullscreen word, fix windows backend for fullscreen*
|
2009-05-13 20:05:22 -05:00 |
Slava Pestov
|
560ad8b2e5
|
ui.gadgets.worlds: Remove unneeded ui.commands dependency. This reduces deployed image size
|
2009-05-12 04:02:24 -05:00 |
Slava Pestov
|
5b315efc81
|
Make focusable-child* work even if world has no children, to clean up a code duplication
|
2009-05-11 17:04:32 -05:00 |
Slava Pestov
|
0a6c9e08a9
|
Fix stack underflow in Windows UI backend
|
2009-05-11 16:19:41 -05:00 |
Slava Pestov
|
f5af7977ec
|
ui.debugger: new mini error dialog box for deployed apps
|
2009-05-11 16:18:47 -05:00 |
Joe Groff
|
87717fa78c
|
Add user-visible grab-input and ungrab-input words to cleanly toggle grabbing on worlds
|
2009-05-11 13:18:38 -05:00 |
Joe Groff
|
b070edc751
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/ui/gadgets/worlds/worlds.factor
|
2009-05-11 12:37:50 -05:00 |
Joe Groff
|
30bfce2ce0
|
improve error handling when begin-world fails
|
2009-05-11 12:35:41 -05:00 |
Slava Pestov
|
3fe5bb872b
|
Deploy tool always uses optimizing compiler now
|
2009-05-11 00:32:22 -05:00 |
Slava Pestov
|
dec89ac4fd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-10 21:36:38 -05:00 |
Slava Pestov
|
9de34ab3cd
|
Fix deployment of UI apps and implement various tricks to make deployed images smaller
|
2009-05-10 21:33:13 -05:00 |