remove idea about multithreaded access to Invalidate. people should be using Control...
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.X11Internal / ChangeLog
index bf9c675a46e48d2c8561e4b4e7affa0f3601fc2d..96bbb25e162f58eeafd1a4169b9ed38d8a059a4a 100644 (file)
@@ -1,3 +1,14 @@
+2006-11-28  Chris Toshok  <toshok@ximian.com>
+
+       * X11ThreadQueue.cs: factor out all the commonality from
+       PaintQueue/ConfigureQueue.  Add a comment about XEventQueue.  stop
+       using % from the XEventQueue.  if we're going for performance,
+       it's much quicker to use a multiple of 2 size for the array and
+       use & for wrapping.  Also, fix XEventQueue.Grow().  it was
+       reordering the queue before.
+
+       * X11Hwnd.cs, XplatUIX11-new.cs: remove spew, and ^M's.
+
 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
        
        * XplatUIX11-new.cs: