Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-28Binaries v20170428-1711I20170429-2000I20170429-1330I20170429-1230I20170428-2000Arun Thondapu1-1/+1
2017-04-28Bug 493761: Platform won't launch on Java 9-ea buildsArun Thondapu1-2/+2
(InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct) Fix Windows build failure by declaring variables at the beginning of the block (Windows build seems to be using an old version of VS compiler not compliant with C99) Change-Id: If19501943ee90e959fcc71fc8dc32b9a3a906124 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-04-28Bug 493761: Platform won't launch on Java 9-ea buildsArun Thondapu5-81/+70
(InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct) --add-modules VM argument is needed to run eclipse with Java 9 but Java 8 does not recognize this argument and fails to start up. This patch prevents passing the --add-modules argument to the JVM if it is present in the VM argument list and the JVM version is < 9. Tested with different builds of Java 8 and Java 9 on Linux, Mac and Windows. Also tested with both formats of specifying the argument (one-arg with "=", or two-arg). Change-Id: I0d4c6ba2ba0e41982a89d7da1aef6c78f276f65c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-04-07Bug 512282 - Rebuild eclipse launchers for linux ppc64 and ppc64le usingArun Thondapu1-5/+7
the machines provided by redhat Adjust default JAVA_HOME values in the build script for Linux Change-Id: I5eaa0c83ffb308e696ebde52ca651a647d9de875 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-12-19Bug 509311 - Replace GtkSignalFunc with GCallbackAlexander Kurtakov1-2/+2
GtkSignalFunc is gone in GTK3 and GGcallback is available in the min GLib required. Change-Id: If72db866935d1b0bb4b48c6abc93b2cc870822ca Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-13Binaries v20161213-1256Y20161215-1200I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000Arun Thondapu1-1/+1
2016-12-13Bug 508576 - Simplify GTK initializationAlexander Kurtakov3-17/+9
Function gtk_init_with_args is present in the min GTK version required so there is no need to check for it's existence and try gtk_init_check after that. Also g_error_free is mandatory function so no need for if(g_error_free) g_error_free(...). Change-Id: Idd13fb1009e0b0e434e0a409487863dd3ea06325 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-02Bug 508577 - Remove NETSCAPE_FIXAlexander Kurtakov2-9/+2
Function not implemented and not used anywhere. Change-Id: I52bdc4fa7e05c9c9a94526eedc3aa933cb9eb637 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-29Bug 508291 - Remove unneeded gtk callsAlexander Kurtakov3-7/+0
Function gtk_set_locale call is not needed with gtk 2.24+ as gtk_init does it by default. Also remove other unused binding too. Change-Id: I92ca6d16d502ddbd2ef8603320cffdd59afa6996 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-22Bug 507979 - Fix gcc -Wmisleading-indentation warningsAlexander Kurtakov3-4/+4
Use tabs consistently to not confuse gcc blocks has misleading formatting. Change-Id: I91af853c643b9edf0dc54b9677bb8269c451bf76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-03Bug 452486 - Remove Motif leftoversAlexander Kurtakov23-3192/+2
Delete the actual motif code. Change-Id: I94257d7da060ba6b9a4156497a7a189926b00db9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-10-26Binaries v20161026-0546I20161027-0200I20161026-2000I20161026-1100I20161026-0800Arun Thondapu1-1/+1
2016-10-13Bug 472042 - Regression: eclipse -noSplash prints errors if no DISPLAYY20161020-1000Sravan Kumar Lakkimsetti2-8/+7
is set on Linux Change-Id: I64cbc93b33a03d531f76f809a85a2ce7c6fe792b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-10-04Binaries v20161004-0749I20161004-1000I20161004-0800Arun Thondapu1-1/+1
2016-09-30Bug 502519 - Remove Photon native codeAlexander Kurtakov6-513/+0
Remove photon native code and mentions of it in the build scripts. Change-Id: I114c1d7e9aca98271177ea477e46db36b577d3d0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 501986 - [GTK+] Make GTK+ 2.24 the minimum supported versionAlexander Kurtakov1-3/+3
Change-Id: I027be9384110042aa7eb202c11e9f890dc44c54e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 498758 - Move launcher to Java 6Alexander Kurtakov1-3/+3
Checking windows registry should happen for Java 1.6+. Change-Id: I8ec63314fe450a951e86e5870d7d2191c577c313 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-05-19Bug 491519 - Need 64-bit launcher for Solaris/SPARCI20160521-1500I20160520-2000I20160519-1730Arun Thondapu1-5/+12
Change-Id: Id75d6db2a397e8e8da9a3fc5648bdff6199bb83c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-05-18Binaries v20160518-1044Y20160519-1000I20160519-1100I20160518-2000Arun Thondapu1-1/+1
2016-05-18Bug 493797 - [HiDPI][Win32][GTK] Adapts Launcher to 'integer' scalingSravan Kumar Lakkimsetti2-7/+8
which is default for Eclipse/SWT Change-Id: Ie2fa7b5c8e65216d3852bb1daee60be06e0f8927 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-04-21Binaries v20160421-0830Y20160421-1000Arun Thondapu1-1/+1
2016-04-21Bug 488910 - [HiDpi][GTK] splash screen should show the correct sizeSravan Kumar Lakkimsetti3-3/+34
based on the scaling selected -Completed the necessary testing for the launcher. This solves the splash cropping problem Change-Id: I1a234c7842589a6acbedf83196b86ea66ee2387a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-04-20Bug 489714 - [Hidpi][Win32] Splash screen getting cropped for higherNiraj Modi2-2/+28
zoom values like 150%/200%. Change-Id: I30b1f6741c4e422d3b84da706fa30d3b8e516453 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2016-04-08Bug 429335 - Need 64-bit launcher for Solaris/X86_64Y20160414-1000I20160412-0800Arun Thondapu2-5/+14
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-30Revert "Bug 429335 - Need 64-bit launcher for Solaris/X86_64"I20160330-1230Thomas Watson2-14/+5
This reverts commit fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.
2016-03-30Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930Arun Thondapu2-5/+14
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-16Bug 489642 - 32 bit launcher on linux is "ELF 64-bit LSB"Arun Thondapu1-0/+3
Change-Id: Id997f8c2da29da4bcb97419161f03022bf51e9d8
2016-03-12Binaries v20160312-1144I20160316-0800I20160315-2000I20160315-0800I20160314-2000I20160314-1400I20160314-0800I20160313-2000Arun Thondapu1-1/+1
2016-03-12Bug 399786 - launcher change for highDPI support - GTK onlySravan Kumar Lakkimsetti1-0/+3
Change-Id: I0ecfdfc3d3097308c39e7c5f006e1f5857752e06 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-03-12Bug 469766 - Support embedded JREs on MacOSChristian Georgi1-1/+1
Instead of assuming Oracle's JDK layout (Contents/Home/jre/bin), support pure JREs (Contents/Home/bin) as well. This is in line with the other platforms that assume the bin/ dir only, i.e. work with both JDK and JRE layouts. Bug 469766 Change-Id: I2be6bd9a28f06297ec2b89ff03dac75bd81fbae2 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2016-03-11Bug 469766 - Launcher-relative VM path to honor changed file layoutChristian Georgi1-2/+3
In the new Eclipse file layout on MacOS the launcher is now 2 levels below the app root dir (Eclipse.app/Contents/MacOS), while it was 3 levels before (eclipse/Eclipse.app/Contents/MacOS). This fix adjusts the relative path the launcher uses to find an embedded JVM in case no -vm launcher argument is given. Bug: 469766 Change-Id: I88f56fb03eaf99233504002b26d999d2dd5b1a15 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2016-03-03Bug 479180 - Delete launcher for unsupported Windows wpf platformY20160303-0800Mat Booth9-968/+0
Change-Id: I91fc817f4954f7fa06b89ac466c170bbd44b7810 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-01-05Binaries v20160105-0445I20160105-1000I20160105-0800Arun Thondapu1-1/+1
2016-01-05Bug 383545 - Rename carbon folder into cocoaArun Thondapu2-1/+2
Export ARCHS="-arch x86_64" as it needs to be passed to the compiler as well as the linker Change-Id: Ibf595c272dfef30ff5510a92c5fcc7fc469ebec9 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2015-12-21Bug 383545 - Remove Carbon specific code from launcher libraryMikael Barbero4-457/+141
Change-Id: I3b1693f1d1344d8539aa989a8eb152a5bd1c6812 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-12-21Bug 383545 - Rename *Carbon* files to *Cocoa*Mikael Barbero4-107/+99
Change-Id: Ibfabae9b359217acc27adf8d49a923b5a496e0d6 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-12-18Bug 383545 - Rename library/carbon to library/cocoaMikael Barbero9-146/+30
Change-Id: Ibf3be14f750de816825000a2f1c8d17fbe8ed249 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
2015-11-13Bug 431197 - Provide launchers for arm and aarch64I20151117-0800Alexander Kurtakov1-0/+10
Add fragments hook them in the build system but conditionally via profiles. Change-Id: Ia93e5ac1a495bc4c953f861e583747ce89c22256 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-10-11[351303] Adding support to Cocoa for receiving open URL events from the OS X.Mads Mætzke Tandrup1-7/+55
Using the solution for bug 178927 as reference. But adds the kAEGetURL event type to listen for URL events. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=351303 Change-Id: Ibab65db8f370c71691befed45ead34126e7a63cc Signed-off-by: Mads Mætzke Tandrup <mads@maetzke-tandrup.dk>
2015-06-02Bug 469113 - Enable GTK3 for GTK < 3.10.9 as well on ppc64le platformSravan Kumar Lakkimsetti2-23/+0
reverted the version check for ppc64le Change-Id: I8d54479e20bbd69ab9cc8ea5f5b7a7ea4062cc16 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2015-05-27Bug 467991 - Enable GTK3 mode for eclipse on ppc64le platformSravan Kumar Lakkimsetti1-2/+2
- Modified GTK2 version check to match the ppc64le build platform(only on ppc64le) - Removed the code to force GTK2 execution eventhough GTK3 is available - Modified the code for the case where SWT_GTK3 flag is defined and no compatible gtk3 is available - Updated the patch based on review comments Change-Id: I040f996ee18efdb469baf6a7383b22a6516da1d1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2015-05-26Bug 467991 - Enable GTK3 mode for eclipse on ppc64le platformI20150526-2010Sravan Kumar Lakkimsetti2-7/+22
- Modified GTK2 version check to match the ppc64le build platform(only on ppc64le) - Removed the code to force GTK2 execution eventhough GTK3 is available - Modified the code for the case where SWT_GTK3 flag is defined and no compatible gtk3 is available - Updated the patch based on review comments Change-Id: If66755fa938e3b57a464fa457756f97b1400a9ba Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2015-05-20Binaries v20150520-0300I20150520-2000Arun Thondapu1-1/+1
2015-05-19Bug 441421 - Eclipse crashes with UnsatisfiedLinkError on ppc64le Sravan Kumar Lakkimsetti2-0/+8
The code change is to set SWT_GTK3 environment variable to 0 in case of linux on ppc64le architecture. Since this change is required only on linux and ppc64le platform, the code changes are under LINUX and __ppc64le__ preprocessor macros. Added a new preprocessor macro __$(architecture)__ to make_linux.mak so that it can be used in the compilation of eclipse.c Please note: __ppc64le__ is not available as predefined macro in gcc that we are using for build Change-Id: I9748254e6ebdb9bd49f88726657171f338c6dc1a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2015-05-08Binaries v20150508-1422I20150510-2000I20150509-1500I20150508-2000Arun Thondapu1-1/+1
2015-05-08Bug 435742 - [GTK3] Some keybindings/shortcuts become unresponsiveMarc-Andre Laperle1-0/+6
Add workaround in the Eclipse launcher for known issue in GTK3/Xinput2 - https://bugzilla.gnome.org/show_bug.cgi?id=677329 Change-Id: I126ebdc7c0c876684125f939fae1d0ffcd27d456 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-04-27Binaries v20150427-1427I20150427-2000Arun Thondapu1-1/+1
2015-04-27Bug 461728 - [Mac] Allow users to specify values in eclipse.ini outsideArun Thondapu2-5/+8
of the installation Update documentation with changed behavior on Mac. Change-Id: I8b5d64c548f85d1db549fb6d9c8519ad89822177 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2015-04-27Bug 465333 - CLI arguments not taken into accountPascal Rapicault2-5/+7
Change-Id: Iac2c1281e415511e9055a7fb9ed2dd57f3db5fac
2015-04-23Binaries v20150423-0916Silenio Quarti1-1/+1

Back to the top