Statistics
| Revision:

root / src / main.c @ 2395

History | View | Annotate | Download (39.8 kB)

# Date Author Comment
2343 11/11/2009 04:33 pm Hiroyuki Yamamoto

added plugin APIs.

2336 11/06/2009 01:59 pm Hiroyuki Yamamoto

added <IMAPFolder> and <NewsFolder> to parent factory.

2330 11/04/2009 01:52 pm Hiroyuki Yamamoto

fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.

2283 10/13/2009 05:54 pm Hiroyuki Yamamoto

added new plug-in APIs.

2270 10/05/2009 03:47 pm Hiroyuki Yamamoto

display status on loading plug-ins.

2259 09/29/2009 04:49 pm Hiroyuki Yamamoto

made GDK locks reentrant, and made LogWindow thread-safe.

2258 09/25/2009 06:42 pm Hiroyuki Yamamoto

fixed the handling of GDK thread lock.

2255 09/17/2009 04:26 pm Hiroyuki Yamamoto

introduced multi-threading.

2168 06/17/2009 10:42 am Hiroyuki Yamamoto

added plugin API.

2164 06/10/2009 05:11 pm Hiroyuki Yamamoto

merged plugin-test branch into trunk.

2076 11/25/2008 12:03 pm Hiroyuki Yamamoto

added #include <conio.h> for _getch().

2045 09/29/2008 11:21 am Hiroyuki Yamamoto

check for HAVE_LOCALE_H and ENABLE_NLS.

2025 07/04/2008 03:14 pm Hiroyuki Yamamoto

win32: handle window messages even if console is initialized.

2024 07/04/2008 01:32 pm Hiroyuki Yamamoto

only enable init_console_done on Win32.

2023 07/04/2008 01:30 pm Hiroyuki Yamamoto

win32: handle console ctrl events.

2021 06/20/2008 04:12 pm Hiroyuki Yamamoto

block signals on handler call.

2020 06/20/2008 03:58 pm Hiroyuki Yamamoto

handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix.

1966 03/19/2008 05:30 pm Hiroyuki Yamamoto

win32: fixed absolute path was not handled correctly with --attach option.

1932 12/21/2007 01:42 pm Hiroyuki Yamamoto

win32: call app_will_exit() when WM_ENDSESSION is received.

1910 09/20/2007 11:43 am Hiroyuki Yamamoto

removed all warnings output with -Wall.

1896 09/13/2007 11:30 am Hiroyuki Yamamoto

disabled the passphrase dialog on query search.

1713 05/18/2007 06:27 pm Hiroyuki Yamamoto

made 2.4.2 release.

1696 05/17/2007 12:53 pm Hiroyuki Yamamoto

added --open to the help message.

1687 05/10/2007 01:08 pm Hiroyuki Yamamoto

also supported '--open' in initial startup.

1686 05/10/2007 12:48 pm Hiroyuki Yamamoto

implemented '--open' command line option which open messages specified with command-line in new window.

1677 04/27/2007 04:31 pm Hiroyuki Yamamoto

win32: read sylpheed.ini file on startup. Added --ipcport option.

1669 04/26/2007 10:53 am Hiroyuki Yamamoto

win32: disable autocheck timer while suspending to prevent network error on resume.

1637 04/16/2007 02:41 pm Hiroyuki Yamamoto

win32: check for the loadability of the default font.

1585 03/29/2007 05:03 pm Hiroyuki Yamamoto

fixes unable to exit sylpheed in some case.

1584 03/29/2007 01:55 pm Hiroyuki Yamamoto

disable --compose, --receive, --send remote commands when a modal dialog exists.

1575 03/25/2007 06:43 pm Hiroyuki Yamamoto

win32: disabled LANGUAGE (fixes incorrect language selection).

1527 02/02/2007 06:20 pm Hiroyuki Yamamoto

disable 'Send' button when no queued messages exist.

1417 12/13/2006 01:33 pm Hiroyuki Yamamoto

read /etc/ssl/certs if exist.

1415 12/12/2006 07:02 pm Hiroyuki Yamamoto

implemented SSL certificate dialog.

1260 11/01/2006 01:07 pm Hiroyuki Yamamoto

added the option 'Open inbox on startup'.

1226 10/12/2006 03:07 pm Hiroyuki Yamamoto

added 32x32 icon.

1219 10/10/2006 09:15 am Hiroyuki Yamamoto

win32: use small icon for application icon.

1198 09/28/2006 01:39 pm Hiroyuki Yamamoto

cleanup trayicon on exit.

1068 05/17/2006 08:27 pm Hiroyuki Yamamoto

fixed execution failure when using accessibility module, and character corruption and buffer overflow on sending when using half-width kana.

1017 03/01/2006 11:57 am Hiroyuki Yamamoto

win32: do console initialization only once.

1016 02/28/2006 03:14 pm Hiroyuki Yamamoto

win32: output debug and help messages to newly created console.

940 01/28/2006 11:47 pm Hiroyuki Yamamoto

win32: fixed popup with remote command.

919 01/23/2006 07:08 pm Hiroyuki Yamamoto

implemented clearing of IMAP4 message caches on exit.

917 01/20/2006 07:50 pm Hiroyuki Yamamoto

fixed compilation bug on win32.

916 01/20/2006 07:44 pm Hiroyuki Yamamoto

allow non-ascii mailto string and filename on --compose option.

737 11/11/2005 03:50 pm Hiroyuki Yamamoto

win32: disable digit locale variable such as 'LANG=1041'.

734 11/10/2005 06:49 pm Hiroyuki Yamamoto

