Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev1-5/+5
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev1-51/+51
2016-09-20Bug 501782: [GTK2] Clean up pre-GTK2.24 codeEric Williams1-6/+1
2016-06-09Bug 495413 - [GTK3] Replace deprecated gtk_adjustment_value_changed Ian Pun1-1/+7
2016-03-22Bug 485906 - [GTK3] In list/tree, the visible area doesn't follow selection ...Snjezana Peco1-0/+3
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformSravan Kumar Lakkimsetti1-1/+18
2016-02-22Revert "Bug 399786 - GC#draw*(..) needs to support high-DPI "Sravan Kumar Lakkimsetti1-55/+1
2016-02-22Bug 399786 - GC#draw*(..) needs to supportSravan Kumar Lakkimsetti1-1/+55
2015-10-23Bug 479580 - Widgets with V_SCROLL not scrollableAlexander Kurtakov1-2/+2
2015-10-21Bug 479580 - Widgets with V_SCROLL not scrollableAlexander Kurtakov1-2/+2
2015-04-02Bug 463830 - Remove Widget.gtk_widget_get_visible Alexander Kurtakov1-14/+6
2015-03-14Bug 462064 - Remove GTK_WIDGET_* macrosAlexander Kurtakov1-2/+2
2015-03-13Bug 462064 - Remove GTK_WIDGET_* macrosAlexander Kurtakov1-1/+1
2015-03-12Bug 461978 - Simplify GtkAdjustment handlingAlexander Kurtakov1-28/+16
2015-01-09Bug 457041 - [GTK] Trailing whitespace removal for GTK codebaseLeo Ufimtsev1-21/+21
2013-12-03Add missing @Override annotations.Alexander Kurtakov1-0/+11
2013-10-21Bug 407077 - (SWT:2591): GLib-GObject-WARNING **: gclosure.c:697: unable to r...Silenio Quarti1-4/+4
2013-08-16Bug 414957: wrong values from ScrollBar#getThumbBounds (was:Markus Keller1-14/+22
2013-07-23Remove useless overriding method.Alexander Kurtakov1-5/+0
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
2013-03-08Remove pre GTK 2.6 checks.Alexander Kurtakov1-3/+1
2012-10-25Bug 392839 - [GTK3] need to replace GtkAdjustment with accessorsSilenio Quarti1-40/+31
2012-10-17Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor1-1/+1
2012-09-24Make 64-bit the default source codeSilenio Quarti1-10/+10
2012-08-27Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti1-50/+14
2012-08-16Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor1-4/+9
2012-08-08Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor1-8/+21
2012-08-06Bug 386145 undoing minor formatting changes introduced in previousArun Thondapu1-1/+1
2012-08-06Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor1-4/+4
2012-08-04Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor1-2/+2
2012-08-03Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor1-12/+52
2012-08-02Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor1-1/+1
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod1-1/+1
2012-03-09Bug 373794 - Malformed Javadoc commentsGrant Gayed1-3/+3
2011-11-11Bug 335962 - ScrollBar.getVisible() is wrong under gtkBogdan Gheorghe1-2/+2
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2010-12-17Bug 29779 - BIDI: lack of ability to change orientation of widget in runtime...Felipe Heidrich1-4/+4
2010-08-20Bug 323092: ScrollBar SelectionEvent detail field not being set correctly at ...Felipe Heidrich1-2/+1
2010-05-26Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod1-5/+34
2009-10-23 Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich1-3/+3
2009-10-19 Bug 40258 - Position in editor overview ruler does not align with scrollbarSilenio Quarti1-0/+76
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti1-0/+768
2009-06-30*** empty log message ***Felipe Heidrich1-768/+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
2008-06-05After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod1-1/+1
2008-06-04After Javadoc Bash for 3.4RC4Carolyn MacLeod1-0/+2
2008-03-13183087 - Windows tree's don't have to always have scroll barsSteve Northover1-2/+20
2007-10-26 206786 GTK-BIDI: RTL support in ScrollBarBogdan Gheorghe1-2/+4
2007-08-17200083 Support BIDI on Linux GTKBogdan Gheorghe1-0/+9

Back to the top