index
:
Sylpheed
master
taw/combined
taw/master
taw/meson
Git mirror of Sylpheed SVN repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
addressbook.c
Age
Commit message (
Expand
)
Author
2014-04-18
applied OS X fixes.
hiro
2014-03-26
updated copyright year. configure.in: increased library version.
hiro
2014-03-17
src/addressbook.c: auto-expand columns with GTK+ >= 2.14.0.
hiro
2012-04-18
removed unrequired debug prints.
hiro
2012-04-18
fixed Bug #47: Address book: Cancel editing contact results in click-and-drag...
hiro
2012-04-12
also use first and last name for address completion.
hiro
2011-02-28
fixed compilation problem on MinGW (interface -> iface).
hiro
2011-02-14
renamed 'interface' in struct to 'iface' to prevent compilation problem on so...
hiro
2011-02-04
save the columns width of address book.
hiro
2011-01-21
fixed double underline in menu label.
hiro
2010-12-22
added menu 'Add to recipient/Cc/Bcc'.
hiro
2010-12-20
added new option: 'Set only mail address when composing from address book'.
hiro
2010-08-19
win32: implemented automatic import of Windows Address Book (WAB) file.
hiro
2010-07-22
src/addressbook.c: fix DnD for win32.
hiro
2010-07-22
src/addressbook.c: implemeted drag and drop of addresses.
hiro
2010-07-14
always display fixed-positioned windows on screen.
hiro
2010-02-12
added 'In addressbook' to the quick search menu.
hiro
2010-02-12
lock addr_table since it can be accessed from sub threads.
hiro
2010-02-10
added a new filter match type: is (not) in addressbook.
hiro
2010-01-27
show translated messages on the statusbar. Prohibit addressbook names begin w...
hiro
2010-01-26
implemented auto-registration of new recipients.
hiro
2009-12-15
added new search folder icon.
hiro
2009-12-10
decreased spacing between icon and text.
hiro
2009-12-08
added Search: label to addressbook.
hiro
2009-12-08
src/addressbook.c: removed unused xpm objects. Added person icon.
hiro
2009-11-27
enabled lookup feature for all addressbook type.
hiro
2009-11-24
re-enabled sort order change of addressbook because the bug seems to be fixed.
hiro
2009-11-24
src/addressbook.c: addressbook_create(): create renderer for each column.
hiro
2009-11-13
src/addressbook.c: added sort order change (but disabled because of random cr...
hiro
2009-11-10
show more descriptive error when address index failed to read.
hiro
2009-10-29
src/addressbook.c: modifled the design.
hiro
2009-10-29
src/addressbook.c: change selection if a non-selected row is right-clicked.
hiro
2009-10-28
removed debug print.
hiro
2009-10-28
src/addressbook.c: expand tree row when double-clicked.
hiro
2009-10-28
src/addressbook.c: automatically sort the tree and list.
hiro
2009-10-28
src/addressbook.c: don't change selection when the list is right-clicked.
hiro
2009-10-27
addressbook_move_nodes_up(): init variables.
hiro
2009-10-27
reimplemented addressbook_move_nodes_up().
hiro
2009-10-27
reimplemented the list view of address book UI with GtkTreeView.
hiro
2009-10-26
reimplemented the folder tree of address bookb UI with GtkTreeView.
hiro
2008-11-27
fixed a bug that the addressbook window was not refreshed when adding sender ...
hiro
2008-11-20
include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.
hiro
2007-09-20
removed all warnings output with -Wall.
hiro
2007-06-25
addressbook.c: null-check person to avoid crash.
hiro
2007-04-26
improved address completion.
hiro
2007-04-17
in addressbook, fixed a crash bug that if a person was removed and its e-mail...
hiro
2007-04-12
use 'Address Book' instead of 'Addressbook'.
hiro
2007-04-11
set focus row after address book import.
hiro
2007-04-10
also delete physical files when deleting data sources.
hiro
2007-04-06
implemented CSV import (in progress).
hiro
[next]