summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-28980-980/+980
|
* Bug 392967 - eclipse crash SIGSEGV when trying to use Webkit Grant Gayed2013-05-281-10/+12
|
* Bug 409225 - Many compile errors in build I20130527-2000Bogdan Gheorghe2013-05-281-8/+8
|
* Bug 408895 - fix cocoa compile errors from previous commitMarkus Keller2013-05-282-5/+16
|
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-2514-45/+105
|
* ensure that SWTMessages properties files have trailing newlinesGrant Gayed2013-05-238-8/+8
|
* Bug 408892 - update swt's externalized strings from babel (4.3)Grant Gayed2013-05-237-3/+53
|
* Bug 408298 - Clear text in Text.getTextChars()Lakshmi Shanmugam2013-05-221-0/+1
|
* added assertion message with likely cause of test failure (bug 407862)Markus Keller2013-05-221-9/+20
|
* Bug 408608 - [Browser] WebKitGTK 2.0 spews error message on everyGrant Gayed2013-05-211-5/+17
| | | keystroke
* Bug 358376 - Provide ability to handle reopen-events (user clicks dock icon ↵Bogdan Gheorghe2013-05-161-1/+3
| | | | for running application)
* ensure XULRunner 17 does not run on LinuxGrant Gayed2013-05-156-0/+26
|
* Bug 408146 - NPE in WebKit.handleEventFromFunction() on mouse-wheel fromGrant Gayed2013-05-151-1/+1
| | | within VMWare
* v4331Silenio Quarti2013-05-134-5/+5
|
* fix keyfile for *nixSilenio Quarti2013-05-131-4/+9
|
* enable remote build for windowsSilenio Quarti2013-05-113-9/+50
|
* Bug 407624 - Comparator log shows SWT changed, but version did not - remove ↵Silenio Quarti2013-05-101-3/+1
| | | | header of build.sha1 to avoid changing file all the time
* Bug 407624 - Comparator log shows SWT changed, but version did notSilenio Quarti2013-05-101-3/+9
|
* v4330Silenio Quarti2013-05-104-5/+5
|
* Bug 407555 - StackOverflowError in SWT widgets on Mac OSSilenio Quarti2013-05-104-2/+16
|
* Bug 396780 - CTabRendering doesn't draw bottom tabs correctlyBogdan Gheorghe2013-05-081-8/+20
|
* Bug 407479 - Tracker window shows up in taskbar even though it is not ↵Silenio Quarti2013-05-081-2/+2
| | | | supposed to
* Bug 389491 - Screen turns black when moving tabsSilenio Quarti2013-05-071-1/+7
|
* Bug 407457 - Browser no longer working on SolarisGrant Gayed2013-05-071-0/+1
|
* Bug 406623 - [DBCS4.3]: The first character in empty StyledText is ↵Silenio Quarti2013-05-062-8/+4
| | | | duplicated when using custom StyledTextContent
* v4329Silenio Quarti2013-05-014-5/+5
|
* Bug 396780 - CTabRendering doesn't draw bottom tabs correctlyBogdan Gheorghe2013-05-011-1/+3
|
* Revert "DateTime on top of GtkSpinButton (work in progress) Conflicts:"Arun Thondapu2013-05-016-516/+260
| | | | This reverts commit bcac6ad70ee319247deb043444a858ffd48b487d.
* Bug 392774 - [GTK3] Need to implementArun Thondapu2013-05-019-71/+144
| | | Table/TreeDragSourceEffect.getDragSourceImage
* DateTime on top of GtkSpinButton (work in progress)Anatoly Spektor2013-05-016-260/+516
| | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
* v4328Silenio Quarti2013-04-304-5/+5
|
* Bug 392700 - [GTK3] Java editor paint problemsSilenio Quarti2013-04-301-14/+15
|
* Bug 406912 - Support XULRunner 1.9.2 on Windows x86_64Grant Gayed2013-04-302-1/+2
|
* added setTopIndexCarolyn MacLeod2013-04-301-1/+4
|
* Bug 406855 - org.eclipse.swt.tests needs to be touched according to ↵Silenio Quarti2013-04-301-0/+1
| | | | comparator log
* Bug 392700 - [GTK3] Java editor paint problems - comment#9Silenio Quarti2013-04-301-14/+14
|
* Fix for initial bounds not set on GTK 3.Alexander Kurtakov2013-04-301-0/+3
| | | | | | | | | | | There is the following printed on console: Gtk-CRITICAL **: gtk_widget_set_allocation: assertion `gtk_widget_get_visible (widget) || gtk_widget_is_toplevel (widget)' failed. The critical part is that this breaks even the workspace selection dialog (it's empty) on GTK 3. A workaround is to make the widget visible. It's done for GTK 3 only to prevent any possible problem on GTK 2 because of it.
* Bug 392700 - [GTK3] Java editor paint problemsSilenio Quarti2013-04-291-1/+15
|
* v4327Silenio Quarti2013-04-294-5/+5
|
* #define int32_tGrant Gayed2013-04-291-0/+1
|
* fix two xpcom compile errorsGrant Gayed2013-04-292-3/+3
|
* add missing define for uint32_tGrant Gayed2013-04-291-0/+1
|
* add debug statementCarolyn MacLeod2013-04-291-2/+5
|
* merge XULRunner 17 supportGrant Gayed2013-04-2979-3560/+1227
|\
| * remove nsIDOMElementGrant Gayed2013-04-281-139/+0
| |
| * remove unused methods in some XPCOM wrappers, fix some missingGrant Gayed2013-04-2835-2320/+131
| | | | | | IsXULRunner17 checks, various other fixes
| * remove interface definition files for incoming interfacesGrant Gayed2013-04-2639-1300/+75
| |
| * move IIDs from Browser.execute() to XPCOMGrant Gayed2013-04-252-25/+35
| |
| * workaround for: shell.open() terminates program on windowsLakshmi Shanmugam2013-03-281-3/+32
| |
| * filepickerfactoryLakshmi Shanmugam2013-03-201-1/+5
| |