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 |
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
|
0a6c9e08a9
|
Fix stack underflow in Windows UI backend
|
2009-05-11 16:19:41 -05:00 |
U-C4\Administrator
|
5e07dc04a5
|
use change-global in a couple of places, formatting
|
2009-05-10 14:24:13 -05:00 |
Joe Groff
|
2295c967fa
|
clip to window client area when grabbing on windows
|
2009-05-08 15:49:29 -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
|
a0c8d0ae9e
|
fix x11 backend bugs
|
2009-05-02 21:55:19 -05:00 |
U-FROGGER\erg
|
aa142a1b52
|
fix windows ui
|
2009-05-02 20:36:31 -05:00 |
Joe Groff
|
886d087332
|
ui.backend.windows code cleanup
|
2009-05-02 19:44:08 -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
|
95f1ca3d9f
|
windows pixel-format backend
|
2009-05-02 13:42:10 -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 |
Doug Coleman
|
4a5009048f
|
support fullscreen mode in windows ui
|
2009-04-30 15:22:32 -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
|
5579842d7a
|
Fix USING:
|
2009-04-18 02:52:29 -05:00 |
Slava Pestov
|
4f74810c15
|
Split off x11 vocab from x11.xlib, and add x11.unix for event loop integration
|
2009-04-18 01:56:29 -05:00 |
Slava Pestov
|
65b27354ad
|
Merge branch 'master' into smarter_error_list
|
2009-04-14 15:07:22 -05:00 |
Slava Pestov
|
bfe0787454
|
Merge branch 'master' into smarter_error_list
|
2009-04-13 15:23:27 -05:00 |
Slava Pestov
|
6aa3b7cd3d
|
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
|
2009-04-13 19:50:23 -05:00 |
Slava Pestov
|
3b1f3c08a4
|
Fix window positioning on OS X
|
2009-04-13 03:16:57 -05:00 |
Jose A. Ortega Ruiz
|
b6a8e023a5
|
Fix: setting WM_CLASS in X11 backend using UTF8 string
|
2009-04-13 01:17:04 +02:00 |
Slava Pestov
|
5aab0078a0
|
Make more code infer
|
2009-04-12 16:08:54 -05:00 |
slava
|
509869ca70
|
X11 UI: Fix resize flicker, exception when closing window, unsuccessful attempt at fixing raise-window
|
2009-04-10 13:29:07 -04:00 |
Slava Pestov
|
370e90f57b
|
Fix odd race condition in ui.backend.cocoa
|
2009-04-10 06:19:46 -05:00 |
Slava Pestov
|
87e4598581
|
opengl.textures: use GL_ARB_texture_non_power_of_two if available
|
2009-04-07 21:32:45 -05:00 |
Slava Pestov
|
1a4f2724e4
|
Don't call glFlush, it's useless
|
2009-04-04 20:03:44 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
9c3054c84a
|
More progress on Uniscribe
|
2009-04-02 13:05:26 -05:00 |
Slava Pestov
|
a58ce33bb3
|
Split off some code from ui.backend.windows into windows.offscreen
|
2009-03-28 22:27:18 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
5d3c2c874a
|
Get game-input to load on Windows
|
2009-03-24 03:58:11 -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
|
2fee574b4f
|
Working on X11 backend
|
2009-03-02 02:55:54 -06:00 |
U-SLAVA-DFB8FF805\Slava
|
95de45725e
|
Fix Pango and ui.event-loop for Windows
|
2009-03-02 01:12:06 -06:00 |
Slava Pestov
|
ce1bc1d6ed
|
Fixing conflicts from stack checker changes
|
2009-02-24 01:21:10 -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
|
0a0431e6ab
|
Fix conflict
|
2009-01-30 02:24:34 -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
|
9bf2675fa3
|
Remove two rot usages from UI
|
2009-01-26 16:30:17 -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 |
Slava Pestov
|
723626a9d2
|
Add slot editing to UI inspector, remove slot editing from TTY inspector
|
2009-01-08 17:02:54 -06:00 |
Slava Pestov
|
053c15e476
|
This is where all the recent I/O and core foundation work comes together: use core-foundation.run-loop to receive events on Mac OS X instead of weak-ass Squeak-style polling every 10ms
|
2008-12-12 23:58:28 -06:00 |
Doug Coleman
|
3629b9e5bd
|
win32 offscreen refinements
|
2008-12-10 08:49:50 -06:00 |
Joe Groff
|
98c0daae2a
|
Move offscreen-world widget and support words into ui.offscreen vocab
|
2008-12-09 10:07:57 -08:00 |
Joe Groff
|
0b42f11683
|
cocoa backend for offscreen world rendering
|
2008-12-08 19:30:10 -08:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Eduardo Cavazos
|
7402cd2ab7
|
Move 'ui' to basis
|
2008-08-07 21:12:50 -05:00 |