summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program
Commit message (Collapse)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-289-9/+9
|
* Rename gnome_24_* to gnome_*.Alexander Kurtakov2013-01-231-4/+4
| | | This is a leftover from the gnome/gnome_24 unificaton.
* Remove gnome_vfs* unused function bindings.Alexander Kurtakov2013-01-234-94/+6
| | | They are no longer needed after the gnome/gnome_24 unification.
* Do not check for gnome_vfs_url_show.Alexander Kurtakov2013-01-231-11/+0
| | | | | | The method gnome_init already calls gnome_vfs_init which is good enough guarantee for having gnome-vfs installed. Modern Gnome desktops would not be found by this because they don't ship gnome-vfs always but the previous GIO check should have handled it already.
* Merge the 2 different GNOME desktop types.Alexander Kurtakov2013-01-231-109/+7
| | | The difference between Gnome 2.4+ and older makes no sense nowadays.
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-161-1/+1
| | | | Now that we require 2.6.0+ it makes no sense to clutter the code with useless checks.
* Make 64-bit the default source codeSilenio Quarti2012-09-248-177/+177
|
* do not generate function count to avoid patch conflictsSilenio Quarti2012-09-172-5/+7
|
* Bug 386260 - NPE in org.eclipse.swt.program.Program.gnome_getProgramBogdan Gheorghe2012-08-081-1/+2
|
* Bug 380533 - NPE in Program#hashCode() on GTKGrant Gayed2012-07-161-10/+17
|
* jni generator changeSilenio Quarti2012-06-261-0/+2
|
* Remove glib function bindings from gnome.Alexander Kurtakov2012-06-265-132/+14
| | | | | | For some reason glib functions bindings were available via both GNOME and OS. This patch fixes them to be available only via OS and fixes all references to them.
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-012-2/+2
|
* need to be able to overwrite native package name (actual code)Silenio Quarti2012-03-292-2/+6
|
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-2/+2
| | | | | GDK_DISPLAY macro is deprecated and removed in gtk3. The function used is in gtk since 2.2.
* Bug 362246 - Platform.launch doesn't work on gio only systems.Alexander Kurtakov2011-11-161-1/+1
|
* Bug 345682 WebKit for GTK not detectedGrant Gayed2011-09-272-4/+6
|
* fix permission of filesSilenio2011-09-235-0/+0
|
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-103-3/+3
|
* Bug 338127-Error NPE (in Program.getProgram())Lakshmi Shanmugam2011-05-021-3/+7
|
* Bug339655 - Program#execute(String) broken for file:/ arguments containing #Lakshmi Shanmugam2011-03-151-1/+2
|
* Bug 339941 - Program.execute("") should launch app without argsSilenio Quarti2011-03-141-7/+10
|
* Bug 333759 - Allow SWT to use gvfs instead of gnome-vfsSilenio Quarti2011-03-141-22/+26
|
* More GTK AIX/HPUX port workBogdan Gheorghe2010-10-041-2/+11
|
* Adding HPUX GTK supportBogdan Gheorghe2010-09-241-0/+2
|
* Adding GTK AIX supportSilenio Quarti2010-09-201-3/+9
|
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-312-2/+2
|
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-267-52/+56
|
* Bug 314064 - [Doc] API doc of Program.launch (String, String) has to be ↵Lakshmi Shanmugam2010-05-251-4/+4
| | | | modified
* 298744 - [Program] Opening URLs in external browser fails with GLib 2.20Praveen Innamuri2010-05-071-4/+10
|
* 305124 [Program] Eclipse can not open resource files in external editorBogdan Gheorghe2010-04-221-4/+17
|
* Bug 305124 - [Program] Eclipse can not open resource files in external editorSilenio Quarti2010-04-221-6/+29
|
* Bug 305124 - [Program] Eclipse can not open resource files in external editorSilenio Quarti2010-04-221-1/+4
|
* 305124 [Program] Eclipse can not open resource files in external editorBogdan Gheorghe2010-04-225-32/+76
|
* 308270 - [Program] VM crash in SWT native code while importing preferencesPraveen Innamuri2010-04-201-12/+18
|
* 305124 - [Program] Eclipse can not open resource files in external editorLakshmi Shanmugam2010-03-094-4/+4
|
* use workingDir param name consistentlyCarolyn MacLeod2010-03-085-14/+14
|
* Bug 303487 - NPE in Program.getProgram(..)Felipe Heidrich2010-03-051-2/+2
|
* 300995 - Cocoa: Leak messages while running the FileViewer exampleKevin Barnes2010-02-181-22/+27
|
* 302861 - [Program] JVM crash in gio_getPrograms()Praveen Innamuri2010-02-161-1/+1
|
* removed 'public'Lakshmi Shanmugam2010-01-211-1/+1
|
* Bug 279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-205-4/+26
| | | | run it from the file location (make public)
* Bug 279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-201-1/+1
| | | | run it from the file location (make public)
* *** empty log message ***Silenio Quarti2010-01-201-0/+23
|
* Bug 279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-201-0/+23
| | | | run it from the file location
* BugÊ279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-201-0/+55
| | | | run it from the file location
* Bug 279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-201-1/+1
| | | | run it from the file location
* *** empty log message ***Silenio Quarti2010-01-201-0/+48
|
* Bug 279772 - Clicking on a batch file from within the eclipse IDE does not ↵Silenio Quarti2010-01-207-21/+242
| | | | run it from the file location
* Bug 299094 - [Program] org.eclipse.swt.program.Program.launch() will add ↵Felipe Heidrich2010-01-182-87/+67
| | | | prefix "file://" before fileName