aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-221-0/+7
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-221-0/+4
* we can remove nodes with children now.Chris Toshok2000-08-221-0/+18
* pass table, not site as the closure for these drag signals, sinceChris Toshok2000-08-221-0/+6
* ChangeLog error.Chris Lahey2000-08-211-1/+1
* Added e_table_selection_model_selected_count.Christopher James Lahey2000-08-211-0/+5
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-201-0/+5
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+23
* Make right click select if the current row is not selected.Christopher James Lahey2000-08-101-0/+6
* Tag some strings for translation.Miguel de Icaza2000-08-091-0/+9
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-091-0/+5
* Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-061-0/+9
* fixDan Winship2000-08-061-0/+4
* Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-051-0/+5
* Made it so that selection ranges work even if the table is using grouping.Christopher James Lahey2000-08-051-0/+5
* Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-051-0/+9
* Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-051-0/+6
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-041-0/+10
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-031-0/+14
* Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-021-0/+12
* Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-011-0/+7
* Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-301-0/+8
* Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-291-0/+5
* Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-281-0/+5
* Added a comment.Christopher James Lahey2000-07-271-0/+4
* Fixed shift click selections.Christopher James Lahey2000-07-271-1/+6
* Allocate correctly in the insert method.Christopher James Lahey2000-07-271-0/+7
* Grab focus properly.Christopher James Lahey2000-07-271-0/+7
* Clear the selection model when activating.Christopher James Lahey2000-07-271-0/+11
* Fixed a reference.Christopher James Lahey2000-07-271-0/+10
* Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-271-0/+5
* Fixed the model/view row confusion.Christopher James Lahey2000-07-271-0/+7
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-0/+25
* Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-261-0/+5
* Replaced get_selection_list with foreach.Christopher James Lahey2000-07-261-0/+7
* Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-261-1/+11
* Added comments to the bit field code.Christopher James Lahey2000-07-261-0/+10
* Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-261-0/+5
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-261-0/+9
* Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-251-0/+6
* added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-231-0/+12
* Added some unused declarations for drag and drop work.Christopher James Lahey2000-07-221-0/+5
* g_free things we g_malloc.Michael Meeks2000-07-151-0/+4
* Changed the background color of the header.Christopher James Lahey2000-07-141-0/+5
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-131-0/+5
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-111-0/+12
* Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-111-0/+4
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-101-0/+13
* Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-101-0/+5
* Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-091-0/+5
* Set header canvas scroll region correctly.Christopher James Lahey2000-07-091-0/+4
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-091-0/+5
* Get rid of an unused variable.Ettore Perazzoli2000-07-091-0/+5
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-091-0/+8
* Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-091-0/+5
* Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-091-0/+5
* Make this work recursively.Dan Winship2000-07-071-0/+5
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-071-0/+5
* Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-061-0/+5
* Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-041-0/+5
* From mail:Christopher James Lahey2000-06-301-0/+21
* Added an unsort command.Christopher James Lahey2000-06-281-0/+6
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+42
* draw pixmaps with he right background and selection colors.Larry Ewing2000-06-241-0/+5
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-231-0/+16
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-231-0/+16
* Make the table not move around as you resize.Christopher James Lahey2000-06-231-0/+4
* Killed a warning.Christopher James Lahey2000-06-231-0/+4
* Remove use of the "x" and "y" arguments to EText.Christopher James Lahey2000-06-231-0/+10
* Made the Close button work.Christopher James Lahey2000-06-221-0/+7
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-221-0/+8
* Made moving columns to the right work properly.Christopher James Lahey2000-06-221-0/+5
* Fix a minor warning.Christopher James Lahey2000-06-211-0/+7
* Fix HEADER_PADDING.Christopher James Lahey2000-06-211-0/+4
* Fix cursor column information.Christopher James Lahey2000-06-211-0/+4
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-211-0/+14
* Started adapting ETableItem to use the canvas selection/cursor system.Christopher James Lahey2000-06-211-0/+5
* call e_table_model_row_inserted instead of e_table_model_changed.Chris Toshok2000-06-201-0/+5
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-171-0/+5
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-161-0/+5
* print the icon for the tree control.Chris Toshok2000-06-161-0/+4
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-141-0/+15
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-141-0/+7
* Clip the contained text.Christopher James Lahey2000-06-131-0/+11
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-131-0/+45
* supply the pixbufs here.Chris Toshok2000-06-111-0/+11
* offset events before passing them to our subcell view.Chris Toshok2000-06-111-0/+5
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-111-0/+36
* Small syntactic changes.Christopher James Lahey2000-06-111-0/+6
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-111-0/+13
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-111-0/+23
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-091-0/+24
* The field chooser works now.Christopher James Lahey2000-06-081-0/+16
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-081-0/+8
* Added e-table-field-chooser*.Christopher James Lahey2000-06-081-0/+15
* Added a right click signal.Christopher James Lahey2000-06-061-0/+8
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-021-0/+5
* two more pastosDan Winship2000-06-021-0/+5
* Copy and paste error.Christopher James Lahey2000-06-021-0/+6
* Added a "key_press" signal.Christopher James Lahey2000-06-021-0/+6
* Remove an offending *.Dan Winship2000-06-021-0/+4
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-021-0/+5
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-021-1/+6
* Copy and paste error.Christopher James Lahey2000-06-021-0/+4
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-021-0/+6
* Added bold column's to ECellText.Christopher James Lahey2000-05-311-0/+4
* Make sure that the cursor is always shown when the selection changes.Christopher James Lahey2000-05-311-0/+5
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-301-0/+10
* Fixed setting of arguments.Christopher James Lahey2000-05-291-0/+4
* Added double click handling.Christopher James Lahey2000-05-281-0/+6
* Added "strikeout_column" argument.Christopher James Lahey2000-05-271-0/+4
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-271-0/+10
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-261-0/+9
* Made dragging columns work.Christopher James Lahey2000-05-261-0/+4
* Fixed the remove column callback.Christopher James Lahey2000-05-241-0/+4
* Added right click menus to the table header items.Christopher James Lahey2000-05-241-0/+7
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-231-0/+4
* 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