aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-model.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-16/+44
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-2/+0
* 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-9/+0
* libetable cleanups.Matthew Barnes2011-01-171-29/+29
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-7/+7
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-40/+40
* Fix excessive whitespace.Matthew Barnes2009-07-131-4/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-25/+25
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-2/+2
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-4/+3
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-16/+16
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-7/+7
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-24/+24
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-7/+10
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-7/+7
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-5/+5
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-2/+5
* Fix some spacing and border width properties on the dialog's widgets toRodney Dawes2004-06-231-0/+37
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-94/+74
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+3
* Documented the life cycle requirements of the return value of theseChristopher James Lahey2002-04-271-2/+8
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-6/+44
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+18
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-7/+8
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-14/+14
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-17/+31
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-68/+103
* Step 2Miguel de Icaza2001-01-161-1/+1
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-3/+3
* inline documentation added.Miguel de Icaza2000-11-251-20/+131
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-041-0/+27
* Made background colors alternate.Christopher James Lahey2000-08-201-10/+39
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-031-0/+19
* Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-021-7/+5
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+27
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-131-22/+0
* Small syntactic changes.Christopher James Lahey2000-06-111-3/+3
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-0/+41
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-081-0/+38
* Fix indentationMiguel de Icaza2000-03-301-2/+2
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-1/+1
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-19/+47
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-0/+20
* fix this routine.Miguel de Icaza1999-12-101-1/+10
* fixed api.Miguel de Icaza1999-12-031-8/+0
* New methods; They implement editing.Miguel de Icaza1999-11-291-1/+1
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-66/+62
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-23/+7
* Realize cells.Miguel de Icaza1999-11-251-0/+35
* More work -migArturo Espinosa1999-11-191-1/+1
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-3/+28
* Add resizing capabilities.Miguel de Icaza1999-11-161-0/+20
* More table workArturo Espinosa1999-11-121-1/+1
* StuffArturo Espinosa1999-11-101-41/+4
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+152