aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-selection-model.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-385/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-28/+41
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-26/+59
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* libetable cleanups.Matthew Barnes2011-01-171-6/+6
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-71/+71
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-4/+4
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-11/+11
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-3/+3
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-5/+5
* ** Fixes bug #469657Matthew Barnes2007-10-021-8/+4
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-10/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-1/+3
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-151-37/+46
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-33/+32
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-4/+5
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-131-1/+18
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-0/+1
* Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12
* Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn'tChristopher James Lahey2001-09-201-1/+5
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-20/+13
* 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