Searched hist:f7c2983edc4573504fece2e673f10a0258789a15 (Results 1 – 8 of 8) sorted by relevance
/haiku/src/apps/haikudepot/ui_generic/ |
H A D | support.cpp | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
H A D | support.h | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
/haiku/src/apps/haikudepot/ui/ |
H A D | App.h | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
H A D | App.cpp | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
H A D | MainWindow.h | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
H A D | MainWindow.cpp | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
/haiku/headers/os/interface/ |
H A D | Window.h | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|
/haiku/src/kits/interface/ |
H A D | Window.cpp | f7c2983edc4573504fece2e673f10a0258789a15 Tue Sep 08 15:50:22 UTC 2015 Axel Dörfler <axeld@pinc-software.de> HaikuDepot: change window frame setting.
* Moved entirely into MainWindow. * Moved duplicated code into separate methods. * Resize the main window on larger screens by default, as we can make use of the extra space. * Use BWindow::MoveOnScreen() instead of make_sure_frame_is_on_screen() as the former has more info. And is even smarter now as it can optionally resize windows to fit on screen. * Center window on screen by default (ie. when there are no settings).
|