hexedit-announce Mailing List for HexEdit
Brought to you by:
raving
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Lane R. <la...@if...> - 2004-09-22 16:03:08
|
Well, =46irst I have to say that I apologize to everyone on these lists for forgetting to post several of the past releases -- my bad! Anyway, v1.90 has been released, with French and Japanese translations available as well. A copy of the press release / change list is below. Enjoy! Lane Roathe President Ideas From the Deep <http://www.ifd.com> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F I want to die peacefully, in my sleep, like my father... not screaming and yelling like the passengers in his car. Ideas From the Deep announces the release of HexEdit v1.90, the first full release in almost a year! This version fixes all bugs reported to date, adds a new xcode project plus mach-o target (HexEdit.app), and adds the much requested "Replace and Find Again" feature. HexEdit, an Open Source project, is available from Ideas From the Deep at: <http://www.ifd.com/hexedit> The source for HexEdit is hosted on SourceForge: <http://hexedit.sourceforge.net> The full change log for the v1.90 release follows: =46ix opening of one-fork files with drag and drop (drags are now always opened in smart fork mode) =46ix Overwrite mode stopping overwrites before last byte of file =46ix Overwrite mode adding bytes to file (no bytes to overwrite past eof!) Changed menu option "non-destructive delete" to "destructive delete" (correct name) Checked all icon resource files in in mergable resource fork format (MacCVSClient) Checked all resources in in mergable resource fork format (MacCVSClient) =09(this fixes correct problem with checkouts from CVS having no resource = data!) Added the pre-built 68K application to CVS (so no need to rebuild ... can't w/CW7 or later) Updated webpage links in application Removed all old Projector checkout resources from any files where they still existed Updated documentation to reflect these changes Added documentation on keyboard usage to docs file Clear key now clears byte to right if no selection is made Clear (key and menu item) now moves cursor to next insertion point after = clear Updated handling of Backspace, clear, and edit "clear" menu to be more consistent =09(clear always zeros for instance, and BS/Del are non-destructive when appropriate) Updated the Source Forge website with new links, images, corrections, etc. =46ix find dialog's replace code (was working, but code was wrong) Add ability for finding to wrap in file Added "replace and find next" search feature =09(replaces current text with replace text, searches for next matching find string) Replacement text is no longer converted to upper case if "ignore case" is checked =09(option should have only effected the find string!) If nothing to find, all find/replace menu options open the find dialog for = you Pressing "option" w/replace click in find dialog is replace/find next. =46ind dialog's Replace only happens if there is a selection! (replace all happens always) Added keyboard modifiers for various program items (menus/editing/ dialogs) to documentaiton Zoom state is now smaller for large files (big window) and larger for small files (small window) =46ind forward/back & Replace will operate on first edit window, if any (allows search in find dialog) Option-Delete is same as Clear key =46ixed non-destructive behaviour in ASCII pane Prefs now default to non-destructive delete in overwrite mode ABOUT IDEAS FROM THE DEEP: =46ounded in 1989, Ideas From the Deep develops and publishes software for a variety of platforms and genres, providing a range of development services including design, programming and artwork. IFD also supports open source with work on projects like HexEdit and OpenPlay. PRESS CONTACT INFORMATION: Lane Roathe, Ideas From the Deep, P.O.Box 705 Little Elm, TX 75068, (214) 618-5496, la...@if..., www.ifd.com =A9 2004 Ideas From the Deep |
|
From: Lane R. <la...@if...> - 2002-04-29 07:24:42
|
The latest version of HexEdit, v1.80, has been released on SourceForge and the IFD site. There were many user experience and GUI improvements and fixes, including color windows now being standard, with several user- definable color schemes added. Under Mac OS X and 8/9 with CarbonLib installed (most users) you can now use a scroll wheel to scroll HexEdit windows. The latest version can be downloaded from: <http://www.ifd.com/hexedit.ws4d> Complete update notes: 04/29/02 1.80 Re-arranged distribution folder to be more end-user friendly New icons are copy-pastable in the finder's info windows Removed per-window offscreen drawing surface (a single color capable offscreen is now used for all windows) Single offscreen means memory usage goes WAY DOWN, a very good thing Single offscreen means flickering of selection no longer happens Single offscreen means slower drawing speed, only noticable on older Macs Major re-arrangement of EditWindow.c to be easier to follow Windows zoom is now restricted to full line height at window creation Open/Save dialogs now get prompt at load, including Nav dialogs! Re-layed out window to handle files of huge size (ie, 8 chars for hex addresses!) Re-layed out header to reflect larger file size handling (8 chars per hex address!) Positioning of vertical lines now relative to body draw position (in code) Windows no longer grow below bottom of screen Fixed problem where data file w/no resource fork didn't display correct error message Cleaned up some opening code (to not duplicate functionality) Fixed a few memory leaks when failing to open a file's fork Fixed a possible condition that could leave files open No longer resize the window when you try to re-open an open file Max window sizes now take into account the doc in OS X Fixed update of outline in ascii area, bottom right edge was 1 pixel short Added an error specific to saving files when the original is moved or deleted Updated error message on missing resource forks so explain what's happening Scrolling speed of drags now gets faster the further from the window the mouse goes Fixed cut not copying selection deleted; it does now, just like copy :) Windows open to better default sizes now Alerts now belong to the window from which the error occurs File compare now uses currently open windows by default, when available Holding "Option" when selecting Compare Files menu option forces file selection dialogs Menu routines now passed the key modifiers state (see above, below) Holding "Option" when selecting a color will change the color of only the front window By default, changing the color now changes the color of all open windows! You can now go to the start/end of a file with Option-Up/Option-Down (Home/End) New option to cause page up/down to only move display, not change edit cursor position Comparison mode now allows available menu command keys to work Non-Destructive delete in insert mode is now just that, non-destructive! Now accept "Clear" key and Option-Delete to "clear" a selection to zeros Added seperate color entry for dark body color (was based on bar color previously) Added a few new colors, and updated some of the other colors (sure wish someone would create a set of colors that looked good :) Minimum Window size is now 10 lines Added EF's changes to the way window clicks are handled, for better OS X usage Added EF's carbon events code to allow mouse wheel to scroll window contents Trying to go to an address outside of the window's file size signals error with a beep Optimized some calculations of window display position When scrolling in very large files we now always position to the first byte of a display line Fixed problem with tabbing between hex and ascii fields, (boolean ops on non-booleans bad) most enums are now typedefs so they can be used as data types (see above fix for example :) <unreleased> 1.77 Incorporated file compare window changes from Nick Pissaro Major re-arrange of main.c to be easier to follow Removed all "CompareFlag" references, now pass type of window to functions (effects SizeWindow, file open routines, etc.) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lane Roathe, President Ideas From the Deep <mailto:la...@if...> <http://www.ifd.com> _______________________________________________________________________ Data, data everywhere . . . and not a thought to to be had. |
|
From: Lane R. <la...@ro...> - 2002-03-20 18:30:26
|
The latest version of HexEdit, v1.76, has been released on SourceForge and on the IFD site. The most important part of this release is the fix of a crash bug in find/replace. The URLS are: <http://www.ifd.com/hexedit.ws4d> <http://www.sourceforge.net/projects/hexedit> Complete v1.76 update notes: fixed DisposeChunk to check for NULL window (fixes replace all crash) thanks to Ben H. fixed printing in classic (removed check for error on PrValidate, it doesn't return errors) about box now invalidates rect in carbon build to try and get better speed in os x carbon precompiled header include now from carbon support folder updated project to have carbon builds look in carbon support folder first error alert into debugger updated for new universal headers fixed about dialog box scroll speed in OS X (speed now based on time elapsed) updated all source to include CVS version/edit information updated copyright dates prefs now set vertical bars on by default created new default color scheme (slightly modified turquoise) color is now on by default updated pref version # to force above prefs changes on everyone :) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lane Roathe, President Ideas From the Deep <mailto:la...@if...> <http://www.ifd.com> _______________________________________________________________________ And I say unto you "Long Live the Lifted Sig!" |
|
From: Lane R. <la...@ro...> - 2001-12-17 08:52:27
|
The latest version of HexEdit, v1.75, has been released on SourceForge and on the IFD site. This versions main feature is Find and Replace! There were also many user experience and GUI updates and fixes. Until SourceForge updates their DB, the latest version can be downloaded from: <http://www.ifd.com/hexedit.ws4d> Complete v1.75 update notes: Added Replace and Replace All functionality! (Available the Find dialog) Can no longer open files twice All file access is now thru FSp calls (saves code and allowing all machines to open files starting with periods) Updated file open error message to reflect likelyhood of already open files Empty fork warnings now work! (ie, if a fork is empty, you are warned about the fact before it is opened) Use a Carbon v1.1 function just to require that version or later. (this is an attempt to fix the crash under CarbonLib v1.0.x) Fixed bad sizing of scroll bars Fixed problem with scroll thumb moving when clicked on (but not dragged) Compare files now uses an open window if existing for a selected file Adjusted sizing of compare windows Adjusted size of HexEdit windows, fixing 10th column being squashed Added NEW pentagram icon by Lane Roathe (must use copy/paste in finder info window to set) Adjusted speed of about box text for MacOS X (Carbon) Adjusted find/replace dialog for MacOS X Adjusted position of elements in file compare prefs dialog for OS X Added OS X Project Builder project (compiles, links, starts to run, but can't debug) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lane Roathe, President Ideas From the Deep <mailto:la...@if...> <http://www.ifd.com> _______________________________________________________________________ And I say unto you "Long Live the Lifted Sig!" |