cleanups
[org.ibex.core.git] / src / org / ibex / Box.java
2004-04-11 adamcleanups
2004-04-11 adamremove unnecessary throws clauses, simplify static...
2004-04-11 adamallow traps on all properties, add FIXMEs for required...
2004-04-11 adamreflow on demand when JS reads width/height
2004-04-11 tupshinrespun fix for 538 to work with adam's latest patches
2004-04-11 adamfixed bug 536
2004-04-11 adamfixed bug 521
2004-04-11 adamtypo
2004-04-11 adamincremental repainting
2004-04-11 adamintelligent repacking/reconstrainig/replacing
2004-04-11 adamcustom simplex solver (post-experimental)
2004-04-10 adambacked out one optimization
2004-04-10 adamrendering optimizations
2004-04-10 adamremoved PosChange, childadded, childremoved, added...
2004-04-10 adamfixed bug 533
2004-04-10 adamfixed bug 534
2004-04-10 adamfixed bug 529
2004-04-10 adamfixed bug 532
2004-04-10 adamfixed bug 527
2004-04-08 adammake runtime independent of foo_alloc
2004-04-08 adamMassive improvement in Simplex layout solver
2004-04-07 adamfonts now rendered immediately on-demand
2004-04-07 adammajor repack speedup
2004-04-07 adamachieved true O(numboxes) and independence from numcols
2004-04-07 adamsimplex optimization: make place_children() run in...
2004-04-05 adammore speed enhancements for simplex
2004-04-05 adamfixed bug 522
2004-04-05 adamfixed bug 500
2004-04-05 adamfixed bug 521
2004-04-05 adamfixed bug 519
2004-04-05 adamanother performance improvement for the simplex solver
2004-04-04 adamperformance boost for simplex solver
2004-04-04 adamconstraint solver now treats children appropriately
2004-04-04 adamfixed bug 510
2004-04-04 adamadded distanceto()
2004-04-04 adamnew linear constraint solver for layout
2004-03-22 tupshinUNDO: backed out broken part of 500 fix
2004-03-24 charlieUNDO: Fix for Bug 503
2004-03-30 charlieUNDO: Full fix for Bug 471
2004-03-30 charlieFull fix for Bug 471
2004-03-24 charlieFix for Bug 503
2004-03-09 adamUNDO: fixed bug 471
2004-03-22 tupshinmake imagenotfound report file path
2004-03-22 tupshinbacked out broken part of 500 fix
2004-03-22 adamfixed bug 500
2004-03-17 adamfixed heinous breakage, added backtrace support
2004-03-16 adamfixed bugs 495 and 499
2004-03-09 adamfixed bug 471
2004-03-09 adamfixed bug 496
2004-02-15 adamfixed bug 440, reintroduced splash screen
2004-02-10 adambug 116: x11 file dialog
2004-02-10 adammousewheel support on all platforms (X11,Darwin,Win32...
2004-02-10 adamfixed cursors (bug 379)
2004-02-08 adampost-rebranding cleanup
2004-02-03 tupshinmass rename and rebranding from xwt to ibex - fixed...