aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-26Fix for 276e290accca (minor utf8 refactor)Jorge Arellano Cid
2009-05-26Minor utf8 refactorcorvid
2009-05-25commentcorvid
2009-05-25make tab expansion for plain text utf8 awareJohannes Hofmann
In discussion with corvid <corvid@lavabit.com>.
2009-05-24properly truncate utf8 window titlescorvid
2009-05-24make header file consistent after rename (noticed by corvid)Johannes Hofmann
2009-05-24d_size.h for uint32_tcorvid
2009-05-23use uint32_t for XID (pointed out by corvid)Johannes Hofmann
2009-05-23garbage collect unused codeJohannes Hofmann
2009-05-22constcorvid
2009-05-22constscorvid
2009-05-22use backgroundStyle() to ensure that backgroundColor is setJohannes Hofmann
2009-05-22rm current_bg_colorcorvid
2009-05-21DilloHtml Buf_Consumed unneededcorvid
2009-05-20trim auth includescorvid
2009-05-19fix xembed stuff with reparenting WMsJohannes Hofmann
2009-05-19update documentation on xidcorvid
2009-05-18add missing xembed filesJohannes Hofmann
2009-05-18add support for --xid command line optionJohannes Hofmann
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails.
2009-05-17Added DLIB_MSG() macro for dlib's messagescorvid
2009-05-17New utility function: a_Utf8_end_of_char()corvid
2009-05-16mergeJorge Arellano Cid
2009-05-16Fix: don't update window title for background tabsJorge Arellano Cid
2009-05-16Avoid unnecessary tab label redraws.Johannes Hofmann
This change avoids a redraw when the mouse enters the dillo window.
2009-05-16Keys::parseKey MSGcorvid
2009-05-15Refactor: isolate calls to utf8 functions into a single source file.corvid
2009-05-15Sync window title with current tabJorge Arellano Cid
2009-05-15add a couple of constJorge Arellano Cid
2009-05-13Silence the last image-debugging messagesJorge Arellano Cid
2009-05-11Cleanup: image debugging messagesJeremy Henty
2009-05-10Replace %20 and ' ' with '_' in the suggested filename for savingJorge Arellano Cid
2009-05-10Fix a memory leak with DilloImage structuresHofmann Johannes
2009-05-09Fix minor memory leak in a_UIcmd_search_dialogJorge Arellano Cid
2009-05-09[mq]: replace-DW2TB-with-HT2TBJeremy Henty
2009-05-08mergeJorge Arellano Cid
2009-05-08Fix a memory leak when stopping an image-decoding processJorge Arellano Cid
2009-05-08spellingcorvid
2009-05-07Cleanup in a_Image_new() signatureJeremy Henty
2009-05-07Inlined Cache_client_make_key()Jeremy Henty
2009-05-07Fix a memory leak in a_Klist_free()corvid
2009-05-06separate a_Capi_get_flags and a_Capi_get_flags_with_redirectioncorvid, Jorge Arellano Cid
2009-05-06rm a_About_ccc prototypecorvid
2009-05-05fix Auth_is_token_char invalid charscorvid
2009-05-05Keybindings: allow shifted characters as keynamescorvid
2009-05-04show line number for keysrc errorscorvid
2009-05-03dStrndup, dStrcasecmpcorvid
2009-05-03Comment fix for a_Cache_open_url()Jeremy Henty
2009-05-03Fix a border case bug in Cache_client_make_key()Jeremy Henty
2009-05-03Removed redundant caller NULL checks already in the APIJeremy Henty
2009-05-03Fixed a memory leak in keybindings.corvid