Commit Graph

204 Commits

Author SHA1 Message Date
Matthew Flatt
47c66b71eb fix pasteboard% 'remove' (merge to 4.2.3)
svn: r16963
2009-11-22 15:43:15 +00:00
Matthew Flatt
fbf7f79d8c fix get-default-print-size n landscape mode
svn: r16942
2009-11-21 16:17:08 +00:00
Robby Findler
e5d76b0095 improved error message slightly
svn: r16305
2009-10-13 16:00:01 +00:00
Robby Findler
ab894fbe18 slight improvement to the snipclass-not-found error message
svn: r16300
2009-10-12 19:55:43 +00:00
Matthew Flatt
941d8c47c3 restore focus ring on text-field% (by chaining to superclass on-set/kill-fpcus in editor-canvas%)
svn: r15846
2009-09-01 14:31:58 +00:00
Matthew Flatt
a12ec5fd23 improve speed of writing long byte strings with lots of escapes in WXME
svn: r15822
2009-08-28 03:45:38 +00:00
Matthew Flatt
78ad4f9615 editor pasteboard bug fix from Jordan Johnson
svn: r15797
2009-08-25 11:20:03 +00:00
Matthew Flatt
3170f05da2 correctly handle multiple registrations of the same snipclass name
svn: r15692
2009-08-09 13:48:09 +00:00
Matthew Flatt
d1bd8a7a40 fix problems parsing old WXME files
svn: r15684
2009-08-07 12:40:55 +00:00
Matthew Flatt
015e926c04 fix delete-time callback to release caret focus
svn: r15681
2009-08-06 16:37:49 +00:00
Matthew Flatt
757999e8e7 fix scroll-with-bottom-base and allow-scroll-to-last
svn: r15495
2009-07-20 14:50:55 +00:00
Matthew Flatt
6e01e535d9 fix backspace in keymap%
svn: r15408
2009-07-08 21:19:00 +00:00
Matthew Flatt
9c488a73c3 fix argument checking of style-delta% constructor and set-delta
svn: r15386
2009-07-05 12:47:19 +00:00
Eli Barzilay
a70bf64fd9 Newlines at EOFs
svn: r15380
2009-07-04 02:28:31 +00:00
Matthew Flatt
be229c2f5e fix mapping of del in keymap% (PR 10312)
svn: r15250
2009-06-24 12:38:02 +00:00
Matthew Flatt
3f1b1391b8 fix wheel step in editor
svn: r15163
2009-06-13 13:26:52 +00:00
Matthew Flatt
eac11bad65 fix WXME bug related to inserting an empty string
svn: r15126
2009-06-09 21:20:31 +00:00
Matthew Flatt
dcc088305b fix bad uses of quotient in wxme
svn: r15067
2009-06-03 18:48:13 +00:00
Matthew Flatt
f63d3cc8fb fix text% inser method on a sigle snip argument
svn: r15002
2009-05-28 12:28:02 +00:00
Matthew Flatt
0b9730158e 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)
svn: r14921
2009-05-22 16:24:17 +00:00
Robby Findler
d1a88fadde fixed image equality
svn: r14917
2009-05-22 01:55:48 +00:00
Matthew Flatt
2f6b572178 fix problem with tab-snip% width checking
svn: r14912
2009-05-21 22:49:34 +00:00
Matthew Flatt
af94e11d19 fix trampoline fix
svn: r14877
2009-05-19 23:58:50 +00:00
Matthew Flatt
43c8b6cafd restore (compared to old implementation) trampolines needed on some editor-canvas methods
svn: r14876
2009-05-19 23:53:36 +00:00
Matthew Flatt
17a283a28d editor and documentation repairs (merge to 4.2)
svn: r14864
2009-05-19 01:02:41 +00:00
Matthew Flatt
cee5d694ad fix pasteboard rubber-band drawing
svn: r14820
2009-05-14 19:37:08 +00:00
Matthew Flatt
5df29ea906 fix bug with editor-snip% in pasteboard% in editor-canvas% on Windows or X11 (i.e., platforms that use the offscreen bitmap for drawing editors)
svn: r14779
2009-05-12 12:52:55 +00:00
Matthew Flatt
30a3e8ced8 fix undo of delete implied by insert over a selection
svn: r14623
2009-04-27 13:02:49 +00:00
Matthew Flatt
308afeabf4 fix combo-field popdown arrow
svn: r14617
2009-04-26 22:52:58 +00:00
Matthew Flatt
4141389b84 fix some editor lock tracking
svn: r14614
2009-04-26 15:24:50 +00:00
Matthew Flatt
4bc2ddaf9d snip and editor-data class lists need to be eventspace-specific
svn: r14575
2009-04-21 16:37:25 +00:00
Matthew Flatt
82b9ab8a53 fix excessive redraw after changes within an editor
svn: r14549
2009-04-18 01:38:18 +00:00
Matthew Flatt
4b3626c156 fix inverted argument default for editor<%> read-from-file method; better Check Sytax results on packages; added syntax/flatten-begin library
svn: r14548
2009-04-17 22:50:19 +00:00
Matthew Flatt
709ad23400 performance improvements: class local-field access uses accessor with index built in (so the index is checked once); JIT partially inlines struct-field mutation
svn: r14530
2009-04-16 19:01:20 +00:00
Matthew Flatt
119c69e1ad fix some problems and inefficiencies in saving and loading wxme streams
svn: r14526
2009-04-15 22:27:43 +00:00
Matthew Flatt
8001b11c03 under Windows, editor-canvas% needs to set its own focus on mouse clicks
svn: r14516
2009-04-14 23:08:51 +00:00
Matthew Flatt
0f9cb4882d fix problem with keymap chaining and prefix bindings
svn: r14513
2009-04-14 16:38:37 +00:00
Matthew Flatt
6082e6a9c3 fix CDLF conversion when loading a text file into an editor
svn: r14512
2009-04-14 16:21:09 +00:00
Matthew Flatt
09bec206d6 fix cross-canvas-editor-admin call to do-scroll-to
svn: r14500
2009-04-13 23:11:08 +00:00
Matthew Flatt
9371f69eef fix problems with editor stream reading
svn: r14497
2009-04-13 12:37:48 +00:00
Matthew Flatt
d33997c2c7 fix snip% previous method
svn: r14495
2009-04-13 02:18:26 +00:00
Matthew Flatt
767d5dde33 fix tab-paste bug and missing default for read-editor-version
svn: r14493
2009-04-11 22:40:27 +00:00
Matthew Flatt
04a8e21cf2 fix style font-face problem
svn: r14491
2009-04-11 14:48:23 +00:00
Matthew Flatt
ccf5809b45 pasteboard printing fix & editor-canvas chaining fix
svn: r14490
2009-04-11 14:07:39 +00:00
Matthew Flatt
c98e4e0881 pasteboard printing fix
svn: r14489
2009-04-11 13:37:14 +00:00
Matthew Flatt
8fe203ad72 editor-canvas clean-up of internal scroll method
svn: r14481
2009-04-09 23:22:50 +00:00
Matthew Flatt
0657fc52cf another fix from Ryan, plus one that didn't get committed before
svn: r14479
2009-04-09 21:29:51 +00:00
Matthew Flatt
bd9d17c94f more wxme repairs from Ryan
svn: r14478
2009-04-09 16:40:52 +00:00
Ryan Culpepper
b6b917a4b9 mred/private/wxme: fixed some method arities and defaults
svn: r14477
2009-04-09 14:59:19 +00:00
Matthew Flatt
49852a87fc fix forward-word bug for words > 30 characters
svn: r14475
2009-04-09 12:43:10 +00:00