| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes bug #2901. | Federico Mena Quintero | 2001-07-17 | 2 | -16/+10 |
* | *** empty log message *** | Jacob Berkman | 2001-07-16 | 3 | -21/+27 |
* | Reset the view when we set the model here. Fixes Ximian #4105. | Christopher James Lahey | 2001-07-16 | 1 | -0/+1 |
* | Start editing immediately on a button_press that grabs the focus. | Christopher James Lahey | 2001-07-15 | 1 | -27/+44 |
* | Made these functions return -1 if the x and y aren't over any cell at all. | Christopher James Lahey | 2001-07-13 | 1 | -0/+5 |
* | Ignore set_expanded if the node is the root and root_visible is FALSE. | Christopher James Lahey | 2001-07-13 | 2 | -4/+13 |
* | Created this function for key presses that move in some way other than | Christopher James Lahey | 2001-07-11 | 4 | -86/+88 |
* | Made the amount to scroll by smaller here. | Christopher James Lahey | 2001-07-11 | 2 | -4/+4 |
* | Use e_selection_model_do_something directly for page up and page down | Christopher James Lahey | 2001-07-11 | 2 | -64/+33 |
* | For E_TEP_END_OF_BUFFER, use the length in bytes, not the length in | Federico Mena Quintero | 2001-07-10 | 1 | -1/+1 |
* | Changed the title of this dialog. Fixes bug #2656. | Christopher James Lahey | 2001-07-09 | 1 | -1/+5 |
* | Destroy the tooltip if we're the owner when we're destroyed. Also, keep a | Christopher James Lahey | 2001-07-08 | 3 | -1/+24 |
* | Added checks for if row is outside of the appropriate range. | Christopher James Lahey | 2001-07-07 | 1 | -0/+4 |
* | Set new_value = value here to fix a warning. | Christopher James Lahey | 2001-07-07 | 1 | -0/+1 |
* | Changed this to match the changed signal on the ETableConfig object. Fixes | Christopher James Lahey | 2001-07-07 | 1 | -1/+5 |
* | Added a "state" argument to allow you to get the state out of the config | Christopher James Lahey | 2001-07-07 | 1 | -1/+25 |
* | Added checks that row and col are >= 0. | Christopher James Lahey | 2001-07-06 | 1 | -0/+2 |
* | Don't scroll to the cursor on grab, ungrab, noop, and copy commands. | Christopher James Lahey | 2001-07-05 | 1 | -1/+6 |
* | Call e_table_item_leave_edit here. | Christopher James Lahey | 2001-07-05 | 1 | -0/+4 |
* | Made it so that the drop marker can show up when dragging a new column to | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Bumped the version number of gal to 0.8.99.8. | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Changed the variable names here to make it clear that these are view model | Christopher James Lahey | 2001-07-05 | 2 | -21/+52 |
* | Make a whole bunch of control keys not start the ETableItem editing. | Christopher James Lahey | 2001-07-05 | 1 | -19/+43 |
* | Make sure start_row and end_row are within the number of rows in the | Christopher James Lahey | 2001-07-05 | 1 | -0/+8 |
* | Handle an error in construction a little bit better here. | Christopher James Lahey | 2001-07-05 | 1 | -6/+16 |
* | If lines is NULL here split into lines and just return that the point is | Christopher James Lahey | 2001-07-03 | 1 | -0/+7 |
* | added functions to set a callback to get the current time, which is used | Damon Chaplin | 2001-07-03 | 7 | -50/+230 |
* | Only free the root here if it's non-NULL. | Christopher James Lahey | 2001-07-03 | 1 | -1/+2 |
* | Made the remove this column menu item greyed out if it's the last column. | Christopher James Lahey | 2001-07-03 | 1 | -2/+4 |
* | Don't send the double click signal if there's no row selected. | Christopher James Lahey | 2001-07-03 | 1 | -3/+6 |
* | *misc/e-filter-bar.c (option_changed): Specified a default size for the | Anna Marie Dirks | 2001-07-03 | 2 | -3/+27 |
* | Take a callback function and user_data so that we can add listeners to | Jeffrey Stedfast | 2001-07-03 | 3 | -3/+34 |
* | Updated to build e-charset-picker.c | Jeffrey Stedfast | 2001-07-03 | 5 | -0/+515 |
* | Calculate the popup position using window coordinates instead of world | Richard Hult | 2001-07-02 | 1 | -0/+9 |
* | Do nothing if passed NULL. (e_completion_match_compare): Move the | Jon Trowbridge | 2001-06-30 | 1 | -16/+16 |
* | send signals even if the row/col is -1. (et_drag_drop): same. | Chris Toshok | 2001-06-29 | 2 | -66/+56 |
* | Bump version number due to incompatible changes in ETree. | Peter Williams | 2001-06-28 | 4 | -34/+50 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 22 | -33/+33 |
* | send the value to e_table_model_set_value_at as a string as in | Mikael Hallendal | 2001-06-20 |