summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
Commit message (Expand)AuthorAgeFilesLines
* only call findToolTip() if it is a ToolTip.Felipe Heidrich2007-08-171-1/+3
* refactor control to widgetFelipe Heidrich2007-08-171-6/+6
* right to left tool tips (one more time)Felipe Heidrich2007-08-171-7/+10
* only redraw in WM_UPDATEUISTATE when paint is hookedSteve Northover2007-07-171-1/+3
* ids are not longsSilenio Quarti2007-07-171-1/+1
* 57151 - [64] 64 bit support needed for Windows XP 64-Bit EditionafterInitialReleaseOfWindows64Grant Gayed2007-07-101-39/+39
* use macros for lParam and wParamSilenio Quarti2007-06-261-2/+4
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* 187597 - BeginBufferedPaint does not work in RTL and advancedSteve Northover2007-05-171-2/+10
* Bug 186028 - BIDI: GC.getStyle() never returns SWT.RIGHT_TO_LEFT in SWT.DOUBL...Felipe Heidrich2007-05-081-6/+5
* Bug 186028 - BIDI: GC.getStyle() never returns SWT.RIGHT_TO_LEFT in SWT.DOUBL...Felipe Heidrich2007-05-081-0/+6
* get rid of hPen, hBrush creationSteve Northover2007-04-131-2/+0
* 180615 - too many paint events have been sent out when key down in CanvasSteve Northover2007-04-031-1/+1
* 177885 - DBCS3.3: corruptions in editor on WindowsVistaSteve Northover2007-03-201-1/+1
* doc changedSilenio Quarti2007-03-201-3/+29
* make sure uiState is up to date for GC's during custom drawSteve Northover2007-03-121-0/+1
* native double buffering on VistaSteve Northover2007-03-121-91/+133
* 118709 - Support Windows mnemonic (and focus) hiding optionsSteve Northover2007-02-111-1/+13
* 118709 - Support Windows mnemonic (and focus) hiding optionsSteve Northover2007-01-191-0/+9
* 165712 - Create wrapper Shell around existing handleSilenio Quarti2006-12-011-1/+1
* 163587 - Resource leak in quick access dialog leads to eventual crashSteve Northover2006-11-071-3/+3
* cache theme handlesSteve Northover2006-10-061-3/+1
* 156213 BDI: Styledetxt setOrientation does not work, on the flyFelipe Heidrich2006-09-061-1/+1
* oprimtize WM_NOTIFY to get rid of multiple new NMHDR'sSteve Northover2006-08-301-107/+105
* use the code page instead of CP_ACPSteve Northover2006-08-251-1/+1
* don't look for zero hwnd for getControl()Steve Northover2006-08-211-3/+1
* 151893 - Issue with background images and CLabelsSteve Northover2006-08-021-7/+7
* 144314 - drawing themed borders is slow (partial fix)Steve Northover2006-06-091-3/+7
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
* bug 136890 - javadoc typosCarolyn MacLeod2006-04-171-2/+2
* 131727 - SWT_AWT frames in task barSilenio Quarti2006-03-161-0/+1
* rename resize() to sendResize()Steve Northover2006-03-061-11/+11
* 129967 - System Settings being fired too oftenSteve Northover2006-03-011-1/+14
* JavadocSteve Northover2006-03-011-2/+27
* tooltip wrap width codeFelipe Heidrich2006-02-281-0/+1
* /*public*/ tooltip workSteve Northover2006-02-231-3/+10
* fix setBackgroundMode() after creationSilenio Quarti2006-01-241-0/+12
* don't copy screen bits when DOUBLE_BUFFEREDSteve Northover2006-01-191-1/+2
* fix formattingSteve Northover2006-01-121-3/+1
* 86825 - CLabel not correctly captured by WM_PRINTFelipe Heidrich2006-01-111-0/+8
* 120907 - Border for Forms API controls screenshotsFelipe Heidrich2006-01-111-2/+1
* 29994 - Image background Composite / Transparent widget backgroundsSteve Northover2005-12-121-15/+2
* get/setBackgroundMode() isn't ready yet, hold off on making them publicBilly Biggs2005-12-091-2/+2
* Composte.setBackgroundMode()Steve Northover2005-12-091-1/+34
* implement Control.setBackgroundImage()Steve Northover2005-11-291-28/+23
* 117574Felipe Heidrich2005-11-241-0/+10
* *** CHANGE MOUSE POST TO SEND ****Steve Northover2005-11-161-0/+1
* gc not given back when widget disposed in paintSteve Northover2005-11-041-8/+0
* 29994 - Image background Composite / Transparent widget backgrounds (/*public*/)Steve Northover2005-10-281-2/+27
* layout every control when the setting changeSteve Northover2005-10-041-11/+2