2008-07-22 |
Yoshiki Yazawa |
fixed "off by one" bug.
|
2008-07-22 |
Yoshiki Yazawa |
completely re-wrote strip_html_markup(). new function permits non-tag strings surrounded by <>.
|
2008-07-22 |
Yoshiki Yazawa |
disconnect displaying_im_cb when unload.
|
2008-07-22 |
Yoshiki Yazawa |
- changed the way of retrieving icons from twitter. now pidgin-twitter retrieves icon which is embedded in user page.
|
2008-07-21 |
Yoshiki Yazawa |
fixed that combo boxes for sound type were slightly diffrent size.
|
2008-07-21 |
Yoshiki Yazawa |
use PIDGIN_PREFIX to generate PIDGIN_DATA_DIR.
|
2008-07-21 |
Yoshiki Yazawa |
adapted to BSD install.
|
2008-07-21 |
Yoshiki Yazawa |
made password invisible.
|
2008-07-21 |
Yoshiki Yazawa |
in win 32 environment, DATADIR cannot be resolved at compile time, so that use purple_user_dir() instead.
|
2008-07-21 |
Yoshiki Yazawa |
minor fixes.
|
2008-07-21 |
Yoshiki Yazawa |
somehow prefs.ui had been missing.
|
2008-07-21 |
Yoshiki Yazawa |
switched to native gtk preferences dialog.
|
2008-07-19 |
Yoshiki Yazawa |
replaced troublesome strptime() with our own function read_timestamp().
|
2008-07-18 |
Yoshiki Yazawa |
- added new pref value for API based fetch interval.
|
2008-07-18 |
Yoshiki Yazawa |
time offset in BSD extension has opposite sign
|
2008-07-18 |
Yoshiki Yazawa |
- adapted to identi.ca changes.
|
2008-07-17 |
Yoshiki Yazawa |
ensure struct tm cleared before use.
|
2008-07-17 |
Yoshiki Yazawa |
a better way to keep time sane.
|
2008-07-17 |
Yoshiki Yazawa |
- duplication avoidance for the posted messages has been implemented.
|
2008-07-17 |
Konosuke Watanabe |
Add function that opens twitter's conversation window automatically when the
|
2008-07-16 |
Yoshiki Yazawa |
try to remove duplication of message which posted by myself.
|
2008-07-16 |
Yoshiki Yazawa |
fix reversed logic
|
2008-07-16 |
Yoshiki Yazawa |
very preliminary twitter API get status feature.
|
2008-07-15 |
Yoshiki Yazawa |
fix a bug that linkfy channel name does not work if msn style is turned on.
|
2008-07-15 |
Yoshiki Yazawa |
tweaked configure dialog.
|
2008-07-15 |
Yoshiki Yazawa |
cosmetic.
|
2008-07-15 |
Yoshiki Yazawa |
added UI for icon size.
|
2008-07-15 |
Yoshiki Yazawa |
made screen name for each service configurable.
|
2008-07-15 |
mojin |
fix typo.
|
2008-07-15 |
mojin |
documentation in configuration window.
|
2008-07-15 |
Yoshiki Yazawa |
- do neither save nor cache icon image if pixbuf can not be obtained.
|
2008-07-14 |
Yoshiki Yazawa |
modified clean targets
|
2008-07-14 |
Yoshiki Yazawa |
eased the pattern for identi.ca icon
|
2008-07-13 |
Yoshiki Yazawa |
icon scaling feature has been implemented.
|
2008-07-13 |
Yoshiki Yazawa |
added preliminary identi.ca icon support.
|
2008-07-13 |
Yoshiki Yazawa |
changed letter counter for identi.ca to count in byte.
|
2008-07-11 |
mikanbako |
merged
|
2008-07-11 |
mikanbako |
fixed the notification of incoming messages for wasser and identica
|
2008-07-11 |
Yoshiki Yazawa |
quick hack to make show icon configurable
|
2008-07-10 |
Yoshiki Yazawa |
- fixed a bug introduced in r97.
|
2008-07-10 |
Yoshiki Yazawa |
linkfy #channelname per user configuration.
|
2008-07-10 |
Yoshiki Yazawa |
made is_*_conv(conv) return FALSE if conv is NULL.
|
2008-07-09 |
Yoshiki Yazawa |
- added identica support. linkfy and character counter work. icon support has not implemented yet.
|
2008-07-09 |
Yoshiki Yazawa |
fix icon position when the displaying message contains new line character. try 1.
|
2008-07-06 |
Yoshiki Yazawa |
revised got_icon_cb() and fixed unexpected free hash table data.
|
2008-07-06 |
Konosuke Watanabe |
merged
|
2008-07-06 |
Konosuke Watanabe |
- Fix type of 'flag' of writing_im_cb
|
2008-07-06 |
Yoshiki Yazawa |
revert r89. that caused icon miss.
|
2008-07-06 |
Yoshiki Yazawa |
temporally turn strip_markup() off for writing im.
|
2008-07-06 |
Yoshiki Yazawa |
apply strip_markup() to wassr too.
|
2008-07-06 |
Yoshiki Yazawa |
fixed potentially bug
|
2008-07-06 |
Yoshiki Yazawa |
replaced int with gint
|
2008-07-05 |
Yoshiki Yazawa |
- fixed the bug that icons didn't appear correctly for wassr conversation.
|
2008-07-05 |
Yoshiki Yazawa |
preliminary wassr icon support. not yet completed.
|
2008-07-05 |
Yoshiki Yazawa |
build fix
|
2008-07-05 |
Yoshiki Yazawa |
work in progress adaptation to wassr service. cleanups required:
|
2008-07-05 |
mojin |
add suppression of annoying completion message for posts to the wasser-channel.
|
2008-07-01 |
Yoshiki Yazawa |
work in progress one hash table code:
|
2008-06-30 |
mikanbako |
fixed changeset 78:0b93dd0e0de1: fixed removing the mark
|
2008-06-29 |
mikanbako |
fixed the data structure of marks that are positions of inserting user's icons.
|