summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2008-03-04 15:51:05 +0000
committerBogdan Gheorghe <gheorghe>2008-03-04 15:51:05 +0000
commit76ad95ebabf5a91ff70a7ba3312a8f30e9c4ad2a (patch)
tree0fef3ed8e9ef7216973de1b23564fe206135f366
parentf5e8af263755f846eefbb26bfed47de54a0a3b00 (diff)
downloadeclipse.platform.swt-76ad95ebabf5a91ff70a7ba3312a8f30e9c4ad2a.tar.gz
eclipse.platform.swt-76ad95ebabf5a91ff70a7ba3312a8f30e9c4ad2a.tar.xz
eclipse.platform.swt-76ad95ebabf5a91ff70a7ba3312a8f30e9c4ad2a.zip
v3432 for I20080304v3432
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index e69b9152a2..52e7195a70 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,41 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.4 32 - Tuesday March 04, 2008</h2>
+<blockquote>
+26095 DCR - possibility to print the content of SWT widgets
+<br>117335 [Accessibility] Mac: cannot select checkboxes in trees, lists
+<br>152547 Clarify what SWT.NO_FOCUS means
+<br>166381 alignment support for RowLayout and RowData
+<br>178587 [ScrolledComposite] Accessibility: ScrolledComposite widgets don't automatically scroll when controls are tabbed to inside the composite
+<br>186634 Spinner: getSelection() during modify event should provide a mechanism to detect if the user has typed a value that is out of range
+<br>198430 Font not set correctly in GC supplied to events of virtual table/tree
+<br>210306 Menu items created in menuNeedsUpdate: do not show up
+<br>210826 Enabled on NSButton seems to have no effect
+<br>210827 Add pop-up menu, remove, select and crash
+<br>214030 setTextLimit for SWT Spinner widget
+<br>214599 Link Widget: hyperlink parsing mangles certain input strings
+<br>215183 Shell with ON_TOP style stay behind of Shell with APPLICATION_MODAL style.
+<br>216900 StyledText: Cannot overtype contents if text limit reached
+<br>217374 VoiceOver does not work on Leopard (10.5.1)
+<br>217446 TextLayout#getBounds() should return minimal bounds also if width was set
+<br>218295 Clicking into white area besides tree with SimpleStyledCellLabelProvider selects single element
+<br>218502 event loop exception starting mozilla
+<br>218606 Shells no longer added to defaultWindowGroup as of 2.10.x
+<br>219306 StyledText.getTextBounds does not work when using SWT.WRAP
+<br>219307 GlyphMetrics behaves differently on carbon
+<br>219582 SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali
+<br>220057 DND exception when dragging file within a Common Navigator in 3.4M5
+<br>220246 Whenever the internal browser component is loaded, eclipse crashes
+<br>220398 implement Table and Tree checkboxes
+<br>220462 TableItem/Treeitem getBounds not implemented
+<br>220583 All the JUnits with ui are failing on Linux for N20080227-0010
+<br>220836 [Browser] SWT Safari Browser uses wrong 'user-agent' header resulting in some websites disabling functionality
+<br>220997 Path.addString uses incorrect Transform
+<br>221128 Mozilla fires wrong events when executing java script
+<br>221166 Graphics Example GraphicAntialiasTab doesn't work
+</blockquote>
+
<h2> SWT Build 3.4 31 - Tuesday February 26, 2008</h2>
<blockquote>
78974 [Browser] EventListener:changing() called twice on Browser:setText()