tibia-client/src/framework/ui
Eduardo Bart 3bac3dcbb4 Rework stdext classes
Implement new classes:
* stdext::any => ligher replacement for boost::any
* stdext::packed_any => like any but optimized to use less memory
* stdext::shared_object => ligher replacement for std::shared_ptr
* stdext::shared_object_ptr => replacement for boost::intrusive_ptr
* stdext::fast_storage => for storing dynamic data
* stdext::packed_storage => same but with less memory
* stdext::packed_vector => std::vector with less memory

Compiling should be a little faster now because global boost including
is not needed anymore
2012-08-01 09:23:35 -03:00
..
declarations.h Rework stdext classes 2012-08-01 09:23:35 -03:00
ui.h Some particle stuff, far from done 2012-07-06 02:01:13 -03:00
uianchorlayout.cpp scroll when focusing widgets 2012-06-01 21:38:26 -03:00
uianchorlayout.h Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
uiboxlayout.cpp add horizontal box layout, enter keypress fix 2012-01-15 11:57:42 -02:00
uiboxlayout.h fix compiling on gcc 4.6 (too early to use 4.7.1...) 2012-07-30 18:52:30 -06:00
uigridlayout.cpp Refactor for documentation 2012-06-25 19:19:17 -03:00
uigridlayout.h fix compiling on gcc 4.6 (too early to use 4.7.1...) 2012-07-30 18:52:30 -06:00
uihorizontallayout.cpp Refactor for documentation 2012-06-25 19:19:17 -03:00
uihorizontallayout.h fix compiling on gcc 4.6 (too early to use 4.7.1...) 2012-07-30 18:52:30 -06:00
uilayout.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uilayout.h fix compiling on gcc 4.6 (too early to use 4.7.1...) 2012-07-30 18:52:30 -06:00
uimanager.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uimanager.h Fix a rare drag/drop issue 2012-07-31 06:34:45 -03:00
uiparticles.cpp Some particle stuff, far from done 2012-07-06 02:01:13 -03:00
uiparticles.h Some particle stuff, far from done 2012-07-06 02:01:13 -03:00
uirichtext.cpp implement grid layout 2012-01-12 17:20:18 -02:00
uirichtext.h implement grid layout 2012-01-12 17:20:18 -02:00
uitextedit.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uitextedit.h doc and luabinder changes 2012-06-22 00:14:13 -03:00
uitranslator.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uitranslator.h update copyright notice 2012-01-02 14:59:24 -02:00
uiverticallayout.cpp Refactor for documentation 2012-06-25 19:19:17 -03:00
uiverticallayout.h Just some refactoring 2012-07-29 07:32:54 -03:00
uiwidget.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uiwidget.h Just some refactoring 2012-07-29 07:32:54 -03:00
uiwidgetbasestyle.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
uiwidgetimage.cpp rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
uiwidgettext.cpp Rework application class and framework 2012-07-13 22:23:11 -03:00