aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard.c
Commit message (Expand)AuthorAgeFilesLines
* Replace GtkStyle usages with GtkStyleContextMilan Crha2014-07-071-27/+26
* Bug 729963 - Consistently name EMail/Phone/IM/SIP contact fields in the UIChristian Schaarschmidt2014-06-261-25/+1
* Bug #726110 - Use gtk_drag_check_threshold() instead of hard-coded valuesMilan Crha2014-03-241-2/+3
* Miscellaneous cleanups.Matthew Barnes2014-03-031-11/+11
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Contact's print doesn't decode QP encoded email addressesMilan Crha2013-01-231-0/+1
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-8/+7
* Add a GdkDevice parameter to gnome_canvas_item_grab().Matthew Barnes2012-11-301-7/+18
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-241/+297
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+0
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-21/+4
* all: don't set draw_background to FALSE on ETextCosimo Cecchi2012-06-181-1/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-25/+1
* Bug #665036 - Memory leaks spot in Contacts viewMilan Crha2012-01-041-1/+1
* Bug #659874 - Address Cards Render extra Phone NumberMilan Crha2011-09-281-1/+14
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-27/+48
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-4/+4
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* addressbook: Only include libgnomecanvas.hBenjamin Otte2010-10-301-2/+1
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-5/+8
* Coding style cleanups.Matthew Barnes2010-09-131-102/+102
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+2
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-161-4/+10
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-151-10/+4
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-151-4/+10
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-11/+19
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-14/+14
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-5/+5
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* More whitespace cleanup.Matthew Barnes2009-07-191-5/+5
* Fix excessive whitespace.Matthew Barnes2009-07-141-5/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-1/+1
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-33/+33
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-5/+5
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-3/+3
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-2/+2
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-3/+2
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-011-13/+14
| * ** Fix for bug #546263Milan Crha2008-08-061-21/+27
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-141-52/+24
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-13/+14
* | Progress update:Matthew Barnes2008-09-181-3/+2
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-21/+27
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-3/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-18/+18
* ** Fix for bug #404241Milan Crha2008-03-311-5/+2
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-291-2/+2
* Fix contact cards of RTLDjihed Afifi2008-01-241-11/+12
* ** Fix for bug #324604 inspired by patch of makuchaku (Mayank)Milan Crha2008-01-211-5/+18
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-35/+35
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-241-11/+12
* 2007-10-01 mcrha Fix for bug #337539Milan Crha2007-10-011-2/+5
* 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
* Use g_strdup() instead of g_strdup_printf() for duplication of a stringHiroyuki Ikezoe2007-07-271-3/+3
* Plugged memory leak.Hiroyuki Ikezoe2007-07-261-0/+1
* Fixes #444248.Wang Xin2007-06-121-1/+6
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-1/+1
* Fix for bug #404239 #358250Srinivasa Ragavan2007-05-141-1/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #357970Matthew Barnes2006-12-041-1/+1
* Fixes #358249 Fixes #358249Francisco Javier F. Serrador2006-11-111-1/+1
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-011-1/+1
* Fixes bug #351332Matthew Barnes2006-09-191-0/+1
* Fix for Bug 343816Devashish Sharma2006-07-191-6/+104
* Fix for Bug #329315Devashish Sharma2006-02-011-1/+1
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-10/+3
* de-constify uri, and fix its creation logic. (load_source_cb): cast forNot Zed2005-08-241-2/+2
* 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-4/+4
* Fixed the bug 209416. It shows a different view for contact listsSrinivasa Ragavan2005-05-111-7/+26
* We should incarnate the reflow item if it doesn't exist.Yu Mengjie2005-04-211-0/+14
* changed the loop termination check to E_CONACT_LAST_SIMPLE_STRING -1 soSivaiah Nallagatla2005-02-071-1/+1
* When spawning an editor, set the initial editability from the target book,Hans Petter Jansson2005-01-101-2/+2
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-1/+1
* rename and make it a public function. (e_minicard_event): changeSteven Zhang2004-11-081-23/+23
* Use an E_ICON_SIZE enum value for the icon_size argument to get_icon.Jeffrey Stedfast2004-05-181-1/+1
* Do ref, unref in right order, so the same contact can be set twice withoutHans Petter Jansson2004-05-041-5/+14
* Set the default image for the contact photo to be the stock_person imageRodney Dawes2004-04-191-2/+6
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-101-25/+3
* : implement keyboard navigation(TAB/shift+TAB) (activaite_editor) : add aHao Sheng2004-04-061-25/+90
* parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fillChris Toshok2004-03-251-6/+3
* build a11y/addressbook dir : add the accessibility support forHao Sheng2004-03-151-9/+3
* Return TRUE for all cells, for now.Hans Petter Jansson2003-11-141-3/+4
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-1/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-195/+69
* Fix lots of leaks, update for correct use of g_object_get. Some miscLarry Ewing2003-06-141-9/+19
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-081-13/+8
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-041-1/+2
* add NONE:OBJECTChris Toshok2003-04-031-0/+20
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-231-2/+2
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-071-3/+3
* Remove cruft. (gladedir, etspecdir): Remove definitions. (glade_DATA):Dan Winship2003-02-061-2/+4
* [ fixes bug #34898 ] handle modifications to email addresses in contactSean Gao2003-01-241-0/+27
* fix parameter types here (this signal isn't generated from an ETable.)Chris Toshok2003-01-101-0/+1
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-191-10/+9
* add include for gtkstock.h.Chris Toshok2002-11-271-5/+5
* remove redundant setting of y2.Chris Toshok2002-11-271-5/+1
* remove the cast to (int) - column_width is a double.Chris Toshok2002-11-191-1/+1
* port work.Chris Toshok2002-11-091-43/+48
* gobjectify this.Chris Toshok2002-11-071-22/+21
* Port to GObject/gnome2.Chris Toshok2002-11-061-139/+174
* [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined.Chris Toshok2002-08-291-1/+1
* Call e_minicard_selected in the GDK_BUTTON_RELEASE case here.Christopher James Lahey2002-06-061-0/+7
* 2001-10-29 Jon Trowbridge <trow@ximian.com.Jon Trowbridge2001-10-301-1/+1
* Comment out spew.Jon Trowbridge2001-10-301-1/+1
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-301-1/+1
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-291-0/+12
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Added has_cursor argument. Setting the argument to TRUE if the minicardChristopher James Lahey2001-10-261-15/+42
* Changed this to not grab on a right click. Fixes Ximian bug #12660.Christopher James Lahey2001-10-201-1/+5
* Fixed these to determine the fields to use properly.Christopher James Lahey2001-10-041-4/+1
* when creating the cards, don't display any of the subname fields (surname,Chris Toshok2001-09-231-1/+1
* Code implicitly assumed that event->button.button is 1, 2, or 3, causingJon Trowbridge2001-09-181-17/+20
* s/_/U_/Chyla Zbigniew2001-09-011-1/+2
* add BUTTON_PRESS_MASK so double clicks still work.Chris Toshok2001-08-241-0/+1
* if we're dragging, drag_button_down won't be true in the BUTTON_RELEASEChris Toshok2001-08-211-21/+1
* fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2.Chris Toshok2001-08-211-16/+51
* need the EDestination magic here too for when we modify an already shownChris Toshok2001-07-251-0/+11
* CVS is unhappy this evening. My commit keeps dying in the middle.Jon Trowbridge2001-07-071-0/+11
* add EVOLUTION_IMAGESDIR define.Chris Toshok2001-06-291-1/+29
* pop up list editor for lists, contact editor otherwise.Chris Toshok2001-06-291-7/+18
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* track change to e_addressbook_show_contact_editor signature.Chris Toshok2001-06-201-1/+2
* Added e-card-merging-book-commit-duplicate-detected.glade here.Christopher James Lahey2001-06-111-4/+5
* Made e_card_simple_get_id return const char *.Christopher James Lahey2001-06-111-1/+1
* remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-091-60/+12
* Correct the height calculation here to not include theChristopher James Lahey2001-05-261-1/+1
* Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-121-0/+3
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-081-132/+17
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-6/+6
* on BUTTON_PRESS: if it's button 1, store the button x, y, and setChris Toshok2001-04-101-0/+43
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+5
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-5/+4
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-181-2/+18
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-161-2/+2
* add is_read_only param.Chris Toshok2001-03-131-1/+1
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-0/+2
* new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-021-10/+21
* Used ESelectionModelSimple and the changes to EReflow and EReflowSorted toChristopher James Lahey2001-03-011-44/+96
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-151-20/+26
* Update for e_popup_menu_run prototype change.Dan Winship2001-01-201-1/+1
* Make sure this won't crash if the given contact is removed from theChristopher James Lahey2001-01-031-29/+104
* Set draw background to FALSE.Miguel de Icaza2000-12-251-0/+1
* Link in composer bonobo code.Christopher James Lahey2000-11-121-14/+22
* Add menus items to the envelope printing stuff.Christopher James Lahey2000-11-061-1/+12
* Made it so that minicard doesn't write out changes to the backend unlessChristopher James Lahey2000-10-011-24/+32
* Added a wants_html field to cards. Uses "x-mozilla-html".Christopher James Lahey2000-09-211-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-5/+5
* Fixed the paths of some .h #includes.Christopher James Lahey2000-09-181-1/+1
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-5/+5
* use style colors for the selected state. This doesn't properly redraw theLarry Ewing2000-08-161-7/+13
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-091-2/+2
* Fixed the oaf info.Christopher James Lahey2000-07-211-37/+56
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-141-1/+45
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-1/+1
* Made the left column of minicards not get any wider than the widestChristopher James Lahey2000-06-171-3/+33
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-091-35/+46
* Made double click only work on the first button.Christopher James Lahey2000-06-021-1/+1
* return TRUE if opening a contact editor so that we don't get a "newChristopher James Lahey2000-06-021-0/+1
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-301-1/+1
* Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.Christopher James Lahey2000-05-231-0/+12
* Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-161-1/+1
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-0/+2
* Reenable editting.Christopher James Lahey2000-05-101-2/+0
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-101-0/+2
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-091-5/+7
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-081-62/+86
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-081-1/+3
* Added saving in minicard view.Christopher James Lahey2000-05-081-0/+45
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-87/+56
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-011-1/+2
* From addressbook/ChangeLogChristopher James Lahey2000-05-011-16/+20
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-261-2/+2
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-4/+6
* Added orginization and role fields.Christopher James Lahey2000-04-161-0/+10
* add a title.Chris Toshok2000-04-131-0/+7
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-78/+129
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-091-5/+9
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-091-90/+126
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-1/+23
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-39/+101
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-111-64/+29
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-081-11/+6
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-9/+18
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-271-2/+3
* Handle shift-tab properly now.Christopher James Lahey2000-01-261-1/+3
* Changed some line spacing.Chris Lahey2000-01-211-3/+5
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-141-1/+6
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-141-38/+80
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-121-68/+140
* Added minicard and text stuff.Chris Lahey2000-01-101-0/+338