summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk
Commit message (Expand)AuthorAgeFilesLines
* Clean TrayItem from pre- GtkStatusIcon code.Alexander Kurtakov2013-07-128-244/+1
* Get rid of gtk_tree_view_set_enable_search .Alexander Kurtakov2013-07-124-22/+0
* Get rid of gtk_object_sink.Alexander Kurtakov2013-07-125-42/+4
* Use gtk_text_buffer_select_range instead of gtk_text_buffer_move_mark.Alexander Kurtakov2013-07-114-21/+24
* gtk_scrolled_window_add_with_viewport is deprecated in GTK 3.8.Alexander Kurtakov2013-07-103-0/+10
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-2853-53/+53
* Revert "DateTime on top of GtkSpinButton (work in progress) Conflicts:"Arun Thondapu2013-05-015-81/+8
* Bug 392774 - [GTK3] Need to implementArun Thondapu2013-05-015-0/+31
* DateTime on top of GtkSpinButton (work in progress)Anatoly Spektor2013-05-015-8/+81
* Remove g_thread_init parameter cast.Alexander Kurtakov2013-04-272-3/+2
* fix GTK2 native buildSilenio Quarti2013-03-251-0/+1
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-257-6/+127
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2013-03-212-4/+2
* Bug 399547 - [GTK3] Widget.getStyle() does not report a set SWT.BORDER valueSilenio Quarti2013-03-211-0/+1
* Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style includ...Silenio Quarti2013-03-201-0/+1
* Bug 400339 - Button is clipped to the rightSilenio Quarti2013-03-201-3/+13
* Bug 403191 - [GTK+3] Implement SwtFixed preferred height/width methodsSilenio Quarti2013-03-195-0/+31
* Remove ColorSelection deprecation warnings when compiling against GTK3.6Anatoly Spektor2013-03-183-16/+61
* remove compiler warning - macro redefinedSilenio Quarti2013-03-181-1/+1
* Remove unneeded spaces that break the 64to32 bit.Alexander Kurtakov2013-03-151-1/+1
* Fix Control.setBackground on GTK3.Alexander Kurtakov2013-03-155-0/+37
* Make g_thread_init dynamic.Alexander Kurtakov2013-03-073-2/+17
* Add css style to button to solve button's height clipping issueAnatoly Spektor2013-02-215-0/+114
* This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor2013-02-214-0/+25
* Remove gdk_threads_init/enter.Alexander Kurtakov2013-02-154-28/+2
* Bug 400576 - N20130211-2000 coredumps on startupSilenio Quarti2013-02-142-20/+0
* Bug 181592 - [Widgets] Need a color constant for active and inactive hyperlin...Silenio Quarti2013-02-111-0/+1
* Add forgotten defines for dynamic g_thread* functions.Alexander Kurtakov2013-02-071-0/+2
* Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov2013-02-072-2/+24
* Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and upAnatoly Spektor2013-02-066-0/+150
* Update JRE path for PPC64Bogdan Gheorghe2012-12-181-2/+2
* stop using gtk_rc_parse_string in GTK3Silenio Quarti2012-12-063-1/+13
* use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti2012-12-065-0/+46
* build GTK3 for x86Silenio Quarti2012-12-051-0/+5
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-1611-44/+132
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-144-0/+33
* remove dependency on GTK from ATK binding - C codeSilenio Quarti2012-11-136-28/+28
* remove dependency on GTK from ATK bindingSilenio Quarti2012-11-132-11/+3
* Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti2012-11-125-0/+75
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2012-11-097-19/+44
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorer ...Silenio Quarti2012-11-083-1/+20
* bad dependencies because pkg-config --libs : libpng12 when compile on Fedora 15Silenio Quarti2012-11-071-1/+1
* environment vars cannot have dotsSilenio Quarti2012-11-071-1/+1
* Use gtk_tree_view_column_get_button on GTK 3.Alexander Kurtakov2012-11-075-0/+36
* Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti2012-11-064-0/+22
* GDK_SMOOTH_SCROLL_MASK is only available on GTK 3.4Silenio Quarti2012-11-061-1/+1
* Bug 393681 - Port to GTK+ 3Silenio Quarti2012-11-061-1/+2
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-065-34/+0
* Use gtk_entry_set_placeholder_text APISilenio Quarti2012-11-055-1/+40
* USE_CAIRO has to be true on GTK3Silenio Quarti2012-11-021-1/+1