Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Bug 509564 - Remove not-finished theme experimentAlexander Kurtakov42-3651/+0
2016-11-10Bug 507235: Clean up of Converter.java Leo Ufimtsev11-23/+23
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi2-4/+7
2016-01-13Bug 485548 - Selecting date causes crash in Ubuntu 15.10Alexander Kurtakov10-56/+47
2016-01-13Bug 485548 - Selecting date causes crash in Ubuntu 15.10Alexander Kurtakov8-62/+27
2016-01-07Bug 485367 - cleaned trailing spaces in swt (emulated)Andrey Loskutov10-16/+16
2016-01-07Bug 485367 - cleaned trailing spaces in swt (win32)Andrey Loskutov13-53/+53
2016-01-07Bug 485367 - cleaned trailing spaces in swt (gtk, cairo and Co)Andrey Loskutov11-52/+52
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller11-0/+44
2015-03-10Bug 459487 - For GTK3, replacing gtk_arrow_* with gtk_image_*.Leo Ufimtsev1-7/+11
2014-09-22Bug 444725 - Remove carbon support from swtAlexander Kurtakov14-1309/+0
2013-12-03Add missing @Override annotations.Alexander Kurtakov11-0/+30
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod22-22/+22
2012-11-14Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov1-5/+5
2012-11-06Drop pre Gtk 2.6 conditionals.Alexander Kurtakov2-8/+2
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti1-1/+1
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti9-16/+16
2012-10-29Use macros to redefine gdk_region_XXX in terms of cairo_region_XXX inArun Thondapu1-11/+0
2012-10-24remove gdk_gc_set_clip_region from GTK3Silenio Quarti1-18/+21
2012-10-24Bug 390041 - Use cairo instead of gdk_draw_pixbuf()Silenio Quarti1-1/+9
2012-10-17Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor1-3/+14
2012-10-16Use gtk_render_frame* instead of gtk_paint_shadow* for GTK+ 3Anatoly Spektor2-2/+28
2012-10-16Use gtk_render_arrow instead of gtk_paint_arrow for GTK+ 3Anatoly Spektor3-2/+36
2012-10-16Remove Gtk 2.2-2.4 checks.Alexander Kurtakov1-16/+4
2012-10-15Use gtk_render_extension instead of gtk_paint_extension for GTK+ 3Anatoly Spektor1-1/+12
2012-10-15Bug 391267 fix gtk_render_check() parameterArun Thondapu1-3/+3
2012-10-15Use gtk_render_expander () instead of gtk_paint_expander () for GTK+ 3Anatoly Spektor1-1/+9
2012-10-08Fix gtk_render_frame parameters.Alexander Kurtakov1-1/+1
2012-10-08Use gtk_render_check instead of gtk_paint_check for GTK+ 3Anatoly Spektor1-1/+12
2012-10-05Fix version check for GTK 3.0 not 3.2.Alexander Kurtakov1-1/+1
2012-10-05Use gtk_render_focus instead of gtk_paint_focus for GTK+ 3Anatoly Spektor3-2/+19
2012-10-05Use gtk_render_frame_gap instead of gtk_paint_box_gap for GTK+ 3Anatoly Spektor1-1/+13
2012-10-05Use gtk_render_layout instead of gtk_paint_layout for GTK+3 and higherAnatoly Spektor1-1/+13
2012-10-05Use gtk_render_option instead of gtk_paint_option for GTK+3 and higherAnatoly Spektor1-0/+12
2012-10-04Use gtk_render_frame and gtk_render_background instead of gtk_paint_boxAnatoly Spektor6-7/+19
2012-10-04Use gtk_render_frame instead of gtk_paint_flat_box for GTK+ 3 and higher.Anatoly Spektor3-3/+15
2012-10-04Fix indentation of switch.Alexander Kurtakov1-8/+8
2012-10-04Use gtk_redner_line() instead of gtk_paint_vline/hline for GTK+3Anatoly Spektor1-2/+17
2012-10-03Use gtk_orientable_set_orientation and progressbar_inverted for GTK+ 3Anatoly Spektor1-2/+19
2012-09-24Make 64-bit the default source codeSilenio Quarti22-91/+91
2012-09-12Bug 388369 Remove redundant else check in Label and helper function inArun Thondapu1-15/+5
2012-09-12Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor1-1/+15
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2-2/+2
2011-10-19shared copies of Display.createPixbufSilenio Quarti2-58/+1
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod3-3/+3
2010-11-12Bug 285101 - [CDateTime] JVM crash on first eventSilenio Quarti1-2/+2
2010-11-12Bug 285101 - [CDateTime] JVM crash on first eventSilenio Quarti2-2/+12
2010-11-11329814 - Compiler warnings in N20101108-2000 buildBogdan Gheorghe1-1/+1
2010-11-09Compiler warnings for unused variablesBogdan Gheorghe1-4/+5
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti56-0/+4773

Back to the top