aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-cell-text.c
Commit message (Expand)AuthorAgeFilesLines
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2566/+0
* Better calculations for tooltip positionsIain Holmes2000-09-181-6/+7
* Added some missing #includes.Christopher James Lahey2000-09-161-0/+2
* Removed g_printIain Holmes2000-09-161-1/+0
* If the cursor is inside the subcell, call the show_tooltip on it.Iain Holmes2000-09-161-1/+183
* typo/compile fixPeter Williams2000-09-151-2/+0
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-0/+29
* Made bold text calculate widths properly.Christopher James Lahey2000-09-121-17/+42
* Added infrastructure for setting the justification of columns. Still needChristopher James Lahey2000-08-251-1/+4
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-2/+15
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-221-9/+1
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-221-117/+124
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-201-207/+266
* Made background colors alternate.Christopher James Lahey2000-08-201-1/+4
* added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-231-2/+100
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-171-8/+4
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-141-2/+2
* Clip the contained text.Christopher James Lahey2000-06-131-2/+16
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-111-0/+31
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-021-23/+42
* Accidental commit fix.Chris Lahey2000-06-021-3/+9
* Copy and paste error.Christopher James Lahey2000-06-021-3/+15
* Added bold column's to ECellText.Christopher James Lahey2000-05-311-44/+145
* Added "strikeout_column" argument.Christopher James Lahey2000-05-271-2/+73
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-0/+1
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-081-10/+6
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-081-0/+1
* only to set_value_at if the value is indeed different. (ect_stop_editing):Chris Toshok2000-05-071-3/+9
* Sped up e_cell_text's get_height function.Christopher James Lahey2000-05-051-16/+19
* Fix author information.Christopher James Lahey2000-05-041-2/+2
* Fixed some warnings.Christopher James Lahey2000-04-281-1/+0
* add table-size-testChris Toshok2000-04-171-2/+2
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-111-7/+4
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-6/+3
* Fix indentationMiguel de Icaza2000-03-301-127/+127
* Fix from evolution-listMiguel de Icaza2000-03-261-1/+2
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-141-0/+3
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-3/+7
* Draw selected row.Christopher James Lahey2000-03-061-2/+12
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-251-8/+12
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-32/+29
* Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-121-4/+7
* Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-121-61/+44
* Handle button releases properly.Christopher James Lahey2000-02-101-3/+28
* Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-101-6/+38
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-081-70/+1405
* Compilation touchups -miguelArturo Espinosa2000-01-061-1/+1
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-1/+1
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-311-22/+43
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-281-1/+4
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-6/+8
* fix this routine.Miguel de Icaza1999-12-101-18/+19
* Fix it correctly -miguelArturo Espinosa1999-12-021-5/+2
* Keep track of the originally allocated piece of code.Miguel de Icaza1999-12-021-5/+7
* Removed change cursor from here.Miguel de Icaza1999-12-021-0/+1
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-301-16/+58
* New methods; They implement editing.Miguel de Icaza1999-11-291-58/+303
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-6/+8
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-14/+37
* It draws the data. WEEEEEEEEE! MiguelArturo Espinosa1999-11-251-10/+16
* Realize cells.Miguel de Icaza1999-11-251-12/+127
* More stuffArturo Espinosa1999-11-221-0/+48