Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Cairo instead of gdk_draw_pixbuf()gdk_draw_pixbuff | Anatoly Spektor | 2012-09-20 | 4 | -8/+22 |
| | |||||
* | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-09-19 | 1 | -1/+1 |
|\ | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Bug 388419 - Loss of focus during typing | Silenio Quarti | 2012-09-19 | 1 | -1/+1 |
| | | |||||
* | | strange uncommited changes in master | Anatoly Spektor | 2012-09-18 | 2 | -6/+4 |
|/ | |||||
* | v4305 | Silenio Quarti | 2012-09-17 | 4 | -5/+5 |
| | |||||
* | Need to pass in a gc to avoid NPE in renderer | Bogdan Gheorghe | 2012-09-17 | 1 | -1/+3 |
| | |||||
* | do not generate function count to avoid patch conflicts | Silenio Quarti | 2012-09-17 | 25 | -80/+97 |
| | |||||
* | Bug 324435 - JVM crashes when press a button | Grant Gayed | 2012-09-17 | 6 | -6/+51 |
| | |||||
* | Bug 381192 - SWT is not ready for Tycho builds - comment#37 | Silenio Quarti | 2012-09-17 | 13 | -13/+13 |
| | |||||
* | Bug 361660 - API Usage Problem "Execution environment references were | Carolyn MacLeod | 2012-09-17 | 1 | -2/+2 |
| | | | not checked" | ||||
* | Bug 388461 fix formatting | Arun Thondapu | 2012-09-15 | 3 | -8/+8 |
| | |||||
* | Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵ | Anatoly Spektor | 2012-09-14 | 8 | -4/+178 |
| | | | | higher | ||||
* | Bug 388369 Remove redundant else check in Label and helper function in | Arun Thondapu | 2012-09-12 | 2 | -17/+7 |
| | | | Theme | ||||
* | Bug 388369 Use gtk_separator_new () in GTK+3 | Anatoly Spektor | 2012-09-12 | 7 | -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 | ||||
* | Bug 388265 fix formatting and remove redundant else check in Widget | Arun Thondapu | 2012-09-11 | 10 | -21/+17 |
| | |||||
* | Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3 | Anatoly Spektor | 2012-09-11 | 17 | -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.2 | Silenio Quarti | 2012-09-11 | 1 | -16/+17 |
| | |||||
* | v4304 | Silenio Quarti | 2012-09-10 | 4 | -5/+5 |
| | |||||
* | terminator is not a 64 bit value in these functions (it is a column index -> ↵ | Silenio Quarti | 2012-09-07 | 4 | -108/+108 |
| | | | | gint) | ||||
* | Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING and | Silenio Quarti | 2012-09-07 | 2 | -7/+14 |
| | | | GTK_ACCEL_LABEL_GET_ACCEL_STRING | ||||
* | Bug 378383-Request for a notification of full-screen changes | Lakshmi Shanmugam | 2012-09-07 | 4 | -32/+16 |
| | |||||
* | Bug 388990 - JUnit test failures on Linux in I20120904-0800 | Carolyn MacLeod | 2012-09-06 | 4 | -29/+17 |
| | |||||
* | Remove redundant else check in Slider/Scale GTK 3 patches | Arun Thondapu | 2012-09-06 | 2 | -2/+2 |
| | |||||
* | Use gtk_scale_new() in Gtk+3 | Anatoly Spektor | 2012-09-06 | 6 | -8/+82 |
| | |||||
* | Use gtk_scrollbar_new() for GTK+3 | Anatoly Spektor | 2012-09-06 | 6 | -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 a | Silenio Quarti | 2012-09-06 | 9 | -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 Quarti | 2012-09-06 | 1 | -0/+2 |
| | | | | using GC.drawImage() | ||||
* | Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ↵ | Silenio Quarti | 2012-09-06 | 2 | -4/+4 |
| | | | | slow: causes UI lockup with high CPU utilization) | ||||
* | Bug 381407 - reproducible crash in Debug's Variables view (PPC64) | Silenio Quarti | 2012-09-05 | 2 | -15/+16 |
| | |||||
* | Bug 381407 - reproducible crash in Debug's Variables view (ppc64) | Grant Gayed | 2012-09-06 | 4 | -21/+29 |
| | |||||
* | Bug 369873 - Display.post test failure in latest build (remove changes for ↵ | Silenio Quarti | 2012-09-05 | 1 | -9/+9 |
| | | | | comment#4) | ||||
* | initial | Grant Gayed | 2012-09-05 | 1 | -0/+70 |
| | |||||
* | update javadoc | Grant Gayed | 2012-09-05 | 3 | -6/+9 |
| | |||||
* | Bug 369873 - Display.post test failure in latest build | Silenio Quarti | 2012-08-31 | 1 | -9/+9 |
| | |||||
* | Bug 383189 - Warnings and Errors in the SWT Combo when running on Linux | Silenio Quarti | 2012-08-31 | 1 | -38/+66 |
| | |||||
* | Bug 372560 - Glib error when disposing a Combo | Silenio Quarti | 2012-08-31 | 1 | -7/+16 |
| | |||||
* | Bug 381407 - reproducible crash in Debug's Variables view (ppc64) | Grant Gayed | 2012-08-30 | 4 | -12/+30 |
| | |||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-29 | 6 | -16/+32 |
| | | | | im-xim.so+0x3b04 | ||||
* | wrong version test. | Silenio Quarti | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+ | Anatoly Spektor | 2012-08-28 | 6 | -9/+71 |
| | |||||
* | Make GTK_VERSION a variable. | Alexander Kurtakov | 2012-08-28 | 1 | -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 Kurtakov | 2012-08-28 | 2 | -3/+2 |
| | | | | This should have been part of bug 369624. | ||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-27 | 1 | -5/+7 |
| | | | | im-xim.so+0x3b04 (remove changes for bug#382812) | ||||
* | Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-27 | 1 | -5/+6 |
| | | | | im-xim.so+0x3b04 (PUT BACK CHANGES IN CONTROL) | ||||
* | Bug 386401 - Use gtk_widget_get_allocation in newer GTK+ | Silenio Quarti | 2012-08-27 | 25 | -713/+247 |
| | |||||
* | Bug 379792 Fix memory leak in Table/Tree | Arun Thondapu | 2012-08-27 | 2 | -9/+26 |
| | |||||
* | Bug 387980-Negative zoom factor reported from magnification gesture | Lakshmi Shanmugam | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Bug 387518 - Extremely wide combo box causes X11 crash | Silenio Quarti | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-23 | 1 | -6/+5 |
| | | | | im-xim.so+0x3b04 (REVERT SUSPICIOUS CHANGE TO RUN JUNIT IN NIGHTLY) | ||||
* | v4303 | Silenio Quarti | 2012-08-20 | 4 | -5/+5 |
| |