summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
Commit message (Collapse)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
| | | Calls to it are useless on post 2.6 GTK versions.
* 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 ↵Silenio Quarti2013-03-211-1/+7
| | | | Associations page
* Remove pre GTK 2.6 checks.Alexander Kurtakov2013-03-081-13/+0
| | | Code ment to be executed on GTK older than 2.6 would better be dropped.
* Bug 393724 - [GTK3] Owner draw trees are not drawing items - wrong unfocused ↵Silenio Quarti2012-11-161-2/+4
| | | | foreground and wrong focus ring drawn on Ubuntu
* 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
| | | | It's way easier and more obvious to use the utility method instead of traversing the tree of widgets.
* 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 ↵Markus Keller2012-10-221-0/+4
| | | | selected, unfocused table and tree items
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵Markus Keller2012-10-181-2/+15
| | | | selected, unfocused table and tree items
* 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
| | | | | This patch replaces gtk_cell_renderer_get_size wth gtk_cell_renderer_get_preferred_size for GTK+ 3
* 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
| | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new()
* 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
| | | | slow: causes UI lockup with high CPU utilization)
* 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
| | | | GTK+
* 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
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-181-5/+10
| | | selection
* 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
| | | virtual tree.
* 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
| | | | | Removing all of the old and unused code to prevent it from keeping calls to old and deprecated functions.
* 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
| | | | | | leaking
| * 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
| | | | | | | | This reverts commit e0e004ceb02d4870eb82258243938757bd2367dc.
| * 364593 - Memory leak in Table when changing cell background colorsArun Kumar Thondapu2011-12-051-2/+30
| |