Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Bug 484541 - Adapt to Combo.setItems and PaletteData varargsAlexander Kurtakov18-75/+92
2015-12-08Revert "Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for in...Arun Thondapu1-7/+0
2015-12-07Bug 468854 - Add tests and examples for Control.requestLayout.I20151207-0800Stefan Xenos3-10/+14
2015-12-04Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for invisible ...Snjezana Peco1-0/+7
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka2-9/+10
2015-11-11Bug 481926 - Use vararg reflection methods in tests/examples/toolsAlexander Kurtakov3-3/+3
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller3-0/+3
2015-10-23added menu and buttons to Snippet367 (HiDPI example)Markus Keller1-17/+53
2015-09-28478520: SWT should increase bundle version in master toSravan Kumar Lakkimsetti10-10/+10
2015-09-22Bug 461486 - Updated ShellTab of the ControlExample with the NO_MOVEAlexandra Buzila1-2/+6
2015-09-03Bug 455399 - Update org.eclipse.swt.examples to Java 8Alexander Kurtakov15-25/+25
2015-09-03Bug 455403 - Update org.eclipse.swt.snippets to Java 8Alexander Kurtakov3-5/+5
2015-09-03Bug 476529 - Move swt.snippets to Java 1.7Alexander Kurtakov9-72/+144
2015-07-31Bug 474049 - Move examples to Java 1.7Alexander Kurtakov29-71/+353
2015-07-07Bug 470568 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-1/+1
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update pa...Markus Keller5-5/+5
2015-05-13Revert "Misc changes"Arun Thondapu2-53/+7
2015-05-13Misc changesLina Kemmel2-7/+53
2015-04-24Linux build file changes for XULR31Lakshmi Shanmugam2-8/+3
2015-04-24Merge branch 'lshanmugam/xulrunner-31'Lakshmi Shanmugam2-3/+8
2015-04-22Bug 465129: Comparator errors in I20150421-0800 related to swt ole examplesMarkus Keller2-1/+2
2015-04-21Bug 421383 - [Graphics] Scaling issues on high DPI displaysMarkus Keller1-3/+102
2015-04-21Bug 435384 - Add support for 'transparent' colorsNiraj Modi1-2/+2
2015-04-16Bug 463127 - [Win32][GTK] Transparent background not honored onNiraj Modi1-16/+16
2015-04-09Bug 463127 - [Win32] Transparent background not honored on CompositeNiraj Modi1-10/+23
2015-04-08Bug 463127 - [Win32] Transparent background not honored on CompositeNiraj Modi1-3/+4
2015-03-26Bug 462667 - Remove references to Motif in SWT code and comments Lars Vogel3-134/+2
2015-03-25Bug 462665 - Remove references to Carbon in SWT code and commentsAlexander Kurtakov1-20/+11
2015-03-24Bug 455263 - Retire Eclipse SWT/wpf Alexander Kurtakov2-3/+3
2015-03-23Bug 455263 - Retire Eclipse SWT/wpfLars Vogel1-1/+1
2015-03-19Bug 421383 - [Graphics] Scaling issues on high DPI displaysI20150319-1640I20150319-1430Markus Keller7-33/+45
2015-03-16461427 Add build-time dependency to arbitrary SWT fragment versionTobias Oberlies4-8/+8
2015-03-13Bug 421383 - [Graphics] Scaling issues on high DPI displaysNiraj Modi4-0/+78
2015-03-10Bug 459487 - For GTK3, replacing gtk_arrow_* with gtk_image_*.Leo Ufimtsev1-0/+116
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriate Jacek Sieka17-97/+105
2015-02-05Add forgotten @Override annotations.Alexander Kurtakov3-0/+65
2015-01-23Bug 435384 - Add support for 'transparent' colorsNiraj Modi1-0/+465
2015-01-16Bug 457657 - Move swt.examples to Java 1.6Alexander Kurtakov92-375/+2059
2014-12-17Bug 454914: MenuItem.setToolTip() doesn't work for items in the shell menubar...Markus Keller1-4/+6
2014-12-10Added new API to ControlExample (Bug 62575 - No Tooltip support forLakshmi Shanmugam2-2/+9
2014-10-02Bug 433818 - ControlExample: should be able to set text for ShellMarkus Keller3-5/+9
2014-10-02Bug 433818 - ControlExample: should be able to set text for ShellAbhishek Kishore2-0/+19
2014-10-02added MouseHorizontalWheel, replaced MouseWheel with MouseVerticalWheelMarkus Keller1-1/+2
2014-09-22Bug 444725 - Remove carbon support from swtI20140923-0800Alexander Kurtakov15-154/+5
2014-09-22Bug 444715 - Remove photon support from swtAlexander Kurtakov12-26/+14
2014-08-20Bug 441791 - Remove motif specific things from codebaseAlexander Kurtakov12-33/+3
2014-08-20Bug 441602: Shell#setRegion fails to mirror for RTL contextMarkus Keller4-11/+13
2014-08-14Try to close the reader in SnippetLauncher always.Alexander Kurtakov1-2/+13
2014-08-14Remove non-needed casts from Snippet361.Alexander Kurtakov1-5/+5
2014-07-21Add missing Deprecated annotation.Alexander Kurtakov1-0/+1

Back to the top