index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dw
/
layout.cc
Age
Commit message (
Expand
)
Author
2011-08-09
crossing-events part4 (fix corner case: moving into the common ancestor)
Jorge Arellano Cid
2011-08-01
crossing-events part3 (fix leaving a link into a non-dw widget)
Jorge Arellano Cid
2011-07-29
Removed lingering MSG
Jorge Arellano Cid
2011-07-29
avoid double draw after scrollIdle()
Jorge Arellano Cid
2011-07-27
Layout::moveToWidget(): send crossing events (part 2)
Jorge Arellano Cid
2011-07-08
Layout::moveToWidget(): send crossing events considering border cases
Jorge Arellano Cid
2011-05-13
more free/delete
corvid
2011-05-12
Bug fix: resize the viewport internally (when attached to a layout)
Jorge Arellano Cid
2011-05-11
merge
Jorge Arellano Cid
2011-05-10
straighten out free/delete/delete[]
corvid
2011-05-06
Fixed a typo bug in Layout::setSizeHints
Jorge Arellano Cid
2011-02-25
layout: less bandaidy
corvid
2011-02-24
add some band-aids again for now for this whole events-during-deletion problem
corvid
2011-02-23
different fix for the getWidgetAtPoint problems
corvid
2011-01-23
extend Johannes's deletingTopLevel workaround from 400a06a83891
corvid
2011-01-21
quick fix for Layout::getWidgetAtPoint() crash in fltk-1.3
Johannes Hofmann
2010-10-17
first ref(), then unref() in Layout::setBgColor()
Johannes Hofmann
2010-10-17
refcount Layout::bgColor
Johannes Hofmann
2010-09-24
call layout->setBgColor() from web.cc
Johannes Hofmann
2010-09-17
directly set background color
Johannes Hofmann
2009-10-29
emit link press/release even when no widget present at point
corvid
2009-10-29
move link signal emitter/receiver from Widget to Layout
corvid
2009-10-15
remove multiple views capability from dw
corvid
2009-10-15
remove "using namespace" statements from header files
Johannes Hofmann
2009-07-05
keybindings for scrolling
corvid
2009-05-31
Remove doxygen's confusion on some function signatures
Jeremy Henty
2009-03-02
Updated the GPL copyright note in the source files
Detlef Riekenberg
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-08
Fixed a couple of uninitialized-value bugs (detected with valgrind)
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-16
Added lout/msg.h and normalized debug messages to use it.
Jorge Arellano Cid
2008-09-30
- s/todo:/TODO:/g
jcid
2008-09-24
- Moved the dw2 tree into dillo2's tree.
jcid