summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/libpanel
AgeCommit message (Expand)Author
2022-04-06mothra: make scrollbar style consistent with other applicationsphil9
2021-08-03libpanel: rename to match clean ruleOri Bernstein
2021-05-13libpanel: fix text sliding around in libpanel text entry widgets.james palmer
2021-02-16mothra: tune up entry control logic for easier text editingSigrid
2020-04-28facelift for mothra: flat ui is in.Ori Bernstein
2020-04-26mothra: fix a few errors in previous patchqwx
2020-04-25mothra: make user interface monochromestanley lieber
2020-04-25mothra: remove extraneous lines and decoration (fake 3d). patch extracted fro...stanley lieber
2019-02-25libpanel: fix %.*s format in pl_snarfentry()cinap_lenrek
2016-10-22mothra: avoid flushimage() calls, event() will implicitely flushcinap_lenrek
2015-09-22mothra: <hr> drawingcinap_lenrek
2015-09-03mothra: subscript and superscript supportcinap_lenrek
2015-03-15mothra: add <strike> supportcinap_lenrek
2015-02-08mothra: add side scrolling, controlled by left and right buttons on the keybo...stanley lieber
2015-01-31mothra: people do not like it. revertingcinap_lenrek
2015-01-31mothra: wrap long text and images to fitcinap_lenrek
2014-02-04libpanel: remove pointless pointer castsmischief
2014-02-04libpanel: fix pointer casts and format stringsmischief
2013-10-08libpanel: fix memory corruption bug in plinitentry(), add pl_erealloc()cinap_lenrek
2013-08-09mothra: fix nil pointer dereferencecinap_lenrek
2013-05-27mothra: clicking on the url scroll bar, snarfing, or saving a hit when no url...ppatience0
2012-09-28mothra: fix select boxes in textviewcinap_lenrek
2012-09-24mothra: various improvementscinap_lenrek
2012-09-24mothra: cache backup bitmap in pl_rtdraw()cinap_lenrek
2012-09-24mothra: forgot to add snarf.ccinap_lenrek
2012-09-23mothra: snarf and pastecinap_lenrek
2012-09-23mothra: dont highlight subpanels in textviewcinap_lenrek
2012-09-23mothra: fast (offscreen) alpha drawing on scrollcinap_lenrek
2012-09-23mothra: cleanup textview codecinap_lenrek
2012-09-22mothra: text selection 2nd attemptcinap_lenrek
2012-09-22mothra: first attempt on text selectioncinap_lenrek
2012-09-13mothra: fix wrong ascent calculation if text element is too large, fix image ...cinap_lenrek
2012-07-31mothra: make emalloc zero memory, fix uninitialized nextline pointer crashcinap_lenrek
2012-07-08mothra: edit selection fixcinap_lenrek
2012-07-02mothra: remove 4K snarf limit for edit panelcinap_lenrek
2012-07-01mothra: join underlined linkscinap_lenrek
2012-06-30mothra: fix scrollbar mouse grab behaviourcinap_lenrek
2012-06-19mothra: cleanupcinap_lenrek
2012-06-18mothra/webfs: multipart/form-data and file upload supportcinap_lenrek
2012-04-30mothra/libpanel: fix memory leak in pleditcinap_lenrek
2012-04-14mothra: plpack in any case, even if labels dont fitcinap_lenrek
2012-03-23mothra: let image fragments stay in ther Rtext rectcinap_lenrek
2012-03-23mothra: clip to intersection of r and b->clipr when drawing panelscinap_lenrek
2012-01-01mothra: fix libpanel entry buffer overflow when pasting textcinap_lenrek
2012-01-01mothra: allow plmouse() to update mouse state, use a pipe to signal screen up...cinap_lenrek
2011-11-14mothra: keep scrolling while mouse buttons are downcinap_lenrek
2011-11-08mothra: cut/snarf in entry and edit panelscinap_lenrek
2011-11-06mothra: add USERFLcinap_lenrek
2011-11-06mothra: support <video>, <object>, <input type=password> and <meta http-equiv...cinap_lenrek
2011-11-03mothra: fix integer overflow on textview scrollcinap_lenrek