Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | mothra: make scrollbar style consistent with other applications | phil9 | |
Scrollbar was drawn using a wide dark gutter over a white background whereas other applications (window, sam, ...) use a thinner scrollbar with an inverse colorscheme. This makes the scrollbar more consistent with other 9front applications. | |||
2021-08-03 | libpanel: rename to match clean rule | Ori Bernstein | |
when running 'mk clean', we get a stray libpanel.$O.a, because our 'mk clean' rule expects libpanel.a$O. This causes build failures after mk clean on a symbol change. | |||
2021-05-13 | libpanel: fix text sliding around in libpanel text entry widgets. | james palmer | |
2021-02-16 | mothra: tune up entry control logic for easier text editing | Sigrid | |
2020-04-28 | facelift for mothra: flat ui is in. | Ori Bernstein | |
Remove false 3d, add borders for visual separation between content area and navigation area. | |||
2020-04-26 | mothra: fix a few errors in previous patch | qwx | |
- nil check pl_blue allocation, and don't do it every time pl_rtdraw is called - fix re-adding previously removed flushimage calls - correct format for pointer - sysfatal in pl_drawinit on error | |||
2020-04-25 | mothra: make user interface monochrome | stanley lieber | |
2020-04-25 | mothra: remove extraneous lines and decoration (fake 3d). patch extracted ↵ | stanley lieber | |
from my forked mess by Ori_B. | |||
2019-02-25 | libpanel: fix %.*s format in pl_snarfentry() | cinap_lenrek | |
2016-10-22 | mothra: avoid flushimage() calls, event() will implicitely flush | cinap_lenrek | |
2015-09-22 | mothra: <hr> drawing | cinap_lenrek | |
<hr> is handled by drawing replicated bitmap across the with of the page. | |||
2015-09-03 | mothra: subscript and superscript support | cinap_lenrek | |
2015-03-15 | mothra: add <strike> support | cinap_lenrek | |
2015-02-08 | mothra: add side scrolling, controlled by left and right buttons on the ↵ | stanley lieber | |
keyboard. if desired, x-scrollbar can be set visible via the visxbar variable in mothra.c. (thanks, jpm_) | |||
2015-01-31 | mothra: people do not like it. reverting | cinap_lenrek | |
2015-01-31 | mothra: wrap long text and images to fit | cinap_lenrek | |
2014-02-04 | libpanel: remove pointless pointer casts | mischief | |
2014-02-04 | libpanel: fix pointer casts and format strings | mischief | |
2013-10-08 | libpanel: fix memory corruption bug in plinitentry(), add pl_erealloc() | cinap_lenrek | |
2013-08-09 | mothra: fix nil pointer dereference | cinap_lenrek | |
2013-05-27 | mothra: clicking on the url scroll bar, snarfing, or saving a hit when no ↵ | ppatience0 | |
urls have been loaded (right after running mothra) would crash. this was due to use of w->url and selection when they are actually nil. to fix this, make genwww return 0 if w->url is nil and output an error message when attempting to access selection if it's nil. the problem with the w->url fix is that after clicking on the url scroll bar, an empty url history row could be highlighted by clicking on it. fix this by making sure lp->lo is not less than zero. | |||
2012-09-28 | mothra: fix select boxes in textview | cinap_lenrek | |
2012-09-24 | mothra: various improvements | cinap_lenrek | |
* 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 | mothra: cache backup bitmap in pl_rtdraw() | cinap_lenrek | |
2012-09-24 | mothra: forgot to add snarf.c | cinap_lenrek | |
2012-09-23 | mothra: snarf and paste | cinap_lenrek | |
2012-09-23 | mothra: dont highlight subpanels in textview | cinap_lenrek | |
2012-09-23 | mothra: fast (offscreen) alpha drawing on scroll | cinap_lenrek | |
2012-09-23 | mothra: cleanup textview code | cinap_lenrek | |
2012-09-22 | mothra: text selection 2nd attempt | cinap_lenrek | |
2012-09-22 | mothra: first attempt on text selection | cinap_lenrek | |
2012-09-13 | mothra: fix wrong ascent calculation if text element is too large, fix image ↵ | cinap_lenrek | |
border layout | |||
2012-07-31 | mothra: make emalloc zero memory, fix uninitialized nextline pointer crash | cinap_lenrek | |
2012-07-08 | mothra: edit selection fix | cinap_lenrek | |
2012-07-02 | mothra: remove 4K snarf limit for edit panel | cinap_lenrek | |
2012-07-01 | mothra: join underlined links | cinap_lenrek | |
2012-06-30 | mothra: fix scrollbar mouse grab behaviour | cinap_lenrek | |
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-19 | mothra: cleanup | cinap_lenrek | |
2012-06-18 | mothra/webfs: multipart/form-data and file upload support | cinap_lenrek | |
2012-04-30 | mothra/libpanel: fix memory leak in pledit | cinap_lenrek | |
2012-04-14 | mothra: plpack in any case, even if labels dont fit | cinap_lenrek | |
2012-03-23 | mothra: let image fragments stay in ther Rtext rect | cinap_lenrek | |
2012-03-23 | mothra: clip to intersection of r and b->clipr when drawing panels | cinap_lenrek | |
2012-01-01 | mothra: fix libpanel entry buffer overflow when pasting text | cinap_lenrek | |
2012-01-01 | mothra: allow plmouse() to update mouse state, use a pipe to signal screen ↵ | cinap_lenrek | |
update | |||
2011-11-14 | mothra: keep scrolling while mouse buttons are down | cinap_lenrek | |
2011-11-08 | mothra: cut/snarf in entry and edit panels | cinap_lenrek | |
2011-11-06 | mothra: add USERFL | cinap_lenrek | |
2011-11-06 | mothra: support <video>, <object>, <input type=password> and <meta ↵ | cinap_lenrek | |
http-equiv=refresh> | |||
2011-11-03 | mothra: fix integer overflow on textview scroll | cinap_lenrek | |