Move patch to another directory
[supertux.git] / src / gui / dialog.hpp
2014-08-27 Ingo RuhnkeAdded default and cancel button to the Dialog
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeWait for an explicit "Close" by the user instead of...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeAdded mouse support to the Dialog class
2014-08-25 Ingo RuhnkeAdded callback functions to Dialog
2014-08-25 Ingo RuhnkeImplemented Dialog::draw()
2014-08-25 Ingo RuhnkeAdded some initial dialog code, doesn't do anything yet