2009-06-05 |
Andrea Piccinelli |
Allow adding received animated custom smileys to locale custom smiley
|
2009-05-25 |
Sadrul Habib Chowdhury |
We want to see what the missing custom smiley stands for.
|
2009-05-16 |
Sadrul Habib Chowdhury |
Preserve the location when defaulting to png for saving unsupported image format.
|
2009-05-16 |
Sadrul Habib Chowdhury |
Save raw-data for an image when possible.
|
2009-05-16 |
Sadrul Habib Chowdhury |
Avoid unnecessary strdup's.
|
2009-05-16 |
Sadrul Habib Chowdhury |
Block/Unblock the signal handler when if it's unblocked/blocked.
|
2009-05-03 |
Daniel Atallah |
Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
|
2009-05-03 |
Daniel Atallah |
Avoid adding several callbacks on repeated invocations of gtk_imhtml_set_editable.
|
2009-04-18 |
Elliott Sales de Andrade |
Replace gtk_timeout_remove with g_source_remove.
|
2009-04-18 |
Elliott Sales de Andrade |
Oops, I must have been tired. I only replaced the first occurrence of these
|
2009-04-07 |
Elliott Sales de Andrade |
More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all
|
2009-04-05 |
Sadrul Habib Chowdhury |
Fix the auto-linking of protocols.
|
2007-08-14 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)
|
2007-08-07 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac)
|
2007-07-09 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head f77175b39d6209f3bca85b3d1baca3eee2f14900)
|
2007-07-01 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 414f0770611139752d484f4831cb59038456c9bf)
|
2007-06-28 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 7bf90628ea82588a24a5c2e11b62e1128d8c90f0)
|
2007-06-22 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
|
2007-06-21 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head c09099530cc12734d4420f3fcc37e18347a16d5e)
|
2007-06-18 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 236a0f42a00c47bc1de4ebf0f7deea1a9e2d1d92)
|
2007-06-17 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)
|
2007-06-11 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head f68bc95ec93e616afdf0527fc982ff5f226f5463)
|
2007-06-04 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 3d1e6b8637ff9133c8f17e9aeaeea1284c898d86)
|
2007-05-28 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head c7b6cd0e58a3953905afdaea801171859d00de1a)
|
2007-05-23 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head a128e310ce8622212e6b8b435d45a15c25abb2c3)
|
2007-05-19 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 61827fc1671b97df72194ee9722ed122cb45c29f)
|
2007-05-15 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 8fb8a09e9fe9177bb4efcd0f7ecd126919e73c20)
|
2007-05-09 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head b131b26bdebd017ae74090008e1672615c9080bc)
|
2007-04-25 |
Yoshiki Yazawa |
yaz patch has been applied.
|
2009-02-04 |
Sadrul Habib Chowdhury |
Do not linkify unless <proto> is followed by some non-whitespace string.
|
2009-01-28 |
Mark Doliner |
Add a comment just noting that I think it's kind of annoying that we
|
2009-01-28 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
|
2009-01-28 |
Mark Doliner |
Add a GtkIMHtml function that causes the widget to actually insert a
|
2009-01-28 |
Mark Doliner |
The first thing gtk_text_buffer_delete_selection does is call
|
2009-01-26 |
Mark Doliner |
Remove trailing whitespace
|
2009-01-02 |
Richard Laager |
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
|
2009-01-02 |
Richard Laager |
explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'
|
2008-12-03 |
Sadrul Habib Chowdhury |
Fix the linkification error where bad things happened if you copy/pasted
|
2008-12-02 |
Richard Laager |
Replace the URL registration assertions with regular checks.
|
2008-12-02 |
Sadrul Habib Chowdhury |
Detect duplication registrations by substring.
|
2008-12-02 |
Sadrul Habib Chowdhury |
Only find URLs on word boundaries to fix a bug rlaager noticed.
|
2008-12-01 |
Richard Laager |
Revert the URL scheme passing changes, keeping the miscellaneous other stuff
|
2008-12-01 |
Richard Laager |
Pass only the URL scheme to gtkimhtml and let it add the colon automatically.
|
2009-01-27 |
Daniel Atallah |
Prevent a crash that can occur while copying the contents of the Debug Window. This ends up masking mismatched tags in the imhtml output, but that is
|
2008-12-22 |
Mark Doliner |
Change our font mapping in gtkimhtml to match the suggested values
|
2008-12-15 |
Mark Doliner |
Change the way we handle <span style='font-size: whatever;'> tags slightly.
|
2008-11-23 |
Sadrul Habib Chowdhury |
Clean up some crufts. I think this is now mergeable with .next.minor.
|
2008-11-16 |
Sadrul Habib Chowdhury |
rlaager> I'd prefer that the "Open Link in Browser" string be changed to
|
2008-11-16 |
Sadrul Habib Chowdhury |
Allow plugins to specify custom link types to the GtkIMHtml widget.
|
2008-11-05 |
Marcus Lundblad |
Remove that hack involving GtkIMHtmlSmileys
|
2008-11-03 |
Marcus Lundblad |
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
|
2008-10-30 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
2008-10-29 |
Marcus Lundblad |
Fixed a compiler warning (and remove an unnessesary cast)
|
2008-10-24 |
Marcus Lundblad |
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned
|
2008-10-24 |
Daniel Atallah |
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work
|
2008-10-24 |
Daniel Atallah |
Support rgb(r,g,b) style css color definitions. Fixes #7288.
|
2008-09-25 |
Marcus Lundblad |
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smiley
|
2008-09-19 |
Sadrul Habib Chowdhury |
Show visited links in a different color. This also plugs a memory leak
|
2008-07-02 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head ca0056ef37700d4584ae88ce481dd1fe4086e582)
|
2008-06-26 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
|