summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+1
* GtkTreeView: Don't use deprecated grab apiMatthias Clasen2010-12-261-15/+15
* Don't use gdk_{pointer,keyboard}_grabMatthias Clasen2010-12-241-19/+44
* Hide GtkTreeViewColumn buttons when header_window is not visibleKristian Rietveld2010-12-231-0/+5
* gtk/gtktreeview.c: Use accessor to access GtkTreeSelectionJavier Jardón2010-12-191-6/+6
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-171-6/+6
|\
| * gtk/gtktreeview.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-3/+3
| * Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-3/+3
* | Avoid recursion in do_validate_rows()Kristian Rietveld2010-12-161-9/+15
* | Revisit "Handle clicks in indentation area"Kristian Rietveld2010-12-151-0/+1
* | RTL fix for gtk_tree_view_focus_to_cursor()Kristian Rietveld2010-12-151-1/+7
* | No need to correct direction for rtl, GtkCellArea takes care of thatKristian Rietveld2010-12-151-10/+1
* | Make GtkTreeView explicitly focus the first cell in the first column when gra...Tristan Van Berkom2010-12-121-0/+9
* | Fixed GtkTreeView to give focus back to the last focued cell when hittingTristan Van Berkom2010-12-121-3/+21
* | Modified gtk_tree_view_move_cursor_up_down to move focus inside the cell areaTristan Van Berkom2010-12-121-0/+27
* | Removing gtk_tree_view_move_focus_column() and only calling gtk_cell_area_foc...Tristan Van Berkom2010-12-121-67/+4
* | Welcome _gtk_tree_view_column_get_cell_at_pos to the second dimensionKristian Rietveld2010-12-121-3/+9
* | Make gtk_tree_view_get_cell_area() aware of row separatorsKristian Rietveld2010-12-121-4/+15
* | Do not enforce a minimum of expander_size in gtk_tree_view_get_row_heightKristian Rietveld2010-12-121-4/+15
* | Added "edit_only" argument to gtk_cell_area_activate()Tristan Van Berkom2010-12-121-5/+7
* | Removed calculation of background area when about to edit a cell (no need to ...Tristan Van Berkom2010-12-091-5/+0
* | Revert "Temporary fix to make separator rows request enough space for the exp...Tristan Van Berkom2010-12-071-4/+1
* | Temporary fix to make separator rows request enough space for the expander size.Tristan Van Berkom2010-12-071-1/+4
* | Fixed my mistake in validate_row (), now the height of treeviews in GtkEntryC...Tristan Van Berkom2010-12-071-1/+1
* | Changed GtkTreeViewColumn->requested_width to ->paddingTristan Van Berkom2010-12-061-102/+24
* | Bring back _gtk_tree_view_column_get_cell_at_posKristian Rietveld2010-12-051-0/+6
* | Replace FIRST_PIXEL macros with something that's more clearKristian Rietveld2010-12-051-13/+45
* | Clean up and clarify row height calculationsKristian Rietveld2010-12-051-38/+65
* | Clean up _gtk_tree_view_column_cell_eventKristian Rietveld2010-12-051-3/+0
* | Remove the need for _gtk_tree_view_column_get_focus_areaKristian Rietveld2010-12-051-29/+18
* | Remove private accessor for focus columnKristian Rietveld2010-12-051-6/+0
* | Move _gtk_tree_view_column_cell_focus to gtktreeview.cKristian Rietveld2010-12-051-1/+54
* | Use structure bitfield instead of GtkTreeViewFlagsKristian Rietveld2010-12-051-80/+59
* | Turn TREE_VIEW_DRAW_EXPANDERS into an inline functionKristian Rietveld2010-12-051-12/+22
* | Remove unused TREE_VIEW_COLUMN_REQUESTED_WIDTH macroKristian Rietveld2010-12-051-1/+0
* | Turn TREE_VIEW_HEADER_HEIGHT into an inline functionKristian Rietveld2010-12-051-18/+28
* | Fixed GtkTreeViewColumn allocation to only subtract the depth padding/indenta...Tristan Van Berkom2010-12-051-3/+8
* | Changed GtkTreeView to bookkeep the deepest expanded depth instead of recalcu...Tristan Van Berkom2010-12-051-18/+32
* | Allocate proper inner cell area to the GtkTreeViewColumn.Tristan Van Berkom2010-12-051-5/+67
* | Created _gtk_tree_view_column_request_width().Tristan Van Berkom2010-12-051-52/+3
* | Use gtk_tree_view_get_real_requested_width_from_column() all aroundTristan Van Berkom2010-12-051-29/+1
* | Changed _gtk_tree_view_column_set_width for _gtk_tree_view_column_allocateTristan Van Berkom2010-12-051-27/+7
* | Removed GtkTreeViewPrivate from gtktreeprivate.h and added a few more accessors.Tristan Van Berkom2010-12-051-2/+295
* | Removed the private sharing of internal treeview macros from gtktreeprivate.hTristan Van Berkom2010-12-051-0/+116
* | Removed all variables from GtkTreeViewColumn and created GtkTreeViewColumnPri...Tristan Van Berkom2010-12-051-139/+232
* | Make GtkTreeView tell the column about expand space instead of just assigning...Tristan Van Berkom2010-11-291-6/+11
* | Changed cell area/renderer "can_focus" semantics to "is_activatable" across t...Tristan Van Berkom2010-11-291-1/+1
* | validate_row no longer uses focus-line-widthKristian Rietveld2010-11-281-2/+0
* | First go at migrating GtkTreeView(Column) to GtkCellAreaKristian Rietveld2010-11-281-155/+92
|/
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1