Matthew Wilber
e12c41efa4
added Translate tests to translate TIFF images to Be Bitmap (bits) images
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3125 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-29 01:23:27 +00:00
Matthew Wilber
d1363d0da5
moved CompareStreams function to TranslatorTestAddOn.cpp so that multiple translator tests could use it
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-29 01:21:43 +00:00
Matthew Wilber
1f52e8a2df
moved CompareStreams function from STXTTranslatorTest to this file so that multiple translators tests could use it
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3123 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-29 01:21:09 +00:00
Tyler Dauwalder
25b288e0dd
Initial checkin (and this time I better not be writing over somebody else's
...
files, damn it! :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-29 00:26:13 +00:00
Tyler Dauwalder
3807c90cf1
Added udf tests to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3121 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-29 00:11:29 +00:00
Tyler Dauwalder
a8850e00d1
Augmented 'quit' command for those of us who type 'exit' by habit.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3120 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 23:32:55 +00:00
Tyler Dauwalder
4a547c1282
Initial checkin.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3119 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:59:34 +00:00
Tyler Dauwalder
cba5c5b207
Added udf.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3118 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:59:12 +00:00
Tyler Dauwalder
b93d2a8132
Initial checkin.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3117 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:53:46 +00:00
Tyler Dauwalder
388e593dfa
Initial checkin. Other than a few bogus implementations to allow the
...
udf_shell to mount, everything is just skeleton functions currently.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3116 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:52:59 +00:00
Tyler Dauwalder
ad43fbba82
Borrowed straight up from bfs. These will disappear when I get off my
...
butt and move them to /headers/os/drivers and /src/kernel/core or
wherever we agreed to consolidate them.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3115 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:51:12 +00:00
Tyler Dauwalder
29008bcfd8
Initial checkin. Currently does nothing particularly useful.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:47:29 +00:00
Tyler Dauwalder
70eaa1f5b5
Initial checkin.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3113 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:46:54 +00:00
Tyler Dauwalder
1a2f87c146
Initial checkin. Structures through ECMA-167 Part 3 (i.e. volume recognition)
...
mostly completed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3112 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:46:14 +00:00
Tyler Dauwalder
e75bed9707
Initial checkin. Inherited from bfs, then stripped bfs specific stuff.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3111 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:45:11 +00:00
Tyler Dauwalder
898b68c344
Added goodies from the bfs version of fsproto.h
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3110 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 22:37:27 +00:00
Axel Dörfler
a8130cded6
exit() now calls _thread_do_exit_notification().
...
Note, this is incompatible with the BeOS behaviour, which didn't call
the hooks when you exit()ed a program.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 11:11:26 +00:00
Axel Dörfler
c1615a93f0
No longer calls _thread_do_exit_notification() as exit() now does it.
...
Note, this is incompatible with the BeOS behaviour, which didn't call
the hooks when you exit()ed a program.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 11:10:09 +00:00
Matthew Wilber
a11d841c28
eliminated the debugging printf statements
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 02:44:44 +00:00
Matthew Wilber
294675df12
added more images to the Identify() testing
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3106 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-28 02:38:57 +00:00
Matthew Wilber
58100bab8b
changed the Identify string to report information about the type of the TIFF image
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3105 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-25 23:41:36 +00:00
Philippe Houdoin
9360e22d50
Add missing cpu_type values for AMD Athlon and Duron processor.
...
Next step: add B_CPU_INTEL_PENTIUM_IV, when we could boot successfully on such beast ;-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3104 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-25 21:31:45 +00:00
Philippe Houdoin
2a93d8472f
Fix unrecognized Pentium III models, and add newer AMD Athlon and Duron recognition
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-25 21:28:47 +00:00
beveloper
c123bb9936
better in CVS than lost
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3102 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-25 16:09:01 +00:00
shatty
c5788c0416
slightly less awful scrollbars
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-24 08:09:50 +00:00
shatty
0873b6e545
move towards smarter scrollers
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-24 07:55:28 +00:00
Matthew Wilber
39749b49af
added support for reading uncompressed, packbits encoded, 4, 8-bit palette based TIFF images
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3099 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-23 03:11:05 +00:00
Matthew Wilber
0a9c358574
removed unnecessary including of TIFFTranslator header to fix compliation of this test
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3098 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-23 02:39:54 +00:00
beveloper
f46925ed35
Parameter web support
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3097 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 23:06:51 +00:00
shatty
442abe27a7
remove bemail
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3096 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 22:42:29 +00:00
shatty
4bf790524f
basic application model stolen from styled edit
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3095 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 09:21:48 +00:00
shatty
e648cd8a9d
cosmetic cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3094 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 06:32:09 +00:00
shatty
5abaecfeb2
MuTerminal is coming to OBOS
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3093 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 05:37:15 +00:00
Matthew Wilber
08c96d28c5
added support for reading 8, 4-bit uncompressed, packbits encoded grayscale TIFF images
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3092 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 01:51:33 +00:00
Axel Dörfler
d9e72f220a
Reenabled the broken assert in free() and applied Travis' NewOS patch 1764
...
(which fixes that assert).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3091 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 08:25:26 +00:00
Tyler Dauwalder
67d102db0b
Added a (somewhat cryptic) usage note when run with '--help' argument
...
for slow learners like me.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3090 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 07:56:17 +00:00
Matthew Wilber
91ae8a2423
changed TiffDetails to a class so that clean up would be easier and added logic to handle palette images (though they will not open yet)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3089 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 03:41:33 +00:00
Matthew Wilber
5cd3d8f8e3
change TiffDetails to a class so that cleanup would be easier
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3088 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 03:40:23 +00:00
Jérôme Duval
056e08e286
Cleanups
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3087 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 00:16:26 +00:00
Jérôme Duval
4395e32018
Bug fixes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3086 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 00:10:24 +00:00
Jérôme Duval
6d6c8c465a
Added rev 10 for VT8233, debug traces
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3085 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-21 00:02:23 +00:00
Axel Dörfler
f924ff50f5
Added the public pthread header - right now, only support for mutex and
...
mutexattr is there, and the header reflects this.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3084 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-20 18:53:11 +00:00
Axel Dörfler
c1705065da
Doh, forget to add the license and author information.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3083 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-20 18:51:55 +00:00
Axel Dörfler
74b016ecad
Added a basic pthread_mutex and pthread_mutexattr implementation which
...
will come in handy for the glibc stuff - and is great for our libroot.so,
too.
Everything should work except for: pthread_mutexattr_(set|get)prioceiling/
protocol(). That might be added at a later time, though, I don't consider
it a high priority.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3082 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-20 18:48:54 +00:00
Michael Pfeiffer
0008ea004e
Link against static libpdf.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3081 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-20 14:15:34 +00:00
Axel Dörfler
f8fdd89ffb
Some header work to make it more posix compliant.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3080 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-19 17:35:55 +00:00
Matthew Wilber
ac914e611c
Fixed Huffman decoding issue. The loop was exiting without waiting for a terminating code.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3079 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-19 17:22:27 +00:00
Ingo Weinhold
3906f59e6a
Removed the iso9660 module from the build. For the time being we can't use it anyway.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3078 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-19 14:40:33 +00:00
DarkWyrm
511004cc7a
Removed a couple problems caused by Adrian's recent changes in ServerProtocol.h
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3077 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-18 19:58:43 +00:00
Axel Dörfler
8120de4558
Implemented on_exit_thread() notification, making use of the new second
...
thread argument.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3076 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-18 09:41:10 +00:00