source: trunk/src/org/expeditee/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1111   6 years bln4 org.expeditee.actions.Misc -> New action FramesetMigrateImages: Like …
(edit) @1110   6 years bln4
(edit) @1108   6 years bln4 org.expeditee.actions.Misc -> Added new action MigrateImages. …
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @1080   7 years davidb Updates to cope with changes in Java ScriptEngine
(edit) @1079   8 years davidb Comments added to track some useful StackOverflow articles on custom …
(edit) @1078   8 years davidb Refactoring to allow support for additional scriptable languages. In …
(edit) @1076   8 years davidb Addition of two experimental actions to do with keeping framesets …
(edit) @1032   8 years davidb Change of logic so a given starting frame on the command-lline is …
(edit) @996   8 years davidb Added new version of Misc which contains open URL and Font Wheel and …
(edit) @990   8 years bln4
(edit) @987   9 years davidb Changed to 'lower-tech' way of doing this, as the line that had to be …
(edit) @978   9 years davidb Action added for retrieving just one unicode char
(edit) @976   9 years bln4 When deciding what action to run Actions.java now considers actions …
(edit) @975   9 years bln4 When attempting to run a action and finding multiple potential matches …
(edit) @951   9 years davidb Change in code to cope with commit #936, that broke the Javascript …
(edit) @950   9 years bln4
(edit) @947   9 years bln4 Removed usused imports
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @887   10 years ngw8 JFXBrowser - right clicking on a link attaches a text item to the …
(edit) @885   10 years csl14 Made changes to Exploratory Search interface and minor fixes to …
(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) @857   10 years ngw8 Forgot to commit changes to classpath after adding library
(edit) @855   10 years ngw8 Added 'Ask the Duck' action, which uses the DuckDuckGo API to return …
(edit) @848   10 years ngw8 Bug fix with links on converted pages
(edit) @845   10 years ngw8 Web parser now gives converted links an action that creates a new …
(edit) @830   10 years davidb Shutdown handler added to deal with the situation where an Action (a …
(edit) @827   10 years bln4 Removed svn testing things
(edit) @826   10 years bln4 Inserting a temp comment.
(edit) @825   10 years davidb SVN test
(edit) @823   10 years bln4 Harmless test. No pixels have been damaged in the…
(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) @805   10 years davidb Variations of isAnchored() so panning can test if an Item is anchored …
(edit) @800   10 years jts21 Add method for re-extracting resources without having to wipe your …
(edit) @798   10 years csl14 Exploratory Search taskbars now resize with screen - fixed anchor …
(edit) @791   10 years csl14 Exploratory Search interfaces now remains stationary when panning
(edit) @778   10 years jts21 Move some settings into subpackages to tidy up the main settings page …
(edit) @774   10 years davidb Mouse panning action updated to take into account the status of any …
(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) @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) @725   10 years jts21 Auto-correct widget names with invalid capitalisation and/or missing …
(edit) @723   10 years jts21 Fix off-by-one error with javascript error handling
(edit) @722   10 years jts21 Change tutorial in response to user feedback (now deletion is …
(edit) @716   10 years csl14 Exploratory search pages now use @old. Replaced home icon with new icon.
(edit) @715   10 years jts21 Move JS actions to Javascript2 class, handle java ClassNotFound
(edit) @708   10 years jts21 Changes to javascript interpreter, implement detailed error messages
(edit) @689   10 years jts21 Added progress bar, rewrote some of MessageBay
(edit) @669   10 years jts21 generateSettingsTree() now uses FrameCreator, and also now uses a …
(edit) @668   10 years jts21 Add gotoURL action that can be used for storing hyperlinks that have …
(edit) @660   10 years jts21 Add action to execute external programs and return their output. Only …
(edit) @658   10 years jts21 Auto-generate settings tree when creating a new profile
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @645   11 years csl14 exploratory search pages now use buttons for back forward and home …
(edit) @639   11 years jts21 Add method to generate a settings tree containing all settings, and …
(edit) @634   11 years jts21 Fix image and widget panning
(edit) @632   11 years jts21 Add panning action - Use by shift-left-click and dragging the mouse, …
(edit) @625   11 years csl14 Added startBrowserSession action - Go Browsing button on exploratory …
(edit) @624   11 years jts21 Add runJar action that loads and runs an executable jar file in the …
(edit) @623   11 years csl14 added back and forward buttons to exploratory search pages
(edit) @622   11 years csl14 resetHomeFrame action wipes and rebuilds home frame, startpages home …
(edit) @614   11 years csl14 Small changes to profile frame and added start pages - a.k.a templates
(edit) @603   11 years jts21 Fix image creation for webparser
(edit) @601   11 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @595   11 years jts21 Fix bugs with Picture creation/saving/loading
(edit) @589   11 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @585   11 years jts21 New save format now can save and load frames on par with the exp …
(edit) @582   11 years jts21 Don't use XML formatting since it's overly verbose
(edit) @581   11 years jts21 Start adding XML save format. Idea is to make special items (Images, …
(edit) @578   11 years jts21 Add support for following links to JS parsing action, and make sure it …
(edit) @577   11 years jts21 Get WebParsing via URL working. Kinda. (requires a JfxBrowser widget …
(edit) @575   11 years jts21 Make js parser no longer try to evaluate the frame name
(edit) @574   11 years jts21 Add action to run javascript code. Probably completely pointless since …
(edit) @573   11 years csl14 added ItemsRightClickedDropped and ItemsLeftClickedDropped for …
(edit) @570   11 years jts21 Add settings package which uses reflection to allow changing settings …
(edit) @548   11 years csl14 added back and forward functionality for JfxBrowser
(edit) @540   11 years csl14 Fixed startBrowserNewFrame action
(edit) @534   11 years csl14 startBrowser and startBrowserNewFrame now create JfxBrowser widget …
(edit) @518   11 years jts21 Add 'run' command which allows easier creation of widgets and running …
(edit) @516   11 years davidb startBrowserNewFrame now starts browser in 'fullscreen'
(edit) @514   11 years csl14 Added startBrowser and startBrowserNewFrame actions - creates lobo …
(edit) @504   11 years jts21 New copy/paste handling, add pdfImporter, add dictionary and …
(edit) @492   11 years davidb Replaced getClasses() with getClassesNew(), an alternative that is …
(edit) @480   11 years bln4 Modifications are to Actions.getClasses. Some people were having …
(edit) @479   11 years davidb When adding in support for a third attribute for an arrow head (nibb …
(edit) @466   11 years davidb initial cut at adding embedded Javascript support (fashioned after how …
(edit) @465   11 years davidb Status enum made public. Some tidying up of text/spelling in comments
(edit) @464   11 years davidb Refactoring
(edit) @463   11 years davidb Minor tweak to output of exception message
(edit) @462   11 years davidb Updates to IDE for compiling and running Java code stored on frames
(edit) @442   12 years davidb Fixed syntax error in the code.
(edit) @441   12 years davidb Added Javadoc comment
(edit) @439   12 years davidb Hooks to link Simple to the additional actions added: …
(edit) @438   12 years davidb Additional actions added: getItemAtPosition and getItemContainingData
(edit) @437   12 years davidb Fixed a couple of typos in comments.
(edit) @429   15 years ra33 Fixed problems with ghost items being created when ranging
Note: See TracRevisionLog for help on using the revision log.