aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
Commit message (Expand)AuthorAgeFilesLines
* Added e_table_set_state_object which loads the state from the givenChristopher James Lahey2000-10-221-4/+4
* Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-191-0/+6
* Fixed the color of the background rectangle. Made the rectangle start atChristopher James Lahey2000-10-191-0/+16
* Make background color of ETable match the background color of item rows.Christopher James Lahey2000-10-181-1/+1
* Removed an unnecessary glade include file.Christopher James Lahey2000-10-181-0/+25
* Made it so that ETable won't use a state with 0 columns.Christopher James Lahey2000-10-161-2/+14
* Added e-table-config-field.lo.Christopher James Lahey2000-10-141-14/+19
* Make saving state work properly.Christopher James Lahey2000-10-121-3/+41
* Changed these to use the default cells.Christopher James Lahey2000-10-111-44/+3
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-123/+194
* Removed the assertion that there must be at least 1 column. No way toNot Zed2000-10-091-1/+81
* Select all elements of the etable.Jeffrey Stedfast2000-10-051-0/+18
* drag/drop signals need to be added to the same object that is passed toChris Toshok2000-09-271-9/+9
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-4/+4
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-4/+4
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-2/+13
* Made page up and page down active in the ETable.Christopher James Lahey2000-09-111-3/+44
* Fixed a leak and a double unref.Christopher James Lahey2000-09-021-0/+1
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-281-3/+8
* Fix an off by one error that was causing crashes.Christopher James Lahey2000-08-251-1/+2
* Set default values for all of the signal emissions.Christopher James Lahey2000-08-251-3/+3
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-251-0/+24
* Added g_return_if_fails.Christopher James Lahey2000-08-251-3/+87
* pass table, not site as the closure for these drag signals, sinceChris Toshok2000-08-221-2/+2
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+6
* Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-061-9/+33
* fixDan Winship2000-08-061-3/+3
* Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-051-0/+35
* Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-051-3/+9
* Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-051-36/+227
* Fixed a reference.Christopher James Lahey2000-07-271-0/+16
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-40/+10
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-261-51/+51
* Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-251-9/+508
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-111-2/+5
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-101-39/+34
* 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
* From mail:Christopher James Lahey2000-06-301-6/+15
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-13/+69
* Make the table not move around as you resize.Christopher James Lahey2000-06-231-16/+18
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-161-3/+17
* Small syntactic changes.Christopher James Lahey2000-06-111-9/+18
* 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-111-0/+6
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-081-0/+1
* Added a right click signal.Christopher James Lahey2000-06-061-0/+24
* two more pastosDan Winship2000-06-021-1/+1
* Copy and paste error.Christopher James Lahey2000-06-021-1/+1
* Added a "key_press" signal.Christopher James Lahey2000-06-021-0/+24
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-021-0/+6
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-301-10/+32
* Added double click handling.Christopher James Lahey2000-05-281-0/+22
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-271-16/+49
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-261-1/+2
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-231-0/+4
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-191-1/+7
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-161-2/+2
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-35/+39
* Add a horizontal scrollbar.Christopher James Lahey2000-05-081-1/+1
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-081-29/+31
* Killed some warnings.Christopher James Lahey2000-05-071-2/+0
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-3/+5
* Made this more reentrant.Christopher James Lahey2000-05-011-7/+7
* Add argument handling here.Miguel de Icaza2000-04-261-449/+130
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-241-2/+1
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-171-11/+11
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-0/+13
* 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-151-10/+27
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-111-4/+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-061-9/+50
* More workMiguel de Icaza2000-03-311-0/+3
* Fix indentationMiguel de Icaza2000-03-301-42/+42
* Fix nasty rendering bugs,Michael Meeks2000-03-281-81/+86
* Remove warning from here.Miguel de Icaza2000-03-271-1/+1
* 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-211-17/+14
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-2/+2
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-081-7/+8
* Add a "row_selection" signal.Christopher James Lahey2000-03-061-0/+32
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-2/+38
* 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
* Fixed a crash error.Christopher James Lahey2000-03-051-0/+1
* Fixed a compile warning.Christopher James Lahey2000-03-051-1/+1
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-041-11/+107
* Removed some unused code.Christopher James Lahey2000-03-041-2/+2
* Test frozen columnsChristopher James Lahey2000-03-011-0/+2
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-0/+98
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-28/+87
* make <alloca.h> inclusion conditional on HAVE_ALLOCA_HDan Winship2000-02-171-0/+2
* Sync for Chris to useMiguel de Icaza2000-02-081-11/+10
* Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-071-13/+20
* Compilation touchups -miguelArturo Espinosa2000-01-061-1/+1
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-1/+1
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-311-11/+0
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-281-89/+150
* Fix before tripArturo Espinosa1999-12-131-47/+57
* Works with GnomeCanvasGroups -miguelArturo Espinosa1999-12-131-1/+2
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-4/+479
* Realize cells.Miguel de Icaza1999-11-251-20/+6
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-1/+1
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+36