Joe Groff
|
97adae24f0
|
pardon my dust
|
2009-07-01 17:57:21 -05:00 |
Joe Groff
|
77104b7256
|
put a slot on worlds for window-resources which get disposed when window is closed
|
2009-07-01 13:54:42 -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 |
Joe Groff
|
5f2bced2e3
|
docs for window-controls
|
2009-06-18 12:20:50 -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
|
0169934f6d
|
null-world class for interactive OpenGL use
|
2009-06-03 11:03:34 -05:00 |
Slava Pestov
|
66a9416473
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Slava Pestov
|
fb6df472a2
|
Cleaning up USING: lists for new strict semantics
|
2009-05-14 16:54:16 -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
|
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
|
30bfce2ce0
|
improve error handling when begin-world fails
|
2009-05-11 12:35:41 -05:00 |
Slava Pestov
|
cda3685c4d
|
Eliminate prettyprinter dependency from UI
|
2009-05-09 20:24:17 -05:00 |
Joe Groff
|
9992817c65
|
input grabbing support
|
2009-05-08 15:07:15 -05:00 |
Slava Pestov
|
fb5b48c71a
|
Fix some test failures
|
2009-05-04 09:44:26 -05:00 |
Joe Groff
|
804d4aae81
|
docs for new world words
|
2009-05-03 23:01:26 -05:00 |
Joe Groff
|
4504907736
|
add a resize-world generic to handle window resizes
|
2009-05-03 22:01:35 -05:00 |
Joe Groff
|
585ea8da54
|
don't pprint gadgets with RECT: syntax
|
2009-05-03 18:32:35 -05:00 |
Joe Groff
|
474735a60c
|
update status-bar for api changes. set the gl-context outside of draw-world* generic
|
2009-05-03 17:11:01 -05:00 |
Joe Groff
|
6ccd82faba
|
world API changes: open-window can take a world-attributes tuple with additional parameters besides title. new begin-world, end-world, and draw-world* generics
|
2009-05-03 15:52:26 -05:00 |
Joe Groff
|
cc244cb672
|
break code->code docs<-docs dependency
|
2009-05-02 21:54:25 -05:00 |
U-FROGGER\erg
|
aa142a1b52
|
fix windows ui
|
2009-05-02 20:36:31 -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
|
a7e2632faf
|
check-world-pixel-format word that world subclasses can override to verify that the chosen pixel format meets their needs
|
2009-05-02 16:46:58 -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
|
c8739f5430
|
Merge branch 'master' of http://factorcode.org/git/factor
|
2009-05-01 13:01:04 -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
|
31c2ede034
|
ui.gadgets.sliders: fix usability issue
|
2009-05-01 07:43:50 -05:00 |
Slava Pestov
|
59bec433f4
|
Add unportable tag to merger and fix indentation in ui.gadgets.tables
|
2009-04-30 21:37:53 -05:00 |
Sam Anklesaria
|
3cf4f45416
|
comboboxes vocab + ui authors, summaries
|
2009-04-29 14:19:30 -05:00 |
Slava Pestov
|
eb4981fb00
|
ui.gadgets.tables: if model changes, try to preserve selection
|
2009-04-24 01:14:02 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Slava Pestov
|
1c123e7e22
|
Remove some usages of -rot and tuck
|
2009-04-18 21:53:22 -05:00 |
Slava Pestov
|
ce76331fd6
|
Fixing more unit tests
|
2009-04-17 15:50:03 -05:00 |
Slava Pestov
|
df18c0b6e7
|
Making more code infer
|
2009-04-15 19:03:44 -05:00 |
Slava Pestov
|
c9272501f5
|
ui.gadgets.packs: add failing unit test
|
2009-04-13 14:41:08 -05:00 |
Slava Pestov
|
5aab0078a0
|
Make more code infer
|
2009-04-12 16:08:54 -05:00 |
Slava Pestov
|
c626004735
|
ui.gadgets.tables: center cells vertically, add padding around images
|
2009-04-11 14:14:32 -05:00 |
Slava Pestov
|
ad2b7b74f4
|
Fix baseline alignment to work like align=1/2 if there is no text in the layout, also fix nested baseline alignment in the no-text case
|
2009-04-10 14:11:05 -05:00 |
Slava Pestov
|
8480034d6e
|
image-name instances can now be passed to <button> etc
|
2009-04-10 08:13:20 -05:00 |
Slava Pestov
|
78503a1b9c
|
Merge branch 'master' into smarter_error_list
|
2009-04-10 06:23:17 -05:00 |
Slava Pestov
|
713ab02337
|
Don't use GL_ARB_texture_non_power_of_two on ATI hardware to fix bug reported by Andy Turner and Caesar Hu
|
2009-04-10 06:18:29 -05:00 |
Slava Pestov
|
61918ac0c5
|
Merge branch 'master' into smarter_error_list
|
2009-04-08 06:45:49 -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 |