source: trunk/src/org/expeditee/items

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @940   9 years bln4 Continued work on update to tooltips to be actual items so that data …
(edit) @938   9 years bln4 Initial cut at a Tooltip class that stores Text Items inside it
(edit) @937   9 years bln4 Not sure how to delete things from svn; so these files are simply …
(edit) @935   10 years bln4
(edit) @934   10 years bln4
(edit) @933   10 years bln4
(edit) @932   10 years bln4
(edit) @931   10 years bln4
(edit) @922   10 years jts21 Improved ItemUtils.Justify (now justifies against Frame edge too)
(edit) @921   10 years jts21 Avoided JfxBrowser build error (caused by having to use internal APIs …
(edit) @920   10 years jts21 Text items are now correctly justfied on Frame load, and when picked …
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @917   10 years jts21 Changed Line.getEndPointToDisconnect to improve line disconnection …
(edit) @914   10 years davidb Implicit Boxing
(edit) @913   10 years davidb Changes related to anchor widgets
(edit) @909   10 years davidb Text item changed to use a tighter intersects() method based on …
(edit) @906   10 years bln4 Added Magnetic Constraints Magnetic Constraints are a new type of …
(edit) @905   10 years davidb Support for bounding box calculation more closely aligned with the …
(edit) @900   10 years jts21 Forgot to svn add new files before committing
(edit) @899   10 years jts21 Improvements to JSItem/JSWidget (better thread and drawing handling, …
(edit) @898   10 years ngw8 Added an extremely basic 'stop' function to the web parser, so …
(edit) @894   10 years ngw8 Fixed bug where text wasn't copied when right-clicking in the JFX Browser
(edit) @892   10 years ngw8 Added a status bar to the jfx browser that shows up when a link is …
(edit) @888   10 years ngw8 Added stop button to JFX browser, changed 'go' button to be inside the …
(edit) @887   10 years ngw8 JFXBrowser - right clicking on a link attaches a text item to the …
(edit) @886   10 years ngw8 Added a 'Reading Mode' to the JFXBrowser, which strips the page down …
(edit) @885   10 years csl14 Made changes to Exploratory Search interface and minor fixes to …
(edit) @883   10 years ngw8 Bug fixes with webparser: pages with no titles no longer throw an …
(edit) @879   10 years ngw8 Fixed bug where changing the font family of text with a non-default …
(edit) @877   10 years ngw8 Updating the design of the Exploratory Search overlays, along with a …
(edit) @876   10 years csl14 Exploratory Search web browser now anchors to fullscreen + fixed bug …
(edit) @875   10 years ngw8 Changes to XRayable anchoring: Bug fixes so that anchoring top doesn't …
(edit) @873   10 years ngw8 Changed the way anchoring top and anchoring bottom works for text. …
(edit) @870   10 years ngw8 Changed Circle.setSize() so that it actually sets the radius of the …
(edit) @866   10 years davidb Code to allow interactive widgets to have their respective corners …
(edit) @854   10 years jts21 Add right-click HTML5 video extraction to JfxBrowser (creates a …
(edit) @851   10 years jts21 Zoom frame around the current mouse position
(edit) @843   10 years jts21 Implement uploading images to FrameServer so other people can see them
(edit) @841   10 years jts21 Fix random NullPointerException on copy/pasting (apparently one of the …
(edit) @840   10 years ngw8 Scrollbars now hidden from converted pages. Doesn't seem possible to …
(edit) @839   10 years ngw8 Changes to web parser so that the converted pages are displayed in a …
(edit) @838   10 years jts21 Implement automatically downloading images from FrameShare servers. …
(edit) @837   10 years ngw8 JFXBrowser buttons are now disabled when they can't be used
(edit) @836   10 years davidb Code change to load custom fonts in their new FontFamily sub-directory …
(edit) @834   10 years davidb Reintroduction of WebBrowser.java after its accidental deletion
(edit) @833   10 years ngw8 Forgot to uncomment line in previous commit
(edit) @829   10 years ngw8 More updates to jfxbrowser appearance - added progress bar behind URL …
(edit) @824   10 years ngw8 Added overlay to browser that shows while the page is converting. …
(edit) @821   10 years jts21 Add support for writetree to PDF2, Links followed by writetree are …
(edit) @815   10 years jts21 Add ability to extract images from a web browser by right clicking them
(edit) @813   10 years csl14 Fullscreen webbrowser now gets actual width and height
(edit) @812   10 years davidb When setting an anchor left/rightr/top/bottom on a Dot, it now looks …
(edit) @810   10 years csl14 Updated Exploratory Search overlays to work with new anchoring.
(edit) @809   10 years jts21 Fix bug where webview had a maximum height and the webpage would be …
(edit) @807   10 years jts21 Hopefully fix incompatibility with Java 7 caused by using JavaFX …
(edit) @805   10 years davidb Variations of isAnchored() so panning can test if an Item is anchored …
(edit) @802   10 years jts21 Auto-focus url bar when hovering it, and disable using tab to focus …
(edit) @801   10 years jts21 Make JfxBrowser use only JavaFX Nodes, and make WebParser get images …
(edit) @799   10 years jts21 Some changes to JSItem (an attempt to stop multiple identical threads …
(edit) @798   10 years csl14 Exploratory Search taskbars now resize with screen - fixed anchor …
(edit) @797   10 years jts21 Add JfxMedia widget, isn't working for me (local files cause the …
(edit) @795   10 years jts21 Add support for circles to PDF exporter
(edit) @793   10 years jts21 Undo last commit since it caused jagged edges in rotated images in …
(edit) @792   10 years jts21 Fix positioning of rotated images in exported PDFs. Also in the …
(edit) @789   10 years jts21 Add support to PDF2Writer for rotated images, filled polyons, …
(edit) @785   10 years jts21 Tidier thread handling for JSItem (although it does assume that …
(edit) @784   10 years jts21 Add JSItem class, which like JSWidget is an item controlled by …
(edit) @778   10 years jts21 Move some settings into subpackages to tidy up the main settings page …
(edit) @777   10 years jts21 Only try to init fonts after they've been extracted so they can …
(edit) @776   10 years jts21 Fix bug with Text rebuilding, ignore width set on templates, change …
(edit) @774   10 years davidb Mouse panning action updated to take into account the status of any …
(edit) @767   10 years ngw8 Updates to new webparser/converter - now gives a tidier, more usable …
(edit) @766   10 years csl14 Added Exploratory Search settings package; can now specify height and …
(edit) @765   10 years jts21 Add global variable to widgets so they can share state. Tried to make …
(edit) @758   10 years jts21 Change JSWidget to just use a single init() method instead of …
(edit) @752   10 years jts21 Add JSWidget class which allows creating widgets entirely within …
(edit) @748   10 years ngw8 Changed JFX files to no longer use reflection (as some new features …
(edit) @741   10 years jts21 Items now keep their old ID when being anchored on the same frame as …
(edit) @737   10 years jts21 Enable per-item permission values, and tidy up DefaultFrameWriter a little
(edit) @736   10 years bln4
(edit) @733   10 years ngw8 Started work on v2 of webparser, currently adds snapshot of page on …
(edit) @729   10 years jts21 Move ColorWheels to UserSettings, store them as new ArraySetting type …
(edit) @726   10 years jts21 Fix Picture.isCropped(), and change Picture rotation values to use …
(edit) @725   10 years jts21 Auto-correct widget names with invalid capitalisation and/or missing …
(edit) @722   10 years jts21 Change tutorial in response to user feedback (now deletion is …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(edit) @711   10 years jts21 Changes to tooltip drawing
(edit) @707   10 years jts21 Implement setting tooltip attributes
(edit) @697   10 years jts21 Fixes/improvements to Help text
(edit) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(edit) @669   10 years jts21 generateSettingsTree() now uses FrameCreator, and also now uses a …
(edit) @665   10 years jts21 Make tooltips work for XRayables
(edit) @664   10 years jts21 Add tooltip template to settings, and make _tooltipItem a static …
(edit) @663   10 years jts21 Improve default text rebuilding behaviour (shouldn't impact …
(edit) @659   10 years ngw8 Improvements WebParser conversions of wrapped text - links and other …
(edit) @656   10 years jts21 Implement tooltips
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @654   10 years jts21 Re-enable transparency for images
(edit) @653   10 years jts21 Implemented image rotation
(edit) @650   10 years davidb Correction to assignment code in constructor.
Note: See TracRevisionLog for help on using the revision log.