Jérôme Duval
5b5dd5e24c
0X1167 is an AMD Duron
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19181 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 21:37:55 +00:00
Axel Dörfler
0ad660a168
Remap all preloaded executables read-only and executable.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19180 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 20:38:30 +00:00
Axel Dörfler
5718fbb92c
Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19179 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 18:08:25 +00:00
Axel Dörfler
c35b04de31
* Moved the TCPConnection class into its own file.
...
* Added some missing result checks, mostly for allocations.
* Fixed a wrong precendence with the ?: operator
* Some minor cleanup.
* Renamed sBufferModule to gBufferModule - the header expects it to be a global,
so it should be named like one.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19178 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 17:27:13 +00:00
Stefano Ceccherini
262fc9994c
Moved PictureTest to its own folder, added some more files (WIP and not
...
yet
added to the image) written by Marc Flerackers, for a SVG -> BPicture
importer, will be used to show the SVG lion and butterfly (included in
this commit)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19177 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 16:43:04 +00:00
Stefano Ceccherini
c140bbecd9
forgot to update this
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19176 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 16:08:07 +00:00
Stefano Ceccherini
e02e6ab8f3
renamed picture to pictureprint
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 16:05:01 +00:00
Axel Dörfler
774e1e2116
Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19174 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 15:08:55 +00:00
Axel Dörfler
88008dd688
Fixed overwriting the stack.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19173 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 15:00:05 +00:00
Axel Dörfler
a5640720a8
Fixed warning when built for Haiku.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19172 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 14:21:36 +00:00
Axel Dörfler
84a3cc1e94
* Added small TCP tests written by Andrew.
...
* Removed a poorly written TCP test.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19171 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 14:09:41 +00:00
Axel Dörfler
9d00b1d56d
* The "no theme available" string is now resized as needed.
...
* Rewrote header, cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19170 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 12:54:33 +00:00
Axel Dörfler
7ca295180f
Applied Stefano's patch to bug #886 . Also does nothing now if startOffset is larger
...
than endOffset.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19169 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 10:07:13 +00:00
Axel Dörfler
26a0f1254e
Fixed a wrong error message in case an add-on couldn't be loaded. Reported by BeOS Mr. X.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19168 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 09:57:02 +00:00
Bruno G. Albuquerque
05efa8ee30
Remove warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19167 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-02 02:55:15 +00:00
Jérôme Duval
fbeb1fca5f
Notifies input_server about the focus view IM awareness when the window is (de)activated
...
This fixes the last part of bug #658
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19166 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-01 16:01:04 +00:00
Jérôme Duval
06ab845986
usb devices and vendors list from NetBSD version 1.441
...
support in pegasus driver for ADMtek ADM8515 device
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19165 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-01 12:26:35 +00:00
Jérôme Duval
fff92dda49
support for Netgear FA101
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-01 12:11:03 +00:00
Andrew Galante
16028bd0af
TCP now acks incoming data, and stores it into the receive buffer. It should also reassemble packets received out-of-order, but this is untested. These bytes don't get to the application layer yet, mostly because i'm unsure how this is supposed to happen.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19163 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-01 06:08:36 +00:00
DarkWyrm
ef6d0e7858
Fix build for R5
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-11-01 01:51:29 +00:00
Stefano Ceccherini
8f38753043
ReadString() actually allocates memory... fixed that and another memory
...
leak
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19161 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-31 11:24:58 +00:00
Axel Dörfler
8e963d88f0
The app_server did not reset keyboard focus on B_INPUT_METHOD_EVENT messages.
...
This should fix bug #658 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19160 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-31 01:24:05 +00:00
Axel Dörfler
b3d7f4bcf2
* Remove newlines from text; that should make nicer line breaks in the alert.
...
* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19159 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-31 00:50:47 +00:00
DarkWyrm
3d5da9f46c
Updated style to come pretty close to matching OT style guidelines
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 23:58:30 +00:00
DarkWyrm
a3b25e4ff0
Serious simplification and retooling of Appearance app. Just system colors supported for now. Still not finished, but getting there.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19157 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 23:30:55 +00:00
Stefano Ceccherini
938519a667
oops forgot to commit this
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 21:34:59 +00:00
Stefano Ceccherini
cb732f77f1
added Lucasz to the list of contributors, for his work on BPicture
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 21:23:35 +00:00
Stefano Ceccherini
2f9eca855a
moved Shape related defines to their own header
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19154 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 21:20:38 +00:00
Stefano Ceccherini
34633cab94
patch by Lucasz Zemczak which adds BShape drawing support to BPicture. Actually we should use a ShapeIterator subclass (like Lucasz did here) in Painter too instead of having duplicating code.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19153 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 20:42:54 +00:00
Axel Dörfler
07dc2c6972
* The app_server now gives top-most menus the keyboard focus.
...
* BMenuWindow now makes its menu focus view, so that it can receive key events.
* Keyboard navigation doesn't work as it should though, that is bug #670 is
still valid - there should even be another recently opened bug about this,
but Trac obviously ate it :-/
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19152 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 14:21:28 +00:00
Axel Dörfler
3f2cb12385
* Fixed warnings.
...
* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19151 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 12:53:08 +00:00
Axel Dörfler
976db206e6
Added support for the GeForce 7400 GO, patch by Bernd Korz.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19150 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 10:36:07 +00:00
DarkWyrm
53885da0f0
ReadOnly means...well, read *only*. Duh.
...
The app_server doesn't handle this message -- yet
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19149 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 03:02:21 +00:00
DarkWyrm
59463a9aa1
Added set_ui_color to act as counterpart to ui_color.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19148 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-30 01:50:37 +00:00
Axel Dörfler
158893b903
The input_server now removes all B_INPUT_METHOD_EVENTS when the target view is
...
not input method aware.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19147 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 19:12:29 +00:00
Axel Dörfler
2d6123a6ea
* Time view was broken
...
* The view wasn't updated on changes... (you shouldn't develop such an application
on a desktop computer)
* enlarged the polling interval to 2 seconds.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19146 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 17:49:27 +00:00
Axel Dörfler
d493e69527
Wrote a small application to show the power status in a window, replicant, or the
...
Deskbar tray. Currently only works under BeOS, and has rather ugly graphics; Haiku
doesn't have an APM kernel interface yet, and I was too lazy to make any nice
icons/drawings :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19145 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 17:28:52 +00:00
Axel Dörfler
e2db304337
* Added new Haiku method IsRunning().
...
* Rewrote header.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19144 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 16:45:16 +00:00
Jérôme Duval
b13c090ef3
added missing string.h include
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 13:34:37 +00:00
Jérôme Duval
d39c286399
added some endpoints constants
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19142 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 13:31:17 +00:00
Axel Dörfler
117da2d75f
* Applied the changes I made to the JPEG translator to the JPEG2000 translator as well.
...
* Further cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19141 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 12:45:02 +00:00
Jérôme Duval
69b17409a0
Added driver for Pegasus-type USB ethernet devices
...
Tested with a Admtek 8511 device to commit this revision
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19140 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 12:09:52 +00:00
Axel Dörfler
fe23fb6699
* Renamed private BMenu::SelectItem() to _SelectItem(), and made its arguments a bit more sane.
...
* Fixed two GCC 4 warnings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19139 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 11:22:14 +00:00
Axel Dörfler
f981047196
Fixed build for GCC4, thanks to Ioan Molnar for the hint.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-29 10:59:59 +00:00
Axel Dörfler
6d7f7b86e1
All windows should have B_ASYNCHRONOUS_CONTROLS set.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19137 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-28 23:27:40 +00:00
Axel Dörfler
8687ff64ab
* The tab view now uses the native look.
...
* Big code cleanup.
* The same changes has to be applied to the JPEG2000 translator...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19136 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-28 19:50:04 +00:00
Axel Dörfler
1ab21a021c
The copyright line is now as large as the rest.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19135 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-28 17:39:53 +00:00
Axel Dörfler
0a5c585a92
There is a B_CONTROL_TEXT_COLOR after all.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19134 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-28 15:46:36 +00:00
Axel Dörfler
1868b512e3
Fixed warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19133 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-26 22:50:22 +00:00
Axel Dörfler
7430a5bea6
Removed the superfluous (doubled) AS_MOVEPENTO as well. Also removed those old constants
...
from the ServerProtocol.h header.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19132 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-10-26 22:48:31 +00:00