Slava Pestov
|
667eca9410
|
Fix unit tests and help lint for 'see' move
|
2009-03-11 17:33:54 -05:00 |
Slava Pestov
|
5f196ba2ef
|
Fix bootstrap
|
2009-03-11 07:17:57 -05:00 |
Slava Pestov
|
692b648feb
|
Change tabular-output and smash-pane behavior to fix panes unit tests; re-organize panes code to make more words private
|
2009-03-11 03:17:30 -05:00 |
Slava Pestov
|
16ddc461b4
|
Document ui.gadgets.glass and fix help lint failures in UI docs
|
2009-03-10 17:28:34 -05:00 |
Slava Pestov
|
a3c23c53ca
|
Half-fix pane selection
|
2009-03-09 18:35:12 -05:00 |
Slava Pestov
|
7ec4f574a5
|
Clicking in the pane focuses the input area
|
2009-03-08 17:33:40 -05:00 |
Slava Pestov
|
375c5e69b5
|
Various load-everything fixes
|
2009-03-07 01:22:21 -06:00 |
Slava Pestov
|
5c88b18a9a
|
Oops, forgot to call prepare-last-line
|
2009-03-06 13:32:41 -06:00 |
Slava Pestov
|
4e8280be63
|
Fix problem where listener would scroll to the top sometimes
|
2009-03-05 16:33:09 -06:00 |
Slava Pestov
|
fe1d6a0e13
|
Add baseline debugging gadget
|
2009-02-28 20:32:51 -06:00 |
Slava Pestov
|
571db75e40
|
Update code for model class renamings
|
2009-02-26 16:15:28 -06:00 |
Slava Pestov
|
c8d5e98898
|
Fix conflicts
|
2009-02-26 03:12:19 -06:00 |
Slava Pestov
|
4426526252
|
Fixing some things I broke
|
2009-02-25 23:30:30 -06:00 |
Slava Pestov
|
91fff87c0f
|
Fixing bootstrap after merge
|
2009-02-24 01:32:46 -06:00 |
Slava Pestov
|
ce1bc1d6ed
|
Fixing conflicts from stack checker changes
|
2009-02-24 01:21:10 -06:00 |
Slava Pestov
|
dcbb5bc692
|
Implement gesture>string for actions
|
2009-02-21 16:42:57 -06:00 |
Slava Pestov
|
7fddef29da
|
Fix unit tests
|
2009-02-20 23:30:46 -06:00 |
Slava Pestov
|
fa79803856
|
Fix text rendering for fonts where the image bounds exceed the metric bounds, such as Zapfino and Arabic fonts
|
2009-02-20 20:53:51 -06:00 |
Slava Pestov
|
af0b6ef4c8
|
Fix scroll>rect flaw
|
2009-02-20 20:53:25 -06:00 |
Slava Pestov
|
ee7bbf8654
|
Reset mouse selection after table model changes
|
2009-02-20 20:52:33 -06:00 |
Slava Pestov
|
556c218afa
|
Document ui.gadgets.line-support
|
2009-02-19 18:21:05 -06:00 |
Slava Pestov
|
a0253106b1
|
ui.gadgets.status-bar: write some docs and add notion of status message ownership to avoid some subtle race issues with completion popup and listener's keyboard help
|
2009-02-19 18:01:26 -06:00 |
Slava Pestov
|
58e55d4f45
|
Working on documentation
|
2009-02-19 16:54:27 -06:00 |
Slava Pestov
|
277a827039
|
Add unit tests for ui.gadgets.glass
|
2009-02-18 21:01:27 -06:00 |
Slava Pestov
|
204777ec3f
|
ui.gadgets.menus now supports separators
|
2009-02-18 21:00:53 -06:00 |
Slava Pestov
|
706fb33e38
|
Table hooks now receive the table as an input parameter
|
2009-02-18 21:00:31 -06:00 |
Slava Pestov
|
d6a2f9b84b
|
Glass panes can now be stacked
|
2009-02-18 20:59:51 -06:00 |
Slava Pestov
|
f6f9b0874e
|
change remove-gadget semantics so that removing glass from world doesn't break
|
2009-02-18 19:25:34 -06:00 |
Slava Pestov
|
773d292688
|
Panes fill up available space with the last line
|
2009-02-18 17:33:00 -06:00 |
Slava Pestov
|
038b4c597c
|
Remove track-remove, and make ui.gadgets:unparent extensible; add a test
|
2009-02-18 17:32:46 -06:00 |
Slava Pestov
|
eb54b95b37
|
Fix grid-lines rendering
|
2009-02-17 22:42:48 -06:00 |
Slava Pestov
|
d67f08549c
|
New baseline alignment algorithm uses cap-height/2 as graphics baseline instead of ascent/2
|
2009-02-17 13:41:19 -06:00 |
Slava Pestov
|
cf829ad3cf
|
Split off large chunk of ui.tools.listener.popups and make it generic; put it in ui.gadgets.glass
|
2009-02-17 08:26:23 -06:00 |
Slava Pestov
|
e37c89a434
|
Tweak tables a bit
|
2009-02-17 08:24:55 -06:00 |
Slava Pestov
|
0bbe79d386
|
Search tables: do case folding automatically, better keyboard behavior
|
2009-02-17 08:24:11 -06:00 |
Slava Pestov
|
c7dc4f1080
|
Split off baseline alignment code into ui.baseline-alignment, and add cap-height generic word
|
2009-02-17 06:10:02 -06:00 |
Slava Pestov
|
421ee726b8
|
Merge branch 'master' into new_ui
|
2009-02-16 21:22:12 -06:00 |
Slava Pestov
|
6b25e99470
|
Add summary for heaps more vocabs
|
2009-02-16 21:05:13 -06:00 |
Slava Pestov
|
6b672a11fa
|
ui.gadgets.editors: rename min-width and max-width slots of field to min-cols and max-cols, re-use line-support code, more accurate dimension calculation that takes field border size into account
|
2009-02-16 04:25:58 -06:00 |
Slava Pestov
|
d2be75b083
|
ui.gadgets.tables: add support for column headers
ui.gadgets.search-tables: use Joe's X icon
|
2009-02-16 04:25:15 -06:00 |
Slava Pestov
|
e80ab7d28b
|
ui.gadgets.scrollers: add support for column headers
|
2009-02-16 04:24:14 -06:00 |
Slava Pestov
|
d5d9c65859
|
Remove new-gadget since it was just an alias for new
|
2009-02-16 04:04:32 -06:00 |
Slava Pestov
|
20aca672ca
|
New icons (Joe Groff)
|
2009-02-16 01:26:21 -06:00 |
Slava Pestov
|
76c35ad90c
|
ui.gadgets.tables: Add page up/down
|
2009-02-16 01:10:21 -06:00 |
Slava Pestov
|
298ea392f7
|
ui.gadgets.editors: Add page up/down
|
2009-02-16 01:03:50 -06:00 |
Slava Pestov
|
d26ae3d141
|
new set-rect-bounds word for when you're setting loc and dim at the same time
|
2009-02-15 23:39:27 -06:00 |
Slava Pestov
|
86f7a4c282
|
Fix load errors; ui.gadgets.theme removed
|
2009-02-15 23:14:18 -06:00 |
Slava Pestov
|
8fec1f5d40
|
Fix load errors
|
2009-02-15 06:01:53 -06:00 |
Slava Pestov
|
628c219495
|
opengl.texture-cache is not necessary; simplify code
|
2009-02-15 04:33:43 -06:00 |
Slava Pestov
|
9a1d324342
|
Remove redundant t >>fill? calls
|
2009-02-15 04:24:25 -06:00 |