summaryrefslogtreecommitdiff
path: root/sys/src/cmd/abaco
AgeCommit message (Collapse)Author
2020-06-21abaco: add fonts.h to HFILES in mkfile (thanks eekee)Alex Musolino
2019-02-25abaco: fix %.*s format in findctype()cinap_lenrek
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2016-04-25made abaco's gui respect $font and made readweb respect most installationsMatthew Veety
2014-11-16abaco: cleanup, handle image/x-icon, don't use backspace as a hotkey, and ↵BurnZeZ
remove urlconvience()/related functions
2014-11-07all: typo fixes from ray@raylai.commischief
2014-07-09abaco: fix double free race of p->status string (thanks BurnZeZ for the proc ↵cinap_lenrek
snap)
2014-05-09abaco: need more stack on amd64cinap_lenrek
2014-05-08abaco: remove strange linecinap_lenrek
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
we have to use (void*)0 instead of (int)0 otherwise the upper bits are uninitialized on amd64.
2013-11-25abaco: make validurl() accept internationalized domain namescinap_lenrek
validurl() is just used to check if the string is a full absolute url with a protocol scheme. we do not have to match the host part *exactly*, only if there is *something* in the hostpart.
2013-09-04abaco: fix memory leakscinap_lenrek
2013-08-05unsticky scrollbarscinap_lenrek
scrollbars used to put the mouse on the scrollbar while scrolling. if latency is high, this often results to the cursor jumping back. instead, make button 2 srolling work without needing the mouse to be inside the scrollbar and leave the mouse position alone.
2013-07-21abaco: use faster resize instead of resample for image scalingcinap_lenrek
2013-07-14abaco: remove unused stuff, move pipeline() into util.ccinap_lenrek
2013-07-14abaco: simplify, pipeline html directly thru uhtmlcinap_lenrek
2013-07-14abaco: use uhtml to handle charset conversionscinap_lenrek
2013-06-16abaco: allow single quotes for ctype attribute (thanks plhk)cinap_lenrek
plhk9 → abaco: charset 'utf-8'> not supported plhk9 → http://plhk.ru/trash/abaco-singlequote.diff makes it go away
2012-05-18abaco: url handlingcinap_lenrek
2012-01-06abaco: dont abort if theres no contenttypecinap_lenrek
2011-05-12fix buildcinap_lenrek
2011-04-14abacos tcs.h is automatically generatedcinap_lenrek
2011-04-12remove 9load man page.stanleylieber
2011-04-11permscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen