Age | Commit message (Collapse) | Author | Files | Lines |
|
Conflicts:
src/guichan/cliprectangle.cpp
src/guichan/focushandler.cpp
src/guichan/gui.cpp
src/guichan/include/guichan/cliprectangle.hpp
src/guichan/include/guichan/inputevent.hpp
src/guichan/include/guichan/keyevent.hpp
src/guichan/include/guichan/mouseevent.hpp
src/guichan/include/guichan/widgets/button.hpp
src/guichan/include/guichan/widgets/checkbox.hpp
src/guichan/include/guichan/widgets/dropdown.hpp
src/guichan/include/guichan/widgets/radiobutton.hpp
src/guichan/include/guichan/widgets/slider.hpp
src/guichan/include/guichan/widgets/tab.hpp
src/guichan/include/guichan/widgets/tabbedarea.hpp
src/guichan/include/guichan/widgets/textfield.hpp
src/guichan/include/guichan/widgets/window.hpp
src/guichan/inputevent.cpp
src/guichan/keyevent.cpp
src/guichan/mouseevent.cpp
src/guichan/widget.cpp
src/guichan/widgets/button.cpp
src/guichan/widgets/checkbox.cpp
src/guichan/widgets/dropdown.cpp
src/guichan/widgets/radiobutton.cpp
src/guichan/widgets/slider.cpp
src/guichan/widgets/tab.cpp
src/guichan/widgets/tabbedarea.cpp
src/guichan/widgets/textfield.cpp
src/guichan/widgets/window.cpp
|
|
|
|
|
|
|
|
|
|
Change compilation flags in make scripts.
|
|
Add sample make script for fink.
Possible broke support for dmg images.
|
|
Disable gprofiler in normal make script by default and enable leak detector.
|
|
|
|
|
|
Cmake always using internal guichan.
|
|
Can be enabled by configure option -enable-memdebug=yes.
Known issue: not all memory allocations hooked with it.
|
|
|
|
|
|
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
|
|
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
|