aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-leaf.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-816/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-41/+57
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-112/+148
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-19/+39
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-34/+49
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* libetable cleanups.Matthew Barnes2011-01-171-6/+6
* 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-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-22/+28
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-60/+60
* ESelectionModel cleanups.Matthew Barnes2010-08-161-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-11/+34
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-24/+24
* Fix ETable/ETree signal signatures.Matthew Barnes2010-02-191-7/+7
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-3/+3
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* ** Fix for bug #550114Milan Crha2009-02-161-3/+8
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-16/+16
* Committing on behalf of Milan Crha <mcrha@redhat.com> Milan Crha2008-07-211-0/+9
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+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-13/+9
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+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-3/+3
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-6/+9
* remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-081-1/+1
* GObject port work.Chris Toshok2002-11-171-147/+199
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-7/+5
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+6
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+18
* Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-051-0/+16
* Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-251-44/+109
* Added start_drag signals.Christopher James Lahey2001-08-251-8/+20
* Check for row >= 0 here. (etgl_destroy): Disconnect from all the signalsChristopher James Lahey2001-08-081-15/+43
* The double_click signal on the table item now emits the model row insteadChristopher James Lahey2001-05-231-2/+1
* (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-291-1/+15
* One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODELJason Leach2001-04-251-0/+1
* Added get_cell_geometry method.Christopher James Lahey2001-04-241-1/+9
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-301-14/+14
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-211-8/+22
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-1/+1
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-241-26/+53
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-251-0/+22
* 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-24/+0
* Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-081-2/+2
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-3/+3
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-2/+2
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-281-3/+5
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-251-0/+11
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+8
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-041-0/+8
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-271-19/+19
* From mail:Christopher James Lahey2000-06-301-7/+14
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+2
* Fix a minor warning.Christopher James Lahey2000-06-211-1/+1
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-211-11/+5
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-111-0/+8
* Added a right click signal.Christopher James Lahey2000-06-061-0/+11
* Added a "key_press" signal.Christopher James Lahey2000-06-021-0/+11
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-021-0/+12
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-301-10/+43
* Added double click handling.Christopher James Lahey2000-05-281-0/+9
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-271-4/+57
* Removed a memory leak here.Christopher James Lahey2000-05-161-0/+2
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-87/+43
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-0/+8
* Fix author information.Christopher James Lahey2000-05-041-8/+9
* Add argument handling here.Miguel de Icaza2000-04-261-0/+1
* Got rid of some warnings.Christopher James Lahey2000-04-061-6/+4
* Fix indentationMiguel de Icaza2000-03-301-36/+36
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-211-13/+9
* Add a "row_selection" signal.Christopher James Lahey2000-03-061-0/+10
* Touched this up a bit.Christopher James Lahey2000-03-051-2/+4
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-5/+13
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-0/+288