aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-2431/+0
* Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6
* remove UNICODE_CFLAGSDan Winship2001-04-241-21/+20
* Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-171-1/+7
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-161-1/+2
* Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdefChristopher James Lahey2001-04-161-0/+2
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.Christopher James Lahey2001-04-161-20/+12
* Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-151-5/+3
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-5/+7
* Typo fix; call e_cell_unrealize(), not e_cell_realize().Federico Mena Quintero2001-04-031-2/+0
* Made this not create the new font until realize instead of at new_viewChristopher James Lahey2001-03-231-15/+9
* added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-051-0/+21
* Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-201-2/+2
* Fix memory leak: Unref some stuff if we're not showing the tooltip.Iain Holmes2001-01-211-1/+2
* Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h.Christopher James Lahey2001-01-161-65/+73
* Step 2Miguel de Icaza2001-01-161-2/+2
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-2/+2
* Changed the filter function back to being args to be more consistent withChristopher James Lahey2001-01-131-34/+37
* New function. Tells whether a key should begin editing. (ect_event,Miguel de Icaza2001-01-121-5/+18
* Implement new function API. Remove Gtk arguments for this. (ect_height):Miguel de Icaza2001-01-121-16/+24
* Removed a bunch of unused code.Christopher James Lahey2000-12-271-217/+0
* draw_background=FALSEMiguel de Icaza2000-12-261-0/+1
* call set_style and use the appropriate style for the text to determine ifChris Toshok2000-12-151-1/+4
* Changed the background color of the tooltips to light gray.Christopher James Lahey2000-12-141-1/+1
* Made selected rows ignore their color specification.Christopher James Lahey2000-12-121-1/+1
* Split the lines in this cell before testing whether we're to the right ofChristopher James Lahey2000-12-101-8/+12
* cell should be edit cast to a CurrentCell, not data cast to a CurrentCell.Christopher James Lahey2000-12-101-1/+1
* Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-101-10/+10
* pass along the column's width to e_cell_show_tooltip.Chris Toshok2000-12-071-2/+6
* Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-071-2/+5
* Documented.Miguel de Icaza2000-11-251-24/+31
* Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-191-1/+4
* Fixed gdk-font refcountingIain Holmes2000-10-131-0/+1
* Changed these to use the default cells.Christopher James Lahey2000-10-111-1/+1
* Fudge the location of a click in the tooltip, so that it selects theIain Holmes2000-09-271-0/+10
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-7/+7
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-7/+7
* 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