aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.c
Commit message (Expand)AuthorAgeFilesLines
* remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-081-11/+0
* GObject port work.Chris Toshok2002-11-171-2/+2
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-3/+3
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-11/+8
* Don't draw or interact with the popup button if a cell isn't editableChristopher James Lahey2002-06-151-12/+13
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* New functions here.Christopher James Lahey2001-11-061-0/+19
* Bumped the version number to 0.17.99.0. Bumped the soname to 18.Christopher James Lahey2001-11-031-1/+3
* Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-301-21/+16
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-17/+15
* Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-111-0/+10
* Typo fix; call e_cell_unrealize(), not e_cell_realize().Federico Mena Quintero2001-04-031-1/+1
* added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-051-1/+1
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-261-0/+504