Commit Graph
42091 Commits
Author SHA1 Message Date
Jérôme Duval bc11edcdb5 wpa_supplicant: updated to 0.7.3 2012-04-03
* compiles against updated FreeBSD compat layer headers.
2012-04-04 19:40:55 +02:00
Alexander von Gluck IV bf70fcd9cc radeon_hd: Add missing 4650 PCIID 2012-04-04 12:06:52 -05:00
Alexander von Gluck IV 8dfc5dbb26 radeon_hd: Complete move to common DisplayPort header
* Non-spec DP stuff in accelerant displayport.h
* Common DisplayPort header still has TODO's however
2012-04-04 10:41:34 -05:00
Alexander von Gluck IV 43c6828704 NetworkStatus: Simplify state change notification code 2012-04-03 22:41:10 -05:00
Alexander von Gluck IV 608826f578 swrast: Remove fNewWidth/fNewHeight 2012-04-03 12:15:38 -05:00
Alexander von Gluck IV 98c974a2c4 swrast: Add allocated renderbuffer option
* Double buffering no longer crashes, however
  it still doesn't function.
2012-04-03 12:00:42 -05:00
Alexander von Gluck IV c6799d8ae1 dp_raw: Continued cleanup of DisplayPort common header
* Reduce number of common DP registers in radeon_hd
* Move to bitwise shifts as they will make more
  sense to more people in the long-run
2012-04-03 09:52:21 -05:00
Rene Gollent ec495b30ce Fix incorrect error check.
The case where GetRefreshLimits() failed wasn't being detected and
handled correctly.
2012-04-02 18:04:16 -04:00
Alexander von Gluck IV 64dcb00f9f radeon_hd: Begin to widdle down DP to common code 2012-04-02 17:00:24 -05:00
Alexander von Gluck IV 37550d80c9 dp_raw: Add AUX communication defines 2012-04-02 15:45:13 -05:00
Alexander von Gluck IV 30d5507541 dp_raw common: Style fix, no change. 2012-04-02 15:36:07 -05:00
Alexander von Gluck IV 4185aa0c8c common header: Add work in progress DisplayPort header
* Obtained via DportV1.1.pdf
* Written based on my Xorg membership
2012-04-02 11:52:36 -05:00
François Revol e1b41a1a8c Add base64 decoding helpers to read ints
Some helper functions to read uint8, uint16 and uint32 (actually int32 it seems...).
Note the value is effectively read as big-endian.
2012-04-02 00:47:16 +02:00
François Revol c001665a7c Add a packed argument to encode_base64.
Reintroduced the '=' padding modulo 3 characters from the original code from the mail kit,
and a packed option to avoid it.
Broadway uses this packed scheme to save bytes when sending many separate values.
TODO: merge this with the mail kit one somewhere?
2012-04-02 00:47:16 +02:00
JackBurton 25f1f96111 Move the view when hitting the space key. This shows that GLView in direct
mode can't correctly handle the view being moved.
2012-04-01 22:08:05 +02:00
JackBurton 3a7313e1cc Fix build 2012-04-01 22:08:04 +02:00
Alexander von Gluck IV 3a8514d0c7 wc: Remove OpenB*OS version
* Was replaced by coreutils wc and options are the same.
2012-04-01 13:40:21 -05:00
Alexander von Gluck IV b2305bab10 printf: Remove OpenB*OS version
* Was replaced by coreutils printf and options are the same.
2012-04-01 13:40:21 -05:00
Alexander von Gluck IV 6db1a7fa02 cut: Remove OpenB*OS version
* Was replaced by coreutils cut, and options are the same.
2012-04-01 13:40:21 -05:00
Alexander von Gluck IV 7029925bda factor: Remove OpenB*OS version
* Was replaced by coreutils factor, and options are the same.
2012-04-01 13:40:20 -05:00
Alexander von Gluck IV cfa92fff7a csplit: Remove OpenB*OS version
* Was replaced by coreutils csplit, and options are the same.
2012-04-01 13:40:20 -05:00
Alexander von Gluck IV aa49350403 cat: Remove OpenB*OS version
* Was replaced by coreutils cat, and options are the same.
2012-04-01 13:40:20 -05:00
Alexander von Gluck IV 1e1a9ea40a yes: Remove OpenB*OS version
* Was replaced by coreutils yes, and options are the same.
2012-04-01 13:40:20 -05:00
Alexander von Gluck IV f855eb69ed echo: Remove OpenB*OS version
* Was replaced by coreutils echo, and options are the same.
2012-04-01 13:40:19 -05:00
Alexander von Gluck IV 75c81b64a9 whoami: Remove OpenB*OS version
* Was replaced by coreutils whoami, and options are the same.
2012-04-01 13:40:19 -05:00
Alexander von Gluck IV e0153fad24 beep: Style cleanup. No functional change. 2012-04-01 13:40:19 -05:00
Alexander von Gluck IV 5cb635561c listdev: Style cleanup. No functional change. 2012-04-01 13:40:19 -05:00
Alex Wilson 91b523054f Resolve TODO about possible use after free bug. 2012-04-01 11:54:25 +12:00
Alex Wilson 3c7caf81db Fix a bug that caused some NotificationViews to be double-shown.
This bug affected views added while the window was hidden, and would
result in that view not being hidden when the group was collapsed for
the first time.
2012-04-01 11:54:24 +12:00
Alex Wilson c2fbfb1d58 Don't hardcode the NotificationView width to 300px. 2012-04-01 11:54:23 +12:00
Alex Wilson 2fab0e4804 Remove dead code in NotificationView.cpp 2012-04-01 11:54:23 +12:00
Alex Wilson ac93328eb9 Have NotificationWindow enforce the window size setting. 2012-04-01 11:54:22 +12:00
Alex Wilson d19e651f97 Expand click rects when checking for close/collapse clicks. 2012-04-01 11:54:21 +12:00
Alex Wilson 710eb7410f Clean up use of SetPosition().
This fixes a bug where an empty white window would appear when changing
workspaces if there were no notifications.
2012-04-01 11:54:20 +12:00
Alex Wilson 259ffc0252 Style cleanup in notification_server: #includes 2012-04-01 11:54:19 +12:00
Alex Wilson 617ee9eef6 be_control_look is never NULL, so we don't need backup drawing code. 2012-04-01 11:54:18 +12:00
Alex Wilson fd3e582189 Fix bug in NotificationWindow where the window would be double hidden.
Also simplify and rename _ResizeAll(), now that AppGroupViews remove
themselves.
2012-04-01 11:54:17 +12:00
Alex Wilson 002fd626d6 Fix NotificationWindow's collapsing bug. (#8288)
When a BTwoDimensionalLayout has no visible elements, it has a max size
of B_SIZE_UNLIMITED in both dimensions. In this case, we want it to
shrink down to just the insets.
2012-04-01 11:54:16 +12:00
Alex Wilson 8090bd4a30 Add a TODO about a possible use after free bug. 2012-04-01 11:54:15 +12:00
Alex Wilson 80f96f761c In NotificationWindow, have AppGroupViews get deleted upon expiry.
I.e. once there are no more notifications in the AppGroupView, we get
the NotificationWindow to delete it. As a result of this change, we no
longer need the AppGroupView.cpp _ResizeViews() method.
2012-04-01 11:54:14 +12:00
Alex Wilson cbdd108a09 In NotificationWindow, delete AppGroupViews when closed.
This is preferable to having them kick around for as long as the server
is running. They don't yet close when all of the notifications for the
view time out, that's coming next.
2012-04-01 11:54:13 +12:00
Oliver Tappe 94cefc8f79 Fix target folder of libgutenberg data.
* as pointed out by diver: libgutenberg has been configured to
  expect its data files in /system/data, but we used to install them
  into common.
