aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser-item.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-751/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-47/+65
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
* Bug #669088 - Add a Column dialog draws incorrectlyMilan Crha2012-04-271-0/+2
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+4
* Cosimo's spidey senses pointed him to a memory leak.Matthew Barnes2011-11-241-1/+0
* Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* Merge from masterRodrigo Moya2011-10-051-26/+6
|\
| * ETableHeader: Rework the header button drawing code for GTK+ 3Cosimo Cecchi2011-09-301-30/+6
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-20/+35
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-091-3/+9
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
| * Coding style cleanups.Matthew Barnes2011-05-091-1/+1
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+2
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
| * More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+2
| * Adapt ETableFieldChooserItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-9/+18
| * libetable cleanups.Matthew Barnes2011-01-171-5/+5
| * Minor compiler warnings fixMilan Crha2010-12-211-1/+1
| * Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-20/+35
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-301-3/+9
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+2
* | Coding style cleanups.Matthew Barnes2011-06-301-1/+1
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-301-1/+2
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-301-2/+2
* | More whitespace cleanup.Matthew Barnes2011-06-301-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Adapt ETableFieldChooserItem to latest gtk+-3.0 API.Matthew Barnes2011-06-301-9/+18
* | libetable cleanups.Matthew Barnes2011-06-301-5/+5
* | Minor compiler warnings fixMilan Crha2011-06-301-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2010-11-101-1/+1
|/
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-19/+15
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-4/+1
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-5/+3
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-34/+34
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-18/+47
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-17/+23
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-5/+5
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-101-2/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-9/+9
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-3/+1
* More whitespace cleanup.Matthew Barnes2009-07-191-5/+5
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-19/+19
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-1/+1
* Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-031-5/+5
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-16/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-16/+16
* ** Fixes bug 360134Tobias Mueller2007-10-121-1/+1
* ** Fixes bug #437579Matthew Barnes2007-10-101-3/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-17/+8
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #357216Matthew Barnes2007-02-091-12/+14
* ** Fixes bug #352450Matthew Barnes2006-09-181-2/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-12/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-4/+4
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-5/+5
* GObject port work.Chris Toshok2002-11-171-107/+115
* Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-121-2/+2
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-4/+4
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-12/+21
* Added debugging printfs.Christopher James Lahey2002-06-051-0/+3
* Take an int instead of a double. From a patch by jody@ximian.com.Christopher James Lahey2002-04-271-1/+1
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-241-12/+6
* Added a disabled field here.Christopher James Lahey2001-10-231-1/+15
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-0/+1
* Added a "header" argument to these structures which just gets passedChristopher James Lahey2001-08-091-25/+132
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-0/+1
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Federico gets into pixel-perfect neurosis. Xmag is my best friend.Federico Mena Quintero2000-12-031-108/+45
* Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-191-28/+85
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-2/+2
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-2/+2
* The field chooser works now.Christopher James Lahey2000-06-081-3/+5
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-081-17/+14
* Added e-table-field-chooser*.Christopher James Lahey2000-06-081-0/+567