aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-0/+10
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-191-0/+8
* Fixed a memory leak.Christopher James Lahey2000-05-161-0/+4
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-161-0/+9
* Removed a memory leak here.Christopher James Lahey2000-05-161-0/+9
* Fixed a FIXME comment.Christopher James Lahey2000-05-161-0/+14
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-0/+38
* *** empty log message ***Miguel de Icaza2000-05-121-0/+8
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+4
* Fixed etssv_remove.Christopher James Lahey2000-05-101-0/+4
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-081-0/+5
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-081-0/+5
* Add a horizontal scrollbar.Christopher James Lahey2000-05-081-0/+4
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-081-0/+11
* only to set_value_at if the value is indeed different. (ect_stop_editing):Chris Toshok2000-05-071-0/+8
* Killed some warnings.Christopher James Lahey2000-05-071-0/+4
* use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table canChris Toshok2000-05-051-0/+7
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-0/+17
* Sped up e_cell_text's get_height function.Christopher James Lahey2000-05-051-0/+4
* Added a height_cache idle loop so that the height_cache will be validatedChristopher James Lahey2000-05-041-0/+5
* Load all the data to be sorted by before actually doing the sort.Christopher James Lahey2000-05-041-0/+5
* Fix author information.Christopher James Lahey2000-05-041-0/+11
* Add back in main loop calls during sorting.Christopher James Lahey2000-05-041-0/+5
* Replace insert sort completely with a qsort.Christopher James Lahey2000-05-041-1/+6
* Changed the insert sort to be binary instead of linear.Christopher James Lahey2000-05-041-0/+5
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+4
* Made this more reentrant.Christopher James Lahey2000-05-011-0/+16
* Added a missing include.Christopher James Lahey2000-04-261-0/+4
* Add argument handling here.Miguel de Icaza2000-04-261-0/+23
* Fixed a warning.Christopher James Lahey2000-04-251-0/+6
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-241-0/+4
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-241-0/+6
* add table-size-testChris Toshok2000-04-171-0/+22
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-171-0/+8
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-0/+7
* Added a row height cache.Christopher James Lahey2000-04-151-0/+4
* Make `e_table_construct()' work by passing the correct size argumentEttore Perazzoli2000-04-151-0/+5
* Switch the parent object to be a GtkTable. (et_real_construct): applyMiguel de Icaza2000-04-151-0/+7
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-131-1/+4
* Reset resize_guide here.Miguel de Icaza2000-04-121-0/+4
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-111-0/+19
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-111-0/+8
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-0/+6
* Separated some functions into an xml bit and a generic bit.Christopher James Lahey2000-04-091-0/+5
* Got rid of some warnings.Christopher James Lahey2000-04-061-0/+11
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-0/+50
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-0/+6
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-311-0/+5
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-291-0/+5
* Fix nasty rendering bugs,Michael Meeks2000-03-281-0/+8
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-271-0/+6
* Remove warning from here.Miguel de Icaza2000-03-271-0/+12
* Added some assertions.Matthew Loper2000-03-231-0/+5
* Make rectangles resize properly when receiving the "model_changed" signal.Christopher James Lahey2000-03-221-0/+5
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-211-0/+11
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-201-0/+5
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-141-0/+4
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-0/+20
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-081-0/+15
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-061-0/+5
* 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-061-0/+5
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-061-0/+5
* Draw selected row.Christopher James Lahey2000-03-061-0/+4
* Add a "row_selection" signal.Christopher James Lahey2000-03-061-0/+11
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-0/+32
* Added saving of frozen_columns count. Added a vertical scrollbar toChristopher James Lahey2000-03-051-0/+5
* Push the proper visual and colormap for ETable to work.Christopher James Lahey2000-03-051-0/+4
* Touched this up a bit.Christopher James Lahey2000-03-051-0/+7
* Fixed a crash error.Christopher James Lahey2000-03-051-0/+4
* Fixed a compile warning.Christopher James Lahey2000-03-051-0/+6
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-041-0/+11
* Removed some unused code.Christopher James Lahey2000-03-041-0/+9
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-0/+4
* Test frozen columnsChristopher James Lahey2000-03-011-0/+15
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-291-0/+4
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-281-0/+5
* Made the E table item redraw properly.Christopher James Lahey2000-02-251-0/+8
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-251-0/+5
* 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-251-0/+52
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-241-0/+14
* Made changing focus work.Christopher James Lahey2000-02-241-0/+4
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-0/+70
* Include <string.h>Miguel de Icaza2000-02-191-0/+2
* Add EXTRA_GNOME_CFLAGS to INCLUDES>Miguel de Icaza2000-02-191-0/+4
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-131-0/+9
* Added test of sort arrows.Christopher James Lahey2000-02-121-0/+9
* Test column header image.Christopher James Lahey2000-02-121-0/+10
* Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-121-0/+8
* Added reordering of columns.Christopher James Lahey2000-02-121-0/+8
* Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-121-0/+5
* Add nice assertion.Miguel de Icaza2000-02-111-0/+5
* Handle button releases properly.Christopher James Lahey2000-02-101-0/+6
* Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-101-0/+5
* Changes where e-text is included from.Christopher James Lahey2000-02-091-0/+4
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-081-0/+11
* Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-071-0/+7
* Add data field back in.Miguel de Icaza2000-01-291-0/+4
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-311-0/+21
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-281-0/+14
* added widgets/meeting-time-sel/MakefileDamon Chaplin1999-12-201-0/+17
* Fix before tripArturo Espinosa1999-12-131-0/+11
* Works with GnomeCanvasGroups -miguelArturo Espinosa1999-12-131-0/+5
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-0/+33
* fix this routine.Miguel de Icaza1999-12-101-0/+33
* fixed api.Miguel de Icaza1999-12-031-0/+15
* Keep track of the originally allocated piece of code.Miguel de Icaza1999-12-021-0/+3
* Removed change cursor from here.Miguel de Icaza1999-12-021-0/+22
* This one derives from e-cell-toggle.Miguel de Icaza1999-12-011-0/+13
* New cell-toggle stuff compiles -miguelArturo Espinosa1999-11-301-0/+5
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-301-0/+23
* Small cosmetic fixArturo Espinosa1999-11-291-0/+3
* New methods; They implement editing.Miguel de Icaza1999-11-291-0/+13
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-0/+20
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-0/+22
* minor typo fixes.Michael Meeks1999-11-261-0/+4
* New routine: Realizes the cell views (eti_unrealize_cell_views): NewMiguel de Icaza1999-11-251-0/+9
* Realize cells.Miguel de Icaza1999-11-251-0/+19
* WOOOOHOOOOOoO! It took me quite a while to figure this one out. Fixed.Miguel de Icaza1999-11-211-0/+3
* Compute width, keep track of it. (ethi_add_table_header): Monitor changesMiguel de Icaza1999-11-211-0/+16
* more stuff -migArturo Espinosa1999-11-201-0/+3
* Finish implementing e-table-sorted -migArturo Espinosa1999-11-191-0/+4
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-0/+11
* More work:Ettore Perazzoli1999-11-171-0/+19
* s/\.a/.la/Elliot Lee1999-11-171-0/+3
* Add resizing capabilities.Miguel de Icaza1999-11-161-0/+17
* Added tooltips to the header area.Ettore Perazzoli1999-11-131-0/+11
* More table workArturo Espinosa1999-11-121-0/+14
* Some message composer improvements.Ettore Perazzoli1999-11-121-0/+46
* Added cut/copy/paste support to the address editing dialog.Ettore Perazzoli1999-11-091-0/+68
* Some initial work on the dialog for entering addresses from the address book.Ettore Perazzoli1999-11-071-0/+27
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-0/+23
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+9