Changes between Version 66 and Version 67 of BOOK_WINDOW_R1
- Timestamp:
- 06/04/09 22:08:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v66 v67 124 124 -- ChangeSets -- 125 125 126 [30 13] - Commit before merging with trunk126 [3062] - Commit after merge with trunk, with all changes except "Define minimum size of the book window" because of changes to panels, need to fix the implementation 127 127 128 [3 062] - Commit after merge with trunk, with all changes except "Define minimum size of the book window" because of changes to panels, need to fix the implementation128 [3205] - Fix for over-iconifying windows 129 129 130 130 … … 165 165 166 166 * Change SimpleSceneVisual to not just rely on the coordinate system being offset to actually do the math to figure out where things are. This causes all sorts of redraw issues and is evident even before this task's changes (click and drag in the page work area of alpha 1, for example) Swing only repaints what it thinks is dirty (optimization) so if the coordinate system changes during an event, then things do not get repainted properly. Either this needs to change, or we need to rethink how scenes communicate with those classes displaying scenes to ensure everything gets updated properly. We just need a better coordinate system for scenes vs relying on offsetting the swing coordinates. 167 168 -- Older Changesets --- 169 170 [3013] - Commit before merging with trunk (keep this because sub-task 5 is here but not committed yet)