summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace gtk_font_selection_dialog_set_font_name with GtkFontChoosergtk3_set_fontAnatoly Spektor2012-09-286-3/+59
| | | | This patch replaces gtk_font_selection_dialog_set_font_name with gtk_font_chooser_set_font for GTK+ 3.2 and higher.
* Bug 390713 - Tab traversal broken in 64-bit ToolBarCarolyn MacLeod2012-09-281-1/+1
|
* Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with ↵Silenio Quarti2012-09-288-5/+22
| | | | FileTransfer - use OS const instead of public.file-url
* Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with FileTransferSilenio Quarti2012-09-284-61/+34
|
* Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵Silenio Quarti2012-09-288-5/+23
| | | | created, not a web link is generated. - use OS const for public.url
* Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵Silenio Quarti2012-09-284-5/+5
| | | | created, not a web link is generated.
* Bug 385253 - SWT does not send SWT.KeyDown event when pressing down key in ↵Silenio Quarti2012-09-282-7/+35
| | | | combo control
* Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device()Arun Thondapu2012-09-283-4/+7
|
* Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3Anatoly Spektor2012-09-286-1/+46
|
* Bug 388528 Fix formattingArun Thondapu2012-09-285-9/+9
|
* Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor2012-09-2810-5/+70
|
* Bug 377107 - no 32bits vm for JDK7 - fix Mac generator to generate 64 bit codeSilenio Quarti2012-09-271-36/+91
|
* Bug 383392 - StyledText throws exception Index out of bounds when calling ↵Silenio Quarti2012-09-271-0/+8
| | | | setText() after Chinese character input
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-253-3/+80
|
* Bug 389250 - Lots of stuff leaked when closing and reopening viewsBogdan Gheorghe2012-09-251-0/+11
|
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-251-0/+6
|
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-257-1227/+1405
|
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-252-4/+2
|
* Bug 377107 - no 32bits vm for JDK7 - comment#2Silenio Quarti2012-09-256-38/+71
|
* v4306Silenio Quarti2012-09-244-5/+5
|
* Bug 387641 - Use Cairo instead of Gdk deprecated methods in Sash widget ↵Silenio Quarti2012-09-241-1/+3
| | | | drawBand()
* Fix API warnings after switching to 64 bit source codeCarolyn MacLeod2012-09-244-1076/+1232
|
* Bug 389773 - [Performance] Improve CTabRendering drawing timeBogdan Gheorghe2012-09-242-131/+73
|
* define GTK_WIDGET_FLAGS to avoid compilation error against GTK+ 3Anatoly Spektor2012-09-241-0/+3
|
* Make 64-bit the default source codeSilenio Quarti2012-09-24839-19595/+19595
|
* Bug 355200-Table and Tree selection wrong during widgetSelected whenLakshmi Shanmugam2012-09-242-25/+62
| | | selecting element of multiple selection
* Bug 388419 - Loss of focus during typingSilenio Quarti2012-09-191-1/+1
|
* v4305Silenio Quarti2012-09-174-5/+5
|
* Need to pass in a gc to avoid NPE in rendererBogdan Gheorghe2012-09-171-1/+3
|
* do not generate function count to avoid patch conflictsSilenio Quarti2012-09-1725-80/+97
|
* Bug 324435 - JVM crashes when press a buttonGrant Gayed2012-09-176-6/+51
|
* Bug 381192 - SWT is not ready for Tycho builds - comment#37Silenio Quarti2012-09-1713-13/+13
|
* Bug 361660 - API Usage Problem "Execution environment references wereCarolyn MacLeod2012-09-171-2/+2
| | | not checked"
* 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
* 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()