403 Commits

Author SHA1 Message Date
Tyler Dauwalder
fb40f3bc26 Many fixes and additions; images are not quite completely valid yet, but
are now also recognized by and usable in Windows (XP, at least).
- Fixed a few incorrect crc-length settings (some remain).
- Added output of N position anchor.
- Added unallocated space descriptors to volume descriptor sequences.
- Added terminating descriptors to end of volume descriptor sequences.
- Finally write d-strings properly.
- Removed padding at end of image, since that appears unnecessary now
  that I've learned how to do rudimentary pointer arithmetic correctly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5971 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-07 08:33:11 +00:00
Tyler Dauwalder
57c80a0c50 Added DString.cpp.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5966 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-07 08:25:24 +00:00
Tyler Dauwalder
aae8e9f936 - Updated _NextUniqueId() to wrap appropriately after lower 32-bits
hit 0xffffffff.
- Added logical volume integrity sequence output.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5924 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-06 06:01:44 +00:00
Tyler Dauwalder
2cf79bd296 Moved block_for_offset() from Utils to UdfBuilder.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5896 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-04 09:56:45 +00:00
Matthew Wilber
01c931e6cb Fixed bug in FindNextImage where -1 is returned instead of false
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5895 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-04 04:22:23 +00:00
Matthew Wilber
64d3ef5ff2 Fixed bug which occured when the Next or Previous image command was used with an image that failed to translate. Changed Next/Previous image behavior to skip past images that fail to translate.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5894 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-03 21:25:05 +00:00
Phil Greenway
5819f6dcf4 Added csplit.c - doesnt work entirely atm.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5881 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-03 09:48:40 +00:00
Waldemar Kornewald
b66e4cd306 Removed unneeded dependency from Jamfile.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5878 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 13:03:31 +00:00
Tyler Dauwalder
1d63afff42 Added extra padding to end of image to account for apparent
inability of certain burners to properly write the last few blocks
of the image to disc.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5871 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 06:01:53 +00:00
Tyler Dauwalder
c5ccda5638 - Added _ProcessFile(). Now produces very basic (though not quite technically
valid) image files.
- Added output file flushing.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5869 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 03:50:52 +00:00
Tyler Dauwalder
ef92dae19f Added [Set]ImageSize() and {DirectoryBytes,FileBytes,ImageSize}String().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5868 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 03:49:16 +00:00
Tyler Dauwalder
f107e38ea3 Added InitCheck().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5867 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 03:48:24 +00:00
Tyler Dauwalder
3413f785f6 Changed default verbosity to low.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5866 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 03:48:01 +00:00
Tyler Dauwalder
798e36f61d Added MemoryStream.cpp and PositionIOStream.cpp
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5865 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 03:47:41 +00:00
Tyler Dauwalder
755b5518b7 Converted to be a subclass of PositionIOStream.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5864 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 02:56:18 +00:00
Tyler Dauwalder
827b40a4a3 Added InitCheck()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5863 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 02:55:52 +00:00
Tyler Dauwalder
d6cc97bf9e Updated summary output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5862 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 02:55:36 +00:00
Tyler Dauwalder
b6658ff03d Initial checkin. PositionIOStream subclass that writes to a BMemoryIO.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5855 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 02:48:48 +00:00
Tyler Dauwalder
493be614c5 Initial checkin. New base class for DataStream that writes to a BPositionIO object.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5854 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 02:48:19 +00:00
Matthew Wilber
1de4129887 Shrunk initial window rectangle so that the scrolling operation performed in fImageView->FlushToLeftTop() will execute properly for certain small images.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5853 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-02 00:40:58 +00:00
Axel Dörfler
7518dc085b Replaced direct background color values with ui_color(B_PANEL_BACKGROUND_COLOR).
Some minor style changes.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5845 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-31 04:24:46 +00:00
shatty
829d826c09 no support headers required
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5844 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-31 03:47:21 +00:00
shatty
495c6cf79d to please Axel (ok the stupid warnings were annoying me too) I made the ArgvReceived non virtual
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5842 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-31 03:19:05 +00:00
Phil Greenway
f6d062bb86 Remarked out tput and clear. Advised by the developer that tput requires ncurses.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5834 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 16:25:51 +00:00
Phil Greenway
48667b835c Updated to include tput and clear (hope ive done it right)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5833 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 15:59:44 +00:00
Phil Greenway
cca694c746 Coded by Jan-Rixt Van Hoye
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5829 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 14:05:48 +00:00
shatty
3f7e8e7395 for faster, more reliable translation, using larger buffers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5824 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 12:06:25 +00:00
shatty
d3c943d4fd better look, and names
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5813 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 06:23:35 +00:00
shatty
519a8c18dc character set support moved to textencoding
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5812 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-30 03:38:52 +00:00
shatty
bde0ae2e7d change media types to be IANA compliant
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5798 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 15:55:56 +00:00
shatty
4c651e5469 duplicate R5 MediaPlayer window size, cascade behavior, icon
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5794 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 05:25:50 +00:00
shatty
62ff9a1839 add mediaplayer
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5793 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 05:06:35 +00:00
shatty
295e62da9e shell
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5792 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 05:05:15 +00:00
shatty
0fa2f27a04 beginning basics for MediaPlayer
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 03:09:42 +00:00
shatty
33ae6686c2 use OBOS String please
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5790 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-29 02:44:42 +00:00
Matthew Wilber
43ed8070bb Removed ShowImage.rsrc. ShowImage.rdef should instead be used for ShowImage's resources.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5750 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-24 20:40:23 +00:00
Matthew Wilber
52c287f01b Removed makefile, it was checked in by mistake. It has nothing to do with ShowImage.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5749 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-24 20:36:34 +00:00
Matthew Wilber
28b149e57c Removed ShowImageX.proj BeIDE project file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5748 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-24 20:31:07 +00:00
Matthew Wilber
0916ab535d Adjusted menu bar, scrollbars and view frame so that there are no longer double borders
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5747 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-24 20:27:09 +00:00
Michael Pfeiffer
491eb383e0 Fixed access to invalid bitmap bug.
Refactored code a little bit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5746 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-24 10:14:28 +00:00
Matthew Wilber
6574ee0747 Removed some debug print statements, set the maximum allowed Zoom to 1600%
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5744 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-23 23:45:26 +00:00
mahlzeit
0e6141ba3b Simplified app_flags.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5726 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-22 17:41:02 +00:00
Matthew Wilber
16b663b7ab Disable the Invert menu item for B_CMAP8 bitmaps because they are currently unsupported by the invert algorithm.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5721 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-22 01:56:27 +00:00
Matthew Wilber
9f54b9718e Cleared the Undo buffer when actions that are reversable are performed. Disabled Invert command for B_CMAP8 bitmaps, as they are not properly inverted
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5720 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-22 01:39:01 +00:00
Matthew Wilber
75238186d7 Fixed Edit-->Clear to leave behind a white box if the selection box is not moved after it is made, added Undo capability for Cut and Clear actions
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5719 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-21 19:44:13 +00:00
Niels Sascha Reedijk
bce0d4191a Fix various warnings
(trivial)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5716 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-20 13:20:34 +00:00
Tyler Dauwalder
74e4cc72e5 Missed a couple of renames...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5702 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-18 09:44:14 +00:00
Tyler Dauwalder
199f8661c1 - Started on child processing in _ProcessDirectory()
- OutputFile => FileStream


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5701 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-18 09:33:26 +00:00
Tyler Dauwalder
c35e033a76 - OutputFile.cpp => FileStream.cpp
- Added {Embedded,Extent,Simulated}Stream.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5700 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-18 09:32:12 +00:00
Tyler Dauwalder
5bdf9f4f7d Initial checkin. SimulatedStream implementation that takes a list
of Udf::extent_address structs. Will be used for standard data
streams. Mostly complete, completely untested.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5699 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-18 09:31:10 +00:00