aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
Commit message (Expand)AuthorAgeFilesLines
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-131-1/+4
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-112-6/+17
* Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-111-1/+1
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-106-41/+461
* Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-101-3/+3
* Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-091-0/+1
* Set header canvas scroll region correctly.Christopher James Lahey2000-07-091-1/+1
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-091-2/+9
* Get rid of an unused variable.Ettore Perazzoli2000-07-091-0/+4
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-091-4/+4
* Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-091-3/+3
* Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-091-0/+2
* add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-071-2/+2
* Make this work recursively.Dan Winship2000-07-071-1/+8
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-071-1/+1
* Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-061-0/+37
* Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-041-5/+30
* From mail:Christopher James Lahey2000-06-3013-71/+188
* Added an unsort command.Christopher James Lahey2000-06-282-0/+14
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-2721-29/+1022
* draw pixmaps with he right background and selection colors.Larry Ewing2000-06-241-1/+9
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-236-52/+52
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-234-31/+108
* Make the table not move around as you resize.Christopher James Lahey2000-06-231-16/+18
* Killed a warning.Christopher James Lahey2000-06-231-1/+1
* Remove use of the "x" and "y" arguments to EText.Christopher James Lahey2000-06-235-10/+2
* Made the Close button work.Christopher James Lahey2000-06-223-1/+33
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-222-3/+47
* Made moving columns to the right work properly.Christopher James Lahey2000-06-221-0/+3
* Fix a minor warning.Christopher James Lahey2000-06-212-8/+20
* Fix HEADER_PADDING.Christopher James Lahey2000-06-211-1/+1
* Fix cursor column information.Christopher James Lahey2000-06-211-6/+9
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-216-137/+92
* Started adapting ETableItem to use the canvas selection/cursor system.Christopher James Lahey2000-06-212-101/+77
* call e_table_model_row_inserted instead of e_table_model_changed.Chris Toshok2000-06-201-4/+4
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-171-8/+4
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-162-3/+19
* print the icon for the tree control.Chris Toshok2000-06-161-21/+27
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-142-29/+129
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-142-7/+7
* Clip the contained text.Christopher James Lahey2000-06-133-5/+393
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-1313-134/+39
* supply the pixbufs here.Chris Toshok2000-06-113-19/+34
* offset events before passing them to our subcell view.Chris Toshok2000-06-111-4/+17
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-119-416/+832
* Small syntactic changes.Christopher James Lahey2000-06-112-12/+21
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-111-7/+13
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-1112-60/+420
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-0910-0/+1350
* The field chooser works now.Christopher James Lahey2000-06-085-32/+27
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-088-42/+271
* Added e-table-field-chooser*.Christopher James Lahey2000-06-0811-158/+1279
* Added a right click signal.Christopher James Lahey2000-06-069-26/+127
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-021-1/+1
* two more pastosDan Winship2000-06-022-2/+2
* Copy and paste error.Christopher James Lahey2000-06-022-11/+4
* Added a "key_press" signal.Christopher James Lahey2000-06-028-3/+94
* Remove an offending *.Dan Winship2000-06-021-1/+1
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-021-5/+44
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-022-24/+43
* Accidental commit fix.Chris Lahey2000-06-021-3/+9
* Copy and paste error.Christopher James Lahey2000-06-023-4/+21
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-027-4/+62
* Added bold column's to ECellText.Christopher James Lahey2000-05-312-44/+146
* Make sure that the cursor is always shown when the selection changes.Christopher James Lahey2000-05-311-2/+27
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-3013-109/+399
* Fixed setting of arguments.Christopher James Lahey2000-05-291-3/+3
* Added double click handling.Christopher James Lahey2000-05-288-6/+101
* Added "strikeout_column" argument.Christopher James Lahey2000-05-272-2/+75
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-277-40/+199
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-263-4/+7
* Made dragging columns work.Christopher James Lahey2000-05-261-27/+27
* Fixed the remove column callback.Christopher James Lahey2000-05-241-1/+2
* Added right click menus to the table header items.Christopher James Lahey2000-05-242-19/+182
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-231-0/+4
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-2011-84/+323
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-192-2/+14
* Fixed a memory leak.Christopher James Lahey2000-05-161-0/+2
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-162-3/+3
* Removed a memory leak here.Christopher James Lahey2000-05-164-27/+4
* Fixed a FIXME comment.Christopher James Lahey2000-05-163-27/+102
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1424-819/+510
* *** empty log message ***Miguel de Icaza2000-05-122-1/+30
* Fixed etssv_remove.Christopher James Lahey2000-05-101-2/+11
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-081-10/+6
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-081-0/+1
* Add a horizontal scrollbar.Christopher James Lahey2000-05-081-1/+1
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-088-37/+126
* only to set_value_at if the value is indeed different. (ect_stop_editing):Chris Toshok2000-05-071-3/+9
* Killed some warnings.Christopher James Lahey2000-05-072-3/+0
* 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-051-1/+1
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-059-15/+117
* Sped up e_cell_text's get_height function.Christopher James Lahey2000-05-051-16/+19
* Added a height_cache idle loop so that the height_cache will be validatedChristopher James Lahey2000-05-042-2/+40
* Load all the data to be sorted by before actually doing the sort.Christopher James Lahey2000-05-041-17/+47
* Fix author information.Christopher James Lahey2000-05-044-16/+43
* Add back in main loop calls during sorting.Christopher James Lahey2000-05-041-0/+2
* Replace insert sort completely with a qsort.Christopher James Lahey2000-05-042-77/+63
* Changed the insert sort to be binary instead of linear.Christopher James Lahey2000-05-041-29/+52
* Made this more reentrant.Christopher James Lahey2000-05-015-10/+67
* Fixed some warnings.Christopher James Lahey2000-04-287-8/+10
* Added a missing include.Christopher James Lahey2000-04-261-0/+1
* Add argument handling here.Miguel de Icaza2000-04-2611-499/+250
* Fixed a warning.Christopher James Lahey2000-04-252-2/+1
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-241-2/+1
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-241-2/+11
* add table-size-testChris Toshok2000-04-176-27/+269
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-172-13/+17
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-0/+13
* Added a row height cache.Christopher James Lahey2000-04-152-2/+62
* Make `e_table_construct()' work by passing the correct size argumentEttore Perazzoli2000-04-151-1/+1
* Switch the parent object to be a GtkTable. (et_real_construct): applyMiguel de Icaza2000-04-152-12/+29
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-131-15/+13
* Reset resize_guide here.Miguel de Icaza2000-04-121-5/+3
* 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-113-27/+113
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-115-22/+4
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-0/+1
* Separated some functions into an xml bit and a generic bit.Christopher James Lahey2000-04-091-60/+59
* Got rid of some warnings.Christopher James Lahey2000-04-0616-172/+408
* Update TODO, add Chris to the author listMiguel de Icaza2000-04-061-4/+7
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-0610-83/+127
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-052-3/+6
* Love, part 3Miguel de Icaza2000-04-011-7/+19
* Love realizationMiguel de Icaza2000-04-013-36/+48
* More loveMiguel de Icaza2000-04-014-14/+29
* More workMiguel de Icaza2000-03-314-74/+211
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-315-88/+297
* 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-291-2/+1
* Prune redundant files.Michael Meeks2000-03-285-277/+0
* Fix nasty rendering bugs,Michael Meeks2000-03-285-270/+303
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-271-3/+2
* Remove warning from here.Miguel de Icaza2000-03-275-9/+7
* Fix from evolution-listMiguel de Icaza2000-03-262-4/+5
* Added some assertions.Matthew Loper2000-03-231-1/+4
* Make rectangles resize properly when receiving the "model_changed" signal.Christopher James Lahey2000-03-221-3/+16
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-219-137/+86
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-201-1/+1
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-141-0/+3
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-128-13/+297
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-085-45/+83
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-061-0/+3
* Use the style's font if lucidasans-10 is not found.Christopher James Lahey2000-03-061-0/+5
* Made it so that columns would be properly indented.Christopher James Lahey2000-03-063-5/+21
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-061-0/+3
* Draw selected row.Christopher James Lahey2000-03-061-2/+12
* Add a "row_selection" signal.Christopher James Lahey2000-03-067-1/+89
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-0610-10/+475
* Added saving of frozen_columns count. Added a vertical scrollbar toChristopher James Lahey2000-03-051-1/+11
* Push the proper visual and colormap for ETable to work.Christopher James Lahey2000-03-051-0/+6
* Touched this up a bit.Christopher James Lahey2000-03-052-5/+10
* Fixed a crash error.Christopher James Lahey2000-03-051-0/+1
* Fixed a compile warning.Christopher James Lahey2000-03-052-19/+19
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-043-13/+132
* Removed some unused code.Christopher James Lahey2000-03-044-8/+7
* Test frozen columnsChristopher James Lahey2000-03-017-1/+569
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-282-3/+3
* Made the E table item redraw properly.Christopher James Lahey2000-02-252-6/+15
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-251-8/+12
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-2522-95/+650
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-245-4/+20
* Made changing focus work.Christopher James Lahey2000-02-241-5/+5
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2428-387/+2005
* Include <string.h>Miguel de Icaza2000-02-191-0/+1
* make <alloca.h> inclusion conditional on HAVE_ALLOCA_HDan Winship2000-02-171-0/+2
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-131-0/+14
* Added test of sort arrows.Christopher James Lahey2000-02-124-21/+77
* Test column header image.Christopher James Lahey2000-02-125-24/+90
* Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-125-9/+12
* Added reordering of columns.Christopher James Lahey2000-02-123-25/+70
* Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-121-61/+44
* Add nice assertion.Miguel de Icaza2000-02-112-2/+7
* Handle button releases properly.Christopher James Lahey2000-02-102-3/+51
* Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-101-6/+38
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-083-74/+1444
* 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-074-17/+30
* Add data field back in.Miguel de Icaza2000-01-291-0/+1
* Compilation touchups -miguelArturo Espinosa2000-01-0614-14/+14
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-069-9/+9
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-318-72/+174
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-2810-183/+486
* Fix before tripArturo Espinosa1999-12-139-134/+198
* Works with GnomeCanvasGroups -miguelArturo Espinosa1999-12-134-27/+73
* Missing fileArturo Espinosa1999-12-131-0/+4
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-1219-70/+694
* Add missing filesArturo Espinosa1999-12-113-0/+54
* fix this routine.Miguel de Icaza1999-12-1016-157/+509
* fixed api.Miguel de Icaza1999-12-0312-84/+21
* Fix it correctly -miguelArturo Espinosa1999-12-021-5/+2
* Keep track of the originally allocated piece of code.Miguel de Icaza1999-12-021-5/+7
* Removed change cursor from here.Miguel de Icaza1999-12-0211-29/+103
* New images, the previous ones sucked. Thanks to Mark for his helpArturo Espinosa1999-12-012-31/+30
* Add missing filesArturo Espinosa1999-12-015-0/+624
* This one derives from e-cell-toggle.Miguel de Icaza1999-12-017-382/+78
* New cell-toggle stuff compiles -miguelArturo Espinosa1999-11-305-14/+55
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-308-56/+649
* Small cosmetic fixArturo Espinosa1999-11-292-7/+36
* New methods; They implement editing.Miguel de Icaza1999-11-2910-98/+425
* beginning of the keyboard navigation.Miguel de Icaza1999-11-2813-147/+465
* More work.Arturo Espinosa1999-11-273-24/+122
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-2711-77/+194
* It draws the data. WEEEEEEEEE! MiguelArturo Espinosa1999-11-259-54/+83
* Realize cells.Miguel de Icaza1999-11-2519-225/+551
* More stuffArturo Espinosa1999-11-225-0/+156
* WOOOOHOOOOOoO! It took me quite a while to figure this one out. Fixed.Miguel de Icaza1999-11-211-1/+1
* Compute width, keep track of it. (ethi_add_table_header): Monitor changesMiguel de Icaza1999-11-215-32/+121
* more stuff -migArturo Espinosa1999-11-201-2/+35
* .cvsignoreArturo Espinosa1999-11-191-0/+1
* New files -migArturo Espinosa1999-11-192-0/+99
* Finish implementing e-table-sorted -migArturo Espinosa1999-11-191-0/+66
* More work -migArturo Espinosa1999-11-196-11/+100
* New E-table-item.[ch] -migArturo Espinosa1999-11-1913-12/+328
* Add resizing capabilities.Miguel de Icaza1999-11-169-38/+447
* More table workArturo Espinosa1999-11-1214-62/+461
* StuffArturo Espinosa1999-11-1011-77/+711
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-0/+6
* Added my widgets stuff -miguelArturo Espinosa1999-11-0210-0/+984