index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widgets
/
table
/
e-table-field-chooser-item.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coding style and whitespace cleanups.
Matthew Barnes
2011-06-09
1
-3
/
+9
*
Bug #646109 - Fix use of include <config.h> to make sure translations work
Milan Crha
2011-05-27
1
-0
/
+2
*
Coding style cleanups.
Matthew Barnes
2011-05-09
1
-1
/
+1
*
Whitespace and coding style cleanups.
Matthew Barnes
2011-05-08
1
-1
/
+2
*
Remove NULL checks for GObject methods.
Matthew Barnes
2011-02-13
1
-2
/
+2
*
More whitespace cleanup.
Matthew Barnes
2011-01-31
1
-1
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-01-30
1
-1
/
+2
*
Adapt ETableFieldChooserItem to latest gtk+-3.0 API.
Matthew Barnes
2011-01-26
1
-9
/
+18
*
libetable cleanups.
Matthew Barnes
2011-01-17
1
-5
/
+5
*
Minor compiler warnings fix
Milan Crha
2010-12-21
1
-1
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-11-08
1
-1
/
+1
*
gnome-canvas: Convert canvas item transformation matrix to cairo
Benjamin Otte
2010-10-30
1
-19
/
+15
*
e-table: Fix includes to only ever include libgnomecanvas.h
Benjamin Otte
2010-10-30
1
-4
/
+1
*
gnome-canvas: Change GnomeCanvasItem->point vfunc
Benjamin Otte
2010-10-30
1
-5
/
+3
*
Coding style and whitespace cleanups.
Matthew Barnes
2010-09-12
1
-34
/
+34
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-07-12
1
-18
/
+47
*
Giant leap towards GSEAL compliance.
Matthew Barnes
2010-04-08
1
-17
/
+23
*
Bug #325121 - Do not translate developer strings in g_param_spec_*
Milan Crha
2010-04-02
1
-5
/
+5
*
Bug 612374 - Build failure due to recent GTK+ deprecations
Matthew Barnes
2010-03-10
1
-2
/
+5
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-01-31
1
-9
/
+9
*
Prefer G_N_ELEMENTS over sizeof calculations.
Matthew Barnes
2009-10-27
1
-3
/
+1
*
More whitespace cleanup.
Matthew Barnes
2009-07-19
1
-5
/
+5
*
More code cleanup.
Matthew Barnes
2009-06-02
1
-1
/
+1
*
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-29
1
-19
/
+19
*
Remove trailing whitespace, again.
Matthew Barnes
2009-05-29
1
-1
/
+1
*
Fix compiler warnings in widgets.
Matthew Barnes
2009-05-26
1
-1
/
+1
*
Bug 325131 – Do not translate ETable property nicknames
Matthew Barnes
2009-05-03
1
-5
/
+5
*
License changes from GPL to LGPL
Sankarasivasubramanian Pasupathilingam
2008-09-16
1
-16
/
+15
*
updated novell copyright notices (left others alone)
Jeffrey Stedfast
2008-06-21
1
-1
/
+1
*
** Remove trailing whitespace from source code.
Matthew Barnes
2007-11-15
1
-16
/
+16
*
** Fixes bug 360134
Tobias Mueller
2007-10-12
1
-1
/
+1
*
** Fixes bug #437579
Matthew Barnes
2007-10-10
1
-3
/
+1
*
Update FSF address in header comments (#469886). Patch from Tobias
Matthew Barnes
2007-09-02
1
-2
/
+2
*
Remove E_MAKE_TYPE macro.
Hiroyuki Ikezoe
2007-07-28
1
-17
/
+8
*
Fix compilation warnings in widgets folder (#441014).
Matthew Barnes
2007-06-03
1
-1
/
+1
*
** Fixes bug #419524
Matthew Barnes
2007-03-21
1
-1
/
+1
*
** Fixes bug #357216
Matthew Barnes
2007-02-09
1
-12
/
+14
*
** Fixes bug #352450
Matthew Barnes
2006-09-18
1
-2
/
+2
*
Tons of cleanups of the following sort: - remove unused vars - remove
Kjartan Maraas
2006-01-30
1
-12
/
+1
*
Added widgets in INCLUDES.
Kaushal Kumar
2005-06-23
1
-1
/
+1
*
Retired GAL from Head. The relevant files have moved inside evolution.
Kaushal Kumar
2005-06-17
1
-4
/
+4
*
Port to Windows, initial commit:
Tor Lillqvist
2005-04-29
1
-5
/
+5
*
GObject port work.
Chris Toshok
2002-11-17
1
-107
/
+115
*
Forgot two more gtk_object_(un)?ref()s.
Ettore Perazzoli
2002-11-12
1
-2
/
+2
*
Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.
Ettore Perazzoli
2002-11-12
1
-4
/
+4
*
merging the gal-2 branch back to the trunk.
Mike Kestner
2002-11-01
1
-12
/
+21
*
Added debugging printfs.
Christopher James Lahey
2002-06-05
1
-0
/
+3
*
Take an int instead of a double. From a patch by jody@ximian.com.
Christopher James Lahey
2002-04-27
1
-1
/
+1
*
Ansification patch from danw.
Christopher James Lahey
2002-04-26
1
-1
/
+1
*
Changed the license announcement at the top of these files.
Christopher James Lahey
2001-10-27
1
-5
/
+19
*
Got rid of the gc argument to e_table_header_draw_button.
Christopher James Lahey
2001-10-24
1
-12
/
+6
*
Added a disabled field here.
Christopher James Lahey
2001-10-23
1
-1
/
+15
*
add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration
Michael Meeks
2001-10-05
1
-0
/
+1
*
Added a "header" argument to these structures which just gets passed
Christopher James Lahey
2001-08-09
1
-25
/
+132
*
Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.
Kjartan Maraas
2001-04-04
1
-0
/
+1
*
Rename from Helix Code -> Ximian
Miguel de Icaza
2001-01-16
1
-1
/
+1
*
Federico gets into pixel-perfect neurosis. Xmag is my best friend.
Federico Mena Quintero
2000-12-03
1
-108
/
+45
*
Fixed ETableFieldChooser row heights a bit.
Christopher James Lahey
2000-10-19
1
-28
/
+85
*
Moved files, fixed header files and paths - Federico
Federico Mena Quintero
2000-09-20
1
-2
/
+2
*
Fixed e-table #includes so that it would compile.
Chris Lahey
2000-09-18
1
-2
/
+2
*
The field chooser works now.
Christopher James Lahey
2000-06-08
1
-3
/
+5
*
More work on the Field Chooser. Not quite done yet.
Christopher James Lahey
2000-06-08
1
-17
/
+14
*
Added e-table-field-chooser*.
Christopher James Lahey
2000-06-08
1
-0
/
+567