/haiku/src/servers/app/ |
H A D | SimpleTransform.h | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | Canvas.h | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | Canvas.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | DrawState.h | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | View.h | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | WorkspacesView.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | View.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | DrawState.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | Window.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | ServerPicture.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|
H A D | ServerWindow.cpp | 6f2a446e2eb8362b92dd6c12c8ed7274d110a9b1 Mon Apr 06 12:43:24 UTC 2015 Julian Harnath <julian.harnath@rwth-aachen.de> app_server: extract coordinate conversion class
* Move coordinate conversion into a new class SimpleTransform. It supports scaling and translation which is sufficient for conversion between screen, local and pen (drawing) coordinates.
* Because all the overloaded methods for converting BPoint/BRect/BRegion/etc are now within the single SimpleTransform class, the interfaces of Canvas, View, DrawState, etc. are slimmed down. These classes have too many responsibilities, so some will be factored out into separate classes, this being the first.
|