aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-click-to-add.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-666/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-108/+142
* all: don't set draw_background to FALSE on ETextCosimo Cecchi2012-06-181-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-17/+30
* 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
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-7/+7
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-3/+1
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-1/+0
* Memory leaks around g_value_set_stringMilan Crha2010-10-221-1/+1
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-6/+6
* Bug #629645 - Sets negative 'width' propertyMilan Crha2010-09-221-1/+1
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-8/+11
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-43/+43
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-29/+38
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-10/+10
* Bug 602416 - Changing shell views emits many runtime warningsMatthew Barnes2010-02-071-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-5/+11
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-1/+1
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-2/+2
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-2/+1
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+15
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Progress update:Matthew Barnes2008-09-181-2/+1
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-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-13/+13
* ** Fix for bug #255051Milan Crha2007-11-051-0/+10
* ** Miscellaneous compiler warning fixes.Matthew Barnes2007-11-011-2/+2
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-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-11/+5
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-1/+0
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-2/+2
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-9/+9
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-13/+13
* Some code clean work.Harry Lu2005-02-041-6/+2
* add an a11y name for the popup list. make shortcut key ALT+Arrow work.Li Yuan2005-01-271-39/+71
* fixes for compiler warningsRadek Doulik2004-06-101-4/+5
* Fixes #51626Bruce Tao2004-05-101-0/+4
* Fixed bug 51917, add atk support for ClickToAddYuedong Du2003-12-171-0/+6
* Request a reflow on realization, so size and placement will be correctHans Petter Jansson2003-02-131-1/+4
* destroy canvas items to removing them, simply unrefing them is notLarry Ewing2003-01-241-4/+4
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-151-113/+117
* 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-7/+7
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-6/+9
* Get the font from the style again when the style changes. (init): ChecksChristopher James Lahey2002-06-041-0/+2
* Added this function that lets you specify the translation domain.Christopher James Lahey2002-05-031-1/+1
* Added horizontal dividers to this item when in table mode.Christopher James Lahey2002-05-031-1/+1
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Remove point handler and just let GnomeCanvasGroup handle it.Christopher James Lahey2001-10-311-10/+1
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-131-19/+3
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+3
* Pick which field of the row to select based on priority.Christopher James Lahey2001-10-031-7/+28
* Got rid of event forwarding for double clicks and releases and such andChristopher James Lahey2001-08-141-6/+1
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-0/+1
* Ahem, the ETableItem argument is now "selection_model", notFederico Mena Quintero2001-04-031-2/+2
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-211-2/+4
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-4/+4
* Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-301-5/+10
* Made carriage return finish editing.Christopher James Lahey2001-01-301-26/+52
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Made this the same size as an ETableItem with all text items. Made theChristopher James Lahey2001-01-111-22/+26
* draw_background=FALSEMiguel de Icaza2000-12-261-0/+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-3/+3
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+5
* Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-301-1/+13
* Allocate correctly in the insert method.Christopher James Lahey2000-07-271-4/+0
* Grab focus properly.Christopher James Lahey2000-07-271-27/+55
* Clear the selection model when activating.Christopher James Lahey2000-07-271-0/+2
* Fixed a reference.Christopher James Lahey2000-07-271-1/+1
* Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-271-10/+20
* From mail:Christopher James Lahey2000-06-301-4/+45
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+410