Changes between Version 66 and Version 67 of BOOK_WINDOW_R1


Ignore:
Timestamp:
06/04/09 22:08:46 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v66 v67  
    124124-- ChangeSets -- 
    125125 
    126   [3013] - Commit before merging with trunk 
     126  [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 
    127127 
    128   [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 
     128  [3205] - Fix for over-iconifying windows 
    129129 
    130130 
     
    165165 
    166166  * 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)