aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-combo.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-839/+0
* Avoid gtk_widget_get_child_requisition().Matthew Barnes2012-12-011-3/+3
* Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab().Matthew Barnes2012-12-011-35/+132
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-10/+14
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-17/+16
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-19/+34
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-50/+53
* 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-78/+94
* Coding style cleanups.Matthew Barnes2011-05-091-3/+3
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-8/+6
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-151-2/+2
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-1/+1
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-2/+2
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-7/+10
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-6/+2
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-34/+68
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-15/+0
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-15/+15
* 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
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
|/
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-96/+77
* 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
* gtk_window_set_policy -> gtk_window_set_resizableKjartan Maraas2008-06-041-2/+1
* ** Fix for bug #529893Danny Baumann2008-04-251-0/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-9/+9
* ** Fix for bug #255051Milan Crha2007-11-051-0/+3
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-14/+6
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** 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-2/+6
* add an a11y name for the popup list. make shortcut key ALT+Arrow work.Li Yuan2005-01-271-0/+10
* Fixes #38195JP Rosevear2005-01-261-7/+1
* include scrollbar offset in vertical calculation. don't ask me i just workNot Zed2004-08-121-4/+6
* Fix for 50800 connect "e_cell_combo_list_button_press" to gtklist.Andrew Wu2003-11-141-3/+21
* return the instantiated object. [bug #42156]Mike Kestner2003-05-021-4/+25
* GObject port work.Chris Toshok2002-11-171-27/+27
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-7/+9
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* New functions here.Christopher James Lahey2001-11-061-4/+4
* Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-301-14/+28
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-16/+15
* Added #include "gal/widgets/e-unicode.h".Christopher James Lahey2001-10-251-0/+1
* save the UTF-8 strings inside the listitem widgets, but convert to theDamon Chaplin2001-10-241-6/+27
* added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-231-22/+14
* Destroy, do not unref, the popup_window.Federico Mena Quintero2001-08-151-1/+2
* Calculate the popup position using window coordinates instead of worldRichard Hult2001-07-021-0/+9
* Added #include <string.h> for strcmp(). Same for strlen().Kjartan Maraas2001-03-161-0/+1
* added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-051-4/+51
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-261-0/+571