aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-item.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak.Christopher James Lahey2000-05-161-0/+2
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-48/+56
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-081-3/+30
* Added a height_cache idle loop so that the height_cache will be validatedChristopher James Lahey2000-05-041-2/+38
* Fix author information.Christopher James Lahey2000-05-041-4/+30
* Add argument handling here.Miguel de Icaza2000-04-261-1/+2
* Fixed a warning.Christopher James Lahey2000-04-251-2/+0
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-241-2/+11
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-171-2/+6
* Added a row height cache.Christopher James Lahey2000-04-151-2/+59
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-1/+3
* Fix indentationMiguel de Icaza2000-03-301-8/+8
* Fix nasty rendering bugs,Michael Meeks2000-03-281-41/+54
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-211-42/+37
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-4/+4
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-081-30/+38
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-061-0/+3
* Fixed a compile warning.Christopher James Lahey2000-03-051-18/+18
* Made the E table item redraw properly.Christopher James Lahey2000-02-251-0/+2
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-0/+4
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-241-1/+1
* Made changing focus work.Christopher James Lahey2000-02-241-5/+5
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-61/+102
* Add nice assertion.Miguel de Icaza2000-02-111-0/+5
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-081-4/+4
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-311-13/+61
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-281-29/+109
* Fix before tripArturo Espinosa1999-12-131-4/+4
* Works with GnomeCanvasGroups -miguelArturo Espinosa1999-12-131-22/+59
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-3/+8
* fix this routine.Miguel de Icaza1999-12-101-60/+55
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-301-39/+138
* Small cosmetic fixArturo Espinosa1999-11-291-7/+35
* New methods; They implement editing.Miguel de Icaza1999-11-291-19/+68
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-46/+340
* More work.Arturo Espinosa1999-11-271-24/+118
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-10/+116
* It draws the data. WEEEEEEEEE! MiguelArturo Espinosa1999-11-251-7/+55
* Realize cells.Miguel de Icaza1999-11-251-10/+70
* WOOOOHOOOOOoO! It took me quite a while to figure this one out. Fixed.Miguel de Icaza1999-11-211-1/+1
* Compute width, keep track of it. (ethi_add_table_header): Monitor changesMiguel de Icaza1999-11-211-13/+51
* more stuff -migArturo Espinosa1999-11-201-2/+35
* More work -migArturo Espinosa1999-11-191-8/+62
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-0/+248