aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-selection-model.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-303/+0
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-1/+1
* Added e-selection-model-array.lo.Christopher James Lahey2001-03-251-28/+46
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-12/+117
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-712/+19
* Made it so that if you set the row or col to something not equal to -1, itChristopher James Lahey2001-02-151-0/+6
* Fix selection so that changing a model row equal to 31 mod 32 works.Christopher James Lahey2001-02-111-1/+1
* Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2
* Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-281-0/+44
* Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-251-2/+31
* Made the cursor move when rows are inserted or deleted. If in single modeChristopher James Lahey2001-01-221-0/+11
* Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-211-10/+170
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* New function. Tells whether a key should begin editing. (ect_event,Miguel de Icaza2001-01-121-4/+5
* Added selection_mode argument.Christopher James Lahey2001-01-121-52/+95
* need to zero out the bits corresponding to the rows not selected in theChris Toshok2000-12-041-1/+13
* Made it compile again.Chris Lahey2000-11-041-2/+2
* Turned on proper handling of insert and delete.Christopher James Lahey2000-11-041-1/+1
* Emit the selection/cursor "changed" signals.Jeffrey Stedfast2000-10-051-0/+19
* Select all elements of the etable.Jeffrey Stedfast2000-10-051-0/+42
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Made the selection work when shift clicking on the first row of the table.Christopher James Lahey2000-08-311-7/+7
* Check for selection->selection being NULL inChristopher James Lahey2000-08-251-0/+3
* Added e_table_selection_model_selected_count.Christopher James Lahey2000-08-211-0/+26
* Make right click select if the current row is not selected.Christopher James Lahey2000-08-101-0/+13
* Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-051-20/+78
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-041-4/+5
* Added a comment.Christopher James Lahey2000-07-271-0/+1
* Fixed shift click selections.Christopher James Lahey2000-07-271-37/+40
* Allocate correctly in the insert method.Christopher James Lahey2000-07-271-3/+3
* Clear the selection model when activating.Christopher James Lahey2000-07-271-2/+6
* Fixed a reference.Christopher James Lahey2000-07-271-5/+11
* Fixed the model/view row confusion.Christopher James Lahey2000-07-271-1/+1
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-38/+200
* Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-261-4/+5
* Replaced get_selection_list with foreach.Christopher James Lahey2000-07-261-9/+6
* Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-261-145/+43
* Added comments to the bit field code.Christopher James Lahey2000-07-261-2/+13
* More fixes.Christopher James Lahey2000-07-261-8/+22
* Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-261-3/+34
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-261-0/+274