| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the selection model's selection_mode after setting the table model, or | Dan Winship | 2002-09-20 | 1 | -5/+2 |
* | guard against NULL nodes. | Mike Kestner | 2002-09-20 | 1 | -0/+1 |
* | exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_col | Mike Kestner | 2002-09-18 | 1 | -7/+8 |
* | forgot to commit the po stuff from the release. also bumped the so number. | Mike Kestner | 2002-09-11 | 1 | -1/+1 |
* | And finally here. | Jeffrey Stedfast | 2002-08-07 | 4 | -74/+6 |
* | #include <string.h> for memset | Jeffrey Stedfast | 2002-08-07 | 5 | -21/+125 |
* | (item_key_press): In the case of '-' and '=', check | Ettore Perazzoli | 2002-07-24 | 1 | -0/+6 |
* | Made these able to find the potential row for a new node which will be the | Christopher James Lahey | 2002-07-19 | 1 | -3/+8 |
* | Patch by clahey. | JP Rosevear | 2002-06-18 | 1 | -1/+37 |
* | Don't draw or interact with the popup button if a cell isn't editable | Christopher James Lahey | 2002-06-15 | 9 | -30/+50 |
* | Added debugging printfs. | Christopher James Lahey | 2002-06-05 | 3 | -1/+13 |
* | Added debugging printfs. | Christopher James Lahey | 2002-06-05 | 3 | -2/+38 |
* | Made it so that on realize we grab focus if we have the cursor, since | Christopher James Lahey | 2002-06-05 | 1 | -0/+11 |
* | Added this function. | Christopher James Lahey | 2002-06-05 | 7 | -125/+269 |
* | Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set. | Christopher James Lahey | 2002-06-04 | 2 | -2/+3 |
* | Get the font from the style again when the style changes. (init): Checks | Christopher James Lahey | 2002-06-04 | 5 | -6/+64 |
* | Added would_be_expanded refactoring code out of is_expanded. | Christopher James Lahey | 2002-05-25 | 1 | -16/+22 |
* | Check for path being NULL. | Christopher James Lahey | 2002-05-21 | 2 | -2/+17 |
* | Changed a lot of direct uses in this file of node->is_expanded to call the | Christopher James Lahey | 2002-05-14 | 1 | -70/+76 |
* | Include string.h here. | Christopher James Lahey | 2002-05-11 | 1 | -0/+2 |
* | Switch from gnome_canvas_item_grab to e_canvas_item_grab. | Christopher James Lahey | 2002-05-10 | 2 | -8/+28 |
* | Bump file version to 2. (This will make older versions of gal ignore the | Dan Winship | 2002-05-10 | 1 | -4/+12 |
* | Added this function that lets you specify the translation domain. | Christopher James Lahey | 2002-05-03 | 8 | -44/+82 |
* | Added horizontal dividers to this item when in table mode. | Christopher James Lahey | 2002-05-03 | 4 | -26/+28 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 8 | -30/+66 |
* | From gal/e-table/ChangeLog: | Christopher James Lahey | 2002-04-30 | 1 | -8/+8 |
* | Changed LDFLAGS to LIBS for tests here. Bumped the version number to | Christopher James Lahey | 2002-04-30 | 2 | -0/+39 |
* | Take an int instead of a double. From a patch by jody@ximian.com. | Christopher James Lahey | 2002-04-27 | 1 | -1/+1 |
* | Only unref etst->sort_info once. | Christopher James Lahey | 2002-04-27 | 1 | -1/+0 |
* | Documented the life cycle requirements of the return value of these | Christopher James Lahey | 2002-04-27 | 2 | -7/+23 |
* | Added calls to e_table_model_pre_change here so that the ETableItem | Christopher James Lahey | 2002-04-26 | 1 | -0/+4 |
* | Made these handle the case where all_children_selected_array has a bit | Christopher James Lahey | 2002-04-26 | 1 | -2/+7 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 50 | -74/+74 |
* | Changed this to match the new e_table_memory_store_insert function | Christopher James Lahey | 2002-04-25 | 1 | -1/+1 |
* | implement printing (pixbuf_print_height): implement print height | JP Rosevear | 2002-04-25 | 3 | -18/+53 |
* | Bumped version number to 0.19.99.14. | Christopher James Lahey | 2002-04-23 | 2 | -6/+6 |
* | Unref the sort_info. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+5 |
* | After unreffing all the pixmaps, free the toggle_view->pixmap_cache. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+1 |
* | Free the priv->search_string and priv itself. More memory leak fixage. | Jeffrey Stedfast | 2002-04-20 | 2 | -0/+9 |
* | print the cell in the allotted area (etog_print_height): return the print | JP Rosevear | 2002-04-20 | 1 | -0/+57 |
* | Bumped version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 1 | -16/+16 |
* | Fixed a memory leak here by using the "selection-done" signal. | Christopher James Lahey | 2002-04-12 | 3 | -13/+49 |
* | Call the parent function after doing all the internal work so that when | Christopher James Lahey | 2002-03-26 | 1 | -9/+9 |
* | +2002-03-20 Christopher James Lahey <clahey@ximian.com> | Chris Lahey | 2002-03-22 | 1 | -15/+15 |
* | Check for a style_set signal on all the contained GnomeCanvasItems. | Christopher James Lahey | 2002-03-16 | 5 | -0/+52 |
* | Add a GdkPixmap * cache of rendered toggle images. This should | Christopher James Lahey | 2002-03-16 | 1 | -48/+130 |
* | New function that returns the total minimum width of all the columns. | Christopher James Lahey | 2002-03-16 | 4 | -4/+39 |
* | Implemented capitalization keybindings. | Christopher James Lahey | 2002-03-15 | 2 | -17/+91 |
* | Made this return a boolean that returns whether the ETableSearch used the | Christopher James Lahey | 2002-03-15 | 4 | -9/+12 |
* | Don't search if any modifier but SHIFT or LOCK is pressed. | Ettore Perazzoli | 2002-03-15 | 2 | -4/+6 |
* | Added selected_column, focused_column, and unselected_column. | Christopher James Lahey | 2002-03-14 | 2 | -17/+118 |
* | Added this function. | Christopher James Lahey | 2002-03-14 | 4 | -1/+26 |
* | Replaced e_marshal_BOOL__STRING with this since the function it was used | Christopher James Lahey | 2002-03-13 | 5 | -24/+53 |
* | Added ETableSearch support. | Christopher James Lahey | 2002-03-13 | 1 | -50/+164 |
* | Added support for E_TABLE_MEMORY_STORE_OBJECT which represents a column | Christopher James Lahey | 2002-03-13 | 2 | -2/+17 |
* | Give the correct height to the subcells instead of overlapping them. | Christopher James Lahey | 2002-03-13 | 6 | -19/+39 |
* | Added e-table-search.lo. | Christopher James Lahey | 2002-03-12 | 14 | -72/+587 |
* | Proxy request_collapse signals. | Christopher James Lahey | 2002-03-12 | 1 | -48/+65 |
* | Added e-cell-vbox.lo. | Christopher James Lahey | 2002-03-12 | 2 | -0/+556 |
* | Added this function to take a ... list of column data. The expected number | Christopher James Lahey | 2002-03-12 | 2 | -0/+24 |
* | Added a pixbuf column type. | Christopher James Lahey | 2002-03-12 | 6 | -38/+69 |
* | Handle a collapse request by marking all descendents of that node as | Christopher James Lahey | 2002-03-09 | 5 | -125/+193 |
* | Added a fill_in_children signal. | Christopher James Lahey | 2002-03-08 | 2 | -5/+50 |
* | Re-disable tooltips since they're (still) fantastically obnoxious with | Dan Winship | 2002-03-06 | 1 | -2/+0 |
* | only call the cell's print method if it has one. Avoids crashing for | Damon Chaplin | 2002-03-05 | 1 | -1/+2 |
* | Added e-table-memory-store.lo. | Christopher James Lahey | 2002-02-22 | 11 | -184/+1101 |
* | Initialize frozen_count to 0. | Christopher James Lahey | 2002-02-20 | 1 | -0/+2 |
* | Make the defalut for tooltips be on. | Christopher James Lahey | 2002-02-14 | 1 | -2/+1 |
* | Cancel tooltip timeouts here. | Christopher James Lahey | 2002-02-13 | 1 | -8/+25 |
* | Call scroll_off and in e-tree.c hover_off. | Christopher James Lahey | 2002-02-09 | 2 | -8/+29 |
* | *** empty log message *** | Chris Lahey | 2002-02-07 | 7 | -38/+239 |
* | Made this function much more readable. Got rid of all the gotos. Fixed a | Christopher James Lahey | 2002-02-01 | 2 | -37/+54 |
* | Make this function take a bitfield of parameters instead of two bools. | Christopher James Lahey | 2002-01-31 | 2 | -6/+12 |
* | Added this simple accessor function. | Christopher James Lahey | 2002-01-31 | 4 | -0/+49 |
* | New function to do a search through a tree in one direction or the other. | Christopher James Lahey | 2002-01-31 | 2 | -89/+206 |
* | Implement max_width_by_row. | Christopher James Lahey | 2002-01-22 | 4 | -126/+211 |
* | new file, implements the ECellProgress object. | Krisztian Pifko | 2002-01-17 | 2 | -0/+524 |
* | Added #include <libgnome/gnome-defs.h>. | Christopher James Lahey | 2002-01-17 | 28 | -0/+31 |
* | New functions for saving selection state and such. | Christopher James Lahey | 2002-01-16 | 5 | -23/+210 |
* | Made the header item here handle horizontal scrolling when adding a | Christopher James Lahey | 2002-01-10 | 2 | -23/+157 |
* | Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. Reset | Christopher James Lahey | 2002-01-09 | 3 | -43/+87 |
* | Collapse nodes that were opened during a drag, unless the drop site is a | Christopher James Lahey | 2002-01-09 | 1 | -3/+53 |
* | Merging changes: | Christopher James Lahey | 2001-12-19 | 1 | -11/+2 |
* | Merging changes: | Christopher James Lahey | 2001-12-17 | 1 | -28/+27 |
* | Merging changes: | Christopher James Lahey | 2001-12-17 | 1 | -11/+23 |
* | unregister ETableHeaderItem widget as a drag target when unrealizing it. | Gustavo Giráldez | 2001-12-12 | 1 | -0/+2 |
* | Merging files: | Christopher James Lahey | 2001-12-11 | 3 | -1/+8 |
* | Merging changes: | Christopher James Lahey | 2001-12-11 | 1 | -2/+0 |
* | Merging changes: | Christopher James Lahey | 2001-12-11 | 1 | -8/+16 |
* | Merging changes: | Christopher James Lahey | 2001-12-07 | 1 | -0/+2 |
* | Merging changes: | Christopher James Lahey | 2001-12-05 | 5 | -60/+190 |
* | Merging changes: | Christopher James Lahey | 2001-12-04 | 2 | -11/+15 |
* | Merging changes: | Christopher James Lahey | 2001-12-04 | 3 | -53/+410 |
* | Ungrab and set maybe_in_grab to FALSE before sending the double click | Christopher James Lahey | 2001-11-15 | 1 | -0/+17 |
* | Handle the case where page up or page down goes off the end of the table | Christopher James Lahey | 2001-11-15 | 2 | -0/+18 |
* | Don't select all if the source model doesn't have a root node (it used to | Christopher James Lahey | 2001-11-11 | 1 | -1/+6 |
* | Make a printout here be conditionally compiled (and compiled out by | Christopher James Lahey | 2001-11-11 | 1 | -1/+1 |
* | Fixed stupid bug (U_ macro should always take one argument). | Chyla Zbigniew | 2001-11-09 | 1 | -4/+5 |
* | New functions here. | Christopher James Lahey | 2001-11-06 | 3 | -9/+32 |
* | We should only pre_change here if frozen = 0, otherwise we'll leak | Christopher James Lahey | 2001-11-06 | 2 | -3/+6 |
* | Bumped the version number to 0.17.99.0. Bumped the soname to 18. | Christopher James Lahey | 2001-11-03 | 2 | -1/+4 |
* | Fixed the signature of this function. | Christopher James Lahey | 2001-11-01 | 1 | -1/+1 |
* | Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17. | Christopher James Lahey | 2001-11-01 | 6 | -4/+78 |
* | Added frozen_count variable to know not to show the cursor while a change | Christopher James Lahey | 2001-10-31 | 15 | -90/+393 |
* | Leave edit if commit is called. | Christopher James Lahey | 2001-10-31 | 1 | -8/+16 |
* | Request the right regions here. The range given is inclusive, not | Christopher James Lahey | 2001-10-31 | 1 | -2/+2 |
* | Remove point handler and just let GnomeCanvasGroup handle it. | Christopher James Lahey | 2001-10-31 | 2 | -11/+3 |
* | Bumped the version number here to 0.15.99.10. | Christopher James Lahey | 2001-10-31 | 2 | -0/+8 |
* | Fix this to check from initial instead of initial + 1. | Christopher James Lahey | 2001-10-30 | 1 | -1/+1 |
* | Bumped the version number here to 0.15.99.9. | Christopher James Lahey | 2001-10-30 | 5 | -44/+72 |
* | Ignore buttons 4 and 5 here. Fixes Ximian bug #13853. | Christopher James Lahey | 2001-10-30 | 2 | -12/+16 |
* | Hide the Help button here since there's nothing connected to it. | Christopher James Lahey | 2001-10-30 | 2 | -2/+21 |
* | Don't go outside the table looking for matches when doing the last_access | Christopher James Lahey | 2001-10-30 | 3 | -16/+17 |
* | Fix crash here. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | Removed erroneous comment about needing to handle selection better. | Christopher James Lahey | 2001-10-28 | 1 | -2/+0 |
* | Chain the cursor_activated signal even if the row is -1. | Christopher James Lahey | 2001-10-27 | 2 | -11/+10 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 2 | -38/+38 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 128 | -495/+2554 |
* | Document allow-grouping attribute. | Christopher James Lahey | 2001-10-26 | 5 | -10/+24 |
* | If the root node is hidden and selected, don't count it in the selected | Christopher James Lahey | 2001-10-26 | 2 | -23/+48 |
* | Fixes Ximian bug #6832. | Federico Mena Quintero | 2001-10-26 | 2 | -5/+76 |
* | Added #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-10-25 | 5 | -41/+157 |
* | save the UTF-8 strings inside the listitem widgets, but convert to the | Damon Chaplin | 2001-10-24 | 1 | -6/+27 |
* | Got rid of the gc argument to e_table_header_draw_button. | Christopher James Lahey | 2001-10-24 | 5 | -27/+40 |
* | Got rid of the gc field here and just use the fg_gc from the style for | Christopher James Lahey | 2001-10-23 | 2 | -11/+2 |
* | Make this check immediately for whether to show the cursor, instead of in | Christopher James Lahey | 2001-10-23 | 2 | -5/+13 |
* | Call e_tree_model_pre_change here where appropriate. | Christopher James Lahey | 2001-10-23 | 1 | -0/+2 |
* | Cancel the drag or maybe drag if you have the mouse button down when the | Christopher James Lahey | 2001-10-23 | 2 | -6/+27 |
* | added set_value() class method, which sets the model value based on the | Damon Chaplin | 2001-10-23 | 4 | -37/+65 |
* | Added a disabled field here. | Christopher James Lahey | 2001-10-23 | 7 | -25/+66 |
* | Don't convert to locale here since EText takes UTF8 strings. Fixes Ximian | Christopher James Lahey | 2001-10-21 | 1 | -9/+3 |
* | Check for num_children == -1 here and generate the children if they | Christopher James Lahey | 2001-10-20 | 1 | -0/+5 |
* | Added bounds checking in a number of places. (etta_init): Initialize all | Christopher James Lahey | 2001-10-17 | 1 | -17/+41 |
* | Use new e_table_header_prioritized_column field. | Christopher James Lahey | 2001-10-13 | 8 | -27/+54 |
* | Copy the can group state on the sort info here. | Christopher James Lahey | 2001-10-13 | 1 | -0/+4 |
* | Implement these functions as pass through to the child cell. | Christopher James Lahey | 2001-10-11 | 7 | -47/+178 |
* | Added this function. | Christopher James Lahey | 2001-10-10 | 2 | -94/+105 |
* | Final un-bit rotting. Now actually works. | Morten Welinder | 2001-10-09 | 3 | -37/+100 |
* | More bit-rot fighting in example. | Morten Welinder | 2001-10-09 | 1 | -24/+19 |
* | Partial bit-rot fight. Sample still does not work. | Morten Welinder | 2001-10-08 | 3 | -11/+56 |
* | Check that cell views are realized before doing anything here. Fixes | Christopher James Lahey | 2001-10-07 | 1 | -0/+12 |
* | Handle row and cell changes properly in the uniform_row_height case. | Christopher James Lahey | 2001-10-07 | 1 | -6/+3 |
* | Use g_dataset_set_data_full to find out when the context is destroyed. | Christopher James Lahey | 2001-10-06 | 2 | -0/+45 |
* | Got rid of the misused button variable here. | Christopher James Lahey | 2001-10-06 | 1 | -6/+3 |
* | Sort the list of categories. (Bug 8088) | Jon Trowbridge | 2001-10-06 | 1 | -1/+1 |
* | Fixed the uniform_row_height + confirm_row_hieght_cache crash. | Christopher James Lahey | 2001-10-06 | 1 | -6/+10 |
* | Adapted height method to deal with a row of -1. | Christopher James Lahey | 2001-10-05 | 11 | -96/+234 |
* | *.c s/->childs/->xmlChildrenNode/g; | Michael Meeks | 2001-10-05 | 2 | -4/+4 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 17 | -86/+93 |
* | Sometimes put off maybe showing the cursor until an idle callback. | Christopher James Lahey | 2001-10-04 | 2 | -13/+35 |
* | Initialize the hash field. (model_changed_idle): Send cursor changed and | Christopher James Lahey | 2001-10-03 | 1 | -6/+12 |
* | Pick which field of the row to select based on priority. | Christopher James Lahey | 2001-10-03 | 6 | -13/+43 |
* | Only show the cursor during changes if it was already shown. Fixes Ximian | Christopher James Lahey | 2001-10-02 | 2 | -68/+208 |
* | Stop the sort idle if the root node gets changed. | Christopher James Lahey | 2001-09-29 | 1 | -5/+15 |
* | Set the step_increment on the horizontal scrollbars here to 20. | Christopher James Lahey | 2001-09-26 | 2 | -0/+12 |
* | Set cursor_path = NULL here. | Christopher James Lahey | 2001-09-26 | 1 | -0/+2 |
* | Commit patch from Chris to implement e_tree_right_click_up() for | Ettore Perazzoli | 2001-09-26 | 5 | -1/+24 |
* | Attach to the resorted signal instead of the changed signal on the sorted | Christopher James Lahey | 2001-09-25 | 3 | -77/+54 |
* | Use the correct prototype for the signal handler. | Federico Mena Quintero | 2001-09-25 | 2 | -6/+8 |
* | Assert that the virtual method is implemented instead of being forgiving. | Federico Mena Quintero | 2001-09-25 | 4 | -111/+179 |
* | Bumped the version number to 0.12.99.0. | Christopher James Lahey | 2001-09-23 | 1 | -7/+7 |
* | Remove the grab if ->grabbed. | Ettore Perazzoli | 2001-09-21 | 1 | -0/+5 |
* | Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn't | Christopher James Lahey | 2001-09-20 | 1 | -1/+5 |
* | Bumped version number to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 13 | -208/+215 |
* | Changed this to change state on button down, even if we aren't editing. | Christopher James Lahey | 2001-09-14 | 1 | -14/+11 |
* | Changed which widget to connect signals to to watch for drag & drop. Fixes | Christopher James Lahey | 2001-09-11 | 1 | -4/+4 |
* | Fixed a silly little obvious bug. | Jon Trowbridge | 2001-09-08 | 1 | -3/+3 |
* | Added GDK_BUTTON_PRESS_MASK to our button mask. Fixes Ximian bug #8241. | Christopher James Lahey | 2001-09-08 | 1 | -1/+1 |
* | Don't do_something on button_release if we did something on button_press. | Christopher James Lahey | 2001-09-08 | 2 | -2/+8 |
* | Added e-table-config-no-group.glade. | Christopher James Lahey | 2001-09-08 | 3 | -102/+1734 |
* | Added this function. | Christopher James Lahey | 2001-09-08 | 2 | -2/+30 |
* | Remove debugging message. | Ettore Perazzoli | 2001-09-05 | 1 | -2/+0 |
* | Strip spaces at the beginning or end as well as changing " " to " ". Fixes | Christopher James Lahey | 2001-09-02 | 1 | -3/+13 |
* | Rename these functions from ecn_get_text and ecn_free_text. | Christopher James Lahey | 2001-09-01 | 9 | -24/+59 |
* | Fix this memmove. We've already subtracted the count from eti->rows. | Christopher James Lahey | 2001-09-01 | 1 | -1/+2 |
* | Patch to fix few 64bit issues | George Lebl | 2001-08-29 | 2 | -20/+20 |
* | Fixed this memmove to subtract the count as well as the row for the number | Christopher James Lahey | 2001-08-27 | 1 | -1/+1 |
* | Convert UTF-8 strings to locale's encoding before putting them in canvas | Chyla Zbigniew | 2001-08-25 | 1 | -6/+14 |
* | Fixed typo. | Chyla Zbigniew | 2001-08-25 | 1 | -1/+1 |
* | Added start_drag signals. | Christopher James Lahey | 2001-08-25 | 11 | -255/+329 |
* | We need to free_gotten_key_func key2, not key! (e_table_without_show): | Jon Trowbridge | 2001-08-21 | 2 | -8/+10 |
* | Added these functions. | Christopher James Lahey | 2001-08-21 | 2 | -8/+33 |
* | Made this object handle NULLs for all the handler functions. | Christopher James Lahey | 2001-08-21 | 1 | -8/+22 |
* | Changed the used parity of the return value of check here. | Christopher James Lahey | 2001-08-21 | 1 | -2/+2 |
* | Chain to the destroy handler in the parent class. Hey, I'm getting used to | Federico Mena Quintero | 2001-08-18 | 1 | -0/+2 |
* | Destroy the hash table and all objects in it, as well as the priv | Christopher James Lahey | 2001-08-17 | 1 | -2/+32 |
* | Bumped version number to 0.10.99.4. Fixed some comments. | Christopher James Lahey | 2001-08-17 | 2 | -34/+206 |
* | Adding the first versions of these files. Doesn't work yet. | Christopher James Lahey | 2001-08-17 | 2 | -0/+181 |
* | Destroy, do not unref, the popup_window. | Federico Mena Quintero | 2001-08-15 | 1 | -1/+2 |
* | Workaround for Ximian bug #6795. Will prevent a crash and doesn't seem to | Peter Williams | 2001-08-14 | 1 | -1/+1 |
* | Handle GDK_KP_Page_Up, GDK_KP_Page_Down, GDK_KP_Right, and GDK_KP_Left | Christopher James Lahey | 2001-08-14 | 2 | -4/+6 |
* | Got rid of event forwarding for double clicks and releases and such and | Christopher James Lahey | 2001-08-14 | 1 | -6/+1 |
* | If the sort_info can't group, hide the grouping button and label. | Christopher James Lahey | 2001-08-11 | 5 | -10/+47 |
* | new proto and virtual method | JP Rosevear | 2001-08-10 | 4 | -6/+23 |
* | Initialize ret_val. (do_drag_motion): Same. | Jeffrey Stedfast | 2001-08-10 | 1 | -2/+2 |
* | Added a "header" argument to these structures which just gets passed | Christopher James Lahey | 2001-08-09 | 7 | -26/+186 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 4 | -1/+15 |
* | Call the super-class destroy function when done. | Not Zed | 2001-08-08 | 1 | -0/+2 |
* | Check for row >= 0 here. (etgl_destroy): Disconnect from all the signals | Christopher James Lahey | 2001-08-08 | 2 | -15/+50 |
* | Implemented this function. Fixes Ximian bug #5353. | Christopher James Lahey | 2001-08-08 | 1 | -6/+50 |
* | Make tree nodes open if you hover over them while drag & dropping. | Christopher James Lahey | 2001-08-08 | 1 | -0/+71 |
* | Added scrolling to access nodes that are scrolled off screen for drops. | Christopher James Lahey | 2001-08-07 | 3 | -64/+290 |
* | Implemented these functions. | Christopher James Lahey | 2001-08-07 | 3 | -6/+110 |
* | Set the hadjustment and vadjustment here. From a patch by Kevin | Christopher James Lahey | 2001-08-05 | 1 | -2/+4 |
* | Change these to actually subtract the allocation as they should. | Christopher James Lahey | 2001-08-04 | 1 | -3/+6 |
* | e_tree_table_adapter_node_at_row would have pulled data from one past the | Christopher James Lahey | 2001-08-04 | 1 | -6/+8 |
* | Subtracted 27. | Christopher James Lahey | 2001-08-04 | 1 | -0/+3 |
* | Make the right and left key presses be marked as handled here (i.e., | Christopher James Lahey | 2001-08-03 | 1 | -0/+2 |
* | Changed all e_table_model_is_cell_editable calls in this file to be on the | Christopher James Lahey | 2001-08-03 | 1 | -3/+3 |
* | Set et->priv to NULL here just to be sure. | Christopher James Lahey | 2001-08-03 | 1 | -0/+1 |
* | Don't do most of the work in this function if data->data is NULL. Fixes | Christopher James Lahey | 2001-08-03 | 1 | -21/+27 |
* | Set the et->cursor_loc *before* committing the click-to-add to avoid | Federico Mena Quintero | 2001-08-02 | 1 | -3/+7 |
* | Make this function not crash if x somehow doesn't land on some column. | Christopher James Lahey | 2001-08-02 | 1 | -4/+8 |
* | Made this not query the 0th row if there are 0 rows in the table. Fixes | Christopher James Lahey | 2001-08-01 | 1 | -6/+5 |
* | If the CLICK signal gets a return value, so we're going to be return from | Jason Leach | 2001-07-26 | 1 | -1/+4 |
* | Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): Removed | Jon Trowbridge | 2001-07-25 | 1 | -0/+1 |
* | Handle GDK_KP_* cursor keys as well. | Ettore Perazzoli | 2001-07-23 | 1 | -1/+5 |
* | 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 | 2 | -8/+8 |
* | 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 |
* | Changed the title of this dialog. Fixes bug #2656. | Christopher James Lahey | 2001-07-09 | 1 | -1/+5 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Calculate the popup position using window coordinates instead of world | Richard Hult | 2001-07-02 | 1 | -0/+9 |
* | 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 |
* | send the value to e_table_model_set_value_at as a string as in | Mikael Hallendal | 2001-06-20 | 1 | -2/+12 |
* | Remove row row + i instead of row i. (et_table_rows_inserted): Insert row | Christopher James Lahey | 2001-05-26 | 1 | -2/+2 |
* | Remove row i instead of row row. Destroy et->group when you get the | Christopher James Lahey | 2001-05-26 | 1 | -4/+11 |
* | #include <string.h> Same here. Kills warnings on newer gcc. | Kjartan Maraas | 2001-05-25 | 2 | -0/+2 |
* | format similar to nautilus | jacob berkman | 2001-05-25 | 2 | -9/+12 |
* | allow NULL pixbufs, and draw with crappy alpha | jacob berkman | 2001-05-23 | 1 | -33/+17 |
* | Made this faster in some cases. | Christopher James Lahey | 2001-05-23 | 1 | -1/+1 |
* | The double_click signal on the table item now emits the model row instead | Christopher James Lahey | 2001-05-23 | 1 | -2/+1 |
* | a similar change to below, which makes it actually work for the case where | jacob berkman | 2001-05-22 | 1 | -1/+1 |
* | increment row each time through the loop so we don't get @count copies of | Chris Toshok | 2001-05-22 | 1 | -0/+1 |