summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ↵HEADmasteraspektor2012-09-1410-7/+255
|\ | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 388461 fix formattingArun Thondapu2012-09-153-8/+8
| |
| * Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵Anatoly Spektor2012-09-148-4/+178
| | | | | | | | higher
| * Bug 388369 Remove redundant else check in Label and helper function inArun Thondapu2012-09-122-17/+7
| | | | | | Theme
| * Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-127-5/+89
| | | | | | | | | | | | This patch replaces old GTK2 API methods gtk_vseparator_new () and gtk_hseparator_new () with GTK+ 3 API method gtk_separator_new() and makes old 2 methods dynamic
* | Merge branch 'master' of ↵aspektor2012-09-1444-279/+659
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 388265 fix formatting and remove redundant else check in WidgetArun Thondapu2012-09-1110-21/+17
| |
| * Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-1117-14/+134
| | | | | | | | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new()
| * Bug 383890 - JVM (Eclipse) crash with SIGSEGV in ld-linux-x86-64.so.2Silenio Quarti2012-09-111-16/+17
| |
| * v4304Silenio Quarti2012-09-104-5/+5
| |
| * terminator is not a 64 bit value in these functions (it is a column index -> ↵Silenio Quarti2012-09-074-108/+108
| | | | | | | | gint)
| * Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING andSilenio Quarti2012-09-072-7/+14
| | | | | | GTK_ACCEL_LABEL_GET_ACCEL_STRING
| * Bug 378383-Request for a notification of full-screen changesLakshmi Shanmugam2012-09-074-32/+16
| |
| * Bug 388990 - JUnit test failures on Linux in I20120904-0800Carolyn MacLeod2012-09-064-29/+17
| |
| * Remove redundant else check in Slider/Scale GTK 3 patchesArun Thondapu2012-09-062-2/+2
| |
| * Use gtk_scale_new() in Gtk+3Anatoly Spektor2012-09-066-8/+82
| |
| * Use gtk_scrollbar_new() for GTK+3Anatoly Spektor2012-09-066-4/+79
| | | | | | | | | | This patch uses gtk_scrollbar_new() instead of deprecated gtk_hscrollbar_new() and gtk_vscrollbar_new() for GTK+3 and higher
| * Bug 387338 - Cocoa: [New SWT style required]single click only bring aSilenio Quarti2012-09-069-5/+56
| | | | | | window to the top but do not take effective for the click object
| * Bug 382175 - [Cairo] Images created with external GdkPixmap* can't be drawn ↵Silenio Quarti2012-09-061-0/+2
| | | | | | | | using GC.drawImage()
| * Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ↵Silenio Quarti2012-09-062-4/+4
| | | | | | | | slow: causes UI lockup with high CPU utilization)
| * Bug 381407 - reproducible crash in Debug's Variables view (PPC64)Silenio Quarti2012-09-052-15/+16
| |
| * Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-09-064-21/+29
| |
| * Bug 369873 - Display.post test failure in latest build (remove changes for ↵Silenio Quarti2012-09-051-9/+9
| | | | | | | | comment#4)
| * initialGrant Gayed2012-09-051-0/+70
| |
| * update javadocGrant Gayed2012-09-053-6/+9
| |
* | Merge branch 'master' ofAnatoly Spektor2012-09-051-43/+0
|\ \ | |/ |/| http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Merge branch 'master' of ↵Anatoly Spektor2012-08-304-12/+30
| |\ | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ Merge branch 'master' of ↵Anatoly Spektor2012-08-299-24/+102
| |\ \ | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-283-7/+7
| |\ \ \ | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-2826-733/+287
| |\ \ \ \ | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-272-7/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-214-5/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-201-0/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-166-74/+15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-162-11/+15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of ↵Anatoly Spektor2012-08-1525-45/+117
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * | | | | | | | | | | .classpath_gtk remove Anatoly Spektor2012-08-131-43/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Bug 369873 - Display.post test failure in latest buildSilenio Quarti2012-08-311-9/+9
| | | | | | | | | | | |
* | | | | | | | | | | | Bug 383189 - Warnings and Errors in the SWT Combo when running on LinuxSilenio Quarti2012-08-311-38/+66
| | | | | | | | | | | |
* | | | | | | | | | | | Bug 372560 - Glib error when disposing a ComboSilenio Quarti2012-08-311-7/+16
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-08-304-12/+30
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-296-16/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | im-xim.so+0x3b04
* | | | | | | | | | wrong version test.Silenio Quarti2012-08-281-1/+1
| | | | | | | | | |
* | | | | | | | | | Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor2012-08-286-9/+71
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Make GTK_VERSION a variable.Alexander Kurtakov2012-08-281-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allowing to try compiling against different GTK versions is really helpful while porting to newer version. As the default is set to 2.0 nothing should break unless someone manually passes 3.0 or even 4.0 so if someone sees a breakage it will be obvious.
* | | | | | | | | Remove cast in dynamic method breaking compilation.Alexander Kurtakov2012-08-282-3/+2
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This should have been part of bug 369624.
* | | | | | | | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | im-xim.so+0x3b04 (remove changes for bug#382812)
* | | | | | | | Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | im-xim.so+0x3b04 (PUT BACK CHANGES IN CONTROL)
* | | | | | | | Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-2725-713/+247
| | | | | | | |
* | | | | | | | Bug 379792 Fix memory leak in Table/TreeArun Thondapu2012-08-272-9/+26
| | | | | | | |