Alexander Iljin
|
afdef8c90e
|
windows.dropfiles[-docs]: implement the file-drop gesture
|
2018-01-22 13:09:41 -08:00 |
Alexander Iljin
|
4c24cc2603
|
ui.gestures[-docs]: add the file-drop gesture and the dropped-files symbol
|
2018-01-22 13:09:41 -08:00 |
Björn Lindqvist
|
0a34002988
|
ui.gestures: fix the cocoa ui backend which i broke by moving the modifier word
|
2016-06-21 23:37:20 +02:00 |
Björn Lindqvist
|
4b919b19ce
|
ui.backend.*: new vocab for keysym handling which is the same on x11 and gtk
|
2016-06-20 13:13:20 +02:00 |
Björn Lindqvist
|
91f335b424
|
style thing: indenting tuple slots
|
2016-05-31 03:37:23 +02:00 |
John Benediktsson
|
71ef8a22c2
|
disambiguate namespaces:set and sets:set.
|
2016-03-29 17:14:42 -07:00 |
Doug Coleman
|
e0d1b14e5c
|
factor: don't need FROM: namespaces => set or namespaces:set anymore
|
2015-08-12 11:25:57 -05:00 |
Doug Coleman
|
e4c39bcf3c
|
factor: superclass -> superclass-of, superclasses -> superclasses-of
|
2015-07-20 00:46:33 -07:00 |
Doug Coleman
|
2adeed9cb3
|
factor: rename classes:members to class-members so it doesn't conflict with sets:members. ugh.
|
2015-07-20 00:32:42 -07:00 |
John Benediktsson
|
987ecea441
|
Minor fix to make sure strings are produced.
|
2013-04-06 18:50:26 -07:00 |
John Benediktsson
|
c900590f8b
|
use concat instead of join.
|
2013-04-06 17:02:22 -07:00 |
Doug Coleman
|
51e695857c
|
ui.gestures: Class vs word name duplication. Sorry for the lame names, this can get cleaned up with a tool once there are no more conflicts.
|
2013-03-23 16:12:03 -07:00 |
John Benediktsson
|
be85b3bee3
|
ui: hand-loc and hand-click-loc should be global.
|
2012-09-21 18:32:43 -07:00 |
Doug Coleman
|
f9257959fd
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
John Benediktsson
|
6417f36397
|
namespaces: adding a "with-global" word to replace "global [ ] bind".
|
2011-10-13 17:21:59 -07:00 |
Doug Coleman
|
a6f0abb9a2
|
Rename alarms -> timers
|
2010-06-10 16:39:13 -05:00 |
Doug Coleman
|
e75b85de30
|
Update code base for new alarms api
|
2010-05-21 20:42:12 -05:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
1672c34f9f
|
ui: use scroll delta information for smoother mouse scrolling on Windows and Mac OS X
|
2010-04-29 02:52:32 -04:00 |
Daniel Ehrenberg
|
da57436180
|
Finishing eliminating prune as a synonym of members
|
2010-02-27 14:52:24 -05:00 |
Daniel Ehrenberg
|
7074979745
|
Moving new-sets to sets
|
2010-02-26 16:01:01 -05:00 |
Doug Coleman
|
09e9293866
|
use nanoseconds in the core-foundation run-loop
|
2009-11-19 19:22:36 -06:00 |
Doug Coleman
|
d9d2fe6c92
|
use nano-count instead of timestamps for mouse clicks
|
2009-11-19 18:23:29 -06:00 |
Doug Coleman
|
54de3addd9
|
make alarms use monotonic-clock
|
2009-11-30 16:31:47 -06:00 |
Slava Pestov
|
f5a0a8b6e1
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Joe Groff
|
76b1f9ce03
|
some new UI words: handles-gesture? checks whether a gesture will be handled. topmost-window returns the topmost world object
|
2009-06-22 19:01:50 -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 |
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 |
Slava Pestov
|
cc5655a557
|
gesture>string: S+C+z not S+C+Z
|
2009-05-01 07:36:31 -05:00 |
Slava Pestov
|
be4fb1e7d9
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
Slava Pestov
|
43dd93d1fa
|
Fix ui.commands unit test on non-Mac platfrms
|
2009-03-08 01:52:05 -06:00 |
Slava Pestov
|
a2befabfe1
|
Fix string>gesture for gestures involving SPACE
|
2009-03-05 16:33:20 -06:00 |
Slava Pestov
|
ee87ca7db6
|
Fix keysym SPACE
|
2009-03-05 13:35:00 -06:00 |
Slava Pestov
|
dcbb5bc692
|
Implement gesture>string for actions
|
2009-02-21 16:42:57 -06:00 |
Slava Pestov
|
221222cb8f
|
Use Unicode character names
|
2009-02-21 00:55:50 -06:00 |
Slava Pestov
|
7b8e7f8092
|
Use call( in a bunch of places in the UI; update-ui infers now
|
2009-02-09 00:49:48 -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
|
7d632980d8
|
Add key-gesture superclass for key-down and key-up
|
2009-01-31 02:39:27 -06:00 |
Slava Pestov
|
081ec95043
|
Make actions into singletons
|
2009-01-28 19:18:35 -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
|
f5d850f39e
|
Display gesture modifiers using Mac OS X Unicode characters
|
2009-01-26 17:58:23 -06:00 |
Slava Pestov
|
fe7c2fecbe
|
Eliminate some more usages of tuck
|
2009-01-25 17:55:27 -06:00 |
Slava Pestov
|
46fdfd2d84
|
Listener completion work in progress
|
2009-01-09 17:58:22 -06:00 |
Slava Pestov
|
c5160d76e9
|
Merge qualified, alias, symbols, constants into core
|
2008-12-17 18:10:01 -06:00 |
Slava Pestov
|
6346999f66
|
Fix race condition with gesture handling and grafting
|
2008-12-10 16:40:05 -06:00 |
Slava Pestov
|
cbf392c889
|
Use new distance word
|
2008-11-29 10:38:27 -06:00 |
Slava Pestov
|
9b9d45b8f8
|
Fix type error
|
2008-11-23 03:22:56 -06:00 |
Slava Pestov
|
7788b3e0db
|
Merge branch 'master' into microseconds
|
2008-11-23 03:06:32 -06:00 |
slava
|
ae8e3ecb78
|
Fix X11 input problems
|
2008-11-22 00:23:56 -06:00 |
Slava Pestov
|
fb918ab756
|
The event loop thread now adds events to a queue slurped by the UI update thread instead of handling them directly. This fixes a race condition where a gadget could end up handling an event before it was grafted or laid out
|
2008-11-21 23:01:20 -06:00 |