Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -13/+13 | |
Mostly putting & and * in the right place and making some getters const. | |||||
2009-03-25 | Fixed some headers of recently added files | Bjørn Lindeijer | 1 | -3/+3 | |
2009-03-11 | Removed widget listeners from the popup class. Tests have shown that at | Ira Rice | 1 | -3/+1 | |
least for popup type functionality, this isn't needed. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 1 | -0/+196 | |
Window class, but stripped down to the bare essential functionality to just draw and position them. This means no resizing, no close buttons, no ability to move them, etc. This should help reduce the overhead in drawing speech bubbles, as well as other popup type dialogs, but is also not a drop in replacement for the Window class as well. Signed-off-by: Ira Rice <irarice@gmail.com> |