hide PGP checkboxes if PGP is not available.

733 11/10/2005 04:47 pm Hiroyuki Yamamoto

check if OpenPGP protocol is available on startup.

719 11/07/2005 06:53 pm Hiroyuki Yamamoto

added '--exit' command line option.

692 10/27/2005 06:38 pm Hiroyuki Yamamoto

win32: implemented remote command using TCP socket.

686 10/26/2005 03:42 pm Hiroyuki Yamamoto

win32: convert locale string to UTF-8 when setting rc dir.

673 10/21/2005 05:55 pm Hiroyuki Yamamoto

src/main.c: replaced gdk_input_add() with GIOChannel.

667 10/20/2005 03:15 pm Hiroyuki Yamamoto

added '--configdir' option which specifies config directory.

648 10/14/2005 05:26 pm Hiroyuki Yamamoto

win32: prohibit duplicate exec using CreateMutex().

637 10/12/2005 04:27 pm Hiroyuki Yamamoto

fixed prefix on G_LOG_LEVEL_WARNING.

631 10/11/2005 04:47 pm Hiroyuki Yamamoto

output g_log() messages to the log window and log file. Disabled console window on win32.

623 10/06/2005 03:46 pm Hiroyuki Yamamoto

win32: include startup directory into PATH for GSpawn.

619 10/03/2005 06:08 pm Hiroyuki Yamamoto

win32: fixed not-working translation on non-ascii directory.

611 09/28/2005 04:51 pm Hiroyuki Yamamoto

make the message catalog location absolute path if LOCALEDIR is relative.

605 09/27/2005 04:32 pm Hiroyuki Yamamoto

verify PKCS#7 (S/MIME) signature.

567 09/09/2005 04:19 pm Hiroyuki Yamamoto

update progress bar when executing long IMAP4 operations.

552 09/06/2005 05:51 pm Hiroyuki Yamamoto

added UI hints for IMAP4 operation.

548 09/05/2005 07:00 pm Hiroyuki Yamamoto

moved more modules to libsylph.

546 09/05/2005 04:27 pm Hiroyuki Yamamoto

made query-password function UI independent.

545 09/05/2005 03:45 pm Hiroyuki Yamamoto

moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_all().

542 09/02/2005 06:42 pm Hiroyuki Yamamoto

moved prefs_filter_read_config() to filter.c.

537 09/01/2005 05:02 pm Hiroyuki Yamamoto

separated UI code from account.c.

534 09/01/2005 02:40 pm Hiroyuki Yamamoto

more code cleanups.

526 08/30/2005 04:27 pm Hiroyuki Yamamoto

do app_init() first.

525 08/30/2005 04:25 pm Hiroyuki Yamamoto

code cleanup.

522 08/29/2005 06:20 pm Hiroyuki Yamamoto

made debug_mode static variable in utils.c.

484 08/09/2005 06:05 pm Hiroyuki Yamamoto

fix for config dir.

482 08/09/2005 04:31 pm Hiroyuki Yamamoto

modified directories for Windows convention.

479 08/08/2005 05:38 pm Hiroyuki Yamamoto

use GDir instead of directly using opendir().

478 08/08/2005 04:07 pm Hiroyuki Yamamoto

added wrappers for C library function that take pathname arguments.

476 08/07/2005 10:45 pm Hiroyuki Yamamoto

check filename encoding only on Unix on startup.

470 08/05/2005 06:15 pm Hiroyuki Yamamoto

added rename_force().

469 08/05/2005 04:22 pm Hiroyuki Yamamoto

enabled compilation with MinGW.

467 08/04/2005 11:18 pm Hiroyuki Yamamoto

braced some Unix-specific code with ifdef.

464 08/04/2005 07:31 pm Hiroyuki Yamamoto

replaced random() with g_random_*().

438 07/20/2005 04:10 pm Hiroyuki Yamamoto

remove temporary files on startup.

424 07/12/2005 07:23 pm Hiroyuki Yamamoto

added a new app icon.

384 06/29/2005 05:41 pm Hiroyuki Yamamoto

check for filename encoding on the first run.

317 06/07/2005 05:52 pm Hiroyuki Yamamoto

added an option to apply filter rules to sent messages.

291 05/26/2005 07:57 pm Hiroyuki Yamamoto

improved DnD.

237 05/09/2005 06:26 pm Hiroyuki Yamamoto

reimplemented summary view with GtkTreeView.

202 04/07/2005 04:40 pm Hiroyuki Yamamoto

reimplemented folder view with GtkTreeView.

156 03/09/2005 02:47 pm Hiroyuki Yamamoto

enabled multiple file selection when attaching files.

138 03/02/2005 01:19 am Hiroyuki Yamamoto

fixed LDAP compilation.

92 02/07/2005 05:29 pm Hiroyuki Yamamoto

replaced intl.h with glib/gi18n.h.

74 02/02/2005 05:51 pm Hiroyuki Yamamoto

convert help message to locale encoding.

56 01/31/2005 03:33 pm Hiroyuki Yamamoto

ported to gpgme-1.0.

37 01/24/2005 06:37 pm Hiroyuki Yamamoto

also migrate sylpheedrc.

30 01/24/2005 03:01 am Hiroyuki Yamamoto

use GTK stock button for dialog button set.

25 01/20/2005 07:48 pm Hiroyuki Yamamoto

also migrate templates.

14 01/18/2005 07:50 pm Hiroyuki Yamamoto

implemented the migration of configuration.

1 01/12/2005 08:22 pm Hiroyuki Yamamoto

Initial import of Sylpheed (GTK2 version).