summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks for GtkTree from pre Gtk 2.10.Alexander Kurtakov2013-07-131-17/+0
* Remove Gtk 2.6 hack for popups.Alexander Kurtakov2013-07-121-14/+0
* Get rid of gtk_tree_view_set_enable_search .Alexander Kurtakov2013-07-121-60/+4
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* Bug 396316 - [GTK3] Table is not given enough height on preferences File Asso...Silenio Quarti2013-03-211-1/+7
* Remove pre GTK 2.6 checks.Alexander Kurtakov2013-03-081-13/+0
* Bug 393724 - [GTK3] Owner draw trees are not drawing items - wrong unfocused ...Silenio Quarti2012-11-161-2/+4
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-161-34/+64
* Bug 393729 - [GTK3] First column header in tree/table does not look like othersSilenio Quarti2012-11-071-1/+6
* Use gtk_tree_view_column_get_button on GTK 3.Alexander Kurtakov2012-11-071-6/+10
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-3/+3
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-311-26/+66
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-5/+11
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-221-0/+4
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-181-2/+15
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-171-1/+1
* Use gtk_cell_renderer_get_preferred_size() for GTK+ 3Anatoly Spektor2012-10-151-4/+4
* Use gtk_render_frame instead of gtk_paint_flat_box for GTK+ 3 and higher.Anatoly Spektor2012-10-041-1/+1
* Bug 390699 - Table.showItem is broken on LinuxSilenio Quarti2012-10-011-1/+1
* Make 64-bit the default source codeSilenio Quarti2012-09-241-178/+178
* Bug 324435 - JVM crashes when press a buttonGrant Gayed2012-09-171-2/+2
* Bug 388265 fix formatting and remove redundant else check in WidgetArun Thondapu2012-09-111-1/+1
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-111-1/+1
* Bug 388990 - JUnit test failures on Linux in I20120904-0800Carolyn MacLeod2012-09-061-7/+4
* Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ...Silenio Quarti2012-09-061-2/+2
* Bug 381407 - reproducible crash in Debug's Variables view (PPC64)Silenio Quarti2012-09-051-4/+4
* Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-09-061-11/+11
* Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-08-301-2/+14
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-271-10/+6
* Bug 379792 Fix memory leak in Table/TreeArun Thondapu2012-08-271-4/+13
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-2/+2
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-2/+2
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-1/+1
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-2/+11
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-011-1/+1
* add helper setHasWindowSilenio Quarti2012-08-011-5/+1
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-1/+5
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-181-5/+10
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* 368993 - Label with size hint {0, 0} layouted to {64, 64}Bogdan Gheorghe2012-01-311-0/+2
* Bug 356414 - TreeItem.setExpanded(false) can cause blank lines in aSilenio Quarti2012-01-251-1/+1
* Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review)Silenio Quarti2012-01-201-12/+0
* Bug 369226 - Cleanup pre GTK 2.4 leftovers in Table. (review)Silenio Quarti2012-01-201-23/+4
* Cleanup pre GTK 2.4 leftovers in Table.Alexander Kurtakov2012-01-201-130/+16
* Merge master into Bug354978Bogdan Gheorghe2012-01-181-6/+61
|\
| * Bug 367414 - Table#getSelection() throws an AIOOBEGrant Gayed2011-12-221-4/+4
| * Bug 367120 - gtk_tree_selection_get_selected_rows() invocations areGrant Gayed2011-12-191-0/+7
| * 364593 - Memory leak in Table when changing cell background colorsArun Thondapu2011-12-051-2/+30
| * Revert "364593 - Memory leak in Table when changing cell background colors"Felipe Heidrich2011-12-051-30/+2
| * 364593 - Memory leak in Table when changing cell background colorsArun Kumar Thondapu2011-12-051-2/+30