summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update current version from v3714 to v3715Felipe Heidrich2010-11-224-5/+5
|
* Bug 319893 - Shell's with SWT.NO_TRIM not minimized on Windows+M keystrokeFelipe Heidrich2010-11-191-1/+1
|
* 307345 - Can't use ctrl+f2 to move focus to the menu bar in Mozilla browserGrant Gayed2010-11-182-1/+25
|
* 329511 - make keyboard post call conditionally for 10.5.Scott Kovatch2010-11-176-12/+44
|
* 329924 - moved isDisposed check into updateText().Scott Kovatch2010-11-161-1/+2
|
* 329924 - check for parent disposal before updating titleScott Kovatch2010-11-161-1/+1
|
* 330299 - call sendDoubleSelection() on return keyScott Kovatch2010-11-162-2/+4
|
* 329840 - click on checkbox shouldn't select row.Scott Kovatch2010-11-163-2/+35
|
* 329840 - click on checkbox shouldn't select row.Scott Kovatch2010-11-168-20/+198
|
* 'new version v3714'v3714Felipe Heidrich2010-11-151-0/+6
|
* Update current version from v3713 to v3714Felipe Heidrich2010-11-154-5/+5
|
* 329058 - BrowserFunction should map java null to JS null, not to undefinedGrant Gayed2010-11-156-22/+33
|
* *** empty log message ***Bogdan Gheorghe2010-11-152-3/+4
|
* *** empty log message ***Bogdan Gheorghe2010-11-151-1/+0
|
* *** empty log message ***Bogdan Gheorghe2010-11-151-0/+1
|
* *** empty log message ***Bogdan Gheorghe2010-11-151-1/+1
|
* 329511 - force each event to have a unique timestamp.Scott Kovatch2010-11-151-0/+4
|
* *** empty log message ***Bogdan Gheorghe2010-11-151-1/+1
|
* Add HPUX ia64_32 GTKBogdan Gheorghe2010-11-151-2/+17
|
* 330268 - make sure button is valid before creating a mouse event.Scott Kovatch2010-11-151-1/+3
|
* Compiler warnings for unused variables (cont'd)Carolyn MacLeod2010-11-151-1/+1
|
* Bug 304724 - [Widgets] clear icon not enabled when setText is called on a ↵Silenio Quarti2010-11-121-1/+5
| | | | Text with the SWT.ICON_CANCEL style
* Bug 285101 - [CDateTime] JVM crash on first eventSilenio Quarti2010-11-121-2/+2
|
* Bug 285101 - [CDateTime] JVM crash on first eventSilenio Quarti2010-11-122-2/+12
|
* Bug 304724 - [Widgets] clear icon not enabled when setText is called on a ↵Silenio Quarti2010-11-121-0/+1
| | | | Text with the SWT.ICON_CANCEL style
* Bug 285879 - [Widgets] Wrong postion of popup menus for tray icons on linux ↵Silenio Quarti2010-11-123-1/+25
| | | | (ubuntu) causes accidental selection of the first menu item
* Bug 285879 - [Widgets] Wrong postion of popup menus for tray icons on linux ↵Silenio Quarti2010-11-125-2/+31
| | | | (ubuntu) causes accidental selection of the first menu item
* 329814 - Compiler warnings in N20101108-2000 buildBogdan Gheorghe2010-11-111-1/+1
|
* 329511 - Need to use kCGSessionEventTap on 10.5 (also works on 10.6)Scott Kovatch2010-11-101-1/+1
|
* 329828 - Remove Photon SWT buildsBogdan Gheorghe2010-11-101-10/+13
|
* 329916 - TableItem drawSelectionBogdan Gheorghe2010-11-101-1/+1
|
* Compiler warnings for unused variablesBogdan Gheorghe2010-11-093-12/+13
|
* Bug 328909 - Setting foreground color in EraseItem listener has no effectLakshmi Shanmugam2010-11-091-2/+2
|
* 329511 - Broke a snippet with previous change. Refactored mouse wheel and ↵Scott Kovatch2010-11-096-194/+151
| | | | mouse event support to use newer CGEvent methods.
* 'new version v3713a'v3713aFelipe Heidrich2010-11-081-0/+6
|
* 324102 - Backspace key, delete key and tab stop working when my application ↵Grant Gayed2010-11-081-0/+7
| | | | is minimized
* 326644 - StyledText selection erases painted characters behind last ↵Felipe Heidrich2010-11-081-2/+2
| | | | characterit comment
* missing ; for text-line-through-type in get_attributesCarolyn MacLeod2010-11-081-1/+1
|
* javadocCarolyn MacLeod2010-11-082-2/+3
|
* Bug 322525 - computeSize() wrong for DateTime with SWT.DATE style (Hebrew ↵Carolyn MacLeod2010-11-082-205/+42
| | | | calendar)
* Bug 326644 - StyledText selection erases painted characters behind last ↵Felipe Heidrich2010-11-082-4/+4
| | | | character
* Bug 326644 - StyledText selection erases painted characters behind last ↵Felipe Heidrich2010-11-081-2/+2
| | | | character
* Bug 327332 - Tree should not show hand pointer by default on Windows 7Felipe Heidrich2010-11-081-0/+22
|
* 329499 - bring over the cursor cleanup code from other platforms.Scott Kovatch2010-11-081-0/+8
|
* 329511 - Use CGEventCreateKeyboardEvent instead of CGPostKeyboardEvent, ↵Scott Kovatch2010-11-081-2/+3
| | | | which is deprecated.
* 329569 - minimize the number of special casesScott Kovatch2010-11-051-35/+8
|
* 329569 - no need for conditional code in Image.Scott Kovatch2010-11-051-8/+4
|
* 329569 - conditional code for colors obtained from color spacesScott Kovatch2010-11-052-12/+47
|
* Bug 329576 - Toolbar buttons highlight background on CocoaSilenio Quarti2010-11-051-5/+3
|
* Move back to NSCalibratedColorSpace everywhere. This may trigger unit test ↵Scott Kovatch2010-11-052-12/+12
| | | | failures on 10.5, which will need investigation.