rezilla-commits Mailing List for Rezilla (Page 5)
Brought to you by:
bdesgraupes
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(134) |
Mar
(223) |
Apr
(87) |
May
(70) |
Jun
(186) |
Jul
(13) |
Aug
(202) |
Sep
(128) |
Oct
(145) |
Nov
(306) |
Dec
(296) |
2005 |
Jan
(376) |
Feb
(265) |
Mar
(176) |
Apr
(147) |
May
(233) |
Jun
(211) |
Jul
(43) |
Aug
|
Sep
(195) |
Oct
(41) |
Nov
|
Dec
|
2006 |
Jan
(32) |
Feb
(288) |
Mar
(157) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(282) |
Oct
(183) |
Nov
(156) |
Dec
|
From: Bernard D. <bde...@us...> - 2006-11-18 07:02:21
|
Update of /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16226 Modified Files: CloseEditor.scr CountObjects.scr CountResources.scr SetHexWindowProperty.scr Log Message: Finalizing 1.1 Index: CountResources.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/CountResources.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CountResources.scr 15 Jun 2005 05:17:32 -0000 1.2 +++ CountResources.scr 18 Nov 2006 07:02:17 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "CountResources.scr" --- Created: 2005-06-14 07:34:39 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" set a to count maps Index: CloseEditor.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/CloseEditor.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CloseEditor.scr 15 Jun 2005 05:17:32 -0000 1.2 +++ CloseEditor.scr 18 Nov 2006 07:02:17 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "CloseEditor.scr" --- Created: 2005-06-14 07:34:36 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" close first editor of map document 1 Index: SetHexWindowProperty.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SetHexWindowProperty.scr,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SetHexWindowProperty.scr 15 Jun 2005 16:46:31 -0000 1.1 +++ SetHexWindowProperty.scr 18 Nov 2006 07:02:17 -0000 1.2 @@ -1,11 +1,12 @@ --- File: "ChooseDoc.scr" --- Created: 2005-06-15 12:07:49 +-- File: "SetHexWindowProperty.scr" +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" - set theWin to hexadecimal window 1 of map document 1 - set the startPos of win to 6 - set the endPos of win to 9 - set the hex selection of win to "52657a696c6c61" +set theWin to hexadecimal window 1 of map document 1 +set the startPos of win to 6 +set the endPos of win to 9 +set the hex selection of win to "52657a696c6c61" + end tell Index: CountObjects.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/CountObjects.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CountObjects.scr 15 Jun 2005 05:17:32 -0000 1.2 +++ CountObjects.scr 18 Nov 2006 07:02:17 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "CountObjects.scr" --- Created: 2005-06-14 07:34:38 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" -- windows count |
From: Bernard D. <bde...@us...> - 2006-11-18 07:02:10
|
Update of /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16145 Modified Files: ChooseDoc.scr CloseDocument.scr SaveModifications.scr SetTextResources.scr Log Message: Finalizing 1.1 Index: ChooseDoc.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/ChooseDoc.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChooseDoc.scr 15 Jun 2005 05:17:32 -0000 1.2 +++ ChooseDoc.scr 18 Nov 2006 07:02:06 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "ChooseDoc.scr" --- Created: 2005-06-14 07:34:34 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" set theFile to {choose file} Index: CloseDocument.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/CloseDocument.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CloseDocument.scr 15 Jun 2005 05:17:32 -0000 1.2 +++ CloseDocument.scr 18 Nov 2006 07:02:06 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "CloseDocument.scr" --- Created: 2005-06-14 07:34:34 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" close first map document saving no Index: SaveModifications.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SaveModifications.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SaveModifications.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ SaveModifications.scr 18 Nov 2006 07:02:06 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "SaveModifications.scr" --- Created: 2005-06-14 07:34:56 +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" save first editor of map document 1 Index: SetTextResources.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SetTextResources.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SetTextResources.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ SetTextResources.scr 18 Nov 2006 07:02:06 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "SetTextResources.scr" --- Created: 2005-06-14 07:34:57 +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" -- simple string |
From: Bernard D. <bde...@us...> - 2006-11-18 07:01:28
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15797 Modified Files: InterfaceEditors_FR.aida Log Message: Finalizing 1.1 Index: InterfaceEditors_FR.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input/InterfaceEditors_FR.aida,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- InterfaceEditors_FR.aida 1 Nov 2006 17:01:45 -0000 1.11 +++ InterfaceEditors_FR.aida 18 Nov 2006 07:01:25 -0000 1.12 @@ -383,7 +383,7 @@ ((lk #bitmapeditor ))l'diteur bitmap lk)) avec des outils permettant de modifier tous les pixels de ces icones avec la palette de couleurs voulue. -Une fentre typique de l'diteur icns se prsente comme ceci: +Une fentre typique de l'diteur 'icns' se prsente comme ceci: ((im ((s [rzil::imageFolder] s))rzil_icnseditor.gif Icns editor window im)) @@ -394,7 +394,36 @@ article de menu pour en crer un. Pour supprimer un membre, utiliser le bouton ((i Remove i)). -L'diteur icns dfinit aussi les commandes ((i Import i)) et ((i Export i)) +L'diteur 'icns' dfinit les commandes ((i Explode i)) et ((i Implode i)) dans le menu ((i +Actions i)): +((lu +((li la commande ((i Explode i)) permet de scinder la ressource 'icns' en +ressources individuelles correspondant chacun de ses membres. Chaque +membre possde un type (comme 'ics#', 'ics4', 'is32', 't8mk', etc.) et est +sauvagard sous forme d'une ressource de mme type et mme numro. Si une +ressource de mmes type et numro existe dj, Rezilla affiche son dialogue +usuel de rsolution de conflits. Certains membres d'une ressource 'icns' +sont stocks sous forme compresse: la commande ((i Explode i)) les +dcompresse, ce qui signifie que les ressources individuelles contiennent +les donnes vritables de chaque bitmap. + +((li la commande ((i Implode i)) permet de construire une ressource 'icns' + partir de ressources bitmap individuelles. Cette fonctionnalit ne +s'applique qu' des ressources nouvellement cres: pour imploser des +ressources, il faut d'abord crer une nouvelle ressource 'icns' dans la +table de ressources et ensuite invoquer la commande ((i Implode i)) dans +sa fentre d'dition. Rezilla +demande de spcifier un numro de ressource (qui n'est pas ncessairement +le mme que celui de la ressource 'icns' nouvellement cre) et collecte +ensuite toutes les ressources de la table ayant ce numro et un des types +possibles pour une icone membre. + +lu)) + + + + +L'diteur 'icns' dfinit aussi les commandes ((i Import i)) et ((i Export i)) du menu ((i File i)): ((lu ((li la commande ((i Import i)) permet d'importer une famille d'icones |
From: Bernard D. <bde...@us...> - 2006-11-18 07:01:17
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15759 Modified Files: InterfaceEditors_EN.aida Log Message: Finalizing 1.1 Index: InterfaceEditors_EN.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input/InterfaceEditors_EN.aida,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- InterfaceEditors_EN.aida 1 Nov 2006 17:01:45 -0000 1.9 +++ InterfaceEditors_EN.aida 18 Nov 2006 07:01:13 -0000 1.10 @@ -341,7 +341,7 @@ ((lk #bitmapeditor ))bitmap editor lk)) with tools which let you modify all the pixels of these icons at the appropriate color depth. -A typical icns editing window looks like this: +A typical 'icns' editing window looks like this: ((im ((s [rzil::imageFolder] s))rzil_icnseditor.gif Icns editor window im)) @@ -351,7 +351,31 @@ present in the family: click on the item to create it. To remove a member, use the ((i Remove i)) button. -The icns editor also supports the ((i Import i)) and the ((i Export i)) +The 'icns' editor supports the ((i Explode i)) and ((i Implode i)) +commands located in the ((i +Actions i)) menu: +((lu +((li the ((i Explode i)) command lets you split the 'icns' resource into +individual resources corresponding to all the members stored in the icon. +Each member has a type (like 'ics#', 'ics4', 'is32', 't8mk', etc.) and is +saved as a resource with the same type and same ID. If a resource of the +same type or ID already exists, Rezilla will display the usual conflicts +resolution dialog. Some members of an 'icns' resource are stored in a +compressed format. The Explode command uncompresses them, which means that +all the individual resources contain the real bitmap data. + +((li the ((i Implode i)) command lets you build an 'icns' resource from +individual bitmap resources. This functionality works only on newly created +empty resources: in order to implode resources, you must first create a new +'icns' resource in the main document and then invoke the ((i Implode i)) +command in its editing window. Rezilla will ask you to specify an ID (which +is not necessarily the same as the ID of the 'icns' resource) and will +collect all the resources found in the table with this ID and with one of +the types allowed in 'icns' resources. + +lu)) + +The 'icns' editor also supports the ((i Import i)) and the ((i Export i)) commands located in the ((i File i)) menu: ((lu ((li the ((i Import i)) command lets you import an icon family from a file |
From: Bernard D. <bde...@us...> - 2006-11-18 07:01:06
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15429 Modified Files: AppleScriptSupport_FR.aida Log Message: Finalizing 1.1 Index: AppleScriptSupport_FR.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input/AppleScriptSupport_FR.aida,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- AppleScriptSupport_FR.aida 1 Nov 2006 17:00:34 -0000 1.11 +++ AppleScriptSupport_FR.aida 18 Nov 2006 07:01:01 -0000 1.12 @@ -44,14 +44,17 @@ ((| ((inp Scripts_Input/ChooseDoc.inp |)) -Il y a deux paramtres optionnels avec la commande ((b open b)): +Il y a trois paramtres optionnels avec la commande ((b open b)): ((lu -((li avec le paramtre ((i readOnly i)), on peut placer le -fichier en mode lecture-seule afin de rendre toute modification impossible. +((li avec le paramtre ((i readOnly i)), on peut placer le fichier en mode +lecture-seule afin de rendre toute modification impossible. Par exemple: ((| ((inp Scripts_Input/OpenDocReadOnly.inp |)) +Si le fichier se trouve sur un support non inscriptible (CDROM par exemple), +ce sera le cas de toutes faons. + ((li avec le paramtre ((i from i)), on peut restreindre l'ouverture une branche particulire (branche de ressources ou branche de donnes). Par dfaut, Rezilla regarde dans les deux branches (la branche de donnes |
From: Bernard D. <bde...@us...> - 2006-11-18 07:00:52
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15415 Modified Files: AppleScriptSupport_EN.aida Log Message: Finalizing 1.1 Index: AppleScriptSupport_EN.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input/AppleScriptSupport_EN.aida,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- AppleScriptSupport_EN.aida 1 Nov 2006 17:01:45 -0000 1.10 +++ AppleScriptSupport_EN.aida 18 Nov 2006 07:00:49 -0000 1.11 @@ -43,12 +43,14 @@ |)) There are three optional parameters to the ((b open b)) command: ((lu - ((li with the ((i readOnly i)) parameter, one can force the file to be opened in read-only mode in order to make all modifications impossible. For instance: ((| ((inp Scripts_Input/OpenDocReadOnly.inp |)) +If the file is on a read-only media (a CDROM for instance), this will be +the case anyway. + ((li with the ((i from i)) parameter, one can restrict the opening to a particular fork (resource fork or data fork). By default, Rezilla looks in both forks (data fork before resource fork). For instance: @@ -57,6 +59,7 @@ |)) The possible values for the ((i from i)) parameter are ((i data fork i)), ((i resource fork i)), or ((i any fork i)) (the default). + ((li with the ((i createFork i)) parameter, one can specify if a resource fork should be created in the case where the file does not have any resource fork already (this is not the same thing as a file with an empty |
From: Bernard D. <bde...@us...> - 2006-11-18 07:00:43
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/WhatsNew In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15369 Modified Files: BugFixes_1.1.aida NewFeatures_1.1.aida Log Message: Finalizing 1.1 Index: BugFixes_1.1.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/WhatsNew/BugFixes_1.1.aida,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- BugFixes_1.1.aida 12 Sep 2006 13:01:52 -0000 1.1 +++ BugFixes_1.1.aida 18 Nov 2006 07:00:36 -0000 1.2 @@ -29,5 +29,18 @@ ((li fixed an issue when retreiving the value of an LB31 tag in the Template editor +((li fixed a bug where the Windows menu is not updated correctly after a +click in the contents area of a plugin window + +((li correctly update the window title of Icon editor when switching from one +family member to the other. Update the Windows menu accordingly. + +((li fixed issue with 8 bit masks inside icns resources: color map is now a table + of gray shades + +((li fixed bug in copy/paste of partial selection in the icon editor canvas + +((li fix issue when double-clicking a resource file on non-writable media + lu)) Index: NewFeatures_1.1.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/WhatsNew/NewFeatures_1.1.aida,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- NewFeatures_1.1.aida 1 Nov 2006 16:59:23 -0000 1.6 +++ NewFeatures_1.1.aida 18 Nov 2006 07:00:37 -0000 1.7 @@ -1,6 +1,6 @@ !! !! File: "NewFeatures_1.1.aida" !! !! Created: 2006-02-13 14:00:49 -!! !! Last modification: 2006-10-12 16:21:18 +!! !! Last modification: 2006-11-10 17:14:31 !! !! Author: Bernard Desgraupes !! !! e-mail: <bde...@us...> @@ -12,10 +12,11 @@ image resources. It supports the following image formats: ((q JPEG, TIFF, GIF, PNG, BMP. q)) -((li new ((b 'icns' editor b)) to manage icon suite resources. You can create, -modify, redraw, delete, etc. any of the bitmaps included in an 'icns' -resource suite. Possibility of importing from or exporting to a ".icns" -image data file. +((li new ((b 'icns' editor b)) to manage icon suite resources. You can +create, modify, redraw, delete, etc. any of the bitmaps included in an +'icns' resource suite. Possibility of importing from or exporting to a +".icns" image data file. Possibility of exploding or imploding the contents +of an 'icns'. ((li introduced ((b resource pickers b)), that is to say special windows for displaying graphically all the resources of a particular type. Pickers @@ -40,12 +41,12 @@ (above the current one) when calculating a unique ID rather than a random number -((li aliases are now followed for templates located in Application Support +((li aliases are now followed for templates located in ((i Application Support i)) folders ((li improved clipboard handling of hexadecimal data strings -((li Tab key navigation in the fields of the Template editor's windows +((li Tab key navigation through the fields of the Template editor's windows ((li in the Template editor, the "+" key simulates a click on the Plus Button @@ -57,7 +58,7 @@ ((li extended AppleScript terminology to support plugins and pickers -((li 10 new sample AppleScript to demonstrate the new commands +((li 10 new sample ((i AppleScript i)) scripts to demonstrate the new commands !! !! ClosePicker.scr !! !! GetPickerProperty.scr !! !! GetPluginProperties.scr |
From: Bernard D. <bde...@us...> - 2006-11-18 07:00:27
|
Update of /cvsroot/rezilla/RezillaExtras/Aida In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15335 Modified Files: RezillaHome.aida Log Message: Finalizing 1.1 Index: RezillaHome.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/RezillaHome.aida,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- RezillaHome.aida 1 Nov 2006 16:59:36 -0000 1.28 +++ RezillaHome.aida 18 Nov 2006 07:00:23 -0000 1.29 @@ -1,7 +1,7 @@ !! !! =========================================================================== !! !! RezillaHome.aida !! !! Created: 2004-04-13 06:30:43 -!! !! Last modification: 2006-10-13 10:01:52 +!! !! Last modification: 2006-11-18 06:59:44 !! !! Author: Bernard Desgraupes !! !! e-mail: <bde...@us...> !! !! www: <http://rezilla.sourceforge.net/> @@ -14,12 +14,12 @@ :Author: Bernard DESGRAUPES <bde...@us...> :Homepage: <http://rezilla.sourceforge.net/> :Created: 2004-04-13 07:00:32 -:Modified: 2006-10-13 10:01:52 +:Modified: 2006-11-18 06:59:44 :Keywords: resources, forks, Macintosh :Source: ../Tcl/RezillaCommon.tcl :Source: RezillaAidaMacros.tcl :TclCmd: set releaseNumber [rzil::getVersion] -:TclCmd: set releaseNumber 1.1 +!! !! :TclCmd: set releaseNumber 1.1 ((if ![info exists releaseNumber] ((s [alertnote "Unknown variable releaseNumber"; return] s)) @@ -177,7 +177,7 @@ ((lk http://sourceforge.net/project/showfiles.php?group_id=83267 ))sources distribution lk)) and has a ((b Sample plugin b)) which can be used as a template to create a new one. -Tthe ((b Rezilla Plugins Howto b)) can be found on this site +The ((b Rezilla Plugins Howto b)) can be found on this site ((lk http://perso.orange.fr/bdesgraupes/DocHTML/EN/RezillaPluginHowto.html )) in english lk)) or ((lk http://perso.orange.fr/bdesgraupes/DocHTML/FR/RezillaPluginHowto.html )) in french lk)). |
From: Bernard D. <bde...@us...> - 2006-11-18 06:59:53
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14976 Added Files: rzil_icns_editor_img.html rzil_icns_picker_img.html Log Message: First checkin --- NEW FILE: rzil_icns_picker_img.html --- <HTML> <HEAD> <TITLE>rzil_icns_picker_img</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=macintosh"> <META NAME=GENERATOR CONTENT="Aida Mode"> </HEAD> <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> <B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_icnspicker.gif" ALT="The icns picker window" ALIGN=bottom></P> <I>The icns picker's window</I><P> </BODY> </HTML> --- NEW FILE: rzil_icns_editor_img.html --- <HTML> <HEAD> <TITLE>rzil_icns_editor_img</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=macintosh"> <META NAME=GENERATOR CONTENT="Aida Mode"> </HEAD> <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> <B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_icnseditor.gif" ALT="The icns editor window" ALIGN=bottom></P> <I>The icns editor's window</I><P> </BODY> </HTML> |
From: Bernard D. <bde...@us...> - 2006-11-18 06:59:19
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14912 Modified Files: rzil_tmpl_editor_img.html rzil_utxt_editor_img.html Log Message: Finalizing 1.1 Index: rzil_utxt_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_utxt_editor_img.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rzil_utxt_editor_img.html 1 Nov 2006 16:56:09 -0000 1.3 +++ rzil_utxt_editor_img.html 18 Nov 2006 06:59:16 -0000 1.4 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_utxteditor.gif" ALT="Unicode editor window" ALIGN=bottom></P> <I>The Unicode Editor for type 'utxt' resources</I><P> </BODY> Index: rzil_tmpl_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_tmpl_editor_img.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rzil_tmpl_editor_img.html 1 Nov 2006 16:56:09 -0000 1.3 +++ rzil_tmpl_editor_img.html 18 Nov 2006 06:59:16 -0000 1.4 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_tmpleditor.gif" ALT="Unicode editor window" ALIGN=bottom></P> <I>The Template Editor: template for an 'MPSR' resource</I><P> </BODY> |
From: Bernard D. <bde...@us...> - 2006-11-18 06:59:06
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14569 Modified Files: rzil_hex_editor_img.html rzil_menu_editor_img.html Log Message: Finalizing 1.1 Index: rzil_menu_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_menu_editor_img.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rzil_menu_editor_img.html 1 Nov 2006 16:56:09 -0000 1.2 +++ rzil_menu_editor_img.html 18 Nov 2006 06:59:03 -0000 1.3 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_menueditor.gif" ALT="Menu editor window" ALIGN=bottom></P> <I>The Menu Editor</I><P> </BODY> Index: rzil_hex_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_hex_editor_img.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rzil_hex_editor_img.html 1 Nov 2006 16:55:57 -0000 1.3 +++ rzil_hex_editor_img.html 18 Nov 2006 06:59:03 -0000 1.4 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_hexeditor.gif" ALT="Unicode editor window" ALIGN=bottom></P> <I>The Hexadecimal Editor</I><P> </BODY> |
From: Bernard D. <bde...@us...> - 2006-11-18 06:58:57
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14551 Modified Files: rzil_aete_editor_img.html rzil_bitmap_editor_img.html Log Message: Finalizing 1.1 Index: rzil_aete_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_aete_editor_img.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rzil_aete_editor_img.html 1 Nov 2006 16:55:56 -0000 1.3 +++ rzil_aete_editor_img.html 18 Nov 2006 06:58:52 -0000 1.4 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_aeteeditor.gif" ALT="Aete editor window" ALIGN=bottom></P> <I>The Aete Editor: view of the Events pane</I><P> </BODY> Index: rzil_bitmap_editor_img.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rzil_bitmap_editor_img.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rzil_bitmap_editor_img.html 1 Nov 2006 16:55:56 -0000 1.3 +++ rzil_bitmap_editor_img.html 18 Nov 2006 06:58:52 -0000 1.4 @@ -7,7 +7,7 @@ <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P> <A HREF="rezilla.html"> Back to Home page</A><P><HR><BLOCKQUOTE><P><I> -<B>Rezilla 1.1rc1 screenshot</B> +<B>Rezilla 1.1 screenshot</B> </I></P></BLOCKQUOTE><HR><P><P><IMG SRC="Images/rzil_patterneditor.gif" ALT="Bitmap editor window" ALIGN=bottom></P> <I>The Bitmap Editor: a pattern suite resource ('PAT#')</I><P> </BODY> |
From: Bernard D. <bde...@us...> - 2006-11-18 06:58:47
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14535 Modified Files: rezilla.html Log Message: Finalizing 1.1 Index: rezilla.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/rezilla.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- rezilla.html 1 Nov 2006 16:55:56 -0000 1.15 +++ rezilla.html 18 Nov 2006 06:58:42 -0000 1.16 @@ -2,7 +2,8 @@ <HEAD> <TITLE>rezilla</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=macintosh"> -<META NAME=GENERATOR CONTENT="Aida Mode"> +<META NAME="generator" CONTENT="Aida Mode"> +<META NAME="keywords" CONTENT="resources, forks, Macintosh"> </HEAD> <BODY> <P><P><IMG SRC="Images/rezilla_logo.gif" ALT="Rezilla logo" ALIGN=bottom></P><P><HR><BLOCKQUOTE><P><I> @@ -26,13 +27,14 @@ <LI><A HREF="#M15">Mailing list</A> </UL> <P><H2><A NAME="M1"></A>Description</H2><P><B>Rezilla</B> is a resource forks editor for the Macintosh.<P><H3><A NAME="M2"></A>New features</H3> -The latest version is 1.1rc1 and brings the following features:<P><UL> +The latest version is 1.1 and brings the following features:<P><UL> <LI> new <B>plugin architecture</B> to support the addition of third party editors<P> <LI> new <B>image editor</B> (implemented as a plugin) to display and manipulate image resources. It supports the following image formats: -<BLOCKQUOTE><P><I> JPEG, TIFF, GIF, PNG, BMP. </I></P></BLOCKQUOTE><P> <LI> new <B>'icns' editor</B> to manage icon suite resources. You can create, -modify, redraw, delete, etc. any of the bitmaps included in an 'icns' -resource suite. Possibility of importing from or exporting to a ".icns" -image data file.<P> <LI> introduced <B>resource pickers</B>, that is to say special windows for +<BLOCKQUOTE><P><I> JPEG, TIFF, GIF, PNG, BMP. </I></P></BLOCKQUOTE><P> <LI> new <B>'icns' editor</B> to manage icon suite resources. You can +create, modify, redraw, delete, etc. any of the bitmaps included in an +'icns' resource suite. Possibility of importing from or exporting to a +".icns" image data file. Possibility of exploding or imploding the contents +of an 'icns'.<P> <LI> introduced <B>resource pickers</B>, that is to say special windows for displaying graphically all the resources of a particular type. Pickers have been defined for the following types: <BLOCKQUOTE><P><I> 'TEXT', 'MENU', 'STR#', 'MBAR', 'RID#', 'Mcmd', 'RidL', 'cicn', 'ICON', 'SICN', 'icns', 'PICT', 'PAT ', 'ppat', 'PAT#', 'ICN#', 'icl4', 'icl8', 'icm#', 'icm4', 'icm8', 'ics#', 'ics4', 'ics8', 'CURS', 'crsr' </I></P></BLOCKQUOTE><P> <LI> new <I>Plugins</I> command in the <I>File</I> menu to get info about @@ -76,7 +78,7 @@ <A HREF="http://sourceforge.net/project/screenshots.php?group_id=83267"> screenshots area</A> at SourceForge.<P><H2><A NAME="M6"></A>Download</H2> All <B>Rezilla</B> official binary releases, past and present, are available in the <A HREF="http://sourceforge.net/project/showfiles.php?group_id=83267">download section</A> -of the project at SourceForge. The most recent version is <B>1.1rc1</B> +of the project at SourceForge. The most recent version is <B>1.1</B> which can also be downloaded from this page: click on the following links to get the <A HREF="../Downloads/Rezilla.hqx"> binary</A> @@ -151,7 +153,7 @@ <A HREF="http://sourceforge.net/mailarchive/forum.php?forum=rezilla-users">Rezilla-users Archives</A>.<P>You can also e-mail me directly: <A HREF="mailto:bde...@us...">bde...@us...</A><P><!-- logo SF --> <!-- ------- --> <HR> -<P> Last updated 2006-10-13 11:47:53 +<P> Last updated 2006-11-18 07:12:57 <HR> <P> <I>Rezilla is hosted by</I> <A HREF="http://sourceforge.net"> <P><IMG SRC="http://sourceforge.net/sflogo.php?group_id=83267&type=4 " ALT="SourceForge.net Logo" ALIGN=bottom></P></A><P> |
From: Bernard D. <bde...@us...> - 2006-11-18 06:58:35
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14522 Modified Files: Rezilla_Readme Log Message: Finalizing 1.1 Index: Rezilla_Readme =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/Rezilla_Readme,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Rezilla_Readme 1 Nov 2006 16:56:20 -0000 1.27 +++ Rezilla_Readme 18 Nov 2006 06:58:32 -0000 1.28 @@ -2,9 +2,9 @@ ======= Rezilla is a resource forks editor for the Macintosh. -This is version 1.1rc1. +This is version 1.1. -This new version brings the following features: +This new version is a major update and brings the following features: * new plugin architecture to support the addition of third party editors |
From: Bernard D. <bde...@us...> - 2006-11-18 06:58:24
|
Update of /cvsroot/rezilla/RezillaHelp/French.lproj/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14483 Modified Files: 49.html Log Message: Finalizing 1.1 Index: 49.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/French.lproj/RezillaHelp/49.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- 49.html 1 Nov 2006 16:56:46 -0000 1.8 +++ 49.html 18 Nov 2006 06:58:21 -0000 1.9 @@ -21,14 +21,15 @@ <PRE> set theFile to {choose file} open theFile as alias<P></PRE> -Il y a deux paramètres optionnels avec la commande <B>open</B>: +Il y a trois paramètres optionnels avec la commande <B>open</B>: <UL> - <LI> avec le paramètre <I>readOnly</I>, on peut placer le -fichier en mode lecture-seule afin de rendre toute modification impossible. + <LI> avec le paramètre <I>readOnly</I>, on peut placer le fichier en mode +lecture-seule afin de rendre toute modification impossible. Par exemple: <PRE> open "HD:foo:bar:somefile.rsrc" as alias with readOnly<P></PRE> - <LI> avec le paramètre <I>from</I>, on peut restreindre l'ouverture à une +Si le fichier se trouve sur un support non inscriptible (CDROM par exemple), +ce sera le cas de toutes façons.<P> <LI> avec le paramètre <I>from</I>, on peut restreindre l'ouverture à une branche particulière (branche de ressources ou branche de données). Par défaut, Rezilla regarde dans les deux branches (la branche de données venant avant la branche de ressources). Par exemple: |
From: Bernard D. <bde...@us...> - 2006-11-18 06:58:13
|
Update of /cvsroot/rezilla/RezillaHelp/French.lproj/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14443 Modified Files: 27.html Log Message: Finalizing 1.1 Index: 27.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/French.lproj/RezillaHelp/27.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- 27.html 1 Nov 2006 16:56:46 -0000 1.4 +++ 27.html 18 Nov 2006 06:58:10 -0000 1.5 @@ -20,13 +20,32 @@ compressée.<P>L'éditeur icns de Rezilla permet d'éditer tous les membres d'une famille d'icones. Il les affiche dans une fenêtre analogue aux fenêtres de <A HREF="#bitmapeditor">l'éditeur bitmap</A> avec des outils permettant de -modifier tous les pixels de ces icones avec la palette de couleurs voulue.<P>Une fenêtre typique de l'éditeur icns se présente comme ceci: +modifier tous les pixels de ces icones avec la palette de couleurs voulue.<P>Une fenêtre typique de l'éditeur 'icns' se présente comme ceci: <P><IMG SRC="../../Images/rzil_icnseditor.gif" ALT="Icns editor window" ALIGN=bottom></P><P>Il est possible d'ajouter ou de supprimer des membres dans une famille d'icones. Tous les membres sont accessibles depuis un menu situé dans le haut de la fenêtre. Si un membre est représenté en italiques dans ce menu, cela signifie qu'il n'est pas présent dans la famille: cliquer sur cet article de menu pour en créer un. Pour supprimer un membre, utiliser le -bouton <I>Remove</I>.<P>L'éditeur icns définit aussi les commandes <I>Import</I> et <I>Export</I> +bouton <I>Remove</I>.<P>L'éditeur 'icns' définit les commandes <I>Explode</I> et <I>Implode</I> dans le menu <I>Actions</I>: +<UL> + <LI> la commande <I>Explode</I> permet de scinder la ressource 'icns' en +ressources individuelles correspondant à chacun de ses membres. Chaque +membre possède un type (comme 'ics#', 'ics4', 'is32', 't8mk', etc.) et est +sauvagardé sous forme d'une ressource de même type et même numéro. Si une +ressource de mêmes type et numéro existe déjà, Rezilla affiche son dialogue +usuel de résolution de conflits. Certains membres d'une ressource 'icns' +sont stockés sous forme compressée: la commande <I>Explode</I> les +décompresse, ce qui signifie que les ressources individuelles contiennent +les données véritables de chaque bitmap.<P> <LI> la commande <I>Implode</I> permet de construire une ressource 'icns' +à partir de ressources bitmap individuelles. Cette fonctionnalité ne +s'applique qu'à des ressources nouvellement créées: pour imploser des +ressources, il faut d'abord créer une nouvelle ressource 'icns' dans la +table de ressources et ensuite invoquer la commande <I>Implode</I> dans +sa fenêtre d'édition. Rezilla +demande de spécifier un numéro de ressource (qui n'est pas nécessairement +le même que celui de la ressource 'icns' nouvellement créée) et collecte +ensuite toutes les ressources de la table ayant ce numéro et un des types +possibles pour une icone membre.<P></UL><P>L'éditeur 'icns' définit aussi les commandes <I>Import</I> et <I>Export</I> du menu <I>File</I>: <UL> <LI> la commande <I>Import</I> permet d'importer une famille d'icones |
From: Bernard D. <bde...@us...> - 2006-11-18 06:57:59
|
Update of /cvsroot/rezilla/RezillaHelp/English.lproj/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14110 Modified Files: 49.html Log Message: Finalizing 1.1 Index: 49.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/English.lproj/RezillaHelp/49.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- 49.html 1 Nov 2006 16:57:02 -0000 1.8 +++ 49.html 18 Nov 2006 06:57:56 -0000 1.9 @@ -20,18 +20,19 @@ set theFile to {choose file} open theFile as alias<P></PRE> There are three optional parameters to the <B>open</B> command: -<UL><P> <LI> with the <I>readOnly</I> parameter, one can force the file to be opened in +<UL> + <LI> with the <I>readOnly</I> parameter, one can force the file to be opened in read-only mode in order to make all modifications impossible. For instance: <PRE> open "HD:foo:bar:somefile.rsrc" as alias with readOnly<P></PRE> - <LI> with the <I>from</I> parameter, one can restrict the opening to a +If the file is on a read-only media (a CDROM for instance), this will be +the case anyway.<P> <LI> with the <I>from</I> parameter, one can restrict the opening to a particular fork (resource fork or data fork). By default, Rezilla looks in both forks (data fork before resource fork). For instance: <PRE> open "HD:foo:bar:somefile.rsrc" as alias from data fork<P></PRE> The possible values for the <I>from</I> parameter are <I>data fork</I>, -<I>resource fork</I>, or <I>any fork</I> (the default). - <LI> with the <I>createFork</I> parameter, one can specify if a resource +<I>resource fork</I>, or <I>any fork</I> (the default).<P> <LI> with the <I>createFork</I> parameter, one can specify if a resource fork should be created in the case where the file does not have any resource fork already (this is not the same thing as a file with an empty fork). This is possible only if the <I>from</I> parameter is not specified |
From: Bernard D. <bde...@us...> - 2006-11-18 06:57:47
|
Update of /cvsroot/rezilla/RezillaHelp/English.lproj/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14095 Modified Files: 27.html Log Message: Finalizing 1.1 Index: 27.html =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/English.lproj/RezillaHelp/27.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- 27.html 1 Nov 2006 16:57:02 -0000 1.4 +++ 27.html 18 Nov 2006 06:57:43 -0000 1.5 @@ -18,12 +18,29 @@ and thumbnails (128x128 pixels) in compressed form.<P>Rezilla's icns editor lets you edit all the members of an icon family. It displays all the bitmaps in a window similar to the windows of the <A HREF="#bitmapeditor">bitmap editor</A> with tools which let you modify -all the pixels of these icons at the appropriate color depth.<P>A typical icns editing window looks like this: +all the pixels of these icons at the appropriate color depth.<P>A typical 'icns' editing window looks like this: <P><IMG SRC="../../Images/rzil_icnseditor.gif" ALT="Icns editor window" ALIGN=bottom></P><P>It is possible to add or remove members from an icon family. All the members are accessed via a popup menu located at the top of the window. If a member is written in italics in this popup, it means that it is not present in the family: click on the item to create it. To -remove a member, use the <I>Remove</I> button.<P>The icns editor also supports the <I>Import</I> and the <I>Export</I> +remove a member, use the <I>Remove</I> button.<P>The 'icns' editor supports the <I>Explode</I> and <I>Implode</I> +commands located in the <I>Actions</I> menu: +<UL> + <LI> the <I>Explode</I> command lets you split the 'icns' resource into +individual resources corresponding to all the members stored in the icon. +Each member has a type (like 'ics#', 'ics4', 'is32', 't8mk', etc.) and is +saved as a resource with the same type and same ID. If a resource of the +same type or ID already exists, Rezilla will display the usual conflicts +resolution dialog. Some members of an 'icns' resource are stored in a +compressed format. The Explode command uncompresses them, which means that +all the individual resources contain the real bitmap data.<P> <LI> the <I>Implode</I> command lets you build an 'icns' resource from +individual bitmap resources. This functionality works only on newly created +empty resources: in order to implode resources, you must first create a new +'icns' resource in the main document and then invoke the <I>Implode</I> +command in its editing window. Rezilla will ask you to specify an ID (which +is not necessarily the same as the ID of the 'icns' resource) and will +collect all the resources found in the table with this ID and with one of +the types allowed in 'icns' resources.<P></UL><P>The 'icns' editor also supports the <I>Import</I> and the <I>Export</I> commands located in the <I>File</I> menu: <UL> <LI> the <I>Import</I> command lets you import an icon family from a file |
From: Bernard D. <bde...@us...> - 2006-11-18 06:57:18
|
Update of /cvsroot/rezilla/RezillaHelp In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14038 Modified Files: Changes_Rezilla Log Message: Finalizing 1.1 Index: Changes_Rezilla =================================================================== RCS file: /cvsroot/rezilla/RezillaHelp/Changes_Rezilla,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Changes_Rezilla 1 Nov 2006 16:57:22 -0000 1.86 +++ Changes_Rezilla 18 Nov 2006 06:57:14 -0000 1.87 @@ -17,9 +17,6 @@ You can also browse the cvs repository online at <http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rezilla> -Download a nightly tarball from -<http://cvs.sourceforge.net/cvstarballs/rezilla-cvsroot.tar.bz2> - Please e-mail about any problems you might encounter: <bde...@us...> @@ -33,7 +30,53 @@ ================================================================================ -= 1.1rc1 last update: += 1.1 last update: +================================================================================ +¥ Public release of version 1.1. + +================================================================================ += 1.1rc6 last update: 2006-11-18 06:57:56 +================================================================================ +¥ Correctly update the window title of Icon editor when switching from one + family member to the other. Update the Windows menu accordingly. +¥ Larger window for cicn editor to display 64x64 bitmaps correctly. +¥ Fixed bug where the Windows menu is not updated correctly after a click in the + contents area of a plugin window. + +================================================================================ += 1.1rc5 last update: 2006-11-13 14:09:51 +================================================================================ +¥ Enabled opening a resource fork by double-click when it is on a non-writable + media, instead of silently ignoring. The "open" AppleScript command will + automatically open the file read-only. + +================================================================================ += 1.1rc4 last update: 2006-11-11 00:05:48 +================================================================================ +¥ Fixed issue with 8 bit masks inside icns resources: color map is now a table + of gray shades. +¥ Fixed bug in copy/paste of partial selection in the icon editor canvas. + +================================================================================ += 1.1rc3 last update: 2006-11-01 17:41:48 +================================================================================ +¥ Larger window for ppat editor to display 64x64 bitmaps correctly. +¥ Fixed issue with negative resource IDs in some dialogs. +¥ Fixed broken Cancel in Create New Resource dialog. + +================================================================================ += 1.1rc2 last update: 2006-10-27 12:04:49 +================================================================================ +¥ Fixed lost clicks in contents area of plugin windows. +¥ Fixed issue where the Windows menu is not updated correctly when a plugin + window is active. +¥ Fixed issue with plugin defined menus not taken off duty after a first + insertion in the menu bar (due to a missing first activate event). +¥ Made path to RezillaPluginInterface.h relative in plugin XCode projects. +¥ Fixed "Edit As" confusion when applied to a plugin edited type. + +================================================================================ += 1.1rc1 last update: 2006-10-16 07:55:42 ================================================================================ ¥ Code freeze in view of next release. Only bug fixes. ¥ Tests phase for 1.1 first release candidate. |
From: Bernard D. <bde...@us...> - 2006-11-18 06:56:28
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13684 Added Files: Rezilla_XCode.plc Log Message: First checkin --- NEW FILE: Rezilla_XCode.plc --- // =========================================================================== // Rezilla.plc // Created: 2006-10-15 07:15:31 // Last modification: 2006-10-15 07:15:34 // Author: Bernard Desgraupes // e-mail: <bde...@us...> // www: <http://rezilla.sourceforge.net/> // (c) Copyright: Bernard Desgraupes 2006 // All rights reserved. // =========================================================================== #include "../Rezilla_Src/RezillaID.h" // Bundle identifier string #define kBundleIdentifier "net.sourceforge.rezilla" // Short version string #define kBundleShortInfoString __OUTPUT_FILENAME__ " " REZILLA_PLC_VERSION // String to display in the Finder's Get Info window (\U00A9 = ©) #define kBundleLongInfo_EN kBundleShortInfoString ", Copyright \u00A9 2003-" __YEAR__ " by Bernard Desgraupes. All rights reserved." #define kBundleLongInfo_FR kBundleShortInfoString ", Copyright \u00A9 2003-" __YEAR__ " par Bernard Desgraupes. Tous droits rservs." plist { dictionary { key "CFBundleIdentifier" value string kBundleIdentifier key "CFBundleName" value string __OUTPUT_FILENAME__ key "CFBundleShortVersionString" value string kBundleShortInfoString // key "CFBundleGetInfoString" // See localized files key "CFBundlePackageType" value string __OUTPUT_TYPE__ key "CFBundleSignature" value string __OUTPUT_CREATOR__ key "CFBundleExecutable" value string __OUTPUT_FILENAME__ key "CFBundleVersion" value string REZILLA_PLC_VERSION key "CFBundleIconFile" value string "Rezilla.icns" key "CFBundleHelpBookFolder" value string "RezillaHelp" // key "CFBundleHelpBookName" // See localized files key "CFBundleDevelopmentRegion" value string "English" key "CFBundleInfoDictionaryVersion" value string "6.0" key "LSRequiresCarbon" value boolean true key "CFBundleDocumentTypes" value array [ dictionary { key "CFBundleTypeName" value string "Rezilla Resource File" key "CFBundleTypeIconFile" value string "RezillaDocs.icns" key "CFBundleTypeRole" value string "Viewer" key "CFBundleTypeOSTypes" value array [ string 'RSRC' string '****' ] key "CFBundleTypeExtensions" value array [ string "rsrc" string "*" ] } ] } } // Change this to be localized for English localize "English" { comment "Localized versions of Info.plist keys" key "CFBundleGetInfoString" value string kBundleLongInfo_EN key "CFBundleHelpBookName" value string "Rezilla Help" } localize "French" { comment "Localized versions of Info.plist keys" key "CFBundleGetInfoString" value string kBundleLongInfo_FR key "CFBundleHelpBookName" value string "Aide Rezilla" } #include "Rezilla_EN.ploc" #include "Rezilla_FR.ploc" #include "RezillaErrors_EN.ploc" #include "RezillaErrors_FR.ploc" |
From: Bernard D. <bde...@us...> - 2006-11-18 06:55:24
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13289 Modified Files: Rezilla_clut.r Log Message: Finalizing 1.1 Index: Rezilla_clut.r =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc/Rezilla_clut.r,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Rezilla_clut.r 15 Feb 2006 16:50:19 -0000 1.5 +++ Rezilla_clut.r 18 Nov 2006 06:55:21 -0000 1.6 @@ -1,11 +1,11 @@ // =========================================================================== // Rezilla_clut.r // Created: 2004-12-11 11:47:19 -// Last modification: 2004-12-11 11:47:19 +// Last modification: 2006-11-07 22:17:04 // Author: Bernard Desgraupes // e-mail: <bde...@us...> // www: <http://rezilla.sourceforge.net/> -// (c) Copyright: Bernard Desgraupes 2004 +// (c) Copyright: Bernard Desgraupes 2004-2006 // All rights reserved. // =========================================================================== |
From: Bernard D. <bde...@us...> - 2006-11-18 06:55:13
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13241 Modified Files: Rezilla_EN.ploc Rezilla_FR.ploc Log Message: Finalizing 1.1 Index: Rezilla_FR.ploc =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc/Rezilla_FR.ploc,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- Rezilla_FR.ploc 26 Oct 2006 17:09:13 -0000 1.74 +++ Rezilla_FR.ploc 18 Nov 2006 06:55:10 -0000 1.75 @@ -1,4 +1,4 @@ -// Last modification: 2006-10-12 17:27:30 +// Last modification: 2006-11-10 10:07:57 localize "French" as "Localizable.strings" { @@ -9,6 +9,7 @@ key "AskSaveOnCloseInspector" value string "Voulez-voujs appliquer les modifications faites dans lÕinspecteur avant de fermer ?" key "BadFontSize" value string "Mauvaise taille de police Ô%dÕ (doit tre entre 4 et 512 pts)." key "CantCreateNewRezFile" value string "Impossible de crer le nouveau fichier de ressources (erreur Ô%dÕ)." + key "CantImplodeIntoNonEmptyICNS" value string "Impossible dÕimploser sur des donnes existantes: crer une nouvelle ressource ÔicnsÕ pour imploser des ressources d'icones." key "CantImportOnExistingICNS" value string "Impossible dÕimporter sur des donnes existantes: crer une nouvelle ressource ÔicnsÕ pour importer depuis un fichier." key "CantOpenRezFileForWriting" value string "Impossible dÕouvrir le fichier de ressources en criture (erreur Ô%dÕ)." key "CantSaveReadOnly" value string "Impossible de sauvegarder les modifications: le document est en lecture seule." Index: Rezilla_EN.ploc =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Rsrc/Rezilla_EN.ploc,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Rezilla_EN.ploc 8 Oct 2006 16:13:23 -0000 1.69 +++ Rezilla_EN.ploc 18 Nov 2006 06:55:10 -0000 1.70 @@ -1,4 +1,4 @@ -// Last modification: 2006-10-07 08:29:19 +// Last modification: 2006-11-10 10:06:03 localize "English" as "Localizable.strings" { @@ -9,6 +9,7 @@ key "AskSaveOnCloseInspector" value string "Do you want to apply the modifications before closing the inspector?" key "BadFontSize" value string "Bad font size Ô%dÕ (must be between 4 and 512 pts)." key "CantCreateNewRezFile" value string "Could not create new resource file (error Ô%dÕ)." + key "CantImplodeIntoNonEmptyICNS" value string "CanÕt implode into already existing data: create a new ÔicnsÕ resource to implode from icon resources." key "CantImportOnExistingICNS" value string "CanÕt import on already existing data: create a new ÔicnsÕ resource to import from file." key "CantOpenRezFileForWriting" value string "Could not open resource file for writing (error Ô%dÕ)." key "CantSaveReadOnly" value string "CanÕt save the modifications: document is read only." |
From: Bernard D. <bde...@us...> - 2006-11-18 06:54:54
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12892 Modified Files: RezillaConstants.h RezillaID.h Log Message: Finalizing 1.1 Index: RezillaID.h =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/RezillaID.h,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- RezillaID.h 1 Nov 2006 16:53:46 -0000 1.61 +++ RezillaID.h 18 Nov 2006 06:54:51 -0000 1.62 @@ -1,7 +1,7 @@ // =========================================================================== // RezillaID.h // Created: 2004-02-23 15:26:13 -// Last modification: 2006-11-01 17:33:39 +// Last modification: 2006-11-18 07:00:42 // Author: Bernard Desgraupes // e-mail: <bde...@us...> // www: <http://rezilla.sourceforge.net/> @@ -21,4 +21,4 @@ #define REZILLA_DEVEL 0 // Version number string -#define REZILLA_PLC_VERSION "1.1rc3" +#define REZILLA_PLC_VERSION "1.1" Index: RezillaConstants.h =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/RezillaConstants.h,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- RezillaConstants.h 26 Oct 2006 17:08:09 -0000 1.260 +++ RezillaConstants.h 18 Nov 2006 06:54:51 -0000 1.261 @@ -2,7 +2,7 @@ // RezillaConstants.h // // Created : 2003-04-16 22:52:54 -// Last modification : 2006-10-10 11:08:39 +// Last modification : 2006-11-10 06:12:05 // Author : Bernard Desgraupes // e-mail : <bde...@us...> // www : <http://rezilla.sourceforge.net/> @@ -142,7 +142,7 @@ // Bitmap editor // ------------- -// Supported image types +// Supported bitmap types enum { ImgType_LargeIcon = FOUR_CHAR_CODE('ICON'), @@ -170,7 +170,9 @@ ImgType_Pattern = FOUR_CHAR_CODE('PAT '), ImgType_PixPat = FOUR_CHAR_CODE('ppat'), ImgType_Cursor = FOUR_CHAR_CODE('CURS'), - ImgType_ColorCursor = FOUR_CHAR_CODE('crsr') + ImgType_ColorCursor = FOUR_CHAR_CODE('crsr'), + + ImgType_IconFamily = FOUR_CHAR_CODE('icns') }; // Resizing flags for Icon editor @@ -297,9 +299,10 @@ const ResIDT PPob_GetValueDialog = 8400; const ResIDT PPob_FindDialog = 8500; const ResIDT PPob_FontSizeDialog = 8600; -const ResIDT PPob_ImageResizeDialog = 8900; const ResIDT PPob_RezTypeChooser = 8700; +const ResIDT PPob_RezIDChooser = 8750; const ResIDT PPob_TmplKeyChooser = 8800; +const ResIDT PPob_ImageResizeDialog = 8900; const ResIDT PPob_SimpleMessage = 9500; const ResIDT PPob_AskIfMessage = 9510; const ResIDT PPob_AskYesNoMessage = 9520; @@ -556,6 +559,8 @@ const CommandT cmd_IconRecolorCurrentImage = FOUR_CHAR_CODE('RWCT'); // Recolor With Current Table const CommandT cmd_IconResizeImage = FOUR_CHAR_CODE('RSZI'); const CommandT cmd_IconDeleteImage = FOUR_CHAR_CODE('DELI'); +const CommandT cmd_IconExplodeImage = FOUR_CHAR_CODE('XPLO'); +const CommandT cmd_IconImplodeImage = FOUR_CHAR_CODE('IPLO'); // Color Menu Command IDs const CommandT cmd_ColorTableAppleIcon = FOUR_CHAR_CODE('CLT1'); const CommandT cmd_ColorTableApple256 = FOUR_CHAR_CODE('CLT2'); @@ -672,8 +677,11 @@ const PaneIDT item_UidOtherConflicts = 1; // Resource Type Chooser // --------------------- -const PaneIDT item_TypeChooserField = 1; -const PaneIDT item_TypeChooserMenu = 2; +const PaneIDT item_RezTypeChooserField = 1; +const PaneIDT item_RezTypeChooserMenu = 2; +// Resource ID Chooser +// ------------------- +const PaneIDT item_RezIDChooserField = 1; // Template Key Chooser // -------------------- const PaneIDT item_TmplKeyChooserType = 1; @@ -1021,8 +1029,8 @@ const MessageT msg_UidOtherConflicts = PPob_AskUniqueID + item_UidOtherConflicts; // Resource Type Chooser // --------------------- -const MessageT msg_TypeChooserField = PPob_RezTypeChooser + item_TypeChooserField; -const MessageT msg_TypeChooserMenu = PPob_RezTypeChooser + item_TypeChooserMenu; +const MessageT msg_RezTypeChooserField = PPob_RezTypeChooser + item_RezTypeChooserField; +const MessageT msg_RezTypeChooserMenu = PPob_RezTypeChooser + item_RezTypeChooserMenu; // Template Option Chooser // ----------------------- const MessageT msg_TmplKeyChooserMenu = PPob_TmplKeyChooser + item_TmplKeyChooserMenu; |
From: Bernard D. <bde...@us...> - 2006-11-18 06:54:37
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Rez In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12873 Modified Files: CRezCompare.cp Log Message: Finalizing 1.1 Index: CRezCompare.cp =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Rez/CRezCompare.cp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CRezCompare.cp 16 Feb 2006 19:00:25 -0000 1.29 +++ CRezCompare.cp 18 Nov 2006 06:54:35 -0000 1.30 @@ -284,8 +284,9 @@ short oldRefNum, newRefNum; OSErr error = noErr; + // Open the forks in readOnly mode if (mOldMap == nil) { - error = CRezillaApp::PreOpen(inOldFileSpec, returnedFork, oldRefNum); + error = CRezillaApp::PreOpen(inOldFileSpec, returnedFork, oldRefNum, fork_anyfork, true); if (error != noErr) { CRezillaApp::ReportOpenForkError(error, &inOldFileSpec); } else { @@ -293,7 +294,7 @@ } } if (mNewMap == nil) { - error = CRezillaApp::PreOpen(inNewFileSpec, returnedFork, newRefNum); + error = CRezillaApp::PreOpen(inNewFileSpec, returnedFork, newRefNum, fork_anyfork, true); if (error != noErr) { CRezillaApp::ReportOpenForkError(error, &inNewFileSpec); } else { |
From: Bernard D. <bde...@us...> - 2006-11-18 06:54:27
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Pickers/PickerStamps In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12862 Modified Files: Cicns_PickerStamp.cp Log Message: Finalizing 1.1 Index: Cicns_PickerStamp.cp =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Pickers/PickerStamps/Cicns_PickerStamp.cp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Cicns_PickerStamp.cp 22 Sep 2006 10:35:31 -0000 1.2 +++ Cicns_PickerStamp.cp 18 Nov 2006 06:54:23 -0000 1.3 @@ -77,7 +77,7 @@ Handle theIconHandle = NULL; StRezRefSaver saver(theRefNum); - theIconHandle = ::Get1Resource('icns', theID); + theIconHandle = ::Get1Resource(kIconFamilyType, theID); ::HandToHand(&theIconHandle); if (theIconHandle) { |