racket/collects/mred/private/wxme
2009-06-24 12:38:02 +00:00
..
const.ss
cycle.ss fix some problems and inefficiencies in saving and loading wxme streams 2009-04-15 22:27:43 +00:00
editor-admin.ss more wxme repairs from Ryan 2009-04-09 16:40:52 +00:00
editor-canvas.ss fix wheel step in editor 2009-06-13 13:26:52 +00:00
editor-snip.ss fix editor bugs related to line-wrapping, tab insertion, and pasting to the end of an editor that has been line-wrapped in the past (merge to 4.2) 2009-05-22 16:24:17 +00:00
editor.ss fix WXME bug related to inserting an empty string 2009-06-09 21:20:31 +00:00
keymap.ss fix mapping of del in keymap% (PR 10312) 2009-06-24 12:38:02 +00:00
mline.ss fix editor bugs related to line-wrapping, tab insertion, and pasting to the end of an editor that has been line-wrapped in the past (merge to 4.2) 2009-05-22 16:24:17 +00:00
pasteboard.ss fix pasteboard rubber-band drawing 2009-05-14 19:37:08 +00:00
private.ss fix editor bugs related to line-wrapping, tab insertion, and pasting to the end of an editor that has been line-wrapped in the past (merge to 4.2) 2009-05-22 16:24:17 +00:00
snip-admin.ss editor and documentation repairs (merge to 4.2) 2009-05-19 01:02:41 +00:00
snip-flags.ss
snip.ss fix WXME bug related to inserting an empty string 2009-06-09 21:20:31 +00:00
stream.ss fix WXME bug related to inserting an empty string 2009-06-09 21:20:31 +00:00
style.ss fix problems with editor stream reading 2009-04-13 12:37:48 +00:00
text.ss fix WXME bug related to inserting an empty string 2009-06-09 21:20:31 +00:00
undo.ss performance improvements: class local-field access uses accessor with index built in (so the index is checked once); JIT partially inlines struct-field mutation 2009-04-16 19:01:20 +00:00
wordbreak.ss editor and documentation repairs (merge to 4.2) 2009-05-19 01:02:41 +00:00
wx.ss