Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Bug 54579: [GTK] Remove 32-bit codeEric Williams1-1/+1
2019-03-26Bug 545793: [GTK] Remove 32-bit codeEric Williams1-21/+21
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-4/+4
2018-12-17Bug 541635 - [Wayland] Random behaviour when moving editor tabsXi Yan1-1/+0
2018-12-13Bug 541635 - [Wayland] Random behaviour when moving editor tabsXi Yan1-0/+1
2018-12-11Bug 540841: [GTK4] Rename GdkWindow to GdkSurfaceEric Williams1-1/+6
2018-12-11Bug 541862: [GTK3] Increase minimum GTK3 version to 3.10Eric Williams1-5/+1
2018-10-01Bug 539582 - [GTK3] Replace deprecated gdk_device_grab/ungrab()Xi Yan1-2/+9
2018-09-13Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov1-27/+9
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel1-3/+6
2018-02-17Bug 530387 - [GTK3] Replace deprecatedAlexander Kurtakov1-3/+2
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev1-16/+16
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev1-21/+21
2017-09-27Bug 525255 - Enable indirect static usage warnings Alexander Kurtakov1-1/+1
2017-04-28Bug 515035 - [Wayland] DnD on text causes null pointer exceptionIan Pun1-2/+6
2017-04-21Bug 515558 - [GTK] Add DragSourceEffect for List widgetAlexander Kurtakov1-1/+4
2017-04-18Bug 515035 - [Wayland] DnD on text causes null pointer exceptionIan Pun1-0/+31
2017-04-04Bug 510446 [wayland] StyledText DnD not signalling, move drag detectionI20170404-2000Ian Pun1-6/+6
2017-03-20Bug 503431 : [wayland] DND Mouse button release event not triggering fixLeo Ufimtsev1-16/+19
2017-03-15Bug 503431 - [wayland] Mouse button release event not triggering fromIan Pun1-3/+23
2017-03-14Bug 510446 - [wayland] StyledText DnD not signalling, move dragIan Pun1-0/+8
2016-12-14Revert "Bug 503431 - [wayland] CTabFolder slow when switching tabs (DnD logic...Alexander Kurtakov1-10/+3
2016-12-13Bug 503431 - [wayland] CTabFolder slow when switching tabs (DnD logicIan Pun1-3/+10
2016-11-10Bug 507235: Clean up of Converter.java Leo Ufimtsev1-1/+1
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov1-17/+9
2016-07-14Bug 497807 - Use varargs in DropTarget#setTransferY20160714-1000Lars Vogel1-2/+3
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov1-1/+3
2015-03-11Bug 461894 - Remove GtkSelectionData struct bindingAlexander Kurtakov1-17/+4
2015-01-09Bug 457041 - [GTK] Trailing whitespace removal for GTK codebaseLeo Ufimtsev1-77/+77
2014-12-02Bug 453300 - Replace usage of deprecated gtk_drag_beginAlexander Kurtakov1-1/+6
2013-12-03Add missing @Override annotations.Alexander Kurtakov1-0/+1
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
2013-05-01Bug 392774 - [GTK3] Need to implementArun Thondapu1-3/+7
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti1-2/+2
2012-10-09GdkDragContext replaced by function calls.Alexander Kurtakov1-4/+13
2012-10-08Use gtk_selection_data_get* functions instead of GtkSelectionData structAlexander Kurtakov1-7/+22
2012-09-28Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device()Arun Thondapu1-1/+1
2012-09-28Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3Anatoly Spektor1-1/+3
2012-09-28Bug 388528 Fix formattingArun Thondapu1-3/+3
2012-09-28Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor1-1/+8
2012-09-24Make 64-bit the default source codeSilenio Quarti1-11/+11
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod1-1/+1
2011-10-19shared copies of Display.createPixbufSilenio Quarti1-57/+1
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti1-0/+633
2009-06-30*** empty log message ***Felipe Heidrich1-633/+0
2009-05-29After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod1-1/+1
2009-05-27After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod1-0/+1
2009-02-05247444 - [DND] NavigatorDnDService does not update DragSource Transfer if inv...Kevin Barnes1-0/+1
2008-06-05After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod1-1/+1
2008-06-04After Javadoc Bash for 3.4RC4Carolyn MacLeod1-1/+10

Back to the top