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