[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Menu moving speedup... woah, speedup!
From: |
Michael Hanni |
Subject: |
[PATCH] Menu moving speedup... woah, speedup! |
Date: |
Sun, 30 Mar 2003 19:34:39 -0800 (PST) |
Hi,
Attached is a patch that allows one to drag a menu around at full speed. The
improvement on my little 200Mhz powerbook is, well, amazing. Hopefully it is a
nice improvement on your machines as well. :-)
This patch also includes a few other changes for your consideration:
2003-03-25 Michael Hanni <michael@deviant-behavior.com>
* Source/NSMenuView.m: (- update:) if we are a popup bail out before
messing around with titleview buttons.
(- isOpaque): method added. We are opaque after all.
(NSMenuWindowTitleView mouseDown:): use periodic events to move menu
instead of getting slogged down in mouseMoved events. Also,
capture/release mouse to improve interaction.
Cheers,
Michael
NSMenuView-speedup.patch
Description: NSMenuView-speedup.patch
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Menu moving speedup... woah, speedup!,
Michael Hanni <=