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 |
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 |
Doug Coleman
|
0d8115a940
|
fullscreen* -> (fullscreen?), set-fullscreen* -> (set-fullscreen), fix jamshred screen toggling
|
2009-05-13 22:28:33 -05:00 |
Joe Groff
|
9992817c65
|
input grabbing support
|
2009-05-08 15:07:15 -05:00 |
Joe Groff
|
01546acb1c
|
typo in cocoa pixel format stuff
|
2009-05-07 19:47:26 -05:00 |
Slava Pestov
|
b2c3183b21
|
Split up tools.vocabs. Note that load-everything is now named load-all
|
2009-05-04 06:44:17 -05:00 |
Joe Groff
|
045635cdf2
|
yield during mouse-moved events in cocoa so gadgets have a chance to redraw
|
2009-05-03 20:33:03 -05:00 |
Joe Groff
|
d96f6d3197
|
oops, forgot backing-store support on windows. also "robust" is useless
|
2009-05-02 17:54:45 -05:00 |
Joe Groff
|
623b16d048
|
X11 backend for pixel formats
|
2009-05-02 16:39:31 -05:00 |
Joe Groff
|
621fed2dd5
|
need to pass world as arg to pixel-format hooks
|
2009-05-02 12:31:33 -05:00 |
Joe Groff
|
54e9447ec4
|
adjust pixel format syntax. override offscreen-world pixel-format-attributes instead of special-casing
|
2009-05-01 20:07:14 -05:00 |
Joe Groff
|
2a7c26c20a
|
shove cocoa pixel format attribute conversion into a functor so we can reuse it
|
2009-05-01 16:33:49 -05:00 |
Joe Groff
|
b45ea14d39
|
compilation fixes
|
2009-05-01 12:56:52 -05:00 |
Joe Groff
|
ba8abd6cad
|
cocoa backend support for ui.pixel-formats; world-pixel-format-attributes generic
|
2009-05-01 09:09:38 -05:00 |
Slava Pestov
|
bfe0787454
|
Merge branch 'master' into smarter_error_list
|
2009-04-13 15:23:27 -05:00 |
Slava Pestov
|
3b1f3c08a4
|
Fix window positioning on OS X
|
2009-04-13 03:16:57 -05:00 |
Slava Pestov
|
5aab0078a0
|
Make more code infer
|
2009-04-12 16:08:54 -05:00 |
Slava Pestov
|
370e90f57b
|
Fix odd race condition in ui.backend.cocoa
|
2009-04-10 06:19:46 -05:00 |
Slava Pestov
|
be4fb1e7d9
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
Slava Pestov
|
36d03dfa08
|
Use call( so that with-ui infers
|
2009-03-16 03:01:47 -05:00 |
Slava Pestov
|
ebb5adfdb7
|
Clicking on dock icon with no windows visible opens new listener
|
2009-03-05 16:32:43 -06:00 |
Slava Pestov
|
58e55d4f45
|
Working on documentation
|
2009-02-19 16:54:27 -06:00 |
Slava Pestov
|
4c7405f353
|
Don't center all windows on Cocoa
|
2009-02-17 19:26:32 -06:00 |
Slava Pestov
|
39a4969faa
|
Listener doesn't print a garbage quotation when commands are invoked
|
2009-02-12 09:48:05 -06:00 |
Slava Pestov
|
ab386d01aa
|
Merge branch 'master' into new_ui
|
2009-02-10 16:23:14 -06:00 |
Slava Pestov
|
88b401b383
|
Rename math.geometry.rect to math.rectangles
Remove math.geometry.points
Remove rect-loc and rect-dim words
|
2009-02-05 03:28:41 -06:00 |
Slava Pestov
|
0835eb374b
|
UI cleanup: make some ui.gadgets words private, give labels a virtual slot instead of label-string/set-label-string words
|
2009-02-01 20:31:42 -06:00 |
Slava Pestov
|
af744e4511
|
Use singletons instead of empty tuples, add undo/redo to editor gadgets
|
2009-01-28 00:30:57 -06:00 |
Slava Pestov
|
4f5a927afb
|
Move UI text backends to ui.text.*, move UI backends to ui.backend.*, add font datatype
|
2009-01-26 00:36:37 -06:00 |