Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-17Make gtk_icon_source* functions dynamic.Alexander Kurtakov2-0/+27
2013-09-13Make deprecated methods dynamic.Alexander Kurtakov2-0/+54
2013-09-13gtk/atk: Drop unused bindings.Alexander Kurtakov3-115/+3
2013-08-27Add default GTK_VERSION to build.shBogdan Gheorghe1-0/+4
2013-08-27"Bug 415783 - Do not build libswt-gnome.so for GTK_VERSION=3.0""Bogdan Gheorghe1-3/+5
2013-08-26Revert "Bug 415783 - Do not build libswt-gnome.so for GTK_VERSION=3.0"Bogdan Gheorghe1-5/+3
2013-08-23Bug 415783 - Do not build libswt-gnome.so for GTK_VERSION=3.0Alexander Kurtakov1-3/+5
2013-08-12Bug 414643 - GTK3 - Duplicated Items in the ComboAlexander Kurtakov4-0/+21
2013-08-12Bug 414643 - GTK3 - Duplicated Items in the ComboAlexander Kurtakov4-0/+21
2013-08-01XCrossingEvent not used in gtk port at all.Alexander Kurtakov6-96/+0
2013-07-31Bug 320487 - Eclipse crashes when listing certain files (e.g. *.fl) inArun Thondapu1-5/+5
2013-07-30Bug 320487 - Eclipse crashes when listing certain files (e.g. *.fl) inArun Thondapu1-5/+5
2013-07-30Remove GIcon cast.Alexander Kurtakov1-2/+2
2013-07-29Shade images when component is disabled.Alexander Kurtakov4-0/+21
2013-07-22Bug #413455 - Remove unused GTK_SCROLLED_WINDOW_[V,H]SCROLLBARAnatoly Spektor4-39/+1
2013-07-12Clean TrayItem from pre- GtkStatusIcon code.Alexander Kurtakov6-170/+1
2013-07-12Get rid of gtk_tree_view_set_enable_search .Alexander Kurtakov3-12/+0
2013-07-12Get rid of gtk_object_sink.Alexander Kurtakov4-31/+1
2013-07-11Use gtk_text_buffer_select_range instead of gtk_text_buffer_move_mark.Alexander Kurtakov3-16/+19
2013-07-10gtk_scrolled_window_add_with_viewport is deprecated in GTK 3.8.Alexander Kurtakov2-0/+9
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod6-6/+6
2013-05-01Revert "DateTime on top of GtkSpinButton (work in progress) Conflicts:"Arun Thondapu4-54/+1
2013-05-01Bug 392774 - [GTK3] Need to implementArun Thondapu4-0/+21
2013-05-01DateTime on top of GtkSpinButton (work in progress)Anatoly Spektor4-1/+54
2013-04-27Remove g_thread_init parameter cast.Alexander Kurtakov1-2/+2
2013-03-25fix GTK2 native buildSilenio Quarti1-0/+1
2013-03-25Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti6-6/+90
2013-03-21Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti1-4/+0
2013-03-20Bug 400339 - Button is clipped to the rightSilenio Quarti1-3/+13
2013-03-19Bug 403191 - [GTK+3] Implement SwtFixed preferred height/width methodsSilenio Quarti4-0/+21
2013-03-18Remove ColorSelection deprecation warnings when compiling against GTK3.6Anatoly Spektor2-4/+49
2013-03-18remove compiler warning - macro redefinedSilenio Quarti1-1/+1
2013-03-15Fix Control.setBackground on GTK3.Alexander Kurtakov4-0/+21
2013-03-07Make g_thread_init dynamic.Alexander Kurtakov2-2/+16
2013-02-21Add css style to button to solve button's height clipping issueAnatoly Spektor4-0/+74
2013-02-21This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor3-0/+12
2013-02-15Remove gdk_threads_init/enter.Alexander Kurtakov3-26/+2
2013-02-14Bug 400576 - N20130211-2000 coredumps on startupI20130214-2011Silenio Quarti1-16/+0
2013-02-07Add forgotten defines for dynamic g_thread* functions.Alexander Kurtakov1-0/+2
2013-02-07Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov1-1/+17
2013-02-06Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and upAnatoly Spektor5-0/+100
2012-12-18Update JRE path for PPC64Bogdan Gheorghe1-2/+2
2012-12-06stop using gtk_rc_parse_string in GTK3Silenio Quarti2-0/+9
2012-12-06use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti4-0/+32
2012-12-05build GTK3 for x86Silenio Quarti1-0/+5
2012-11-16Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti8-34/+94
2012-11-14Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov3-0/+19
2012-11-13remove dependency on GTK from ATK binding - C codeSilenio Quarti6-28/+28
2012-11-12Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti4-0/+52
2012-11-09Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti5-15/+31

Back to the top