Maciej Suminski
|
c21ae6efca
|
Double click support for the Tool Framework.
|
2013-11-28 15:19:50 +01:00 |
Maciej Suminski
|
5249b1a6da
|
Renamed TOOL_MOUSE_BUTTONS constants to avoid name conflict with Windows MB_RIGHT constant.
|
2013-10-15 10:41:00 +02:00 |
Maciej Suminski
|
bc305859b2
|
Mainly case changes.
|
2013-10-14 20:40:36 +02:00 |
Maciej Suminski
|
0ac3e1fbf2
|
Namespace KiGfx->KIGFX.
template<> -> template <>
Some more reformatting according to uncrustify results.
|
2013-10-14 16:13:35 +02:00 |
Maciej Suminski
|
22045b61ea
|
Converted tabs to spaces. Removed trailing whitespaces.
|
2013-10-14 13:43:57 +02:00 |
Maciej Suminski
|
6b74b5771a
|
Even more code comments and reformatting.
|
2013-09-27 18:51:21 +02:00 |
Maciej Suminski
|
3f320e4d68
|
Some more comments and code formatting.
|
2013-09-27 16:23:43 +02:00 |
Maciej Suminski
|
171857a7a8
|
FIxed TOOL_EVENT::Modifier() (now it returns value for current modifier, not only if there is one active or not).
|
2013-09-23 10:02:01 +02:00 |
Maciej Suminski
|
2c03bf4109
|
Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter).
Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed.
Selection & move tool can be invoked by a hot key.
|
2013-09-19 17:02:57 +02:00 |
Maciej Suminski
|
9adbdd803a
|
Added missing functions for checking type of keyboard event
|
2013-09-13 15:31:19 +02:00 |
Maciej Suminski
|
e8083ae808
|
Added some comments and changed names of classes to match the coding rules.
|
2013-09-02 14:21:12 +02:00 |
Maciej Suminski
|
89a138c09e
|
Added handling keyboard events for the Tool framework.
|
2013-08-21 17:37:27 +02:00 |
Maciej Suminski
|
e87eea7abc
|
Reformatting.
|
2013-08-19 09:47:36 +02:00 |
Maciej Suminski
|
ee80c7f674
|
Some more reformatting and adding copyright notices.
|
2013-08-07 11:20:12 +02:00 |
tomasz.
|
241061025b
|
Added core tool framework files + boost::context assembly stuff (initial, very buggy and unfinished work).
|
2013-08-02 16:46:53 +02:00 |