| Commit message (Expand) | Author | Age | Files | Lines |
* | Documented. Added a "cursor_activated" signal. Removed some unused | Christopher James Lahey | 2001-01-25 | 1 | -23/+58 |
* | Made this conform to the new prototype for e_popup_menu_run. | Christopher James Lahey | 2001-01-21 | 1 | -23/+116 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Commented out an unused variable to fix a warning. | Christopher James Lahey | 2000-12-15 | 1 | -0/+2 |
* | Added eti_visibility_notify. Didn't get it to work properly, so it's #if | Christopher James Lahey | 2000-12-14 | 1 | -0/+25 |
* | Changed the background color of the tooltips to light gray. | Christopher James Lahey | 2000-12-14 | 1 | -1/+1 |
* | remove the silly logic - we pop up a tooltip regardless of where the mouse | Chris Toshok | 2000-12-14 | 1 | -0/+5 |
* | New function to calculate the extra pixels per column header. | Christopher James Lahey | 2000-12-14 | 1 | -0/+15 |
* | Emit double_click signal with the model column, not the view column. | Dan Winship | 2000-12-12 | 1 | -1/+1 |
* | Added the actions parameter to ect_event. Added an actions field to | Christopher James Lahey | 2000-12-10 | 1 | -40/+80 |
* | Add column and GdkEvent * parameters to the double click signal. | Christopher James Lahey | 2000-12-08 | 1 | -3/+8 |
* | pass along the column's width to e_cell_show_tooltip. | Chris Toshok | 2000-12-07 | 1 | -0/+1 |
* | Adapted these to accept the new flags parameter to e_cell_event. | Christopher James Lahey | 2000-12-07 | 1 | -18/+22 |
* | Federico gets into pixel-perfect neurosis. Xmag is my best friend. | Federico Mena Quintero | 2000-12-03 | 1 | -1/+2 |
* | Save the children - Federico | Federico Mena Quintero | 2000-11-23 | 1 | -6/+15 |
* | Made the column on the right click and click signals be the model column | Christopher James Lahey | 2000-10-26 | 1 | -2/+2 |
* | Destroy the tooltip timeout on object destruction. | Christopher James Lahey | 2000-10-24 | 1 | -1/+8 |
* | Made it so that it doesn't recalculate all the rows if a row is changed, | Christopher James Lahey | 2000-10-22 | 1 | -4/+27 |
* | Make text a different color if !(flags & E_CELL_FOCUSED). | Christopher James Lahey | 2000-10-19 | 1 | -1/+5 |
* | when there are 0 columns, don't assert. | Jeffrey Stedfast | 2000-10-12 | 1 | -1/+1 |
* | Removed the assertion that there must be at least 1 column. No way to | Not Zed | 2000-10-09 | 1 | -1/+2 |
* | Fudge the location of a click in the tooltip, so that it selects the | Iain Holmes | 2000-09-27 | 1 | -4/+3 |
* | Typo caused readability problems with ETable. | Christopher James Lahey | 2000-09-21 | 1 | -1/+1 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -3/+3 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -3/+3 |
* | Better calculations for tooltip positions | Iain Holmes | 2000-09-18 | 1 | -3/+2 |
* | Added some missing #includes. | Christopher James Lahey | 2000-09-16 | 1 | -2/+2 |
* | If the cursor is inside the subcell, call the show_tooltip on it. | Iain Holmes | 2000-09-16 | 1 | -0/+64 |
* | Fix some crashes Make double clicking on the header dividers automatically | Iain Holmes | 2000-09-15 | 1 | -1/+20 |
* | Fixed a leak and a double unref. | Christopher James Lahey | 2000-09-02 | 1 | -3/+0 |
* | Make printing of groups work better and make them print headers. | Christopher James Lahey | 2000-08-29 | 1 | -0/+4 |
* | Pay attention to the return value from the click signal. | Christopher James Lahey | 2000-08-25 | 1 | -2/+8 |
* | Added a click signal which gets sent if the user hits the left or middle | Christopher James Lahey | 2000-08-25 | 1 | -0/+13 |
* | Added infrastructure for setting the justification of columns. Still need | Christopher James Lahey | 2000-08-25 | 1 | -1/+18 |
* | Moved drawing of the cell backgrounds from ECell into ETableItem. | Christopher James Lahey | 2000-08-22 | 1 | -2/+16 |
* | Made background colors alternate. | Christopher James Lahey | 2000-08-20 | 1 | -10/+7 |
* | Make right click select if the current row is not selected. | Christopher James Lahey | 2000-08-10 | 1 | -0/+2 |
* | Made drag events calculate a row and column and signal that information. | Christopher James Lahey | 2000-08-04 | 1 | -10/+20 |
* | Add a handler for "model_pre_change" and properly stop editing. | Christopher James Lahey | 2000-08-03 | 1 | -7/+35 |
* | Made enter key destroy and recreate the ETableItem. | Christopher James Lahey | 2000-07-30 | 1 | -0/+2 |
* | Fixed up the table behavior so that it's not always in an edit mode. | Christopher James Lahey | 2000-07-28 | 1 | -9/+43 |
* | Grab focus properly. | Christopher James Lahey | 2000-07-27 | 1 | -1/+14 |
* | Clear the selection model when activating. | Christopher James Lahey | 2000-07-27 | 1 | -66/+71 |
* | Fixed the model/view row confusion. | Christopher James Lahey | 2000-07-27 | 1 | -10/+14 |
* | Added "table_selection_model" argument. Removed foreach function and | Christopher James Lahey | 2000-07-27 | 1 | -219/+228 |
* | Add e-table-scrolled.c and e-table-scrolled.h. | Christopher James Lahey | 2000-07-10 | 1 | -0/+3 |
* | Put back e_cell_event sometimes when we're not editing. | Christopher James Lahey | 2000-07-10 | 1 | -3/+3 |
* | Get rid of an unused variable. | Ettore Perazzoli | 2000-07-09 | 1 | -0/+4 |
* | Don't call e_cell_event if we're not editing. | Christopher James Lahey | 2000-07-09 | 1 | -3/+3 |
* | Commented out some unnecessary and buggy code. | Christopher James Lahey | 2000-07-09 | 1 | -0/+2 |
* | Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (if | Christopher James Lahey | 2000-07-06 | 1 | -0/+37 |
* | Added a reflow_compare callback and did removal if you do shift-click on a | Christopher James Lahey | 2000-07-04 | 1 | -5/+30 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -0/+10 |
* | Added an unsort command. | Christopher James Lahey | 2000-06-28 | 1 | -0/+1 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+1 |
* | Killed a warning. | Christopher James Lahey | 2000-06-23 | 1 | -1/+1 |
* | Remove use of the "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-23 | 1 | -0/+2 |
* | Fix a minor warning. | Christopher James Lahey | 2000-06-21 | 1 | -7/+19 |
* | Fix cursor column information. | Christopher James Lahey | 2000-06-21 | 1 | -6/+9 |
* | Removed the unfocus method since that's handled by the canvas itself now. | Christopher James Lahey | 2000-06-21 | 1 | -99/+85 |
* | Started adapting ETableItem to use the canvas selection/cursor system. | Christopher James Lahey | 2000-06-21 | 1 | -62/+49 |
* | Clip the contained text. | Christopher James Lahey | 2000-06-13 | 1 | -3/+67 |
* | change things so we focus the cell and select the row, and also dispatch | Chris Toshok | 2000-06-11 | 1 | -6/+8 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 1 | -0/+255 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 1 | -25/+50 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 1 | -10/+3 |
* | Added a "key_press" signal. | Christopher James Lahey | 2000-06-02 | 1 | -3/+18 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 1 | -1/+1 |
* | Added e_table_get_selected_view_row. | Christopher James Lahey | 2000-06-02 | 1 | -0/+6 |
* | Make sure that the cursor is always shown when the selection changes. | Christopher James Lahey | 2000-05-31 | 1 | -2/+27 |
* | Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.) | Christopher James Lahey | 2000-05-30 | 1 | -67/+136 |
* | Added double click handling. | Christopher James Lahey | 2000-05-28 | 1 | -4/+30 |
* | Account for extra pixel at right end of ETable. | Christopher James Lahey | 2000-05-26 | 1 | -1/+1 |
* | Fixed a memory leak. | Christopher James Lahey | 2000-05-16 | 1 | -0/+2 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 1 | -48/+56 |
* | Handle row_inserted and row_deleted signals properly. | Christopher James Lahey | 2000-05-08 | 1 | -3/+30 |
* | Added a height_cache idle loop so that the height_cache will be validated | Christopher James Lahey | 2000-05-04 | 1 | -2/+38 |
* | Fix author information. | Christopher James Lahey | 2000-05-04 | 1 | -4/+30 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 1 | -1/+2 |
* | Fixed a warning. | Christopher James Lahey | 2000-04-25 | 1 | -2/+0 |
* | Calculate the width of the table from the width of all the columns, and | Iain Holmes | 2000-04-24 | 1 | -2/+11 |
* | Propagate mouse wheel events upwards. | Anders Carlsson | 2000-04-17 | 1 | -2/+6 |
* | Added a row height cache. | Christopher James Lahey | 2000-04-15 | 1 | -2/+59 |
* | Fixed some referencing and lifetime issues. | Christopher James Lahey | 2000-04-05 | 1 | -1/+3 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 1 | -8/+8 |
* | Fix nasty rendering bugs, | Michael Meeks | 2000-03-28 | 1 | -41/+54 |
* | i2000-03-20 Christopher James Lahey <clahey@helixcode.com> | Chris Lahey | 2000-03-21 | 1 | -42/+37 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 1 | -4/+4 |
* | Changed the destroy function to disconnect from signals before unrefing | Christopher James Lahey | 2000-03-08 | 1 | -30/+38 |
* | Made rows get unselected when switching from one group to the next. | Christopher James Lahey | 2000-03-06 | 1 | -0/+3 |
* | Fixed a compile warning. | Christopher James Lahey | 2000-03-05 | 1 | -18/+18 |
* | Made the E table item redraw properly. | Christopher James Lahey | 2000-02-25 | 1 | -0/+2 |
* | Added duplicate_value and add_value. Use the new compare functions. Made | Christopher James Lahey | 2000-02-25 | 1 | -0/+4 |
* | Made keyboard focus navigation work across groups. | Christopher James Lahey | 2000-02-24 | 1 | -1/+1 |
* | Made changing focus work. | Christopher James Lahey | 2000-02-24 | 1 | -5/+5 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -61/+102 |
* | Add nice assertion. | Miguel de Icaza | 2000-02-11 | 1 | -0/+5 |
* | Fixed some motion event bugs. (incorrect x and y.) | Christopher James Lahey | 2000-02-08 | 1 | -4/+4 |
* | Ok, the restructuring of ETableItem to compute its size without hacks is | Miguel de Icaza | 1999-12-31 | 1 | -13/+61 |
* | Sync, does not work, dont try it, just backing up -miguel | Arturo Espinosa | 1999-12-28 | 1 | -29/+109 |
* | Fix before trip | Arturo Espinosa | 1999-12-13 | 1 | -4/+4 |
* | Works with GnomeCanvasGroups -miguel | Arturo Espinosa | 1999-12-13 | 1 | -22/+59 |
* | More work. We now have the basics for nesting working, now we need all the | Arturo Espinosa | 1999-12-12 | 1 | -3/+8 |
* | fix this routine. | Miguel de Icaza | 1999-12-10 | 1 | -60/+55 |
* | New file. Implement a multi-state image toggle cell object. | Miguel de Icaza | 1999-11-30 | 1 | -39/+138 |
* | Small cosmetic fix | Arturo Espinosa | 1999-11-29 | 1 | -7/+35 |
* | New methods; They implement editing. | Miguel de Icaza | 1999-11-29 | 1 | -19/+68 |
* | beginning of the keyboard navigation. | Miguel de Icaza | 1999-11-28 | 1 | -46/+340 |
* | More work. | Arturo Espinosa | 1999-11-27 | 1 | -24/+118 |
* | Compute height using the ecell methods here. (eti_get_height): new method | Miguel de Icaza | 1999-11-27 | 1 | -10/+116 |
* | It draws the data. WEEEEEEEEE! Miguel | Arturo Espinosa | 1999-11-25 | 1 | -7/+55 |
* | Realize cells. | Miguel de Icaza | 1999-11-25 | 1 | -10/+70 |
* | WOOOOHOOOOOoO! It took me quite a while to figure this one out. Fixed. | Miguel de Icaza | 1999-11-21 | 1 | -1/+1 |
* | Compute width, keep track of it. (ethi_add_table_header): Monitor changes | Miguel de Icaza | 1999-11-21 | 1 | -13/+51 |
* | more stuff -mig | Arturo Espinosa | 1999-11-20 | 1 | -2/+35 |
* | More work -mig | Arturo Espinosa | 1999-11-19 | 1 | -8/+62 |
* | New E-table-item.[ch] -mig | Arturo Espinosa | 1999-11-19 | 1 | -0/+248 |