/arabic/koffice-i18n/

repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
Commit message (Expand)AuthorAgeFilesLines
* 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-08