aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1014/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-66/+83
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+0
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-2/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-27/+59
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-2/+5
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* libetable cleanups.Matthew Barnes2011-01-171-8/+8
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-57/+57
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-6/+6
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-7/+19
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-6/+6
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-61/+61
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-17/+16
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-35/+35
* Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code staticKjartan Maraas2007-10-311-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-7/+5
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-4/+4
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-4/+7
* GObject port work.Chris Toshok2002-11-171-4/+4
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-10/+9
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-110/+98
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-4/+15
* Added this function.Christopher James Lahey2002-06-051-0/+23
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* New function that returns the total minimum width of all the columns.Christopher James Lahey2002-03-161-0/+21
* Give the correct height to the subcells instead of overlapping them.Christopher James Lahey2002-03-131-2/+2
* *** empty log message ***Chris Lahey2002-02-071-5/+41
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+20
* Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-131-0/+23
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-4/+5
* Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-251-1/+2
* Submit a signal even if there are no extras.Christopher James Lahey2001-04-201-8/+8
* Fix memory leakDan Winship2001-04-141-1/+2
* Changed resizeable to resizable in ETableCol for consistency.Christopher James Lahey2001-04-101-7/+7
* This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-141-1/+20
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Set the minimum width of newly created children.Christopher James Lahey2000-12-191-0/+23
* New function to calculate the extra pixels per column header.Christopher James Lahey2000-12-141-14/+26
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-1/+1
* Fixed warning in compute_elision_length.Christopher James Lahey2000-12-071-16/+0
* inline documentation added.Miguel de Icaza2000-11-251-130/+244
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-0/+8
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-261-12/+20
* Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-291-0/+2
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-1/+1
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-221-1/+1
* Made moving columns to the right work properly.Christopher James Lahey2000-06-221-0/+3
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-271-16/+13
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-261-2/+4
* Fixed a FIXME comment.Christopher James Lahey2000-05-161-25/+97
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-140/+253
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-111-7/+0
* Fix indentationMiguel de Icaza2000-03-301-18/+18
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-201-1/+1
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-0/+131
* Test frozen columnsChristopher James Lahey2000-03-011-0/+7
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-281-1/+1
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-241-3/+5
* Include <string.h>Miguel de Icaza2000-02-191-0/+1
* Added reordering of columns.Christopher James Lahey2000-02-121-3/+3
* Fix before tripArturo Espinosa1999-12-131-0/+3
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-1/+1
* fix this routine.Miguel de Icaza1999-12-101-2/+23
* fixed api.Miguel de Icaza1999-12-031-12/+5
* Removed change cursor from here.Miguel de Icaza1999-12-021-4/+16
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-4/+1
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-1/+1
* Add resizing capabilities.Miguel de Icaza1999-11-161-1/+0
* More table workArturo Espinosa1999-11-121-13/+31
* StuffArturo Espinosa1999-11-101-0/+299