aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-toggle.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-470/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-4/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-10/+13
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-2/+5
* Embed e_hsv_tweak() directly in e-table-item.c.Matthew Barnes2011-06-011-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-9/+4
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-13/+9
* Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-01-261-5/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-1/+1
* e-table: Remove unused GdkGC from ECellToggleBenjamin Otte2010-10-301-22/+0
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-1/+1
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+4
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-3/+3
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-2/+2
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-25/+5
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-151/+265
* More whitespace cleanup.Matthew Barnes2009-07-191-6/+6
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-2/+2
* 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-24/+24
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-5/+5
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-5/+5
| * 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
* Removed the pixmap cache. It wasn't giving alpha for the cairo renderedSrinivasa Ragavan2008-01-201-107/+28
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-16/+16
* 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/+6
* ** Fixes bug #357216Matthew Barnes2007-03-011-0/+8
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-121-7/+7
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-231-34/+24
* Fixes bug #357970Matthew Barnes2006-12-041-11/+12
* ** Fixes bug #352450Matthew Barnes2006-09-181-3/+3
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-4/+0
* 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-4/+4
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-7/+7
* add an a11y name for the popup list. make shortcut key ALT+Arrow work.Li Yuan2005-01-271-1/+1
* fixes for compiler warningsRadek Doulik2004-06-101-0/+1
* add new file for toggle cell a11y object. new a11y object toggle cellYuedong Du2003-10-281-0/+4
* actually chose the right color to+ composite over when caching the pixmap.Larry Ewing2003-08-131-23/+6
* GObject port work.Chris Toshok2002-11-171-2/+2
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-5/+22
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* implement printing (pixbuf_print_height): implement print heightJP Rosevear2002-04-251-17/+2
* After unreffing all the pixmaps, free the toggle_view->pixmap_cache.Jeffrey Stedfast2002-04-201-0/+1
* print the cell in the allotted area (etog_print_height): return the printJP Rosevear2002-04-201-0/+57
* Check for a style_set signal on all the contained GnomeCanvasItems.Christopher James Lahey2002-03-161-0/+16
* Add a GdkPixmap * cache of rendered toggle images. This shouldChristopher James Lahey2002-03-161-48/+130
* Merging changes:Christopher James Lahey2001-12-191-11/+2
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* Changed this to change state on button down, even if we aren't editing.Christopher James Lahey2001-09-141-14/+11
* Made this not query the 0th row if there are 0 rows in the table. FixesChristopher James Lahey2001-08-011-6/+5
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-101-1/+1
* Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-071-1/+4
* Documented.Miguel de Icaza2000-11-251-0/+24
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-0/+23
* Added infrastructure for setting the justification of columns. Still needChristopher James Lahey2000-08-251-2/+5
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-221-12/+2
* draw pixmaps with he right background and selection colors.Larry Ewing2000-06-241-1/+9
* Fixed some warnings.Christopher James Lahey2000-04-281-1/+0
* add table-size-testChris Toshok2000-04-171-2/+2
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-121-58/+47
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-0/+6
* Fix indentationMiguel de Icaza2000-03-301-1/+1
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-271-3/+2
* Fix from evolution-listMiguel de Icaza2000-03-261-3/+3
* 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
* Ok, the restructuring of ETableItem to compute its size without hacks isMiguel de Icaza1999-12-311-13/+27
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-10/+12
* fix this routine.Miguel de Icaza1999-12-101-15/+12
* This one derives from e-cell-toggle.Miguel de Icaza1999-12-011-8/+60
* New cell-toggle stuff compiles -miguelArturo Espinosa1999-11-301-9/+38
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-301-0/+204