Tyler Dauwalder
c9fec498f8
Spruced up program output.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5659 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 07:09:24 +00:00
Tyler Dauwalder
fe387f7131
- Added file set descriptor output to Build().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5658 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 06:38:36 +00:00
Tyler Dauwalder
8d48c8cffe
Added missing definition for dummyExtent constant.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5657 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 06:37:58 +00:00
Tyler Dauwalder
17b66e62ef
Fixed stupid oversight while checking file set descriptor in Mount()
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5656 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 06:37:29 +00:00
Tyler Dauwalder
d1a0387efb
- Added long_address constructor.
...
- Polished up file_set_descriptor a bit.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5655 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 06:36:27 +00:00
Matthew Wilber
55f2e33b2d
Changed Paste/DragDrop code so that a clip does not have to be pasted entirely within the bounds of the background bitmap
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5654 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 04:26:52 +00:00
Matthew Wilber
169c19d6f7
Implemented drag/drop from one ShowImage window to another
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5653 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 03:39:21 +00:00
DarkWyrm
56262fb483
Implemented a few functions, added some documentation and some TODO reminders
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5652 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 21:54:14 +00:00
DarkWyrm
ef94fcd875
A couple bugfixes, some comment tweaks, and PortLink conversion for a couple functions
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5651 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 14:49:56 +00:00
Jérôme Duval
357ef4edac
Beta version
...
Improvements are still possible
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5650 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 08:44:26 +00:00
Tyler Dauwalder
bf757e6cca
- Added physical partition allocator.
...
- Build() now writes logical volume descriptor and updates
the partition descriptor to have the proper partition length.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5649 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:11:39 +00:00
Tyler Dauwalder
aff8ada4dd
Added PhysicalPartitionAllocator.cpp
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5648 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:10:20 +00:00
Tyler Dauwalder
52368aac43
Added minimum block support needed by the physical partition allocator.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5647 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:10:03 +00:00
Tyler Dauwalder
d8b4553a67
Added some missing error checking in Mount() when investigating file set descriptor
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5646 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:09:27 +00:00
Tyler Dauwalder
730ba00a62
- Added domain_id_suffix struct.
...
- Added domain flags enum.
- Added domain_id_suffix constructor for entity_id
- Added kLogicalVolumeDescriptorBaseSize
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5645 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:08:31 +00:00
Tyler Dauwalder
b68d3ebe4a
Removed a redundant logical volume descriptor dump.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5644 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:07:17 +00:00
Tyler Dauwalder
29d3fced6a
Added extra debugging output.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:06:49 +00:00
Tyler Dauwalder
afb8314a0e
Initial checkin. Handles allocation for data chunks in a Udf physical partition.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5642 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 06:06:21 +00:00
Matthew Wilber
664c5b6911
Removed unneeded calls to Invalidate(), changed minimum size for selection rectangle so that users can click in an empty section of the window to unselect the selection
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5641 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-11 01:33:50 +00:00
Matthew Wilber
187f0b8a33
Fixed bug where the close confirmation would still appear after a changed document was closed
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5640 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-10 22:47:10 +00:00
Matthew Wilber
1abb86b2ed
Initial check in for GIFTranslator, generously donated by Daniel Switkin
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5639 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 22:27:58 +00:00
Matthew Wilber
c04dd9b71c
Added Daniel Switkin's GIFTranslator
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5638 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 22:26:03 +00:00
shatty
cf302d2f04
fix Sounds application signature for interoperability with existing desklink
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5637 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 08:02:40 +00:00
shatty
1c5fc79d8b
fix Media application signature for interoperability with existing desklink
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5636 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 08:00:53 +00:00
Tyler Dauwalder
92572bc3ae
Added udf partition descriptor output to Build().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5635 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 00:46:38 +00:00
Tyler Dauwalder
35947f6f39
- Added Tail()
...
- Turned on some debug output
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5634 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 00:45:36 +00:00
Tyler Dauwalder
003d4e83df
Fixed timestamp to correctly use localtime(), thanks to mphipps. :-)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5633 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-09 00:45:06 +00:00
beveloper
933a883015
Should provide better compatiblity with SoundPlay 4.8 (but SoundPlay does crash)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5632 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 23:16:43 +00:00
beveloper
8d52474bc7
a couple of fixes to the error handling code
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5631 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 22:16:03 +00:00
beveloper
37c555c2ca
Really strange workaround to read some strange files...
...
Either the files are broken, or the GetFrameLength() function
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5630 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 21:17:35 +00:00
beveloper
abc8999720
multi thread save...
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5629 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 21:16:08 +00:00
shatty
d5de487aea
fix build libmpglib.a
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5628 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 21:13:14 +00:00
Jérôme Duval
8a8fb1df24
Cancels the fix, it now works because the node manager is now fixed
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5627 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 08:50:11 +00:00
Jérôme Duval
fc8b28b6e1
Implemented GetStartLatency
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5626 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 08:45:09 +00:00
Jérôme Duval
5f238ea9e9
Fixes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5625 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 08:42:37 +00:00
Jérôme Duval
f1c6cd32f0
Fixes the Connect bug
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5624 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 08:41:36 +00:00
Jérôme Duval
4446fcac05
Added GetStartLatency handling
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5623 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-08 08:39:20 +00:00
DarkWyrm
5936e65050
Converted a lot of BSession use to PortLink where streamed messaging is not appropriate
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5622 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 23:24:12 +00:00
DarkWyrm
e0c894a088
Added a member PortLink for non-streamed communications with the server
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5621 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 22:37:40 +00:00
DarkWyrm
89c2c01ab5
Replaced _view_attr with ViewAttr class to remove a crash
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5620 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 22:10:52 +00:00
DarkWyrm
dcb1e9166d
Replaced _view_attr with comparable ViewAttr class and removed a crash
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5619 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 22:09:58 +00:00
DarkWyrm
21c49a5cf3
Replaced _view_attr_ struct with a comparable ViewAttr class - removes a crash
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5618 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 22:08:45 +00:00
beveloper
2d923d67f0
fixed playback of small files by properly returning errors
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5617 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 21:50:36 +00:00
beveloper
2c24a8d065
integration
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5616 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 21:09:06 +00:00
beveloper
a3d7908e26
improved wav reader
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5615 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 21:07:20 +00:00
beveloper
c9c1abc3bf
codec api doesn't call setup twice anymore
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5614 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 17:18:39 +00:00
beveloper
2648dc48d8
a non working workaround for some strange mp3 files
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5613 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 16:11:23 +00:00
shatty
b7d16bdff5
use /boot/develop/headers for xvid.h location
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5612 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 15:42:15 +00:00
shatty
7ec82a9558
link to libxvidcore.so instead of libxvidcore.a, get header and lib from external installation
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5611 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 15:23:00 +00:00
shatty
e9805c61c9
bye bye GPL
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5610 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-07 15:22:14 +00:00