aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard.c
Commit message (Expand)AuthorAgeFilesLines
* 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