summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [GTK3] Fixes Drag and Drop bug for single line for Tree and Table392774Anatoly Spektor2013-04-227-10/+76
|
* Bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refiningCarolyn MacLeod2013-04-052-2/+8
|
* Bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refiningCarolyn MacLeod2013-04-052-2/+8
|
* Bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refiningCarolyn MacLeod2013-04-053-4/+14
|
* User can choose to log typed (default) or untyped eventsCarolyn MacLeod2013-04-042-41/+58
|
* Bug 403474 - [GTK3] Problems setting background on latestSilenio Quarti2013-04-034-2/+41
|
* Bug 404163 - [GTK3] setBackgroundImage not working on Fedora 18Silenio Quarti2013-04-031-10/+26
|
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-04-031-0/+2
|
* Bug 403559 - Intermittent loss of caret (or cursor?)Silenio Quarti2013-03-271-2/+1
|
* Bug 403559 - Intermittent loss of caret (or cursor?)Silenio Quarti2013-03-271-3/+6
|
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-03-271-1/+24
|
* Bug 403967 - Update Platform SWT parent versionsSilenio Quarti2013-03-2713-55/+40
|
* Bug 403102 - [GTK3] pointer image is often wrong when moving from editor to viewSilenio Quarti2013-03-261-0/+10
|
* v4324Silenio Quarti2013-03-254-5/+5
|
* fix GTK2 native buildSilenio Quarti2013-03-251-0/+1
|
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-2511-27/+193
|
* Bug 384175 - [Win7]Text#setMessage(java.lang.String) has no effect on Text ↵Silenio Quarti2013-03-251-1/+1
| | | | with setEditable(false)
* increment Variant.setbyRef(long) @since filter to match qualifierCarolyn MacLeod2013-03-251-4/+3
|
* Bug 181592 - [Widgets] Need a color constant for active and inactiveCarolyn MacLeod2013-03-251-2/+4
| | | | hyperlink colors
* forgot to increment build.xml for bug#401797Silenio Quarti2013-03-221-1/+1
|
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2013-03-213-5/+3
|
* Bug 399522 - [GTK3] frequent get_column_number critical error spewsSilenio Quarti2013-03-211-1/+4
|
* Bug 399562 - [GTK3] ProgressBar does not send any mouse eventsSilenio Quarti2013-03-211-0/+4
|
* Bug 396316 - [GTK3] Table is not given enough height on preferences File ↵Silenio Quarti2013-03-213-3/+44
| | | | Associations page
* Bug 399547 - [GTK3] Widget.getStyle() does not report a set SWT.BORDER valueSilenio Quarti2013-03-212-3/+13
|
* Bug 398176 - [GTK3] Terminate button in Console view is always enabledSilenio Quarti2013-03-211-1/+3
|
* Bug 403941 - invalidate style context after gtk_widget_override_*.Alexander Kurtakov2013-03-202-0/+6
| | | | This is needed on later gtk 3.x versions in order for overrides to propagate to the style context and be retrievable.
* Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style ↵Silenio Quarti2013-03-208-11/+14
| | | | includes SWT.FLAT
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2013-03-201-9/+2
|
* Bug 400339 - Button is clipped to the rightSilenio Quarti2013-03-201-3/+13
|
* Bug 403191 - [GTK+3] Implement SwtFixed preferred height/width methodsSilenio Quarti2013-03-196-0/+43
|
* v4323Silenio Quarti2013-03-184-5/+5
|
* Remove ColorSelection deprecation warnings when compiling against GTK3.6Anatoly Spektor2013-03-183-16/+61
|
* remove compiler warning - macro redefinedSilenio Quarti2013-03-181-1/+1
|
* Javadoc fixesMarkus Keller2013-03-183-4/+11
|
* Revert Control.setBackground on GTK3. Bug 403474Alexander Kurtakov2013-03-151-10/+11
| | | | Looks like this would be tough to fix as one can't change a single css property only in the way I tried it.
* - added warning that this is only implemented on WindowsMarkus Keller2013-03-151-7/+9
| | | - added label to clarify difference with FLIP_TEXT_DIRECTION
* Remove unneeded spaces that break the 64to32 bit.Alexander Kurtakov2013-03-151-1/+1
|
* Fix Control.setBackground on GTK3.Alexander Kurtakov2013-03-156-11/+47
| | | | | The function used gtk_widget_override_background_color doesn't work on all themes (see https://bugzilla.gnome.org/show_bug.cgi?id=656461 ). In order to make it work for all themes CSS needs to be used.
* Added Snippet 364Bogdan Gheorghe2013-03-141-0/+61
|
* Bug 248410 - [Wizards] Accessibility: User is not alerted to errorCarolyn MacLeod2013-03-141-0/+1
| | | message displayed in wizard dialog
* Bug 273198: [Bidi] Lack of support for controlling text direction ↵Markus Keller2013-03-141-5/+10
| | | | independently from widget orientation
* Bug 403346 - TreeViewers throw NPE's on collapsed multi-selectionsSilenio Quarti2013-03-141-1/+6
|
* Fix GTK3 IMContext disposal.Alexander Kurtakov2013-03-141-1/+1
| | | | | Using PANGO_TYPE_LAYOUT to dispose GTK_TYPE_IM_MULTICONTEXT makes no sense at all, it's obviously a typo. Fixes a crash in Test_org_eclipse_swt_widgets_Display test.
* Bug 273198 - [Bidi] Lack of support for controlling text direction ↵Lina Kemmel2013-03-1319-50/+300
| | | | independently from widget orientation
* Bug 400727: StyledText#addBidiSegmentListener(..) only works if RTL input ↵Silenio Quarti2013-03-131-1/+1
| | | | language is installed (fix tests
* JavadocMarkus Keller2013-03-122-8/+7
|
* Bug 401797 - [CBI] Versions for SWT decreased in CBI build compared to PDE buildSilenio Quarti2013-03-1123-23/+23
|
* Bug 248410 - [Wizards] Accessibility: User is not alerted to errorCarolyn MacLeod2013-03-091-0/+110
| | | message displayed in wizard dialog
* Bug 248410 - [Wizards] Accessibility: User is not alerted to errorCarolyn MacLeod2013-03-091-1/+1
| | | message displayed in wizard dialog