Timeline



01/15/14:

17:54 Changeset [699] by jts21
Attempt at fixing problem with window height not being known at …
17:32 Changeset [698] by jts21
Update jar
17:31 Changeset [697] by jts21
Fixes/improvements to Help text
17:30 Changeset [696] by jts21
Make progress bar green
14:52 Changeset [695] by ngw8
Minor changes to web parser
14:39 Changeset [694] by csl14
Forgot to add frameset for mindmap shapes
10:41 Changeset [693] by ngw8
Removed now obsolete loop from web parser, should increase speed for …

01/14/14:

16:27 Changeset [692] by ngw8
Partially fixed web parsers inability to convert unicode characters
12:31 Changeset [691] by ngw8
Links partially working in converted web pages
10:09 Changeset [690] by ngw8
Modified message bay progress bar unicode characters to work properly. …

01/13/14:

17:01 Changeset [689] by jts21
Added progress bar, rewrote some of MessageBay
15:43 Changeset [688] by ngw8
Improvements to WebParser's handling of blank text nodes, fixing bug …
11:30 Changeset [687] by jts21
Better help text for widgets
11:07 Changeset [686] by jts21
Add status message for widgets. Cannot simply handle widgets as …
10:42 Changeset [685] by jts21
Fix incorrect case dropdown
10:38 Changeset [684] by jts21
Add help text for Text items
10:28 Changeset [683] by jts21
Switch to using some simple methods instead of a massive array for …
10:28 Changeset [682] by jts21
Update status text on all mouse events

01/10/14:

17:18 Changeset [681] by jts21
Add correct status messages for cases where there are items on the cursor
16:04 Changeset [680] by jts21
Switch to a bitwise comparison solution for populating status array, …
14:55 Changeset [679] by jts21
Forgot to remove debug code from settings before last commit
14:51 Changeset [678] by jts21
Add help for click+drag commands, and make the status go onto 2 lines …
14:49 Changeset [677] by jts21
Let settings parser parse settings pages that take up multiple frames, …
14:25 Changeset [676] by jts21
Switch to using a link instead of an action for navigation buttons, …
14:07 Changeset [675] by jts21
Fix proxy warning spam
13:21 Changeset [674] by jts21
Add multi-mouse-button commands to status bar, change how status text …
10:09 Changeset [673] by jts21
Add status message area, add basic help text that gives info about …

01/09/14:

11:59 Changeset [672] by ngw8
Webparser improvements regarding how whitespace is dealt with
11:50 Changeset [671] by jts21
Fix frame attribute setting (was using item attribute list where frame …

01/08/14:

15:37 Changeset [670] by jts21
Make sure TitleTemplate is set before generateSettingsTree() is …
15:15 Changeset [669] by jts21
generateSettingsTree() now uses FrameCreator, and also now uses a …
14:20 Changeset [668] by jts21
Add gotoURL action that can be used for storing hyperlinks that have …
13:58 Changeset [667] by jts21
Allow specifying a frame to start at as a commandline option when …
12:29 Changeset [666] by jts21
Tidy up settings (no longer directly using GenericSettings)
10:53 Changeset [665] by jts21
Make tooltips work for XRayables
10:37 Changeset [664] by jts21
Add tooltip template to settings, and make _tooltipItem a static …
10:01 Changeset [663] by jts21
Improve default text rebuilding behaviour (shouldn't impact …

01/07/14:

16:59 Changeset [662] by ngw8
Made webparser line height/spacing work far better, with no magic …
16:17 Changeset [661] by jts21
Fix KMSReader to use the correct params for spacing methods
16:08 Changeset [660] by jts21
Add action to execute external programs and return their output. Only …
15:26 Changeset [659] by ngw8
Improvements WebParser conversions of wrapped text - links and other …
14:14 Changeset [658] by jts21
Auto-generate settings tree when creating a new profile
13:34 Changeset [657] by jts21
Remove tooltips when getting Template item
12:26 Changeset [656] by jts21
Implement tooltips
10:59 Changeset [655] by jts21
Switch to using specialised objects for settings so they make more a …

01/06/14:

15:33 Changeset [654] by jts21
Re-enable transparency for images
11:21 Changeset [653] by jts21
Implemented image rotation
11:19 Changeset [652] by jts21
Remove debug message for pasting text, and change warning message for …
11:17 Changeset [651] by jts21
Remove java-6 specific build targets (there is now a variable for this …

01/02/14:

23:46 Changeset [650] by davidb
Correction to assignment code in constructor.

12/23/13:

21:31 Changeset [649] by davidb
Code added so command-line version of FrameShare starts the thread for …

12/20/13:

12:38 Changeset [648] by davidb
Refactored so server can be started from the command line, in addition …
12:37 Changeset [647] by davidb
Parameterized the version of javac to target; introduced target to run …

12/19/13:

14:59 Changeset [646] by davidb
Minor change to left and right arrow PNG filenames. Need to be …

12/18/13:

15:57 Changeset [645] by csl14
exploratory search pages now use buttons for back forward and home …
15:06 Changeset [644] by ngw8
Actually fixed issue with background images that have a percent position
15:01 Changeset [643] by jts21
Implement cat flipping
14:28 Changeset [642] by jts21
Add more checks to ignore invalid/unset setting values
14:22 Changeset [641] by jts21
Generated settings frames now use capitalised setting names, and …
12:09 Changeset [640] by jts21
Move check for field type up to the code that populates the map of …
12:06 Changeset [639] by jts21
Add method to generate a settings tree containing all settings, and …
11:56 Changeset [638] by ngw8
Fixed web parser bug where background images with a % position were …
10:30 Changeset [637] by jts21
Fix bug where merging attributes can create ghost items. Not an ideal …
10:26 Changeset [636] by jts21
Don't scale lower than minimum size (to stop crashing/breaking item sizes)

12/17/13:

17:05 Changeset [635] by jts21
Fix crash (infinite loop) caused by trying to wrap a text item at the …
17:00 Changeset [634] by jts21
Fix image and widget panning
16:23 Changeset [633] by jts21
Fix accidentally following links while panning, and make panning only …
15:52 Changeset [632] by jts21
Add panning action - Use by shift-left-click and dragging the mouse, …
15:32 Changeset [631] by csl14
fixed javafx browser copy text bug
15:31 Changeset [630] by ngw8
WebParser bug fixes related to image repetition, default/unspecified …
12:29 Changeset [629] by jts21
Disable debug messages for settings

12/16/13:

16:31 Changeset [628] by ngw8
Much better support for wrapped text when converting web pages, strips …
16:14 Changeset [627] by jts21
Add error message if JfxBrowser fails to load.
12:01 Changeset [626] by jts21
Make widgets pass F-keys on to Expeditee, and fix Widget resizing so …
Note: See TracTimeline for information about the timeline view.