tibia-client/src/framework/ui
Konrad Kuśnierz f35c939fc3 Start working on multi-line selection for console
Unfortunately UITextEdit is really bad in terms of performance. It
cannot be used as overlying widget (just like in terminal). On the other
hand we could optimize it by rewriting (unfortunately) the whole widget.

There still is a lot of things to do, but for now it is possible to
select several lines of text and copy it using CTRL + C. In order to
make text copyable in context menu it will be required to override
onMousePress (return true).
2015-06-02 19:16:41 +02:00
..
declarations.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
ui.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uianchorlayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uianchorlayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiboxlayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiboxlayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uigridlayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uigridlayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uihorizontallayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uihorizontallayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uilayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uilayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uimanager.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uimanager.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiparticles.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiparticles.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uitextedit.cpp Start working on multi-line selection for console 2015-06-02 19:16:41 +02:00
uitextedit.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uitranslator.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uitranslator.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiverticallayout.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiverticallayout.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiwidget.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiwidget.h Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiwidgetbasestyle.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiwidgetimage.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00
uiwidgettext.cpp Update copyright for 2015 2015-03-04 10:36:51 -04:00