summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 413334 - DirectoryDialog widget uses unused 2.10 version guard cleanup_directorydialog_210Anatoly Spektor2013-07-191-4/+2
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* fixed API problemMarkus Keller2013-07-181-3/+4
|
* Bug 412880 - Dropping Version less than 2.10 in Widget and Tooltip Anatoly Spektor2013-07-182-20/+4
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Bug 413195 - Remove unused version guard from Label widgetAnatoly Spektor2013-07-181-3/+1
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* 413197 - Menu widget uses unused version guards 2.10 and 2.8Anatoly Spektor2013-07-181-23/+19
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Bug 413199 - MessageBox uses unsued 2.10 version guardAnatoly Spektor2013-07-181-4/+2
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Bug 413200 - Remove code less than 2.8 from Scrollable widgetAnatoly Spektor2013-07-181-20/+4
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Bug 413116 - Build fails due to SWT at 1.5 level?Silenio Quarti2013-07-1718-38/+52
|
* Bug 411356: Move requirement for SWT to Java 1.5Markus Keller2013-07-173-20/+22
| | | Fixed compiler compliance settings
* remove unused vars warningSilenio Quarti2013-07-161-6/+0
|
* revert change to see if build will workSilenio Quarti2013-07-161-0/+17
|
* Bug 413068 - Don't excludes="**/package.html"Silenio Quarti2013-07-161-216/+216
|
* Bug 412067 - isLoadable(); returns False due URL parse error - comment#4Silenio Quarti2013-07-151-11/+7
|
* v4400Silenio Quarti2013-07-154-5/+5
|
* Bug 411356 - Move requirement for SWT to Java 1.5. Bug 412067 - ↵Silenio Quarti2013-07-1515-32/+16
| | | | isLoadable(); returns False due URL parse error
* Bug 412885 - [GTK2 clean-up] drop 2.8 code in ComboAnatoly Spektor2013-07-151-3/+0
| | | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Remove hacks for GtkTree from pre Gtk 2.10.Alexander Kurtakov2013-07-135-350/+0
|
* Clean TrayItem from pre- GtkStatusIcon code.Alexander Kurtakov2013-07-129-342/+17
| | | | There is the nice side effect of less X specific code so let's call it first step towards wayland.
* Remove Gtk 2.6 hack for popups.Alexander Kurtakov2013-07-123-42/+0
|
* Get rid of gtk_tree_view_set_enable_search .Alexander Kurtakov2013-07-127-157/+9
| | | Calls to it are useless on post 2.6 GTK versions.
* Get rid of gtk_object_sink.Alexander Kurtakov2013-07-1212-56/+10
| | | | It's obsoleted since Gtk 2.10 and g_object_ref_sink can be safely used instead.
* org.eclipse.swt.printing - Clean pre-2.8 GTK checks.Alexander Kurtakov2013-07-122-202/+198
|
* GC remove GTK pre-2.8 code paths.Alexander Kurtakov2013-07-129-432/+22
| | | This allows reducing the Cairo bindings and simplifies the codebase.
* GTK 2.10.0 is the minimum required version now.Alexander Kurtakov2013-07-121-1/+1
| | | | | | This has been technically true in Kepler too because SWT is compiled on RHEL 5 which ships with GTK 2.10 so whether it works on 2.6 is practically not tested. Now the version check is officially bumped to 2.10 and code workarounding pre 2.10 versions will be dropped.
* Bug 411672 - SWT's API description files are empty in CBI buildsSilenio Quarti2013-07-112-237/+227
|
* Bug 412706 - Widget is disposed using Browser in SectionGrant Gayed2013-07-118-0/+14
|
* Use gtk_text_buffer_select_range instead of gtk_text_buffer_move_mark.Alexander Kurtakov2013-07-115-32/+27
| | | | | | | | gtk_text_buffer_select_range exists since GTK 2.4 and is an optimized way to do selection as reduces GTK recalculations. It has additional benefit for SWT as it reduces the JNI overhead too - 3-4 function call become a single one. Bug 412758 .
* Bug 412067 - isLoadable(); returns False due URL parse errorSilenio Quarti2013-07-101-3/+3
|
* Bug 405450 - Redundant calls in Accessible class when setFocus to childSilenio Quarti2013-07-101-0/+7
| | | control
* Bug 411203 - [Retina] screen capture via cmd shift control 4 is notSilenio Quarti2013-07-101-0/+17
| | | | working as expected
* gtk_scrolled_window_add_with_viewport is deprecated in GTK 3.8.Alexander Kurtakov2013-07-104-1/+15
| | | Use gtk_container_add for GTK 3.8 or newer.
* Bug 410027 - Retire 'eclipse.platform.releng.maps.git'Silenio Quarti2013-07-031-81/+12
|
* fixed compile problems in the buildMarkus Keller2013-07-012-40/+7
|
* converted to OSGi bundle and set BREE to 1.6Markus Keller2013-07-015-15/+23
|
* v4400Silenio Quarti2013-06-274-5/+5
|
* Bug 410683 - Chinese words is lost when typing in the StyledText control ↵Silenio Quarti2013-06-271-1/+1
| | | | with Pinyin Simplified input source
* Bug 411167 - Update parent POMs for LunaSilenio Quarti2013-06-2613-14/+14
|
* Bug 178918 (rename MOZ_PROFILE_PATH property)Grant Gayed2013-06-251-1/+1
|
* Bug 178918 - Flexible Mozilla profile support - new API requestGrant Gayed2013-06-253-6/+17
|
* Bug 409603 - SWTApplication.setHelpMenu() is not defined on OS X 10.5Grant Gayed2013-06-251-4/+6
|
* Bug 400626 - Crash webkitWebViewRegisterForIconNotificationGrant Gayed2013-06-255-3/+78
|
* Bug 383175 - Browser sometimes can not detect an http redirect byGrant Gayed2013-06-252-1/+2
| | | BeforeNavigate2 (IE)
* Bug 383175 - Browser sometimes can not detect an http redirect byGrant Gayed2013-06-251-62/+73
| | | BeforeNavigate2
* Bug 409239 - Typo in win32 MenuGrant Gayed2013-06-251-2/+2
|
* Bug 411006 - Typo in Menu.getBounds()Grant Gayed2013-06-251-1/+1
|
* Bug 411058 - finish trimming XPCOM interfaces down to the functions thatGrant Gayed2013-06-2558-1629/+6
| | | | are used
* Bug 394803 - [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_*Bogdan Gheorghe2013-06-051-0/+64
|
* Bug 407270 - Miss NPE check in org.eclipse.swt.accessibility.AccessibleCarolyn MacLeod2013-05-303-66/+132
|
* Bug 408957 - Improve API doc for Text.getTextChars() and setTextChars()Lakshmi Shanmugam2013-05-293-5/+35
|
* v4332Silenio Quarti2013-05-284-5/+5
|