aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-toggle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-5/+5
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-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