mandelbrot.git
11 years agomake stuff build with the new moz.build stuff for now
Robert Kaiser [Sat, 9 Mar 2013 20:42:00 +0000 (21:42 +0100)]
make stuff build with the new moz.build stuff for now

11 years agomake stuff build with the new moz.build stuff for now
Robert Kaiser [Sun, 3 Mar 2013 23:53:08 +0000 (00:53 +0100)]
make stuff build with the new moz.build stuff for now

11 years agocompat with newer versions
Robert Kaiser [Wed, 20 Feb 2013 12:23:14 +0000 (13:23 +0100)]
compat with newer versions

11 years agosupport current trunk
Robert Kaiser [Tue, 9 Oct 2012 15:28:38 +0000 (17:28 +0200)]
support current trunk

12 years agodeclare compat with Gecko 12 versions
Robert Kaiser [Thu, 22 Dec 2011 18:21:06 +0000 (19:21 +0100)]
declare compat with Gecko 12 versions

12 years agobump versions to include new trunk
Robert Kaiser [Wed, 9 Nov 2011 12:03:04 +0000 (13:03 +0100)]
bump versions to include new trunk

12 years agoremove any global prefs the add-on sets, remove another obsolete function, fix missin...
Robert Kaiser [Sun, 30 Oct 2011 15:07:51 +0000 (16:07 +0100)]
remove any global prefs the add-on sets, remove another obsolete function, fix missing palette after launch, add a 'back' menu item in locations and make it work - and make all that the 4.0 release

12 years agofinish things up for 4.0b3
Robert Kaiser [Sat, 15 Oct 2011 22:55:19 +0000 (00:55 +0200)]
finish things up for 4.0b3

12 years agoadd a test, use Services
Robert Kaiser [Sat, 15 Oct 2011 21:12:45 +0000 (23:12 +0200)]
add a test, use Services

12 years agointroduce touch events (or try that), start refactoring toolbar; also KILL THE XUL...
Robert Kaiser [Sat, 15 Oct 2011 20:55:56 +0000 (22:55 +0200)]
introduce touch events (or try that), start refactoring toolbar; also KILL THE XUL APP, this is an add-on only now.

12 years agobump compatibility version numbers
Robert Kaiser [Fri, 27 May 2011 11:55:57 +0000 (13:55 +0200)]
bump compatibility version numbers

13 years agounsupport old app versions
Robert Kaiser [Tue, 18 Jan 2011 17:39:08 +0000 (18:39 +0100)]
unsupport old app versions

13 years agore-introduce compatibility with Gecko < 2.0 apps
Robert Kaiser [Tue, 18 Jan 2011 17:23:50 +0000 (18:23 +0100)]
re-introduce compatibility with Gecko < 2.0 apps

13 years agogive the panel a better look on mobile
Robert Kaiser [Sun, 16 Jan 2011 17:40:29 +0000 (18:40 +0100)]
give the panel a better look on mobile

13 years agoadd item to new Firefox button menu, make Firefox and SeaMonkey open Mandelbrot in...
Robert Kaiser [Sun, 16 Jan 2011 17:36:44 +0000 (18:36 +0100)]
add item to new Firefox button menu, make Firefox and SeaMonkey open Mandelbrot in tabs, improve pref handling by centralising error handling and value adjustments, make syncProp checkbox work correctly

13 years agoremove prompt for zooming
Robert Kaiser [Sun, 16 Jan 2011 16:31:40 +0000 (17:31 +0100)]
remove prompt for zooming

13 years agoconvert image settings to a panel in windowed version as well and kill separate files...
Robert Kaiser [Sun, 16 Jan 2011 16:29:06 +0000 (17:29 +0100)]
convert image settings to a panel in windowed version as well and kill separate files for image-settings

13 years agoconvert image settings to a panel in the in-tab UI case, incorporate imageData work...
Robert Kaiser [Sun, 16 Jan 2011 16:10:22 +0000 (17:10 +0100)]
convert image settings to a panel in the in-tab UI case, incorporate imageData work from bz

13 years agoerror console and add-ons manager don't need to be callable from tab
Robert Kaiser [Sat, 15 Jan 2011 19:25:18 +0000 (20:25 +0100)]
error console and add-ons manager don't need to be callable from tab

13 years agomake Mandelbrot work nicely inside a tab in Fennec 4 - some remaining problems/confli...
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

13 years agomake the XULRunner version work with Gecko 2.0.* and the add-on side with current...
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

13 years agoreally make mandelbrot ready for add-on release
Robert Kaiser [Sat, 29 May 2010 12:38:25 +0000 (14:38 +0200)]
really make mandelbrot ready for add-on release

