summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Solved height/width miscalculations which result in warnings in GTK3.8bug_408505Anatoly Spektor2013-05-271-0/+7
|
* 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
| |
| * fix for filepicker and Browser.execute()Lakshmi Shanmugam2013-03-204-57/+132
| |
| * make the changes work with XULR10Lakshmi Shanmugam2013-03-121-20/+34
| |
| * use EnsureScriptEnvironment, GetScriptContext and GetNativeContext fromGrant Gayed2013-03-079-5/+641
| | | | | | XULRunner 17
| * windows working changesLakshmi Shanmugam2013-02-284-26/+81
| |
| * js related changes + more interface changesLakshmi Shanmugam2013-02-287-17/+148
| |
| * fix help string for englishSilenio Quarti2013-02-281-1/+1
| |
| * Bug 328010 - In cocoa, Help menu can not display Search menu item in chinese ↵Silenio Quarti2013-02-2810-2/+35
| | | | | | | | language.
| * Bug 336125 - ACC.RELATION_DESCRIBED_BY does not work for TextCarolyn MacLeod2013-02-281-1/+9
| |
| * v4321Silenio Quarti2013-02-284-5/+5
| |
| * Bug 397850 - [CBI] use the correct group IDs for all artifactsSilenio Quarti2013-02-2812-23/+23
| |
| * Bug 394831 - [cbi] Platform parent should be renamedSilenio Quarti2013-02-281-2/+2
| |
| * Remove don't comment what doesn't belong here.Alexander Kurtakov2013-02-281-13/+0
| | | | | | Should have been done in previous commit.
| * Revert the css styling as it badly affects toolbar buttons on GTK3.Alexander Kurtakov2013-02-281-13/+13
| |
| * Add css style to button to solve button's height clipping issueAnatoly Spektor2013-02-286-0/+127
| |
| * Bug 374199 - SWT_AWT bridge broken by openjdk 1.7.0_04ea (embeddedframe ↵Silenio Quarti2013-02-281-15/+62
| | | | | | | | class refactor)
| * This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor2013-02-285-0/+28
| |
| * Bug 379263 - CTabFolder itself should return accessible nameCarolyn MacLeod2013-02-281-4/+8
| |
| * handle call function with multiple return types. detect if native starts ↵Silenio Quarti2013-02-281-1/+1
| | | | | | | | with callFunc
| * update tools build instrucitonsSilenio Quarti2013-02-281-6/+6
| |