Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Bug 563560: Stop using Color constructors which take a deviceJonah Graham1-1/+1
2020-06-07Using Arrays.toString to convert the array into a readable StringCarsten Hammer3-4/+4
2020-01-25Bug 559392 - Put ERROR_NO_MORE_CALLBACKS check into Callback constructorNikita Nemkin1-3/+0
2019-12-16Bug 558355 - [gtk] Possible leak in Accessible.release()Andrey Loskutov1-2/+3
2019-12-16Bug 558339 - [win32] ConcurrentModificationException in Accessible, takeAndrey Loskutov1-2/+3
2019-12-15Bug 558339 - [win32] ConcurrentModificationException inAndrey Loskutov1-1/+2
2019-12-10Use jdk 5 for-each loopCarsten Hammer2-21/+16
2019-07-02Bug 548721 - Replace some StringBuffer by StringBuilderNiraj Modi1-2/+2
2019-07-01Bug 548666 - [Win32] Remove unused COM constants, structures, functionsNikita Nemkin1-17/+0
2019-06-18Bug 548277 - [Win32] Remove 32-bit code remnantsNikita Nemkin1-35/+0
2019-06-18Bug 548277 - [Win32] Remove 32-bit code commentsNikita Nemkin2-406/+406
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski3-29/+29
2019-06-14Bug 547475 - [Win32] Remove redundant COM interface vtablesNikita Nemkin1-192/+15
2019-05-17Bug 547191 - [Cocoa] Remove support code for macOS 10.9 and earlierNikita Nemkin1-4/+4
2019-05-10Bug 546768 - [Cocoa] Remove 32-bit codeNikita Nemkin2-23/+23
2019-04-02Bug 545793 - [GTK] Remove 32-bit codeXi Yan1-4/+4
2019-03-26Bug 54579: [GTK] Remove 32-bit codeEric Williams1-79/+79
2019-03-26Bug 545793: [GTK] Remove 32-bit codeEric Williams2-226/+226
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov2-2/+2
2019-02-16Bug 543933 - Build javadocs with Java 11Alexander Kurtakov3-13/+18
2019-02-13Bug 543949: Orca's flat review mode can not be usedEric Williams1-107/+29
2018-12-11Bug 540841: [GTK4] Rename GdkWindow to GdkSurfaceEric Williams1-2/+7
2018-09-19Bug 538654: Fixed widget disposed exception.Uenal Akkaya1-0/+4
2018-09-18Rename Color.handleRGBA to handle.Alexander Kurtakov1-2/+2
2018-09-12Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov3-732/+46
2018-09-11Bug 530841: [GTK2] Remove GTK 2.x supportI20180912-0210Eric Williams1-10/+2
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel46-138/+276
2018-08-16Bug 459043: [Cocoa] NPE while invoking Display.getBoundsLakshmi Shanmugam3-0/+8
2018-08-13Bug 537908: [GTK3] Warning about invalid signal forEric Williams1-0/+4
2018-07-28Bug 514191 - Bridge support files should be updated to latest macOSLakshmi Shanmugam1-3/+3
2018-03-28Bug 531097 - [Win32] Remove support for Windows before VistaNikita Nemkin1-23/+3
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev1-1/+1
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev3-30/+30
2018-01-07Bug 529494 - Convert to StringBuilderAlexander Kurtakov1-2/+2
2018-01-03Bug 529371 - Move atk_object_[add|remove]* into ATKAlexander Kurtakov1-3/+3
2017-11-24Bug 220025: [GTK3] [Accessibility] Editor tabs are not readEric Williams1-10/+5
2017-11-23Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams1-18/+100
2017-11-21Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams1-51/+385
2017-11-16Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams1-14/+73
2017-11-14Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams1-67/+449
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfKarsten Thoms3-5/+5
2017-10-10Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams1-51/+185
2017-09-27Bug 525255 - Enable indirect static usage warningsAlexander Kurtakov2-230/+232
2017-09-27Bug 525255 - Enable indirect static usage warnings Alexander Kurtakov2-99/+99
2017-09-25Bug 470031: [GTK3] Some viewparts became inaccessible in 4.5Eric Williams3-117/+296
2017-06-29Bug 477950: [GTK3] Port SWT colors from using GdkColor to GdkRGBA soEric Williams1-2/+10
2017-06-05Bug 517183 - Do the annual javadoc bash for 4.7Lakshmi Shanmugam3-7/+4
2017-03-06Bug 447934 - Accessibility: AccessibleTableListener getCaption and getSummary...Arun Thondapu2-1/+17
2017-02-21Bug 511181 - [api] Provide helper methods to use lambda expressions forAlexander Kurtakov1-2/+2
2017-02-20bug 511181 - [api] Provide helper methods to use lambda expressions forFabian Pfaff1-1/+71

Back to the top