Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-12-05Moving launcher code from equinox-incubator/org.eclipse.equinox.launcherAndrew Niefer67-0/+8321
(formely from platform-launcher)
2006-12-05port to compile using MSVCNATIVE_LAUNCHERAndrew Niefer9-63/+125
2006-12-04starting motif portAndrew Niefer3-462/+347
2006-12-04ensure splash screen is published before refreshPackages is called.v20061204Thomas Watson1-2/+2
2006-12-04null check on endSplashHandlerThomas Watson1-0/+2
2006-12-04166233 Support for StartupMonitorThomas Watson4-12/+150
2006-12-04update splash screen code from bug 165712Andrew Niefer3-47/+55
2006-12-04Bug 165221 NPE in KeyedHashSet.addThomas Watson2-80/+85
2006-12-02Must reset new fragment exports flag when fragment is detached.Thomas Watson1-1/+1
2006-12-02Create Win32 Splash as outlined in bug 165712Andrew Niefer2-16/+19
2006-12-01restarting eclipseAndrew Niefer6-65/+158
2006-12-01Must reset new fragment exports flag when fragment is detached.Thomas Watson1-0/+1
2006-12-01bug 165377 in develepment mode dynamic resolution of fragments with ↵Thomas Watson1-2/+33
constraints is not allowed
2006-11-30fix up file finding codeAndrew Niefer1-22/+51
2006-11-29no symlinks for macosxAndrew Niefer1-1/+1
2006-11-29handle symlinks for non-windowsAndrew Niefer1-0/+8
2006-11-29update Carbon : teardownSplashAndrew Niefer2-1/+9
2006-11-29Still need to look for the library when the vm is shippedAndrew Niefer1-12/+12
2006-11-29update solaris make fileAndrew Niefer1-12/+30
2006-11-28In OSGi bug 391, the use of Vector in filter expressions was replaced by the ↵BJ Hargrave1-7/+8
more general Collection
2006-11-27gtk: takedown splash and finding startup.jarAndrew Niefer3-2/+19
2006-11-27Need to link against pthread to use Sun VMs on linuxAndrew Niefer1-1/+1
2006-11-24fixing up JNI callsAndrew Niefer8-28/+65
2006-11-24Refactor supplement bundle to be nested within OSGI.zz20061127v20061127DJ Houghton13-491/+127
2006-11-23Added source folder for compilationDJ Houghton1-0/+1
2006-11-22remove unnecessary graphics codeAndrew Niefer3-44/+7
2006-11-22port to the macAndrew Niefer12-508/+471
2006-11-22Add JNI call for showSplashAndrew Niefer1-3/+8
2006-11-21fixing memory problemsAndrew Niefer5-20/+25
2006-11-21Refactor supplement bundle to be nested within OSGI.v20061121DJ Houghton36-5208/+165
2006-11-20gtkAndrew Niefer8-42/+182
2006-11-17Bug 157669 OSGi JarVerifier needs clearer separation of verification and trustv20061117Thomas Watson14-362/+1181
2006-11-17Bug 165044 StateHelper needs a way to get system packages from ↵Thomas Watson3-11/+46
getVisiblePackages
2006-11-17Finish splitting of exe/dll. Windows launcher is now mostly working.Andrew Niefer10-342/+303
2006-11-17Bug 156718 Projects can no longer reference ICU4J packagesThomas Watson3-22/+51
2006-11-16executable/library separation on linux/gtkAndrew Niefer7-222/+162
2006-11-16separating launcher into executable and libraryAndrew Niefer12-437/+954
2006-11-15Add ParseException classThomas Watson1-0/+0
2006-11-15Bug 164077 bundleresouce: URL treats ".." and "../" differently while ↵Thomas Watson3-1/+52
resolving relative URI
2006-11-15Bug 138422 Resolver should favour packages from the JRE over the ones coming ↵Thomas Watson1-0/+6
from bundles
2006-11-14finding startup.jar, setting up vmArgs vs progArgsAndrew Niefer7-233/+324
2006-11-14Fix to ensure SecureAction object use the correct access controller.Thomas Watson10-20/+59
2006-11-13Remove shared memory code, Add JNI. win32-mingw compiles.Andrew Niefer10-568/+308
2006-11-13Bug 152154 osgi.bundles requires jar to have underscore in the namev20061113Thomas Watson1-9/+17
2006-11-13Initial code from platform-launcherAndrew Niefer58-0/+7828
2006-11-10Bug 162231 disable bootdelegation * by defaultThomas Watson4-9/+35
2006-11-10Bug 164077 bundleresouce: URL treats ".." and "../" differently while ↵Thomas Watson1-4/+4
resolving relative URI
2006-11-10Check to make sure this thread is not currently starting the bundle.Thomas Watson1-1/+1
2006-11-09Do not throw BundleException when START_TRANSIENT is used for a bundle at ↵Thomas Watson1-1/+1
the wrong start-level
2006-11-09Do not throw BundleException when START_TRANSIENT is used for a bundle at ↵Thomas Watson5-12/+1
the wrong start-level

Back to the top