summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Robert Kaiser [Sat, 15 Jan 2011 19:20:53 +0000 (20:20 +0100)]
make Mandelbrot work nicely inside a tab in Fennec 4 - some remaining problems/conflicts with panning are Fennec's fault and reported
Robert Kaiser [Fri, 17 Sep 2010 17:26:25 +0000 (19:26 +0200)]
make the XULRunner version work with Gecko 2.0.* and the add-on side with current app versions
Robert Kaiser [Sat, 29 May 2010 12:38:25 +0000 (14:38 +0200)]
really make mandelbrot ready for add-on release
Robert Kaiser [Thu, 27 May 2010 12:24:49 +0000 (14:24 +0200)]
make mandelbrot build and roughly work as an extension
Robert Kaiser [Mon, 15 Mar 2010 00:28:21 +0000 (01:28 +0100)]
implement graphical drag feedback for zooming
Robert Kaiser [Thu, 6 Aug 2009 10:46:12 +0000 (12:46 +0200)]
correct clamping values in a way that the overview 'bookmark' works with correct proportional values for all common image proportions (esp. up to 16:9)
Robert Kaiser [Mon, 3 Aug 2009 12:53:13 +0000 (14:53 +0200)]
update build ID so people reading the new blog post and fetching a build get a fitting ID
Robert Kaiser [Sun, 2 Aug 2009 19:53:09 +0000 (21:53 +0200)]
making calling bookmarks actually work :)
Robert Kaiser [Sun, 2 Aug 2009 15:33:25 +0000 (17:33 +0200)]
make overview item work
Robert Kaiser [Sun, 2 Aug 2009 15:11:11 +0000 (17:11 +0200)]
set current image's data in a global var and use it for saving bookmarks as well as zoom; implement function to adjust coordinates proportionally to the image and call into drawing; calc zoom coordinates and call that function to make zoom work; set an attribute for the DB row ID on bookmarks menu items; start callBookmark work
Robert Kaiser [Sun, 2 Aug 2009 00:13:01 +0000 (02:13 +0200)]
re-indent drawLine(), only care about mouse-up if zoomstart is set, do some var->let conversion
Robert Kaiser [Sat, 1 Aug 2009 22:59:45 +0000 (00:59 +0200)]
Convert rainbow palettes from VB to JS code and make them available
Robert Kaiser [Fri, 31 Jul 2009 17:30:06 +0000 (19:30 +0200)]
Merge branch 'master' of linz:/srv/git/mandelbrot
Robert Kaiser [Fri, 31 Jul 2009 17:30:00 +0000 (19:30 +0200)]
update copyright and build dates somewhat, add commandset even if it's empty for now
Robert Kaiser [Thu, 30 Jul 2009 10:27:31 +0000 (12:27 +0200)]
use a global var for the bundle, make prompts use correct strings from that bundle, add an overview menu item that will act like a bookmark for the toplevel
Robert Kaiser [Wed, 29 Jul 2009 12:09:16 +0000 (14:09 +0200)]
add prompts: bookmark name input, zoom loading confirm. base implementation, needs more work to be correct
Robert Kaiser [Wed, 29 Jul 2009 12:07:51 +0000 (14:07 +0200)]
allow to pass parameters to the script
Robert Kaiser [Wed, 29 Jul 2009 00:34:12 +0000 (02:34 +0200)]
make bookmarks menu work up to a point where it saves the current location with a default name and fills the menu correctly with saved entries
Robert Kaiser [Tue, 28 Jul 2009 19:56:11 +0000 (21:56 +0200)]
add a first set of code to support bookmarking places
Robert Kaiser [Tue, 28 Jul 2009 19:11:46 +0000 (21:11 +0200)]
start functionality for zooming, right now just alert with coordinates we dragged over
Robert Kaiser [Sun, 3 May 2009 23:59:37 +0000 (01:59 +0200)]
use center-aligned hboxes to makes labels and textboxes etc. line up nicely
Robert Kaiser [Tue, 28 Apr 2009 20:08:53 +0000 (22:08 +0200)]
remove a few flex value to make labels and textboxes not be vertically stretched
Robert Kaiser [Tue, 28 Apr 2009 20:08:16 +0000 (22:08 +0200)]
make extra button to call image drawing really work
Robert Kaiser [Tue, 28 Apr 2009 20:07:26 +0000 (22:07 +0200)]
refine finding of XULRunner a bit to accept versioned dirs like in Fennec Beta 1 for N810
Robert Kaiser [Fri, 3 Apr 2009 20:20:28 +0000 (22:20 +0200)]
stack draw buton over canvas and hide it when drawing an image
Robert Kaiser [Fri, 3 Apr 2009 20:10:32 +0000 (22:10 +0200)]
make error console and add-ons window available from menus and don't launch with error console by default any more
Robert Kaiser [Thu, 26 Mar 2009 15:55:17 +0000 (16:55 +0100)]
work with 1.9.2 XULRunner, always set instantApply and comment our default prefs
Robert Kaiser [Tue, 9 Dec 2008 01:52:23 +0000 (02:52 +0100)]
add an option for synching proportions and implement it (mostly)
Robert Kaiser [Wed, 29 Oct 2008 17:52:25 +0000 (18:52 +0100)]
add scale field in image settings, add extra button for drawing image right away#
Robert Kaiser [Mon, 27 Oct 2008 17:11:56 +0000 (18:11 +0100)]
extend image settings with coordinates and preview
Robert Kaiser [Sun, 26 Oct 2008 16:29:45 +0000 (17:29 +0100)]
start an 'image settings' prefwindow-based dialog for settings several options on the to-be-dran image
Robert Kaiser [Sun, 7 Sep 2008 00:47:38 +0000 (02:47 +0200)]
actually make filepicker work for saving the image
Robert Kaiser [Tue, 2 Sep 2008 18:45:51 +0000 (20:45 +0200)]
add patch by prefiks pointed out in home.kairo.at/blog/2008-08/kairo_at_mandelbrot_going_public#p5179
Robert Kaiser [Sat, 23 Aug 2008 17:03:39 +0000 (19:03 +0200)]
add MPL/GPL/LGPL tri-license to all files
Robert Kaiser [Sat, 23 Aug 2008 16:35:55 +0000 (18:35 +0200)]
make UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey on/off, changing algorithms, and rough display of calc time
Robert Kaiser [Wed, 20 Aug 2008 17:56:32 +0000 (19:56 +0200)]
add not-yet-working prefs menu
Robert Kaiser [Tue, 19 Aug 2008 01:51:17 +0000 (03:51 +0200)]
use let wherever possible in our code
Robert Kaiser [Tue, 19 Aug 2008 01:47:41 +0000 (03:47 +0200)]
use vastly more efficiant but less beautiful code for the real calc loop
Robert Kaiser [Fri, 15 Aug 2008 17:26:04 +0000 (19:26 +0200)]
init the git repo with an intial working state of the KaiRo-Mandelbrot 4pre application