Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | (svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵ | rubidium | |
and sticky boxes and for window captions | |||
2009-11-24 | (svn r18274) -Codechange: remove the unused WDF flags | rubidium | |
2009-11-22 | (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. | alberth | |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the ↵ | rubidium | |
WindowDesc; it's determined from the (nested) widgets | |||
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium | |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵ | rubidium | |
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. | |||
2009-10-20 | (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp ↵ | smatz | |
to viewport_gui.cpp |