aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-773/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-98/+107
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-34/+37
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-02-251-10/+20
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* libetable cleanups.Matthew Barnes2011-01-171-24/+24
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-1/+1
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-19/+19
* Revert "[win32] #undef some conflicting defines"Fridrich Štrba2010-04-061-5/+0
* [win32] #undef some conflicting definesFridrich Štrba2010-04-061-0/+5
* Fix ETable/ETree signal signatures.Matthew Barnes2010-02-191-28/+29
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-8/+29
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-0/+1
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-11/+11
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-5/+5
* ** Fix for bug #550114Milan Crha2009-02-161-4/+4
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+15
* Committing on behalf of Milan Crha <mcrha@redhat.com> Milan Crha2008-07-211-0/+11
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code staticKjartan Maraas2007-10-311-1/+1
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-311-13/+13
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-9/+11
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-1/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-8/+8
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-2/+5
* make things compile on an alpha. passing NULL to a var_arg not portable.Jody Goldberg2003-02-181-1/+3
* GObject port work.Chris Toshok2002-11-171-76/+80
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-6/+6
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-4/+4
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-14/+18
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Merging changes:Christopher James Lahey2001-12-041-3/+3
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-8/+20
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-8/+8
* Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-251-66/+66
* Added start_drag signals.Christopher James Lahey2001-08-251-0/+34
* Added get_cell_geometry method.Christopher James Lahey2001-04-241-4/+10
* Made these use GTK_TYPE_GDK_EVENT whenever sending an event through theChristopher James Lahey2001-03-301-4/+4
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-241-0/+47
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-251-42/+225
* Step 2Miguel de Icaza2001-01-161-2/+2
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-151-25/+0
* Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-081-4/+4
* 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-1/+1
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-251-0/+25
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+13
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-041-0/+11
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-36/+0
* From mail:Christopher James Lahey2000-06-301-12/+24
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-211-11/+0
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-111-0/+13
* Added a right click signal.Christopher James Lahey2000-06-061-0/+25
* two more pastosDan Winship2000-06-021-1/+1
* Added a "key_press" signal.Christopher James Lahey2000-06-021-0/+25
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-021-4/+17
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-301-1/+57
* Added double click handling.Christopher James Lahey2000-05-281-0/+21
* Removed a memory leak here.Christopher James Lahey2000-05-161-17/+0
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-78/+1
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-0/+11
* Add argument handling here.Miguel de Icaza2000-04-261-4/+3
* Got rid of some warnings.Christopher James Lahey2000-04-061-17/+6
* Fix indentationMiguel de Icaza2000-03-301-40/+40
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-211-20/+0
* Add a "row_selection" signal.Christopher James Lahey2000-03-061-0/+21
* Touched this up a bit.Christopher James Lahey2000-03-051-3/+6
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-9/+30
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-241-0/+9
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-178/+241
* Sync for Chris to useMiguel de Icaza2000-02-081-1/+8
* Compilation touchups -miguelArturo Espinosa2000-01-061-1/+1
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-1/+1
* Sync, does not work, dont try it, just backing up -miguelArturo Espinosa1999-12-281-48/+178
* Fix before tripArturo Espinosa1999-12-131-62/+101
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-1/+3
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-1/+1
* StuffArturo Espinosa1999-11-101-8/+8
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+98