haiku/src
John Scipione f3decd2060 Fix #9726 Revert CenterIn() and CenterOnScreen()
... back to their previous void returning roles. AlertPosition() is used instead to
check that an alert fits within the sides of the screen and all that.

Also add another CenterOnScreen() method that takes a Screen ID
so you can center a window on another monitor that the one it is currently on
(theoretically someday anyway).
2013-04-30 20:15:33 -04:00
..
add-ons attribute_overlay: fixed a warning. 2013-04-29 21:25:20 +02:00
apps Remove this bit of code from StyledEdit 2013-04-30 20:15:32 -04:00
bin keymap: use uchar instead of char to avoid narrowing conversion warnings. 2013-04-29 21:09:59 +02:00
build
data
documentation
kits Fix #9726 Revert CenterIn() and CenterOnScreen() 2013-04-30 20:15:33 -04:00
libs Fix "Error opening terminal:xterm-256color" issue (#9636) 2013-04-14 21:39:19 +02:00
preferences Fix BAboutWindow lifecycle 2013-04-30 21:50:24 +02:00
servers app_server: avoids referencing a temporary IntRect instance. 2013-04-29 20:17:14 +02:00
system kernel: use uint64 instead of int64 to avoid narrowing conversion warnings. 2013-04-29 21:20:35 +02:00
tests Chart Demo: Fix for failure to detect already opened popup windows 2013-04-21 20:51:02 -04:00
tools
Jamfile