Rev |
Age |
Author |
Path |
Log message |
Diff |
22121 |
1855d 08h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
fix oops in previous commit |
|
22120 |
1855d 08h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#14533: Text properties dialog should get a context menu item |
|
21293 |
2296d 02h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
Fix HUDs for rotated objects |
|
21288 |
2296d 11h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
Improve #14021 fix even more |
|
20691 |
2406d 05h |
craig |
/trunk/Scribus/scribus/selection.cpp |
#13556: Rename members of many classes <aliyousuf> |
|
18357 |
3327d 23h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#11645: Relative Z-index should keep same when grouping items |
|
17388 |
3805d 20h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
- Convert more text properties widgets to new model
- Various fixes |
|
17092 |
3898d 08h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
- simplify retrieval of item level relative to its parent by adding proper function to PageItem class
- add function to Selection class in order to check if all selected objects have same parent doc or group |
|
16546 |
4156d 05h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
merge the internals of PP work related to OIF project + experiment on pp colors tab |
|
16118 |
4260d 21h |
fschmid |
/trunk/Scribus/scribus/selection.cpp |
Fixes for group sizes after applying a "Lens" or "Mesh Distortion" effect. |
|
16105 |
4261d 23h |
fschmid |
/trunk/Scribus/scribus/selection.cpp |
Added a new type of object: PageItem::Group, which replaces the old groupcontrol item. |
|
15920 |
4291d 10h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#9500: Palette does not get disabled when undoing an object creation leading to multiple crashes |
|
15318 |
4422d 07h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#9250 : undoing "Paste" from another doc crashes Scribus |
|
15169 |
4456d 21h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#9139: undefined position of imported SVG after rotation
fix issue by performing more automatic calls to setGroupRect() in case of gui selection |
|
14961 |
4513d 22h |
fschmid |
/trunk/Scribus/scribus/selection.cpp |
Fixed the bug that pasted object get misplaced when the target page has an Y-Position larger than 99999 pts |
|
14296 |
4661d 01h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#8575, grouping object on a different layer makes some / all other objects invisible :
- when grouping objects, create layer on same layer as items, was possibly not the case before
- check that all objects belong to a common layer before allowing user to group them |
|
13801 |
4766d 12h |
pierre |
/trunk/Scribus/scribus/selection.cpp |
added a couple of helpers in Selection, ensure that selection bounding rect is up to date when getting it |
|
13101 |
4952d 23h |
jghali |
/trunk/Scribus/scribus/selection.cpp |
#7726: unselect group from a multi (shift left-click) does not work properly |
|
12467 |
5114d 21h |
pierre |
/trunk/Scribus/scribus/selection.cpp |
More accurate selection rect, especially when items are rotated or grouped or both. |
|
12463 |
5116d 18h |
pierre |
/trunk/Scribus/scribus/selection.cpp |
Made the selection outline enclosing all the item (including outline, whatever its size).
Introduced the idea of a visualRect for pageitem, it results in new methods in PageItem:
visualXPos(), visualYPos(), visualWidth(), visualHeight() and in Selection:
getVisualGroupRect() |
|