summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Solves bug in Sash widget (caused by path in bug #386401)gtk_widget_get_allocation__Anatoly Spektor2012-08-131-3/+8
|
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-0130-160/+785
|
* Testing some random stuff....Anatoly Spektor2012-07-301-0/+44
|
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵Bogdan Gheorghe2012-07-301-5/+6
| | | | T/S-Chinese IME
* Bug 384381 - HTMLTransfer uses UTF-16 to copy to clipboard (should useCarolyn MacLeod2012-07-241-5/+4
| | | UTF-8 to be compatible with paste)
* Bug 385570 - [DBCS4.2] wrong selection by using a mouse toward a character ↵Silenio Quarti2012-07-241-2/+2
| | | | of Unicode surrogate pair at end of line
* update version strings for 4.3 streamGrant Gayed2012-07-1912-12/+12
|
* Bug 384725 - linux accessibility brokenCarolyn MacLeod2012-07-171-1/+9
|
* Bug 382812 - Eclipse crashes with Gtk:ERROR after showing workbench (Ubuntu ↵Silenio Quarti2012-07-171-1/+13
| | | | 10.10 amd64)
* Bug 380533 - NPE in Program#hashCode() on GTKGrant Gayed2012-07-161-10/+17
|
* Bug 381006 - browser can not get focus when current focus is on some SWTGrant Gayed2012-07-162-1/+5
| | | control
* Bug 376560 - Crash when starting on SUSE or some RHEL4 - Comment#11Silenio Quarti2012-07-121-12/+16
|
* v4301Silenio Quarti2012-06-274-5/+5
|
* v4300Silenio Quarti2012-06-274-5/+5
|
* new mac generator changesSilenio Quarti2012-06-271-0/+1
|
* remove dependency on system bridge filesSilenio Quarti2012-06-278-3/+69066
|
* put back some natives needed by 64 bit buildsSilenio Quarti2012-06-264-16/+242
|
* Remove unused gtk_* functions (part 2).Alexander Kurtakov2012-06-264-1385/+16
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Remove unused gtk_* functions (part 1).Alexander Kurtakov2012-06-264-390/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Remove unused gdk_* functions bindings.Alexander Kurtakov2012-06-264-374/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Remove unused g_* functions bindings.Alexander Kurtakov2012-06-264-419/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Remove X*Event unused memmove bindings.Alexander Kurtakov2012-06-264-123/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Remove unused gdk_ functions bindings.Alexander Kurtakov2012-06-264-49/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* jni generator changeSilenio Quarti2012-06-261-0/+2
|
* Remove unused X functions binding.Alexander Kurtakov2012-06-264-105/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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.
* Make gdk_gc_set_exposures() dynamicAnatoly Spektor2012-06-263-3/+11
|
* turn structs offsteve2012-06-251-1/+1
|
* turn off structs gen and add final to sizeofsteve2012-06-251-4/+7
|
* adding support to generate structsSilenio Quarti2012-06-252-14/+187
|
* Bug 339344 - CTabFolder with a disposed top right control cannot beCarolyn MacLeod2012-06-252-31/+35
| | | rendered
* Bug 322638 - [Image loading] ImageLoader and Image from stream fail withCarolyn MacLeod2012-06-251-50/+25
| | | certain animated gifs
* Bug 377597 - Mac OS X cursor blinking dos not honor ↵Silenio Quarti2012-06-251-0/+37
| | | | NSTextInsertionPointBlinkPeriod (missed a file)
* Bug 377597 - Mac OS X cursor blinking dos not honor ↵Silenio Quarti2012-06-223-1/+17
| | | | NSTextInsertionPointBlinkPeriod
* Bug 383328 - Multiple MoseHover events without moving the mouseSilenio Quarti2012-06-221-1/+6
|
* Bug 383074 - Tracker cannot draw rectangle on main menu bar or dockSilenio Quarti2012-06-211-0/+1
|
* Remove gtk_toolbar_insert_widget.Alexander Kurtakov2012-06-214-37/+2
| | | | | The function is deprecated, removed in GTK 3 and no longer used in SWT codebase.
* Bug 381333 - MouseExit event is not received in shell with style SWT.ON_TOPSilenio Quarti2012-06-211-0/+9
|
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-217-7/+110
| | | | | | | The old way of accessing the struct directly is ifdefed as the struct can not be accessed directly in GTK 3. With this change if SWT is compiled against newer GTK it will not run for pre GTK 2.8.
* Bug 164033 - Tree#setSelection() is sending out Expand-EventsSilenio Quarti2012-06-201-1/+6
|
* drawText does not respect background patternSilenio Quarti2012-06-201-7/+14
|
* Bug 113342 - Disposing a font still in use by a GC causes crashesSilenio Quarti2012-06-201-0/+1
|
* Bug 383069 - SWT Cocoa's URLTransfer does not return correct file url on Mac ↵Silenio Quarti2012-06-204-0/+11
| | | | OS X
* JNI generator changeSilenio Quarti2012-06-191-2/+2
|
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-196-3/+93
|
* Make gdk_draw_image dynamicAnatoly Spektor2012-06-183-4/+11
|
* put back JNI generator flagsSilenio Quarti2012-06-183-5/+21
|
* Make gdk_draw_polygon function dynamicAnatoly Spektor2012-06-183-20/+11
|
* Make gdk_draw_layout function dynamicAnatoly Spektor2012-06-183-6/+11
|