summaryrefslogtreecommitdiffstats
path: root/bundles
Commit message (Collapse)AuthorAgeFilesLines
* 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-1513-30/+14
| | | | 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
|
* 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-263-3/+3
|
* 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
|
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-28980-980/+980
|
* Bug 392967 - eclipse crash SIGSEGV when trying to use Webkit Grant Gayed2013-05-281-10/+12
|
* Bug 409225 - Many compile errors in build I20130527-2000Bogdan Gheorghe2013-05-281-8/+8
|
* Bug 408895 - fix cocoa compile errors from previous commitMarkus Keller2013-05-282-5/+16
|
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-2514-45/+105
|
* ensure that SWTMessages properties files have trailing newlinesGrant Gayed2013-05-238-8/+8
|
* Bug 408892 - update swt's externalized strings from babel (4.3)Grant Gayed2013-05-237-3/+53
|
* Bug 408298 - Clear text in Text.getTextChars()Lakshmi Shanmugam2013-05-221-0/+1
|
* Bug 408608 - [Browser] WebKitGTK 2.0 spews error message on everyGrant Gayed2013-05-211-5/+17
| | | keystroke
* Bug 358376 - Provide ability to handle reopen-events (user clicks dock icon ↵Bogdan Gheorghe2013-05-161-1/+3
| | | | for running application)
* ensure XULRunner 17 does not run on LinuxGrant Gayed2013-05-156-0/+26
|