summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/attr.h')
0 files changed, 0 insertions, 0 deletions
3_region_64 This repo is intended for SWT patches that will help to migrate from GTK+ 2 to GTK+ 3
summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with ↵Silenio Quarti2012-09-284-0/+17
| | | | FileTransfer - use OS const instead of public.file-url
* Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵Silenio Quarti2012-09-284-0/+18
| | | | created, not a web link is generated. - use OS const for public.url
* Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device()Arun Thondapu2012-09-282-3/+6
|
* Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3Anatoly Spektor2012-09-285-0/+43
|
* Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor2012-09-285-1/+48
|
* Bug 377107 - no 32bits vm for JDK7 - comment#2Silenio Quarti2012-09-254-0/+40
|
* v4306Silenio Quarti2012-09-242-2/+2
|
* 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-24368-8061/+8061
|
* v4305Silenio Quarti2012-09-172-2/+2
|
* do not generate function count to avoid patch conflictsSilenio Quarti2012-09-1715-41/+56
|
* Bug 324435 - JVM crashes when press a buttonGrant Gayed2012-09-174-2/+47
|
* Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵Anatoly Spektor2012-09-145-2/+159
| | | | higher
* Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-125-2/+58
| | | | | | 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-112-2/+3
|
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-115-3/+92
| | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new()
* v4304Silenio Quarti2012-09-102-2/+2
|
* 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-071-0/+5
| | | GTK_ACCEL_LABEL_GET_ACCEL_STRING
* Bug 378383-Request for a notification of full-screen changesLakshmi Shanmugam2012-09-071-2/+1
|
* Use gtk_scale_new() in Gtk+3Anatoly Spektor2012-09-065-6/+67
|
* Use gtk_scrollbar_new() for GTK+3Anatoly Spektor2012-09-065-2/+63
| | | | | 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-063-1/+11
| | | window to the top but do not take effective for the click object
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-294-2/+25
| | | | im-xim.so+0x3b04
* Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor2012-08-285-8/+65
|
* 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.
* v4303Silenio Quarti2012-08-202-2/+2
|
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-165-70/+6
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Make gdk_gc_set_values() dynamicAnatoly Spektor2012-08-143-3/+11
|
* Bug 387144 - Make gdk_pixbuf_render_to_drawable() dynamicSilenio Quarti2012-08-143-5/+11
|
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-143-2/+11
|
* v4302Silenio Quarti2012-08-132-2/+2
|
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-095-2/+47
|
* Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor2012-08-08