This way, the Gutenberg printer add-on actually shows some printers.
2012-04-01 18:47:16 +02:00
Oliver Tappe ee374beebf Reset ICU converter pointer after closing it.
* The pointer to the ICU converter that's kept in TLS needs to be
  reset (to NULL) immediately after closing it, as opening a new
  container may fail, leaving a dangling pointer to a now closed
  container in the TLS value.

Fixes #8361 & the userland cause of #8430.
2012-04-01 17:38:44 +02:00
Oliver Tappe a91e17db42 Cleanup: drop unused implementation file. 2012-04-01 17:22:59 +02:00
Jerome Duval 8ea0100184 es1370: build fix 2012-04-01 14:50:31 +02:00
Jerome Duval 57c324a753 arm: added some missing arch bits and changed asm section for arm compat. 2012-04-01 14:03:36 +02:00
Axel Dörfler 8175a2c342 Fixed warning. 2012-04-01 13:06:59 +02:00
Axel Dörfler 8f7ec006cb We need to remove the tree from the transaction. Fixes #3159.
* The tree does keep a reference to the inode as well as long as it is part
  of a transaction.
* Even if it wouldn't have done it (and would not have triggered the panic),
  Haiku would likely have crashed, as the inode (and therefore its tree) was
  already deleted at the time when the transaction discarded its listeners.
2012-04-01 13:04:36 +02:00
Axel Dörfler 15f4dcd831 The inode must be write locked. Dunno how that could work before. 2012-04-01 11:30:58 +02:00
Axel Dörfler 7fef0374fe Make sure it isn't part of a transaction upon destruction. 2012-04-01 11:30:58 +02:00