History log of /netbsd-src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp (Results 1 – 23 of 23)
Revision Date Author Comments
# f874bd05 11-Jul-2015 kamil <kamil@NetBSD.org>

Improve spelling: regsiter -> register

This change is non-functional.

Approved by <riastradh>, <pgoyette>


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e659dc81 13-Aug-2004 uch <uch@NetBSD.org>

fix debug print.


# 32b30275 06-Aug-2004 uch <uch@NetBSD.org>

clean up whitespace.


# b5f1c496 06-Aug-2004 uch <uch@NetBSD.org>

progress bar extension. put message to console.


# bbb41d52 27-Apr-2004 uwe <uwe@NetBSD.org>

Make focusManagerHook a tad more smart, so that it can correctly handle
the serial console speed combobox (last item in the kernel tab).


# c45485b3 27-Feb-2004 uwe <uwe@NetBSD.org>

Forgot to call ReleaseDC().


# c23bdf52 27-Feb-2004 uwe <uwe@NetBSD.org>

On winder HPC screens use wider Boot/Cancel buttons that looks better.


# 6212a368 27-Feb-2004 uwe <uwe@NetBSD.org>

Make sure the root window always has focus, so that hpcboot can be
operated using only the keyboard. It should now be possible to boot
NetBSD on HPC devices with broken touchscreens.


# 0294b2b9 23-Feb-2004 uwe <uwe@NetBSD.org>

WinCE 2.11 doesn't support keyboard focus traversal for nested
dialogs, so implement poor man keyboard focus manager. The goal is to
make it possible to use hpcboot on HPC devices with broken touch

WinCE 2.11 doesn't support keyboard focus traversal for nested
dialogs, so implement poor man keyboard focus manager. The goal is to
make it possible to use hpcboot on HPC devices with broken touch
screen. (TODO: Make sure that when the window is activated, there is
a focused control).

show more ...


# 2e00e243 25-Dec-2003 uwe <uwe@NetBSD.org>

If "pause before boot" is not set (i.e. user will not be given last
chance to cancel the boot), give user a hint by using MB_ICONWARNING
for the "Are you sure?" dialog.


# 376514e2 25-Dec-2003 uwe <uwe@NetBSD.org>

Lowercase labels of the "Boot" and "Cancel" buttons.

Init progress bar step/position in ProgressBar::create.

Specify WS_EX_CLIENTEDGE style for the progress bar, an empty gray
area between the butt

Lowercase labels of the "Boot" and "Cancel" buttons.

Init progress bar step/position in ProgressBar::create.

Specify WS_EX_CLIENTEDGE style for the progress bar, an empty gray
area between the buttons looks stupid. With 3d edge a user has a hint
there's a progress bar there. While here, make it PBS_SMOOTH, it
looks nicer that way.

show more ...


# a766825b 23-Dec-2003 uwe <uwe@NetBSD.org>

Trim trailing whitespace.


# 37536630 23-Dec-2003 uwe <uwe@NetBSD.org>

Make the progress bar use the whole width between the Boot and Cancel
buttons. Since there are 11 calls to menu.progress() in hpcboot, set
the progress bar range to 0..11, not 0..12.

In RootWindow:

Make the progress bar use the whole width between the Boot and Cancel
buttons. Since there are 11 calls to menu.progress() in hpcboot, set
the progress bar range to 0..11, not 0..12.

In RootWindow::WMCreate - when we mean to adjust the top of the client
are by the button height, use _button_height, instead of cmdbar_height
(they now happen to be equal).

show more ...


# 36fce641 23-Dec-2003 uwe <uwe@NetBSD.org>

Call UpdateWindow after user responded to the safety message dialog,
so that the window can repaint areas damaged by the dialog before the
message pump is stopped while the boot is in progress.


# e769028e 21-Dec-2003 uwe <uwe@NetBSD.org>

Fix indentation in previous.


# f94c4399 21-Dec-2003 uwe <uwe@NetBSD.org>

Move progress bar management to rootwindow.cpp so that hpcmenu.cpp
doesn't need to know about the GUI hierarchy, etc.

If boot is aborted, rewind the progress bar.


# 53680504 18-Dec-2003 uwe <uwe@NetBSD.org>

Add MB_ICONQUESTION style to the message box.


# 3563b601 19-Jun-2001 uch <uch@NetBSD.org>

add build number. when 'make uuencode', increment it.


# fae3e8e7 08-May-2001 uch <uch@NetBSD.org>

KNF.


# 28b76ec7 02-Mar-2001 uch <uch@NetBSD.org>

rewind progress bar when boot button is pushed.
(SH3) if check box on console window is checked, dump system register.


# 9173eae7 09-Feb-2001 uch <uch@NetBSD.org>

bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)