source: trunk/src/org/expeditee/items/widgets

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1258   5 years davidb Changed how DisplayController width, height and size are retrieved. …
(edit) @1191   6 years bln4
(edit) @1178   6 years bln4 org.expeditee.items.widgets.SampleWidget1 -> …
(edit) @1177   6 years bln4 The following commit comments all relate to work undertaken getting …
(edit) @1176   6 years bln4
(edit) @1160   6 years bln4 org.expeditee.items.widgets.SampleWidget3 -> Added an additional …
(edit) @1159   6 years bln4
(edit) @1152   6 years bln4 org.expeditee.items.Widgets.SwingWidget -> Adjusted the painting …
(edit) @1143   6 years bln4 Used Eclipse refactoring to encapsulate Point.X and Point.Y
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @1099   6 years davidb Removing these files as a consequence of Corey's logic/graphics …
(edit) @1098   6 years davidb New files from Corey's work on logic/graphics separation
(edit) @1080   7 years davidb Updates to cope with changes in Java ScriptEngine
(edit) @1078   8 years davidb Refactoring to allow support for additional scriptable languages. In …
(edit) @1060   8 years davidb More careful specification of TTF font filename
(edit) @1047   8 years davidb Anchor top and left added as minus options to an @i item. Relocation …
(edit) @1046   8 years davidb Typo fix in comment
(edit) @1005   8 years davidb Change to allow SVG buttons to be resizeable. Also tidy up of import …
(edit) @994   8 years davidb Added new Java classes for widgets
(edit) @981   9 years davidb Two new interactive widgets, to help with users learning Expeditee …
(edit) @921   10 years jts21 Avoided JfxBrowser build error (caused by having to use internal APIs …
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @913   10 years davidb Changes related to anchor widgets
(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) @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) @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) @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) @837   10 years ngw8 JFXBrowser buttons are now disabled when they can't be used
(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) @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) @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) @797   10 years jts21 Add JfxMedia widget, isn't working for me (local files cause the …
(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) @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) @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) @725   10 years jts21 Auto-correct widget names with invalid capitalisation and/or missing …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(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) @641   11 years jts21 Generated settings frames now use capitalised setting names, and …
(edit) @631   11 years csl14 fixed javafx browser copy text bug
(edit) @627   11 years jts21 Add error message if JfxBrowser fails to load.
(edit) @626   11 years jts21 Make widgets pass F-keys on to Expeditee, and fix Widget resizing so …
(edit) @621   11 years jts21 Add homePage setting, and make settings reset to their defaults if …
(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) @569   11 years csl14 Webview captures mouse click events and copies selected text + …
(edit) @568   11 years ngw8 Moved JfxBrowser page parsing method into WebParser class, added some …
(edit) @567   11 years jts21 Add callbacks for middle/right clicks on widgets
(edit) @566   11 years jts21 Move JavaFX reflection to it's own class so it can be accessed by …
(edit) @565   11 years jts21 Fix cast from Object to int (should cast to Integer since int is a …
(edit) @564   11 years ngw8 Webpage to Expeditee working (to some extent) for text
(edit) @560   11 years ngw8 Progress on Web >> Expeditee - Text items representing all elements of …
(edit) @557   11 years csl14 started getFrame method for JfxBrowser - gets html as expeditee frame
(edit) @556   11 years ngw8 Added support to the JfxBrowser URL field for Expeditee-like mouse actions
(edit) @555   11 years ngw8 Fixed back/forward buttons doing the opposite of what they should in …
(edit) @550   11 years ngw8 JfxBrowser: Back & forward buttons work, URL bar updates
(edit) @549   11 years jts21 Fix back/forward/refresh functions, and allow ftp:// URLs
(edit) @548   11 years csl14 added back and forward functionality for JfxBrowser
(edit) @547   11 years jts21 Fix bugs in URL validation logic
(edit) @546   11 years jts21 Move URL validation to navigate() method
(edit) @545   11 years ngw8 Added basic buttons to JfxBrowser, URL bar half works, others don't …
(edit) @544   11 years jts21 Updated JfxBrowser to use search engine variable, and also fixed some …
(edit) @543   11 years jts21 Add correction for missing URL protocol, and detection of search URLs …
(edit) @541   11 years jts21 Add JfxBrowser status callback
(edit) @540   11 years csl14 Fixed startBrowserNewFrame action
(edit) @539   11 years jts21 Override that event in JfxBrowser to allow navigation to a new URL
(edit) @537   11 years ngw8 JfxBrowser: URI is remembered between closing and reopening Expeditee …
(edit) @536   11 years jts21 Tested JfxBrowser with proxy auth (working), fixed some mistakes in …
(edit) @534   11 years csl14 startBrowser and startBrowserNewFrame now create JfxBrowser widget …
(edit) @533   11 years ngw8 Fixed various bugs with the JFXBrowser widget, incl. fixing issue …
Note: See TracRevisionLog for help on using the revision log.