racket/collects/mred/private/wxme
2009-08-09 13:48:09 +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 scroll-with-bottom-base and allow-scroll-to-last 2009-07-20 14:50:55 +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 backspace in keymap% 2009-07-08 21:19:00 +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 Newlines at EOFs 2009-07-04 02:28:31 +00:00
snip-flags.ss Newlines at EOFs 2009-07-04 02:28:31 +00:00
snip.ss correctly handle multiple registrations of the same snipclass name 2009-08-09 13:48:09 +00:00
stream.ss fix problems parsing old WXME files 2009-08-07 12:40:55 +00:00
style.ss fix problems parsing old WXME files 2009-08-07 12:40:55 +00:00
text.ss fix delete-time callback to release caret focus 2009-08-06 16:37:49 +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