aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-551/+0
* Avoid GtkStyle-based "paint" functions.Matthew Barnes2012-12-011-35/+50
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-35/+45
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-35/+67
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-4/+4
* Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-01-261-8/+12
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-9/+7
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+4
* Convert ECell from a GtkObject to a GObject.Matthew Barnes2010-09-111-3/+0
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-5/+5
* Remove unused ECell::show_tooltip method.Matthew Barnes2010-01-151-21/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-9/+18
* Fix excessive whitespace.Matthew Barnes2009-07-141-23/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-2/+2
* More code cleanup.Matthew Barnes2009-06-021-35/+35
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-28/+28
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-261-2/+0
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-15/+16
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+2
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-15/+16
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-9/+9
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-16/+10
* ** Fixes bug #357216Matthew Barnes2007-03-011-0/+8
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-231-4/+5
* 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-3/+6
* fixes for compiler warningsRadek Doulik2004-06-101-0/+1
* Change the shadow type for the arrows here, so that themes that do handleRodney Dawes2004-02-131-1/+1
* Fixed #50844Andrew Wu2003-12-081-1/+4
* remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-081-11/+0
* GObject port work.Chris Toshok2002-11-171-2/+2
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-3/+3
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-11/+8
* Don't draw or interact with the popup button if a cell isn't editableChristopher James Lahey2002-06-151-12/+13
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* New functions here.Christopher James Lahey2001-11-061-0/+19
* Bumped the version number to 0.17.99.0. Bumped the soname to 18.Christopher James Lahey2001-11-031-1/+3
* Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-301-21/+16
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-17/+15
* Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-111-0/+10
* Typo fix; call e_cell_unrealize(), not e_cell_realize().Federico Mena Quintero2001-04-031-1/+1
* added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-051-1/+1
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-261-0/+504