| Commit message (Expand) | Author | Age | Files | Lines |
* | Make text a different color if !(flags & E_CELL_FOCUSED). | Christopher James Lahey | 2000-10-19 | 1 | -1/+4 |
* | Fixed gdk-font refcounting | Iain Holmes | 2000-10-13 | 1 | -0/+1 |
* | Changed these to use the default cells. | Christopher James Lahey | 2000-10-11 | 1 | -1/+1 |
* | Fudge the location of a click in the tooltip, so that it selects the | Iain Holmes | 2000-09-27 | 1 | -0/+10 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -7/+7 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -7/+7 |
* | Better calculations for tooltip positions | Iain Holmes | 2000-09-18 | 1 | -6/+7 |
* | Added some missing #includes. | Christopher James Lahey | 2000-09-16 | 1 | -0/+2 |
* | Removed g_print | Iain Holmes | 2000-09-16 | 1 | -1/+0 |
* | If the cursor is inside the subcell, call the show_tooltip on it. | Iain Holmes | 2000-09-16 | 1 | -1/+183 |
* | typo/compile fix | Peter Williams | 2000-09-15 | 1 | -2/+0 |
* | Fix some crashes Make double clicking on the header dividers automatically | Iain Holmes | 2000-09-15 | 1 | -0/+29 |
* | Made bold text calculate widths properly. | Christopher James Lahey | 2000-09-12 | 1 | -17/+42 |
* | Added infrastructure for setting the justification of columns. Still need | Christopher James Lahey | 2000-08-25 | 1 | -1/+4 |
* | Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to | Lauris Kaplinski | 2000-08-23 | 1 | -2/+15 |
* | Moved drawing of the cell backgrounds from ECell into ETableItem. | Christopher James Lahey | 2000-08-22 | 1 | -9/+1 |
* | Changed UTF-8 handling syntax from char based to byte based | Lauris Kaplinski | 2000-08-22 | 1 | -117/+124 |
* | First step moving to UTF-8 strings | Lauris Kaplinski | 2000-08-20 | 1 | -207/+266 |
* | Made background colors alternate. | Christopher James Lahey | 2000-08-20 | 1 | -1/+4 |
* | added a color_column where the color can be specified as a string, e.g. | Damon Chaplin | 2000-07-23 | 1 | -2/+100 |
* | Made cells with strikeout on have a line from the left margin to the right | Christopher James Lahey | 2000-06-17 | 1 | -8/+4 |
* | Request the value of e_table_is_cell_editable of the model_col instead of | Christopher James Lahey | 2000-06-14 | 1 | -2/+2 |
* | Clip the contained text. | Christopher James Lahey | 2000-06-13 | 1 | -2/+16 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 1 | -0/+31 |
* | Added "text_filter" argument that takes a const void * and returns an | Christopher James Lahey | 2000-06-02 | 1 | -23/+42 |
* | Accidental commit fix. | Chris Lahey | 2000-06-02 | 1 | -3/+9 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 1 | -3/+15 |
* | Added bold column's to ECellText. | Christopher James Lahey | 2000-05-31 | 1 | -44/+145 |
* | Added "strikeout_column" argument. | Christopher James Lahey | 2000-05-27 | 1 | -2/+73 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 1 | -0/+1 |
* | Make multi-line texts display properly. Fixed some mem leaks. | Christopher James Lahey | 2000-05-08 | 1 | -10/+6 |
* | free cell.starting_text here to avoid a memory leak. | Chris Toshok | 2000-05-08 | 1 | -0/+1 |
* | only to set_value_at if the value is indeed different. (ect_stop_editing): | Chris Toshok | 2000-05-07 | 1 | -3/+9 |
* | Sped up e_cell_text's get_height function. | Christopher James Lahey | 2000-05-05 | 1 | -16/+19 |
* | Fix author information. | Christopher James Lahey | 2000-05-04 | 1 | -2/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-04-28 | 1 | -1/+0 |
* | add table-size-test | Chris Toshok | 2000-04-17 | 1 | -2/+2 |
* | Add group indent width here. (is_pointer_on_division): Use the group | Miguel de Icaza | 2000-04-11 | 1 | -7/+4 |
* | Load the icons from the installation path, not form the GNOME-libs | Miguel de Icaza | 2000-04-06 | 1 | -6/+3 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 1 | -127/+127 |
* | Fix from evolution-list | Miguel de Icaza | 2000-03-26 | 1 | -1/+2 |
* | Fixed a crashing bug when you cancel an edit. | Christopher James Lahey | 2000-03-14 | 1 | -0/+3 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 1 | -3/+7 |
* | Draw selected row. | Christopher James Lahey | 2000-03-06 | 1 | -2/+12 |
* | Made carriage return stop editting instead of inserting a carriage return. | Christopher James Lahey | 2000-02-25 | 1 | -8/+12 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -32/+29 |
* | Add an editable argument to e_cell_text_new. | Christopher James Lahey | 2000-02-12 | 1 | -4/+7 |
* | Made space around text look right. Added a blinking cursor. | Christopher James Lahey | 2000-02-12 | 1 | -61/+44 |
* | Handle button releases properly. | Christopher James Lahey | 2000-02-10 | 1 | -3/+28 |
* | Tweaked e-cell-text. Added a white background and tweaked the borders. | Christopher James Lahey | 2000-02-10 | 1 | -6/+38 |
* | Fixed some motion event bugs. (incorrect x and y.) | Christopher James Lahey | 2000-02-08 | 1 | -70/+1405 |
* | Compilation touchups -miguel | Arturo Espinosa | 2000-01-06 | 1 | -1/+1 |
* | Lots of reorganization to get the Evolution shell to begin its life. It | Arturo Espinosa | 2000-01-06 | 1 | -1/+1 |
* | Ok, the restructuring of ETableItem to compute its size without hacks is | Miguel de Icaza | 1999-12-31 | 1 | -22/+43 |
* | Sync, does not work, dont try it, just backing up -miguel | Arturo Espinosa | 1999-12-28 | 1 | -1/+4 |
* | More work. We now have the basics for nesting working, now we need all the | Arturo Espinosa | 1999-12-12 | 1 | -6/+8 |
* | fix this routine. | Miguel de Icaza | 1999-12-10 | 1 | -18/+19 |
* | Fix it correctly -miguel | Arturo Espinosa | 1999-12-02 | 1 | -5/+2 |
* | Keep track of the originally allocated piece of code. | Miguel de Icaza | 1999-12-02 | 1 | -5/+7 |
* | Removed change cursor from here. | Miguel de Icaza | 1999-12-02 | 1 | -0/+1 |
* | New file. Implement a multi-state image toggle cell object. | Miguel de Icaza | 1999-11-30 | 1 | -16/+58 |
* | New methods; They implement editing. | Miguel de Icaza | 1999-11-29 | 1 | -58/+303 |
* | beginning of the keyboard navigation. | Miguel de Icaza | 1999-11-28 | 1 | -6/+8 |
* | Compute height using the ecell methods here. (eti_get_height): new method | Miguel de Icaza | 1999-11-27 | 1 | -14/+37 |
* | It draws the data. WEEEEEEEEE! Miguel | Arturo Espinosa | 1999-11-25 | 1 | -10/+16 |
* | Realize cells. | Miguel de Icaza | 1999-11-25 | 1 | -12/+127 |
* | More stuff | Arturo Espinosa | 1999-11-22 | 1 | -0/+48 |