summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Protect gtk_tooltips_set tip for gtk prior to version 2.12.0.Alexander Kurtakov2011-11-251-1/+5
| | | |
| * | | javadocGrant Gayed2011-11-251-1/+1
| | | |
| * | | Bug 364762 - Conditional usage of GtkTreeView newer coord function. ↵Silenio Quarti2011-11-251-2/+2
| | | | | | | | | | | | | | | | (condition wrong)
| * | | gtk_tooltips_set_tip is dynamic nowAlexander Kurtakov2011-11-255-10/+20
| | | | | | | | | | | | | | | | Code using it was either conditionalized before or done with this patch.
| * | | Bug 364761 - Add gtk_cell_layout_get_cells and use it when gtk >=2.12.0.Alexander Kurtakov2011-11-258-10/+86
| | | |
| * | | Bug 364762 - Conditional usage of GtkTreeView newer coord function.Alexander Kurtakov2011-11-2510-10/+81
| | | |
| * | | Conditionaly use gtk_menu_item_remove_submenu and make it dynamic.Alexander Kurtakov2011-11-255-2/+19
| | | | | | | | | | | | | | | | The new API is to use gtk_menu_item_set_submenu with null/0.
| * | | Bug 364764 - Kill GtkFileSelection.Alexander Kurtakov2011-11-2510-638/+3
| | | |
| * | | Bug 364766 - Use gtk_orientable_set_orientation if gtk >= 2.16.0.Alexander Kurtakov2011-11-256-3/+52
| | | |
| * | | Bug 364767 - Remove gtk_tree_view_tree_to_widget_coords.Alexander Kurtakov2011-11-254-37/+2
| | | |
| * | | Bug 364768 - Remove GTK_WIDGET_IS_SENSITIVEAlexander Kurtakov2011-11-254-25/+2
| | | |
| * | | Bug 364769 - Remove gtk_timeout_remove and gtk_timeout_addAlexander Kurtakov2011-11-257-58/+36
| | | |
| * | | Remove unused code (<2.4.x) in ComboAlexander Kurtakov2011-11-251-382/+225
| | | | | | | | | | | | | | | | | | | | | | | | A major cleanup removing a lot of code that is irrelevant now that SWT requires gtk 2.4 or newer. Additionally formatting has been fixed.
| * | | Bug 340729 - [Accessibility] Focus indicator is missing for SWT MozillaGrant Gayed2011-11-249-7/+776
| | | | | | | | | | | | browser on windows platform
| * | | Bug 333448 - Some radio button groups not read correctly by JAWSCarolyn MacLeod2011-11-232-5/+32
| | | |
| * | | Bug 354126 - Tooltips do not appear for any Eclipse iconsSilenio Quarti2011-11-237-2/+66
| | | |
| * | | Bug 293698 - [Accessibility] Inspect32/JAWS does not display correctCarolyn MacLeod2011-11-221-1/+1
| | | | | | | | | | | | info after closing context/view menu (64 bit fix)
| * | | Bug 293698 - [Accessibility] Inspect32/JAWS does not display correctCarolyn MacLeod2011-11-221-0/+9
| | | | | | | | | | | | info after closing context/view menu
| * | | v3812v3812cSilenio Quarti2011-11-211-0/+6
| | | |
| * | | Bug 364144 - Javadoc warning in official buildGrant Gayed2011-11-211-1/+1
| | | |
| * | | have to push binaries to integrationSilenio Quarti2011-11-181-0/+20
| | | |
| * | | v3812v3812bSilenio Quarti2011-11-181-0/+6
| | | |
| * | | wrong push tag commandSilenio Quarti2011-11-181-2/+2
| | | |
| * | | v3812v3812aSilenio Quarti2011-11-185-5/+11
| | | |
| * | | adding integration branchSilenio Quarti2011-11-181-3/+25
| | | |
| * | | Bug 362246 - Platform.launch doesn't work on gio only systems.Alexander Kurtakov2011-11-166-3/+40
| | | |
| * | | Bug 361004 - Remove GtkList related functions (comment#1 patch)Alexander Kurtakov2011-11-165-313/+3
| | | |
| * | | Bug 360872 - Remove GtkCombo and friends. (comment#0)Alexander Kurtakov2011-11-168-269/+4
| | | |
| * | | Bug 350362 - "Go to the next word (Ctrl+Right)" in text file does not work ↵Felipe Heidrich2011-11-161-4/+9
| | | | | | | | | | | | | | | | for certain cases
| * | | Bug 363801 - CCombo has a bad initial visibleItemCountCarolyn MacLeod2011-11-161-0/+8
| | | |
| * | | v3811v3811Silenio Quarti2011-11-145-5/+11
| | | |
| * | | javadoc fixesGrant Gayed2011-11-141-107/+8
| | | |
| * | | paint fixesGrant Gayed2011-11-141-2/+8
| | | |
| * | | initialGrant Gayed2011-11-141-0/+957
| | | |
| * | | initialGrant Gayed2011-11-141-0/+155
| | | |
| * | | preserve column index when hiding/showing TableCursorGrant Gayed2011-11-141-11/+6
| | | |
| * | | Bug 297186 - defaultButton for a Shell is not getting unset after clicking ↵Bogdan Gheorghe2011-11-141-1/+1
| | | | | | | | | | | | | | | | on any button on the Shell
| * | | Bug 362625 - Up and Down arrow keys don't work in LTR textFelipe Heidrich2011-11-141-1/+1
| | | |
| * | | Bug 335962 - ScrollBar.getVisible() is wrong under gtkBogdan Gheorghe2011-11-111-2/+2
| | | |
| * | | Bug 337269 - ToolTip still visible after calling disposeBogdan Gheorghe2011-11-111-2/+4
| | | |
| * | | natives for Bug 325795 - support Windows Vista and 7 Aero Glass shellsFelipe Heidrich2011-11-116-2/+43
| | | |
| * | | Bug 363084 - [Browser] NPE can occur when closing Browser in detachedGrant Gayed2011-11-081-8/+17
| | | | | | | | | | | | view
| * | | Bug 363084 - [Browser] NPE can occur when closing Browser in detachedGrant Gayed2011-11-081-8/+17
| | | | | | | | | | | | | | | | view
| * | | v3810v3810bSilenio Quarti2011-11-071-0/+6
| | | |
| * | | Bug 275159 - Accessible should not add dispose listener to its controlCarolyn MacLeod2011-11-072-7/+20
| | | |
| * | | Show Display depth in ImageAnalyzerCarolyn MacLeod2011-11-072-2/+3
| | | |
| * | | Bug 362999 - SWTGraphics#scale is broken when used with Printer onSilenio Quarti2011-11-093-1/+7
| | | | | | | | | | | | Eclipse 3.7 / GTK
| * | | v3810v3810aSilenio Quarti2011-10-311-0/+6
| | | |
| * | | Bug 362291 - Drag in Webkit Browser is disabledGrant Gayed2011-10-311-9/+11
| | | |
| * | | v3810v3810Silenio Quarti2011-10-285-5/+11
| | | |