summaryrefslogtreecommitdiff
path: root/dw/fltkviewport.cc
AgeCommit message (Expand)Author
2016-04-30Silenced debug messages left from patch #4534Jorge Arellano Cid
2016-04-29FltkViewport::draw() part2: cleanups and three bug fixes.Jorge Arellano Cid
2016-04-27Reduce in half the redraws when scrolling.Jorge Arellano Cid
2014-01-14commentcorvid
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-01-08don't draw scrollbars unnecessarilycorvid
2012-12-31don't say 'FL_GRAY' because it's a misleading termcorvid
2012-12-28move that change to viewportcorvid
2012-11-14color in the square at the junction of the scrollbarscorvid
2012-11-12return the FL_LEAVE code to fltkviewport handle()corvid
2012-11-05base selection scroll speed on distance from viewportcorvid
2012-11-05scroll when cursor is outside of viewport during selectioncorvid
2011-09-14Allow key bindings for paging left/rightcorvid
2011-09-06remove trailing whitespaceJorge Arellano Cid
2011-08-31BugFix: first click on a link missed after middle-click on a scrollbarJorge Arellano Cid
2011-08-17typocorvid
2011-06-29Fixed a bug that made the main area lose keyboard events with selection listsJorge Arellano Cid
2011-06-18Made dillorc's middle_click_drags_page=NO operative againJorge Arellano Cid
2011-06-13A form widget below the scrollbar was taking the latter's events (fixed)Jorge Arellano Cid
2011-05-22Added a CustScrollbar class to allow SHIFT+{Left,Right} go to the parentJorge Arellano Cid
2011-05-16rm spacescorvid
2011-05-12Bug fix: resize the viewport internally (when attached to a layout)Jorge Arellano Cid
2011-05-01check scrollbar visibility before sending it eventscorvid
2011-03-13no motionNotify when drag scrollingcorvid
2011-03-13Made the status bar visible and operative.Jorge Arellano Cid
2011-02-23view and form widget focusingcorvid
2011-02-08a little overlap when paging up/downcorvid
2011-02-03don't send viewport events to scrollbars while doing middle-click page dragging.corvid
2011-02-03use Fl_Group::handle() to pass events to scrollbarscorvid
2011-01-20view coordinates are now relative to the window (standard with fltk-1.3)Johannes Hofmann
2011-01-20fix scroll performanceJohannes Hofmann
2011-01-19adjust FltkView to global coordinates in fltk-1.3Johannes Hofmann
2011-01-16remove debug outputJohannes Hofmann
2011-01-16fix scrollbarsJohannes Hofmann
2011-01-16Fl_Group::resize() before adjustScrollbarsAndGadgetsAllocation()Johannes Hofmann
2011-01-15view changesJohannes Hofmann
2011-01-06some fltkviewportcorvid
2011-01-06more key/button modifierscorvid
2011-01-06eventscorvid
2011-01-06keys and mouse buttonscorvid
2010-05-10avoid automatic focus of first child when window gets focusJohannes Hofmann
2010-05-10fix focus handlingJohannes Hofmann
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
2009-07-07mergeJorge Arellano Cid
2009-07-05keybindings for scrollingcorvid
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