Commit graph

132 commits

Author SHA1 Message Date
cinap_lenrek 67f3dbdaee mothra: fix select boxes in textview 2012-09-28 01:53:14 +02:00
cinap_lenrek 37e8a817ea mothra: fix url snarfing 2012-09-26 19:32:34 +02:00
cinap_lenrek 5961379aba mothra: display url is page list if no title is available 2012-09-26 19:21:04 +02:00
cinap_lenrek 8035bb7dd1 mothra: never snarf the "Go:" box 2012-09-26 19:00:50 +02:00
cinap_lenrek 2b7330765a mothra: dont make all images into links (only in mothmode) 2012-09-26 18:28:10 +02:00
cinap_lenrek 01e3e719ed mothra: various improvements
* disallow snarf on password entries
* remove current title label as it is displayed in the page list (redundant)
* avoid redrawing page list just to update the title
* check if the chan changed for backup bitmap in pl_rtdraw()
2012-09-24 01:08:09 +02:00
cinap_lenrek a8a71a36f5 mothra: cache backup bitmap in pl_rtdraw() 2012-09-24 23:32:57 +02:00
cinap_lenrek 8007596779 mothra: forgot to add snarf.c 2012-09-24 22:50:44 +02:00
cinap_lenrek 948d0a1180 mothra: snarf and paste 2012-09-23 20:14:47 +02:00
cinap_lenrek f68d096fb7 mothra: dont highlight subpanels in textview 2012-09-23 12:11:21 +02:00
cinap_lenrek da8dd94a7a mothra: fast (offscreen) alpha drawing on scroll 2012-09-23 04:18:39 +02:00
cinap_lenrek 74cdf2c10a mothra: cleanup textview code 2012-09-23 03:48:29 +02:00
cinap_lenrek bd998b2a78 mothra: text selection 2nd attempt 2012-09-22 19:54:33 +02:00
cinap_lenrek f34ef5a8d4 mothra: first attempt on text selection 2012-09-22 17:46:56 +02:00
cinap_lenrek 4590975312 mothra: fix wrong ascent calculation if text element is too large, fix image border layout 2012-09-13 09:37:28 +02:00
cinap_lenrek 7b3c5d9257 mothra: special parse mode for <script> as parsetag gets confused by long javascript lines 2012-09-11 07:38:11 +02:00
cinap_lenrek 2fd758bf2a mothra: simpler approach to ignoring <script> tags 2012-09-10 03:09:30 +02:00
cinap_lenrek 81954dbf25 mothra: bruteforce image src= attribute 2012-08-16 09:03:57 +02:00
cinap_lenrek 3932153299 mothra: handle misplaced trailing quotes 2012-08-15 13:15:34 +02:00
cinap_lenrek 8a53b8192d mothra: avoid eenter deadlock on resize 2012-08-09 04:03:33 +02:00
cinap_lenrek 02acb1d4f0 mothra: make emalloc zero memory, fix uninitialized nextline pointer crash 2012-07-31 09:43:24 +02:00
cinap_lenrek 98d5687ce4 mothra: delayed screen updates to reduce flicker 2012-07-20 14:32:50 +02:00
cinap_lenrek 3707561e04 mothra: work arround mismatched quotes in html attributes 2012-07-20 08:56:29 +02:00
cinap_lenrek 55ddbff77d fix strchr \0 bugs 2012-07-19 23:34:37 +02:00
cinap_lenrek a78f5f8a3d mothra: handle relative urls in <base> tag 2012-07-17 07:21:22 +02:00
cinap_lenrek 0d0eadef42 mothra: handle email messages as plain text 2012-07-12 18:40:02 +02:00
cinap_lenrek 2d09d805f3 mothra: handle span and div, helps to resynchronization on html errors 2012-07-08 01:06:31 +02:00
cinap_lenrek 0b6f559ebc mothra: edit selection fix 2012-07-08 22:25:23 +02:00
cinap_lenrek 5b35bbce54 mothra: ignore size attribute for select tag 2012-07-07 19:31:41 +02:00
cinap_lenrek 67541baee8 mothra: fix <br/> <hr/> tags 2012-07-07 15:13:07 +02:00
cinap_lenrek 59b16cb441 mothra: scrollbar mouse grab in alt display 2012-07-04 01:18:59 +02:00
cinap_lenrek 44f97f0cb1 mothra: remove 4K snarf limit for edit panel 2012-07-02 03:38:05 +02:00
cinap_lenrek 200216313c mothra: make sequence of links separated by space 2012-07-01 20:02:22 +02:00
cinap_lenrek 1c4d78b03b mothra: join underlined links 2012-07-01 16:59:28 +02:00
cinap_lenrek 91de9fcd63 mothra: fix scrollbar mouse grab behaviour
by default, scrollbars captured the mouse unless
all mouse buttons where released. this makes sense
in mothra main window, but makes drop down menus
with scrollbar unusable.

the patch lets one select the behaviour using the
USERFL-flag. if set, the scrollbar will capture
the mouse. if not set, scrollbar will release
the mouse when outside the scrollbar rect.
2012-06-30 19:49:51 +02:00
cinap_lenrek f4480d1517 mothra/uhtml: properly handle quoting in tags 2012-06-24 08:36:42 +02:00
cinap_lenrek 89efb07d4f mothra: fix submit fields 2012-06-19 12:32:55 +02:00
cinap_lenrek ccb3412765 mothra: more mistakes 2012-06-19 11:57:49 +02:00
cinap_lenrek bda1c8b8f1 mothra: fix mistake 2012-06-19 11:03:09 +02:00
cinap_lenrek 70b8ddeaae mothra: cleanup 2012-06-19 10:58:59 +02:00
cinap_lenrek e393b27806 mothra: fix uencode for utf8 2012-06-19 10:16:19 +02:00
cinap_lenrek 064b082ae0 mothra: cleanup 2012-06-19 10:01:05 +02:00
cinap_lenrek ae311094ad mothra/webfs: multipart/form-data and file upload support 2012-06-18 21:26:28 +02:00
cinap_lenrek 9428062b55 mothra: multipart/form-data 2012-06-18 09:40:26 +02:00
cinap_lenrek ff0e3e6a00 mothra: refactor form submit code 2012-06-18 08:00:36 +02:00
cinap_lenrek baea7ec1e2 mothra: fix "bad ctl message" bug caused by fprint write buffer limit on long urls 2012-06-07 02:12:04 +02:00
stanley lieber 5be42a30d7 mothra: remove log file stubs 2012-05-31 10:58:43 -05:00
cinap_lenrek efc0780d86 mothra: changes toward multipart/formdata 2012-05-25 10:52:10 +02:00
cinap_lenrek a24626c51f mothra: </div> line breaks 2012-05-16 17:58:42 +02:00
stanley lieber fb6e725b4d mothra: terminus/unicode.12 for smallest fixed font 2012-05-03 16:15:47 -05:00