Axel Dörfler
6ed2992fb6
scheduling_recorder: fixed spelling.
hrev47263
2014-05-26 01:10:31 +02:00
Jérôme Duval
c6d5c94217
Fix test in build_haiku_image.
hrev47262
2014-05-25 23:45:22 +02:00
Alexander von Gluck IV
4bb543e517
radeon_hd: Add in a bunch of missing Trinity/Richland ID's
...
* Add market name to a bunch of Kabini, Mullins cards
after some creative web searches
hrev47261
2014-05-25 12:03:35 -05:00
Alexander von Gluck IV
e321d716e4
radeon_hd: Add latest generation radeon_hd cards
...
* These aren't tested, but since we go off of DCE
versions for a lot of stuff, they may work.
* AMD doens't include market names in their drivers
anymore, so if we want to label them it will take
additional work.
hrev47260
2014-05-25 09:03:03 -05:00
Alexander von Gluck IV
75dcf02ac8
radeon_hd: Add PCIID for Radeon HD 3430
...
* Should resolve #10791
hrev47259
2014-05-24 21:54:54 -05:00
Alexander von Gluck IV
38ec158d2a
radeon_hd: Cleanup atombios parser types
...
* pptable.h now 100% stock
* atombios.h now 99% stock
* Resolves issues with radeon_hd on x86_64 by
making atombios structs match OS typedefs
* Resolves #10614
hrev47258
2014-05-24 21:05:03 -05:00
Alexander von Gluck IV
bc73719d2f
radeon_hd: Add some additional APU's, should resolve #10606
hrev47257
2014-05-24 16:49:03 -05:00
Alexander von Gluck IV
a8307efa46
radeon_hd: Improve pll probing. Let probe calls enable ss
2014-05-24 16:49:03 -05:00
Oliver Tappe
6b6ff33d60
Fix zlib-dependency in libnetapi.
...
* Fix copy-'n'paste bug that resulted in the zlib.h dependency being
added to no source file at all.
hrev47256
2014-05-24 20:26:41 +02:00
Oliver Tappe
06ed405803
Fix zlib-dependencies of (boot & standard) packagefs.
...
* Some files that depend on zlib.h weren't declared as such, which
could cause multijob builds to fail.
2014-05-24 20:26:41 +02:00
Humdinger
faff1dfe57
Added packages for SDL games "sdllopan" (Mah Jongg) and "Pipepanic".
hrev47255
2014-05-24 18:15:18 +02:00
autonielx
4134adc413
Update translations from Pootle
hrev47254
2014-05-24 06:18:05 +02:00
Jessica Hamilton
bfb8caf10f
Fix the build. Introduced in hrev47248.
hrev47253
2014-05-24 13:25:51 +12:00
Stephan Aßmus
d30a0a6eae
app_sever: Fix more mixups of transformed clipping bounds
hrev47252
2014-05-23 21:03:33 +02:00
Stephan Aßmus
81507fa496
app_server: Fix transformed DrawString()...
...
...when the transformation moves the text into the view bounds. The
rect returned from Painter::BoundingBox() is already transformed, as
should be expected.
hrev47251
2014-05-23 20:52:14 +02:00
Stephan Aßmus
ae4fa7ce39
Transformation test: Refactored duplicated code.
hrev47250
2014-05-23 20:44:51 +02:00
Stephan Aßmus
bfb2fd4153
HaikuDepot: Cleanup JSON string builder.
2014-05-23 20:29:43 +02:00
Adrien Destugues
5e36a367d7
Convert strdup.c to C++.
hrev47249
2014-05-23 18:30:26 +02:00
Adrien Destugues
5710ad967d
Move overflowing items from bookmark bar to a menu.
...
Since the bookmark bar can now be resized smaller than the space needed
for the items, move items that don't fit in it to a menu, which is
always the last item in the BMenuBar.
hrev47248
2014-05-23 17:54:30 +02:00
Adrien Destugues
6f79af3c55
Web+: move BookmarbKar to own file.
...
It's a bit long for an inline class, and I'm going to add more stuff to
it.
2014-05-23 15:38:10 +02:00
Adrien Destugues
b6c34f4c44
Add a transform test for DrawString with offsets
...
* The text is not drawn at all when some transforms are used.
hrev47247
2014-05-23 15:07:19 +02:00
Axel Dörfler
59750213e7
usb: fixed potential crash.
...
* The active interface may be null. This actually happens with a Lasmex
USB speaker in case it is turned on.
hrev47246
2014-05-22 18:34:23 +02:00
Axel Dörfler
1152f83ddc
usb: coding style cleanup.
...
* Removed a few superfluous comments, too.
2014-05-22 18:33:26 +02:00
Axel Dörfler
ee6a0b91b2
FAT: minor style cleanup.
hrev47245
2014-05-22 16:12:37 +02:00
Axel Dörfler
257739f2d4
FAT: improved last fix.
...
* Don't use filename at all, since it's not clear if puni has already
been set at this point.
* Also, fixed warning *vnid is ino_t, not a pointer.
2014-05-22 16:09:34 +02:00
Axel Dörfler
e2e54a381b
FAT: Fixed some dirent pointer access issues.
...
* Fixed #9806 which Ingo had analyzed perfectly, but then forgot to
fix it.
* Fixed CID 603015.
hrev47244
2014-05-22 15:58:37 +02:00
Jessica Hamilton
549fcbf51a
Don't delete session objects...
...
... disc->GetSession() doesn't allocate a new object, so delete
will cause problems later on.
hrev47243
2014-05-22 19:38:55 +12:00
Jessica Hamilton
d1c05d9b22
Revert "Partitioning system: avoid leakage of resource"
...
This reverts commit f6bd30f2af5b97b4e133173150ab6e25d6f01bd1.
2014-05-22 19:35:48 +12:00
Jessica Hamilton
2e454dffc2
Revert "Fix coding style violation"
...
This reverts commit 00e081a1ecc4b22b453c3aec863e86279cf16ff3.
2014-05-22 19:35:36 +12:00
luroh
b3fe70844e
Specify the location of the .PackageInfo file.
...
Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
hrev47242
2014-05-22 09:31:57 +12:00
czeidler
03af6a44ed
Update the ALE package and add the sources.
hrev47241
2014-05-22 08:33:34 +12:00
John Scipione
cbb1537fa2
Add documentation for BPolygon class.
hrev47240
2014-05-21 16:15:13 -04:00
John Scipione
b955a4ca6b
BPolygon: Style fixes for documentation.
2014-05-21 16:12:47 -04:00
Stephan Aßmus
82d885a82b
app_server: Fix another problem with transformed bitmaps...
...
... the view rect was clipped to the view bounds in
_DrawBitmapGeneric32(), which is incorrect when affine
transformations are used.
hrev47239
2014-05-21 21:26:38 +02:00
Stephan Aßmus
b944cf31b1
app_server: Fix drawing transformed BBitmaps...
...
...when the untransformed view rect is partially outside
the view bounds. Untested.
hrev47238
2014-05-21 20:35:56 +02:00
Adrien Destugues
569bd922a6
Add a test that shows bitmap being wrongly clipped.
...
* The bitmap should cover the same area as the rectangle, but it
doesn't.
hrev47237
2014-05-21 17:02:13 +02:00
Alexander von Gluck IV
2aaeccd9ec
autoraise: Toggle not toogle; no functional change
hrev47236
2014-05-20 18:36:31 -05:00
Alexander von Gluck IV
cc67216333
kernel: Toggle not toogle; no functional change
2014-05-20 18:36:30 -05:00
Fredrik Holmqvist
5c62e15f76
Fix bitrot, parent unused error and acpi_object_type union change.
hrev47235
2014-05-20 22:19:43 +02:00
John Scipione
30275c3f99
Add BPoint documentation.
hrev47234
2014-05-20 16:01:37 -04:00
John Scipione
1867d69c8b
BPoint: Replace max_c() and min_c() with std::max() and std::min()
2014-05-20 15:48:04 -04:00
John Scipione
e430d19ef6
BPoint: Style fixes for documentation.
2014-05-20 15:47:25 -04:00
John Scipione
18d4375e7c
Fill out documentation for BPictureButton class.
hrev47233
2014-05-19 20:13:39 -04:00
John Scipione
03608f354a
Fill out documentation for BPicture class.
2014-05-19 20:13:38 -04:00
John Scipione
c109d7e06f
BPictureButton: Style fixes related to documentation
...
Some variable renaming for consistency.
2014-05-19 20:13:38 -04:00
John Scipione
df48d3f9a8
BPicture: Style fixes related to documentation.
...
Mostly pointer style adjustments
2014-05-19 20:13:38 -04:00
czeidler
87d5f67840
Add the Auckland Layout Editor (ALE) to the package list.
hrev47232
2014-05-20 10:44:16 +12:00
Adrien Destugues
1d6f73bcbd
Follow-up fixes for FillRect+transforms
...
* Factor out AlignRect to avoid code duplication
* Give the right rectangle to the OverlayHider.
hrev47231
2014-05-19 17:30:49 +02:00
Adrien Destugues
2f9ac9582d
Transformation: add one more test
...
* Add test for a translation that makes things that are out of view
bounds to become visible
* Fix the "rectangles" test to handle scrolling of the view. It seems
that in some cases some of the rectangles are not drawn.
The gradient and bitmap tests currently have problem with view
scrolling, but I'm not sure why.
hrev47230
2014-05-19 14:18:57 +02:00
Adrien Destugues
79eb23a82d
Fix handling of filled rectangles with transforms.
...
The DrawingEngine didn't properly make a distinction between the
rectangle being filled and the damaged region on screen. This led to
unexpected results when using BAffineTransform.
2014-05-19 14:18:56 +02:00