summaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.cc
AgeCommit message (Expand)Author
2016-04-27Reduce in half the redraws when scrolling.Jorge Arellano Cid
2014-11-27further fix to fl_oldfocus replacementJorge Arellano Cid
2014-11-25Fix a problem with FLTK's fl_oldfocus variableJorge Arellano Cid
2012-12-28move that change to viewportcorvid
2012-12-28don't let the view have ctrl-tabcorvid
2012-12-25tiny cleanupcorvid
2012-12-25move this tabbing focus stuff to a separate functioncorvid
2012-12-25fix drawing when scrolling to widget focused by tabcorvid
2012-12-25rm fltk2-era commentcorvid
2012-12-24when tabbing through widgets, add view to the loopcorvid
2012-12-23don't shift focus to view when right clicking for menucorvid
2012-12-23when tabbing among view's children, scroll to themcorvid
2012-12-23if a view has focus, make Tab give focus to a child widgetcorvid
2012-11-12Text is now correctly drawn as a whole.Sebastian Geerken
2012-10-03comment the fl_pie workaroundcorvid
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2011-10-27fix small-caps bug introduced in 8c20f260b445corvid
2011-10-25fix letter-spacing with combining characterscorvid
2011-08-26rm unused argcorvid
2011-08-22use the angle args in drawArccorvid
2011-08-04rm my FLTK2-era points array optimisation for drawPolygon()corvid
2011-07-28wrap image alt textcorvid
2011-07-17more fl_touppercorvid
2011-07-17clean up FltkViewBase::handlecorvid
2011-07-08Cancel the tooltip window when a popup menu is shownJorge Arellano Cid
2011-07-08Workaround: fixes hiding a tooltip with the keyboard or mousewheelJorge Arellano Cid
2011-07-03draw the labels when hidden inputs are showncorvid
2011-06-12merge in recent changes from main repocorvid
2011-06-03smallcaps use the proper enum valuecorvid
2010-11-24trim some spacescorvid
2010-11-13Full CSS border-style implementationJorge Arellano Cid
2010-10-09make dillo compile with clangJohannes Hofmann
2010-10-09Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps.Jorge Arellano Cid
2010-10-08Don't touch letter spacing for small-capsJorge Arellano Cid
2010-10-07Add utf8 uppercasing to small-capsJorge Arellano Cid
2010-10-07CSS part for font-variant: small-caps supportJorge Arellano Cid
2010-03-11drawArc() take coordinates of centercorvid
2010-03-11fix clipped drawing of non-filled rectanglesJohannes Hofmann
2009-10-18use letter spacing when drawingcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
2009-09-23adjust debugging code toocorvid
2009-09-23map default cursor to default cursorcorvid
2009-09-01further reduce size of rectangles before drawingJohannes Hofmann
2009-09-01improve FltkViewBase::drawRectangleJohannes Hofmann
2009-07-28properly clip draw requestsJohannes Hofmann
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-01-16Added lout/msg.h and normalized debug messages to use it.Jorge Arellano Cid
2008-12-10Fix: recover page focus when clicking-out of a widget. (try 2)Jorge Arellano Cid