13 years agomake mandelbrot build and roughly work as an extension
Robert Kaiser [Thu, 27 May 2010 12:24:49 +0000 (14:24 +0200)]
make mandelbrot build and roughly work as an extension

14 years agoimplement graphical drag feedback for zooming
Robert Kaiser [Mon, 15 Mar 2010 00:28:21 +0000 (01:28 +0100)]
implement graphical drag feedback for zooming

14 years agocorrect clamping values in a way that the overview 'bookmark' works with correct...
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)

14 years agoupdate build ID so people reading the new blog post and fetching a build get a fitting ID
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

14 years agomaking calling bookmarks actually work :)
Robert Kaiser [Sun, 2 Aug 2009 19:53:09 +0000 (21:53 +0200)]
making calling bookmarks actually work :)

14 years agomake overview item work
Robert Kaiser [Sun, 2 Aug 2009 15:33:25 +0000 (17:33 +0200)]
make overview item work

14 years agoset current image's data in a global var and use it for saving bookmarks as well...
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

14 years agore-indent drawLine(), only care about mouse-up if zoomstart is set, do some var-...
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

14 years agoConvert rainbow palettes from VB to JS code and make them available
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

14 years agoMerge branch 'master' of linz:/srv/git/mandelbrot
Robert Kaiser [Fri, 31 Jul 2009 17:30:06 +0000 (19:30 +0200)]
Merge branch 'master' of linz:/srv/git/mandelbrot

14 years agoupdate copyright and build dates somewhat, add commandset even if it's empty for now
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

14 years agouse a global var for the bundle, make prompts use correct strings from that bundle...
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

14 years agoadd prompts: bookmark name input, zoom loading confirm. base implementation, needs...
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

14 years agoallow to pass parameters to the script
Robert Kaiser [Wed, 29 Jul 2009 12:07:51 +0000 (14:07 +0200)]
allow to pass parameters to the script

14 years agomake bookmarks menu work up to a point where it saves the current location with a...
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

14 years agoadd a first set of code to support bookmarking places
Robert Kaiser [Tue, 28 Jul 2009 19:56:11 +0000 (21:56 +0200)]
add a first set of code to support bookmarking places

14 years agostart functionality for zooming, right now just alert with coordinates we dragged...
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

14 years agouse center-aligned hboxes to makes labels and textboxes etc. line up nicely
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

14 years agoremove a few flex value to make labels and textboxes not be vertically stretched
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

14 years agomake extra button to call image drawing really work
Robert Kaiser [Tue, 28 Apr 2009 20:08:16 +0000 (22:08 +0200)]
make extra button to call image drawing really work

14 years agorefine finding of XULRunner a bit to accept versioned dirs like in Fennec Beta 1...
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

15 years agostack draw buton over canvas and hide it when drawing an image
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

15 years agomake error console and add-ons window available from menus and don't launch with...
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

15 years agowork with 1.9.2 XULRunner, always set instantApply and comment our default prefs
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

15 years agoadd an option for synching proportions and implement it (mostly)
Robert Kaiser [Tue, 9 Dec 2008 01:52:23 +0000 (02:52 +0100)]
add an option for synching proportions and implement it (mostly)

15 years agoadd scale field in image settings, add extra button for drawing image right away#
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#

15 years agoextend image settings with coordinates and preview
Robert Kaiser [Mon, 27 Oct 2008 17:11:56 +0000 (18:11 +0100)]
extend image settings with coordinates and preview

15 years agostart an 'image settings' prefwindow-based dialog for settings several options on...
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

15 years agoactually make filepicker work for saving the image
Robert Kaiser [Sun, 7 Sep 2008 00:47:38 +0000 (02:47 +0200)]
actually make filepicker work for saving the image

15 years agoadd patch by prefiks pointed out in http://home.kairo.at/blog/2008-08/kairo_at_mandel...
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

15 years agoadd MPL/GPL/LGPL tri-license to all files
Robert Kaiser [Sat, 23 Aug 2008 17:03:39 +0000 (19:03 +0200)]
add MPL/GPL/LGPL tri-license to all files

15 years agomake UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey...
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

15 years agoadd not-yet-working prefs menu
Robert Kaiser [Wed, 20 Aug 2008 17:56:32 +0000 (19:56 +0200)]
add not-yet-working prefs menu

15 years agouse let wherever possible in our code
Robert Kaiser [Tue, 19 Aug 2008 01:51:17 +0000 (03:51 +0200)]
use let wherever possible in our code

15 years agouse vastly more efficiant but less beautiful code for the real calc loop
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

15 years agoinit the git repo with an intial working state of the KaiRo-Mandelbrot 4pre application
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