aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1nobody2000-08-22104-25983/+0
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-226-30/+30
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-222-117/+128
* we can remove nodes with children now.Chris Toshok2000-08-223-5/+70
* pass table, not site as the closure for these drag signals, sinceChris Toshok2000-08-222-2/+8
* ChangeLog error.Chris Lahey2000-08-211-1/+1
* Added e_table_selection_model_selected_count.Christopher James Lahey2000-08-213-0/+32
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-203-207/+277
* Made background colors alternate.Christopher James Lahey2000-08-2013-45/+151
* Make right click select if the current row is not selected.Christopher James Lahey2000-08-104-0/+25
* Call our parent's destroy method.Miguel de Icaza2000-08-091-0/+5
* Tag some strings for translation.Miguel de Icaza2000-08-092-15/+24
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-092-1/+6
* Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-063-11/+49
* fixDan Winship2000-08-062-3/+7
* Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-053-0/+45
* Made it so that selection ranges work even if the table is using grouping.Christopher James Lahey2000-08-052-4/+11
* Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-058-25/+443
* Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-053-39/+242
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-049-32/+109
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-039-10/+101
* Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-028-39/+29
* Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-014-23/+79
* Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-303-1/+23
* Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-292-0/+7
* Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-282-9/+48
* Added a comment.Christopher James Lahey2000-07-272-0/+5
* Fixed shift click selections.Christopher James Lahey2000-07-272-38/+46
* Allocate correctly in the insert method.Christopher James Lahey2000-07-273-7/+10
* Grab focus properly.Christopher James Lahey2000-07-273-28/+76
* Clear the selection model when activating.Christopher James Lahey2000-07-274-68/+90
* Fixed a reference.Christopher James Lahey2000-07-276-6/+46
* Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-273-11/+29
* Fixed the model/view row confusion.Christopher James Lahey2000-07-273-11/+22
* Uninitialized variable fix for e-tableMatthew Loper2000-07-271-1/+1
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-2716-434/+533
* Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-262-4/+10
* Replaced get_selection_list with foreach.Christopher James Lahey2000-07-264-11/+21
* Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-264-153/+59
* Added comments to the bit field code.Christopher James Lahey2000-07-263-3/+24
* More fixes.Christopher James Lahey2000-07-261-8/+22
* Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-262-3/+39
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-265-96/+436
* Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-253-9/+523
* added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-233-2/+120
* Added some unused declarations for drag and drop work.Christopher James Lahey2000-07-222-0/+110
* g_free things we g_malloc.Michael Meeks2000-07-152-2/+5
* Changed the background color of the header.Christopher James Lahey2000-07-142-1/+6
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-132-1/+9
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-113-6/+29
* Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-112-1/+5
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-108-41/+476
* Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-102-3/+8
* Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-092-0/+6
* Set header canvas scroll region correctly.Christopher James Lahey2000-07-092-1/+5
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-092-2/+14
* Get rid of an unused variable.Ettore Perazzoli2000-07-092-0/+9
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-092-4/+12
* Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-092-3/+8
* Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-092-0/+7
* add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-071-2/+2
* Make this work recursively.Dan Winship2000-07-072-1/+13
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-072-1/+6
* Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-062-0/+42
* Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-042-5/+35
* From mail:Christopher James Lahey2000-06-3014-71/+209
* Added an unsort command.Christopher James Lahey2000-06-283-0/+20
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-2723-29/+1068
* draw pixmaps with he right background and selection colors.Larry Ewing2000-06-242-1/+14
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-237-52/+68
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-235-31/+124
* Make the table not move around as you resize.Christopher James Lahey2000-06-232-16/+22
* Killed a warning.Christopher James Lahey2000-06-232-1/+5
* Remove use of the "x" and "y" arguments to EText.Christopher James Lahey2000-06-236-10/+12
* Made the Close button work.Christopher James Lahey2000-06-224-1/+40
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-223-3/+55
* Made moving columns to the right work properly.Christopher James Lahey2000-06-222-0/+8
* Fix a minor warning.Christopher James Lahey2000-06-213-8/+27
* Fix HEADER_PADDING.Christopher James Lahey2000-06-212-1/+5
* Fix cursor column information.Christopher James Lahey2000-06-212-6/+13
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-217-137/+106
* Started adapting ETableItem to use the canvas selection/cursor system.Christopher James Lahey2000-06-213-101/+82
* call e_table_model_row_inserted instead of e_table_model_changed.Chris Toshok2000-06-202-4/+9
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-172-8/+9
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-163-3/+24
* print the icon for the tree control.Chris Toshok2000-06-162-21/+31
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-143-29/+144
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-143-7/+14
* Clip the contained text.Christopher James Lahey2000-06-134-5/+404
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-1314-134/+84
* supply the pixbufs here.Chris Toshok2000-06-114-19/+45
* offset events before passing them to our subcell view.Chris Toshok2000-06-112-4/+22
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-1111-420/+874
* Small syntactic changes.Christopher James Lahey2000-06-113-12/+27
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-113-7/+31
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-1114-65/+454
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-0912-2/+1393
* The field chooser works now.Christopher James Lahey2000-06-086-32/+43
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-0810-43/+280
* Added e-table-field-chooser*.Christopher James Lahey2000-06-0813-160/+1304
* Added a right click signal.Christopher James Lahey2000-06-0610-26/+135
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-022-1/+6
* two more pastosDan Winship2000-06-023-2/+7
* Copy and paste error.Christopher James Lahey2000-06-023-11/+10
* Added a "key_press" signal.Christopher James Lahey2000-06-029-3/+100
* Remove an offending *.Dan Winship2000-06-022-1/+5
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-022-5/+49
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-023-25/+49
* Accidental commit fix.Chris Lahey2000-06-021-3/+9
* Copy and paste error.Christopher James Lahey2000-06-024-4/+25
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-028-4/+68
* Added bold column's to ECellText.Christopher James Lahey2000-05-313-44/+150
* Make sure that the cursor is always shown when the selection changes.Christopher James Lahey2000-05-312-2/+32
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-3014-109/+409
* Fixed setting of arguments.Christopher James Lahey2000-05-292-3/+7
* Added double click handling.Christopher James Lahey2000-05-289-6/+107
* Added "strikeout_column" argument.Christopher James Lahey2000-05-273-2/+79
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-278-40/+209
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-264-4/+16
* Made dragging columns work.Christopher James Lahey2000-05-262-27/+31
* Fixed the remove column callback.Christopher James Lahey2000-05-242-1/+6
* Added right click menus to the table header items.Christopher James Lahey2000-05-243-19/+189
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-232-0/+8
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-2012-84/+333
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-193-2/+22
* Fixed a memory leak.Christopher James Lahey2000-05-162-0/+6
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-163-3/+12
* Removed a memory leak here.Christopher James Lahey2000-05-165-27/+13
* Fixed a FIXME comment.Christopher James Lahey2000-05-165-27/+117
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1425-819/+548
* *** empty log message ***Miguel de Icaza2000-05-123-1/+38
* Removed dist-hook section.Christopher James Lahey2000-05-102-1/+7
* Fixed etssv_remove.Christopher James Lahey2000-05-102-2/+15
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-082-10/+11
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-082-0/+6
* Add a horizontal scrollbar.Christopher James Lahey2000-05-082-1/+5
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-089-37/+137
* only to set_value_at if the value is indeed different. (ect_stop_editing):Chris Toshok2000-05-072-3/+17
* Killed some warnings.Christopher James Lahey2000-05-073-3/+4
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table canChris Toshok2000-05-052-1/+8
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-0510-15/+134
* Sped up e_cell_text's get_height function.Christopher James Lahey2000-05-052-16/+23
* Added a height_cache idle loop so that the height_cache will be validatedChristopher James Lahey2000-05-043-2/+45
* Load all the data to be sorted by before actually doing the sort.Christopher James Lahey2000-05-042-17/+52
* Fix author information.Christopher James Lahey2000-05-045-16/+54
* Add back in main loop calls during sorting.Christopher James Lahey2000-05-042-0/+7
* Replace insert sort completely with a qsort.Christopher James Lahey2000-05-043-78/+69
* Changed the insert sort to be binary instead of linear.Christopher James Lahey2000-05-042-29/+57
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-1/+6
* Made this more reentrant.Christopher James Lahey2000-05-016-10/+83
* Fixed some warnings.Christopher James Lahey2000-04-287-8/+10
* Added a missing include.Christopher James Lahey2000-04-262-0/+5
* Add argument handling here.Miguel de Icaza2000-04-2612-499/+273
* Fixed a warning.Christopher James Lahey2000-04-253-2/+7
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-242-2/+5
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-242-2/+17
* add table-size-testChris Toshok2000-04-178-29/+304
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-173-13/+25
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-162-0/+20
* Added a row height cache.Christopher James Lahey2000-04-153-2/+66
* Make `e_table_construct()' work by passing the correct size argumentEttore Perazzoli2000-04-152-1/+6
* Switch the parent object to be a GtkTable. (et_real_construct): applyMiguel de Icaza2000-04-153-12/+36
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-132-16/+17
* Reset resize_guide here.Miguel de Icaza2000-04-122-5/+7
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-121-58/+47
* Add filesMiguel de Icaza2000-04-112-0/+42
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-116-35/+138
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-117-23/+13
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-092-0/+7
* Separated some functions into an xml bit and a generic bit.Christopher James Lahey2000-04-092-60/+64
* Got rid of some warnings.Christopher James Lahey2000-04-0617-172/+419
* Update TODO, add Chris to the author listMiguel de Icaza2000-04-062-4/+27
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-0612-83/+183
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-053-3/+12
* Love, part 3Miguel de Icaza2000-04-011-7/+19
* Love realizationMiguel de Icaza2000-04-013-36/+48
* More loveMiguel de Icaza2000-04-015-14/+32
* More workMiguel de Icaza2000-03-314-74/+211
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-317-90/+319
* Add new filesMiguel de Icaza2000-03-314-0/+375
* One linerMiguel de Icaza2000-03-301-1/+1
* Fix indentationMiguel de Icaza2000-03-3027-534/+534
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-292-2/+6
* Prune redundant files.Michael Meeks2000-03-285-277/+0
* Fix nasty rendering bugs,Michael Meeks2000-03-286-270/+311
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-272-3/+8
* Remove warning from here.Miguel de Icaza2000-03-276-9/+19
* Fix from evolution-listMiguel de Icaza2000-03-262-4/+5
* Added some assertions.Matthew Loper2000-03-232-1/+9
* Make rectangles resize properly when receiving the "model_changed" signal.Christopher James Lahey2000-03-222-3/+21
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-2110-137/+97
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-202-1/+6
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-142-0/+7
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-1210-14/+320
* Changed the order in libeutil and libetext linking so that thereBertrand Guiheneuf2000-03-111-6/+6
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-086-45/+98
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-062-0/+8
* Use the style's font if lucidasans-10 is not found.Christopher James Lahey2000-03-062-0/+10
* Made it so that columns would be properly indented.Christopher James Lahey2000-03-064-5/+26
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-062-0/+8
* Draw selected row.Christopher James Lahey2000-03-062-2/+16
* Add a "row_selection" signal.Christopher James Lahey2000-03-068-1/+100
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-0613-15/+517
* Added saving of frozen_columns count. Added a vertical scrollbar toChristopher James Lahey2000-03-053-2/+17
* Push the proper visual and colormap for ETable to work.Christopher James Lahey2000-03-052-0/+10
* Touched this up a bit.Christopher James Lahey2000-03-054-9/+25
* Fixed a crash error.Christopher James Lahey2000-03-052-0/+5
* Fixed a compile warning.Christopher James Lahey2000-03-053-19/+25
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-045-15/+191
* Removed some unused code.Christopher James Lahey2000-03-045-8/+16
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-022-2/+6
* Test frozen columnsChristopher James Lahey2000-03-019-2/+607
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-292-1/+5
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-283-3/+8
* Made the E table item redraw properly.Christopher James Lahey2000-02-253-6/+23
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-252-8/+17
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-3/+4
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-2524-95/+704
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-246-4/+34
* Made changing focus work.Christopher James Lahey2000-02-242-5/+9
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2430-388/+2082
* Include <string.h>Miguel de Icaza2000-02-192-0/+3
* Add EXTRA_GNOME_CFLAGS to INCLUDES>Miguel de Icaza2000-02-192-0/+5
* make <alloca.h> inclusion conditional on HAVE_ALLOCA_HDan Winship2000-02-171-0/+2
* fix library ordering on link lineDan Winship2000-02-171-1/+1
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-132-0/+23
* Added test of sort arrows.Christopher James Lahey2000-02-125-21/+86
* Test column header image.Christopher James Lahey2000-02-126-24/+100
* Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-126-9/+20
* Added reordering of columns.Christopher James Lahey2000-02-124-25/+78
* Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-122-61/+49
* Add nice assertion.Miguel de Icaza2000-02-113-2/+12
* Handle button releases properly.Christopher James Lahey2000-02-103-3/+57
* Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-102-6/+43
* Changes where e-text is included from.Christopher James Lahey2000-02-092-2/+6
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-085-75/+1458
* Sync for Chris to useMiguel de Icaza2000-02-082-12/+18
* Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-075-17/+37
* Add data field back in.Miguel de Icaza2000-01-292-0/+5
* Work with builddir != srcdirElliot Lee2000-01-071-1/+2
* Compilation touchups -miguelArturo Espinosa2000-01-0615-14/+15
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-0610-23/+17
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-319-72/+195
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-2811-183/+500
* added widgets/meeting-time-sel/MakefileDamon Chaplin1999-12-202-0/+21
* Fix before tripArturo Espinosa1999-12-1311-134/+211
* Works with GnomeCanvasGroups -miguelArturo Espinosa1999-12-136-29/+78
* Missing fileArturo Espinosa1999-12-131-0/+4
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-1223-71/+751