source: trunk/src/org/expeditee/items

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @284   16 years ra33 Added additional mail functionality... Also added REMINDER feature
(edit) @282   16 years ra33
(edit) @279   16 years bjn8 Refactored naming of some methods in widget
(edit) @278   16 years ra33 Fixed some bugs... AbstractCharts can not be copied, resized, etc
(edit) @277   16 years bjn8 Simple changes
(edit) @274   16 years bjn8 Something that might be of interest
(edit) @247   16 years ra33 Added more import and mail stuff... including text importer
(edit) @242   16 years ra33
(edit) @239   16 years bjn8 Added absolute frame getter for iwidgets
(edit) @238   16 years ra33 Added a SINGLETON class for sending email messages
(edit) @237   16 years bjn8 Fixed silly mistake
(edit) @235   16 years ra33 Refactored the way attribute value pairs work... Moved static methods …
(edit) @230   16 years bjn8 Thought I might add a sample heavy duty widget
(edit) @229   16 years bjn8 Refector a little bit of code for reuse. Also fixed a bug with widgets
(edit) @228   16 years ra33 Added web browser control... next up... EMAIL!
(edit) @226   16 years ra33 Added PDF writers
(edit) @225   16 years bjn8 fixed bugs
(edit) @224   16 years bjn8
(edit) @222   16 years ra33
(edit) @221   16 years ra33
(edit) @220   16 years ra33
(edit) @219   16 years bjn8 Cleaned up Display IO and the setCurrentFrame method - now anything …
(edit) @218   16 years bjn8 Fixed bug
(edit) @217   16 years bjn8 Fixed bug with parent event filtering
(edit) @214   16 years ra33 Added charts
(edit) @213   16 years ra33 Added Charts
(edit) @212   16 years bjn8 Fixed subtle bug with loading data lines from an expeditee file
(edit) @211   16 years bjn8
(edit) @210   16 years bjn8 Changed tag parsing a little
(edit) @209   16 years bjn8 Tidied width and height restrictions ... now can set after construction
(edit) @208   16 years bjn8 Included simple tag parsing helpers
(edit) @207   16 years bjn8 Made some frame routines thread-safe Improved widget events
(edit) @206   16 years bjn8 Reverted back... but left latest changes in comments with TODO tags. …
(edit) @205   16 years ra33 Added all the category graph types
(edit) @204   16 years ra33 Added bar chart for single categories
(edit) @203   16 years ra33 Modified SimpleWidget1 to work with dataFrame
(edit) @199   16 years ra33 Added functionality allowing users to do PieCharts, also charts now …
(edit) @198   16 years ra33 added new package to separate widget classes from item classes
(edit) @196   16 years ra33 Added Frame and Box variables to the Math calculations
(edit) @190   16 years ra33 Added some math stuff... able to group numbers inside a rectangle
(edit) @189   16 years ra33
(edit) @188   16 years ra33 Resizable, recolorable borders now available for IW's
(edit) @186   16 years ra33 can now set interactive widget properties including link and border …
(edit) @185   16 years ra33
(edit) @184   16 years bjn8 Widgets are now linkable. Also made some improvements for popups - …
(edit) @181   16 years ra33 Work on Bridging the Gap between SimpleStatements and Actions/Agents
(edit) @179   16 years ra33 Made a few minor changes... Also For interactive widgets the border …
(edit) @176   16 years ra33
(edit) @172   16 years bjn8 Improvements made for deleting widgets. Fixed a general bug with …
(edit) @169   16 years bjn8 Improvements for widgets and popups
(edit) @156   16 years ra33 Added calculate action
(edit) @154   16 years ra33 Fixing bugs for Rob
(edit) @148   16 years ra33
(edit) @147   16 years ra33 Added anchorRight and anchorBottom properties to items... Fixed bugs …
(edit) @145   16 years ra33
(edit) @143   16 years ra33 Fixed some repaint issues
(edit) @142   16 years bjn8 Minor conveniences
(edit) @139   16 years bjn8
(edit) @137   16 years ra33 Fixed a few problems with painting etc.. and finished search stuff
(edit) @133   16 years ra33 Turned search actions into search agents so they are run on a …
(edit) @132   16 years ra33
(edit) @131   16 years ra33 Fixed a couple of minor repaint issues such problems when TwoEnclosed
(edit) @130   16 years ra33 Added search functionality... Also fixed repaint issues
(edit) @128   16 years bjn8 Fixed popups with widgets. Added custom popup support.
(edit) @127   16 years bjn8 Fixed movement artifact on fixed sized widgets
(edit) @126   16 years bjn8 invalidation added
(edit) @124   16 years ra33 Repaint now works with cropping and changing color of @b and @v
(edit) @123   16 years bjn8 imports
(edit) @122   16 years bjn8 Opps, forgot new classes
(edit) @121   16 years bjn8 Added invalidation for graphics... biiiig commit. LOts of effeciency …
(edit) @116   16 years ra33 Added SearchItem and SearchStr
(edit) @115   16 years ra33 added functionality for dockable @v's
(edit) @109   16 years ra33 Infamous circle class... that I designed poorly and wasted a whole lot …
(edit) @108   16 years ra33 Heaps of changes!!!! Added circles... Better drawing of lines etc etc
(edit) @107   16 years ra33 Fixed rounding errors in Text class... They caused a whole bunch of …
(edit) @106   16 years ra33 Changed all the (int)(x+0.5) float conversions to use the …
(edit) @105   16 years ra33 Made a whole lot of changes... Including using polyLine etc for …
(edit) @102   16 years ra33 Fixed bug preventing it from working in windows... and added comment …
(edit) @98   16 years ra33 Fixed a couple of minor bugs that popped up in the demo
(edit) @97   16 years ra33 Lots of changes!!
(edit) @95   16 years ra33 Added a couple of tests for AttributeUtils class
(edit) @90   16 years ra33 Added getTreeStats
(edit) @88   16 years ra33 Added parsing of annotation items
(edit) @87   16 years ra33 Fixed some stuff with the SIMPLE debugger Refactored the way the …
(edit) @86   16 years ra33 Added DebugFrame action Added GetCometStats Lots of bug fixes
(edit) @85   16 years bjn8 Fixed subtle bug in iWidget when stamping out copies
(edit) @84   16 years bjn8 Fixed minor bug: widgets weren't able to have enclosed context when …
(edit) @83   16 years bjn8 Fixed widgets now always have their corners to only have the …
(edit) @81   16 years bjn8 iWidgets now must have tag separators - following expeditees tag convention
(edit) @80   16 years ra33 Added some more unit tests Did a bunch of refactoring AND added a few …
(edit) @79   16 years ra33 Added @b and @v... Also changed @f... so that images can be displayed …
(edit) @78   16 years ra33 Added @b and @v... Also changed @f... so that images can be displayed …
(edit) @77   16 years bjn8 Renamed some things for better descriptions ... Removed an unused …
(edit) @76   16 years bjn8 Test commit - corrected a spelling mistake on an error message
(edit) @74   16 years ra33 Fixed bugs... added some more features!!
(edit) @72   16 years ra33 Added lots of stuff
(edit) @71   16 years ra33 Removed last remnants of adjusting position of items to account for …
(edit) @70   16 years ra33 Made LOTS of changes... Added DisplayComet A whole bunch more stats …
(edit) @67   16 years ra33 Fixed a bunch of problems with rectangles and resizing the window, as …
(edit) @58   16 years ra33 Items that are completely off the screen to the left or above are no …
Note: See TracRevisionLog for help on using the revision log.