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-sorted-variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #646109 - Fix use of include <config.h> to make sure translations work
Milan Crha
2011-05-27
1
-0
/
+2
*
libetable cleanups.
Matthew Barnes
2011-01-17
1
-5
/
+5
*
Coding style and whitespace cleanups.
Matthew Barnes
2010-09-12
1
-33
/
+33
*
More whitespace cleanup.
Matthew Barnes
2009-07-19
1
-2
/
+2
*
Fix excessive whitespace.
Matthew Barnes
2009-07-13
1
-1
/
+0
*
More code cleanup.
Matthew Barnes
2009-06-02
1
-3
/
+3
*
Whitespace cleanup.
Matthew Barnes
2009-05-29
1
-1
/
+1
*
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-29
1
-4
/
+4
*
Remove trailing whitespace, again.
Matthew Barnes
2009-05-29
1
-1
/
+1
*
Change License from GPL to LGPL. 2nd batch.
Sankarasivasubramanian Pasupathilingam
2008-09-03
1
-16
/
+15
*
updated novell copyright notices (left others alone)
Jeffrey Stedfast
2008-06-21
1
-1
/
+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
-7
/
+6
*
Retired GAL from Head. The relevant files have moved inside evolution.
Kaushal Kumar
2005-06-17
1
-1
/
+1
*
Port to Windows, initial commit:
Tor Lillqvist
2005-04-29
1
-0
/
+3
*
added e_table_model_pre_change because we call e_table_model_row_inserted
Radek Doulik
2004-07-13
1
-0
/
+2
*
GObjectify GObjectify
Mike Kestner
2002-11-06
1
-21
/
+18
*
merging the gal-2 branch back to the trunk.
Mike Kestner
2002-11-01
1
-3
/
+10
*
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
*
Fixed some warnings.
Christopher James Lahey
2001-03-02
1
-80
/
+1
*
Added e-table/e-table-sorting-utils.lo.
Christopher James Lahey
2001-02-24
1
-382
/
+3
*
Rename from Helix Code -> Ximian
Miguel de Icaza
2001-01-16
1
-1
/
+1
*
Set the minimum width of newly created children.
Christopher James Lahey
2000-12-19
1
-6
/
+4
*
Unref the object instead of destroying it.
Federico Mena Quintero
2000-12-10
1
-1
/
+1
*
Made it so that rows inserted with their children nodes already in the
Christopher James Lahey
2000-10-22
1
-1
/
+3
*
remove timeouts on destroy so they don't try to write to freed data
Dan Winship
2000-10-20
1
-0
/
+3
*
Changed to take into account the sort group, if the table has one.x
Not Zed
2000-10-04
1
-10
/
+338
*
Moved files, fixed header files and paths - Federico
Federico Mena Quintero
2000-09-20
1
-1
/
+1
*
Fixed e-table #includes so that it would compile.
Chris Lahey
2000-09-18
1
-1
/
+1
*
Made background colors alternate.
Christopher James Lahey
2000-08-20
1
-5
/
+8
*
Add a handler for "model_pre_change" and properly stop editing.
Christopher James Lahey
2000-08-03
1
-2
/
+10
*
From mail:
Christopher James Lahey
2000-06-30
1
-4
/
+0
*
Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,
Federico Mena Quintero
2000-06-13
1
-15
/
+11
*
Added a right click signal.
Christopher James Lahey
2000-06-06
1
-1
/
+1
*
Fixed the multiple copies of rows in ETable bug.
Christopher James Lahey
2000-06-02
1
-1
/
+1
*
Made the sort when inserting a signal row be syncronous.
Christopher James Lahey
2000-06-02
1
-5
/
+44
*
Added right click menus to the table header items.
Christopher James Lahey
2000-05-24
1
-2
/
+3
*
Changed sorting to be at priority level 30.
Christopher James Lahey
2000-05-16
1
-1
/
+1
*
Fixed a FIXME comment.
Christopher James Lahey
2000-05-16
1
-1
/
+1
*
Handle row_inserted and row_deleted signals properly.
Christopher James Lahey
2000-05-08
1
-1
/
+10
*
use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table can
Chris Toshok
2000-05-05
1
-1
/
+1
*
Add an e_table_group_add_all function and implement it in the different
Christopher James Lahey
2000-05-05
1
-0
/
+25
*
Load all the data to be sorted by before actually doing the sort.
Christopher James Lahey
2000-05-04
1
-17
/
+47
*
Add back in main loop calls during sorting.
Christopher James Lahey
2000-05-04
1
-0
/
+2
*
Replace insert sort completely with a qsort.
Christopher James Lahey
2000-05-04
1
-77
/
+62
*
Changed the insert sort to be binary instead of linear.
Christopher James Lahey
2000-05-04
1
-29
/
+52
*
Made this more reentrant.
Christopher James Lahey
2000-05-01
1
-0
/
+49
*
Got rid of some warnings.
Christopher James Lahey
2000-04-06
1
-15
/
+35
*
Fix indentation
Miguel de Icaza
2000-03-30
1
-21
/
+21
*
Have identical values get sorted by their actual row.
Christopher James Lahey
2000-03-06
1
-0
/
+3
*
Added duplicate_value and add_value. Use the new compare functions. Made
Christopher James Lahey
2000-02-25
1
-0
/
+148