Slava Pestov
|
52df401f8a
|
Factor out menu and popup positioning into math.rectangles.positioning, and write tests for it
|
2009-02-12 21:46:49 -06:00 |
Slava Pestov
|
4d69475cac
|
Add support for Joe's "graphics baseline" idea
|
2009-02-12 16:52:24 -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
|
54a58cc196
|
Split off ui.pens from ui.render
|
2009-02-12 03:58:42 -06:00 |
Slava Pestov
|
47e076ec7c
|
Monospace font in traceback
|
2009-02-12 02:09:22 -06:00 |
Slava Pestov
|
6e10a4a0c4
|
ui.tools.operations: fix shortcut for profiler
|
2009-02-11 04:56:15 -06:00 |
Slava Pestov
|
bd5fb06cdf
|
Use icons in completion popups and vocab browser
|
2009-02-11 04:55:49 -06:00 |
Slava Pestov
|
5be7a6777b
|
Clean up Core Text rendering code, and factor our basis/cache and basis/opengl/texture-cache
|
2009-02-10 02:45:43 -06:00 |
Slava Pestov
|
a465da365f
|
ui.tools.listener: position the input field next to the prompt
|
2009-02-09 22:40:11 -06:00 |
Slava Pestov
|
954596c947
|
ui.tools.listener: fix tests
|
2009-02-09 18:04:18 -06:00 |
Slava Pestov
|
cf4e0d78c3
|
Rework listener's debugger-popup code
|
2009-02-09 00:25:05 -06:00 |
Slava Pestov
|
703ea67ac4
|
Fix listener tests
|
2009-02-06 01:42:22 -06:00 |
Slava Pestov
|
e3d4b88e8f
|
UI listener: make history completion popup wider, use correct element type when inserting completions
|
2009-02-06 01:25:43 -06:00 |
Slava Pestov
|
68d5e3ebaf
|
Clean up listener completion; color code words by search path and private status, color code vocabs by load status
|
2009-02-05 22:15:17 -06:00 |
Slava Pestov
|
ef8d622b54
|
UI documentation and test fixes
|
2009-02-05 05:16:22 -06:00 |
Slava Pestov
|
64bb5b45c4
|
ui.gadgets.traceback: Cleanup
|
2009-02-05 04:12:57 -06:00 |
Slava Pestov
|
24b7437ff7
|
Add 'Inspect model' operation
ui.tools.traceback: use new UI inspector
|
2009-02-05 04:00:27 -06:00 |
Slava Pestov
|
3eb5222186
|
Add CHAR: completion to UI listener
|
2009-02-02 15:58:09 -06:00 |
Slava Pestov
|
193be29964
|
Working on baseline alignment
|
2009-02-02 13:45:06 -06:00 |
Slava Pestov
|
669548e62e
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
Slava Pestov
|
d31b902f96
|
Add horizontal and vertical orientation constants, working on baseline alignment
|
2009-02-02 00:02:55 -06:00 |
Slava Pestov
|
7b2a705352
|
<border> now takes a pair instead of an integer
|
2009-02-02 00:00:45 -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
|
4513417657
|
Clean up some messy stack shuffling
|
2009-02-01 19:14:43 -06:00 |
Slava Pestov
|
92708c7231
|
Fix com-stack-effect
|
2009-02-01 03:27:10 -06:00 |
Slava Pestov
|
3d533c94ca
|
Working on listener completion
|
2009-01-31 02:40:03 -06:00 |
Slava Pestov
|
36ebb97dc5
|
Fix usage. operation to run in listener
|
2009-01-30 23:52:17 -06:00 |
Slava Pestov
|
990c99a97e
|
Add foreground and background color slots to font tuple
|
2009-01-30 03:36:39 -06:00 |
Slava Pestov
|
478ef76801
|
Documents no longer mutatte their model's value
|
2009-01-29 03:04:23 -06:00 |
Slava Pestov
|
a98d59d93c
|
Update ui.tools.listener docs
|
2009-01-28 17:27:42 -06:00 |
Slava Pestov
|
d651bdc4d7
|
Clear undos when starting a new interaction in the listener
|
2009-01-28 12:12:03 -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
|
5cd4f65e59
|
Fix conflict
|
2009-01-27 15:49:49 -06:00 |
Slava Pestov
|
298fdecf32
|
Fixing eval unit test, and help lint failures from stricter help lint
|
2009-01-27 15:38:01 -06:00 |
Slava Pestov
|
72f63d3e4c
|
Add operation to show thread traceback
|
2009-01-26 18:09:04 -06:00 |
Slava Pestov
|
231ba5234e
|
Inspector can now invoke the primary operation
|
2009-01-26 18:08:54 -06:00 |
Slava Pestov
|
bb27511753
|
Fixing code for first-class fonts
|
2009-01-26 02:21:28 -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
|
fe7c2fecbe
|
Eliminate some more usages of tuck
|
2009-01-25 17:55:27 -06:00 |
Slava Pestov
|
fd7a47613e
|
Move core-graphics types from cocoa.types to core-graphics.types, clean up some code
|
2009-01-19 16:29:52 -06:00 |
Slava Pestov
|
8509027428
|
UI listener: Status bar now shows summary for vocabs that are not loaded
|
2009-01-18 23:41:21 -06:00 |
Slava Pestov
|
3697fa1aa3
|
Word completion now adds the word's vocab to the USE: list
|
2009-01-16 15:54:40 -06:00 |
Slava Pestov
|
cc8e049c02
|
Another clean up
|
2009-01-16 15:37:31 -06:00 |
Slava Pestov
|
5f2fd87ce1
|
Clean up history code
|
2009-01-16 15:22:13 -06:00 |
Slava Pestov
|
37407cde96
|
C-m expands macros in listener
|
2009-01-16 14:57:23 -06:00 |
Slava Pestov
|
d82a68a14c
|
Clean up font API a little bit; users no longer have to call open-font arbitrarily
|
2009-01-16 00:43:51 -06:00 |
Slava Pestov
|
c89b68d295
|
Overhaul UI listener history code; C-p, C-n cycles through history, C-r displays list
|
2009-01-15 21:34:41 -06:00 |
Slava Pestov
|
2bb6d7f6b1
|
Rename editor-caret* and editor-mark* without the * since we don't have the old accessors anymore
|
2009-01-15 15:50:48 -06:00 |
Slava Pestov
|
d871691342
|
Simplify define-operation-map; it doesn't need the hook quotation at all
|
2009-01-15 15:22:25 -06:00 |
Slava Pestov
|
ca9e04c086
|
Fix word operations
|
2009-01-15 13:02:31 -06:00 |