| Commit message (Expand) | Author | Age | Files | Lines |
* | Tons of cleanups of the following sort: - remove unused vars - remove | Kjartan Maraas | 2006-01-30 | 1 | -3/+5 |
* | fixes #303876 | Chenthill Palanisamy | 2005-12-21 | 1 | -1/+3 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 1 | -2/+2 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -11/+11 |
* | Port to Windows, initial commit: | Tor Lillqvist | 2005-04-29 | 1 | -8/+11 |
* | selecion fixes for im's. | Theppitak Karoonboonyanan | 2005-03-14 | 1 | -7/+18 |
* | add an a11y name for the popup list. make shortcut key ALT+Arrow work. | Li Yuan | 2005-01-27 | 1 | -0/+74 |
* | fixes for compiler warnings | Radek Doulik | 2004-06-10 | 1 | -5/+0 |
* | Changed the int param specs to take a min value of -1 and also defautl to | Jeffrey Stedfast | 2004-04-30 | 1 | -5/+5 |
* | print strikeout/underline | Radek Doulik | 2004-01-27 | 1 | -1/+30 |
* | a11y implementations for ECellText. new functions to support corresponding | Tim Wo | 2003-12-02 | 1 | -0/+180 |
* | new function to deal with grabing table cell focus | Tim Wo | 2003-11-03 | 1 | -0/+4 |
* | Fix for "50065 chinese locales Input method hangs after a task entry and | Suresh Chandrasekharan | 2003-10-28 | 1 | -0/+3 |
* | Support for preedit in e-text widgets. | Suresh Chandrasekharan | 2003-10-15 | 1 | -38/+276 |
* | Implement. (ect_print): Use same font heuristics as evo calendar, pick a | Hans Petter Jansson | 2003-06-24 | 1 | -2/+25 |
* | guard against NULL strings don't add disabled column titles to the store. | Mike Kestner | 2003-06-12 | 1 | -1/+1 |
* | revert a broken CLEAN_FILES change. [42478] | Mike Kestner | 2003-05-20 | 1 | -3/+2 |
* | block the signal that got us here until we're done to stop an infinite | Mike Kestner | 2003-05-17 | 1 | -13/+2 |
* | don't use unicode ellipsis so that we don't break on broken font setups. | Mike Kestner | 2003-04-30 | 1 | -6/+1 |
* | don't do wrapping during edit | Mike Kestner | 2003-04-29 | 1 | -0/+3 |
* | use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_char | Mike Kestner | 2003-04-23 | 1 | -9/+14 |
* | if the layout splits into more than one line, shorten it to a single line | Mike Kestner | 2003-04-19 | 1 | -3/+18 |
* | set width and alignment of layout. (generate_layout): set width on | Mike Kestner | 2003-04-17 | 1 | -12/+29 |
* | remove e-font.[ch], test-e-font, and test-font-loading. kill | Mike Kestner | 2003-04-09 | 1 | -46/+2 |
* | add underline_column field. | Chris Toshok | 2003-03-19 | 1 | -10/+39 |
* | make sure the row >= 0 before calling value_at to calc "strikeout". | Chris Toshok | 2003-02-18 | 1 | -1/+3 |
* | edit->tep isn't a GtkObject anymore. | Chris Toshok | 2002-12-17 | 1 | -2/+0 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 1 | -68/+98 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 1 | -2/+2 |
* | remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto ditto | Mike Kestner | 2002-11-06 | 1 | -1/+1 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 1 | -869/+443 |
* | Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set. | Christopher James Lahey | 2002-06-04 | 1 | -1/+1 |
* | Get the font from the style again when the style changes. (init): Checks | Christopher James Lahey | 2002-06-04 | 1 | -4/+30 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -1/+1 |
* | Implemented capitalization keybindings. | Christopher James Lahey | 2002-03-15 | 1 | -14/+88 |
* | *** empty log message *** | Chris Lahey | 2002-02-07 | 1 | -0/+3 |
* | Implement max_width_by_row. | Christopher James Lahey | 2002-01-22 | 1 | -0/+29 |
* | New functions for saving selection state and such. | Christopher James Lahey | 2002-01-16 | 1 | -0/+47 |
* | Merging changes: | Christopher James Lahey | 2001-12-17 | 1 | -28/+27 |
* | Removed erroneous comment about needing to handle selection better. | Christopher James Lahey | 2001-10-28 | 1 | -2/+0 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -9/+19 |
* | Added #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-10-25 | 1 | -4/+18 |
* | added set_value() class method, which sets the model value based on the | Damon Chaplin | 2001-10-23 | 1 | -14/+36 |
* | Implement these functions as pass through to the child cell. | Christopher James Lahey | 2001-10-11 | 1 | -0/+34 |
* | Adapted height method to deal with a row of -1. | Christopher James Lahey | 2001-10-05 | 1 | -3/+7 |
* | Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): Removed | Jon Trowbridge | 2001-07-25 | 1 | -0/+1 |
* | Call e_table_item_leave_edit here. | Christopher James Lahey | 2001-07-05 | 1 | -0/+4 |
* | Try to deal with bad utf8. (_get_position): Try to deal with bad utf8. | Jon Trowbridge | 2001-05-15 | 1 | -6/+6 |
* | remove UNICODE_CFLAGS | Dan Winship | 2001-04-24 | 1 | -21/+20 |
* | Propagate the event after sending it to the base EText. | Christopher James Lahey | 2001-04-17 | 1 | -1/+7 |
* | Set the background color to the specified tooltip->background. Set the | Christopher James Lahey | 2001-04-16 | 1 | -1/+2 |
* | Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdef | Christopher James Lahey | 2001-04-16 | 1 | -0/+2 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. | Christopher James Lahey | 2001-04-16 | 1 | -20/+12 |
* | Set "bold" argument on created tooltip. Adjusted position of displayed | Christopher James Lahey | 2001-04-15 | 1 | -5/+3 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 1 | -5/+7 |
* | Typo fix; call e_cell_unrealize(), not e_cell_realize(). | Federico Mena Quintero | 2001-04-03 | 1 | -2/+0 |
* | Made this not create the new font until realize instead of at new_view | Christopher James Lahey | 2001-03-23 | 1 | -15/+9 |
* | added "editable" Arg, to stop the user from editing the text. The user can | Damon Chaplin | 2001-03-05 | 1 | -0/+21 |
* | Changed the version number to 0.5.99.1. | Christopher James Lahey | 2001-02-20 | 1 | -2/+2 |
* | Fix memory leak: Unref some stuff if we're not showing the tooltip. | Iain Holmes | 2001-01-21 | 1 | -1/+2 |
* | Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h. | Christopher James Lahey | 2001-01-16 | 1 | -65/+73 |
* | Step 2 | Miguel de Icaza | 2001-01-16 | 1 | -2/+2 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -2/+2 |
* | Changed the filter function back to being args to be more consistent with | Christopher James Lahey | 2001-01-13 | 1 | -34/+37 |
* | New function. Tells whether a key should begin editing. (ect_event, | Miguel de Icaza | 2001-01-12 | 1 | -5/+18 |
* | Implement new function API. Remove Gtk arguments for this. (ect_height): | Miguel de Icaza | 2001-01-12 | 1 | -16/+24 |
* | Removed a bunch of unused code. | Christopher James Lahey | 2000-12-27 | 1 | -217/+0 |
* | draw_background=FALSE | Miguel de Icaza | 2000-12-26 | 1 | -0/+1 |
* | call set_style and use the appropriate style for the text to determine if | Chris Toshok | 2000-12-15 | 1 | -1/+4 |
* | Changed the background color of the tooltips to light gray. | Christopher James Lahey | 2000-12-14 | 1 | -1/+1 |
* | Made selected rows ignore their color specification. | Christopher James Lahey | 2000-12-12 | 1 | -1/+1 |
* | Split the lines in this cell before testing whether we're to the right of | Christopher James Lahey | 2000-12-10 | 1 | -8/+12 |
* | cell should be edit cast to a CurrentCell, not data cast to a CurrentCell. | Christopher James Lahey | 2000-12-10 | 1 | -1/+1 |
* | Added the actions parameter to ect_event. Added an actions field to | Christopher James Lahey | 2000-12-10 | 1 | -10/+10 |
* | pass along the column's width to e_cell_show_tooltip. | Chris Toshok | 2000-12-07 | 1 | -2/+6 |
* | Adapted these to accept the new flags parameter to e_cell_event. | Christopher James Lahey | 2000-12-07 | 1 | -2/+5 |
* | Documented. | Miguel de Icaza | 2000-11-25 | 1 | -24/+31 |
* | 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 |