History log of /src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp |
Revision | | Date | Author | Comments |
1.23 |
| 11-Jul-2015 |
kamil | Improve spelling: regsiter -> register
This change is non-functional.
Approved by <riastradh>, <pgoyette>
|
1.22 |
| 28-Apr-2008 |
martin | branches: 1.22.44; 1.22.64; Remove clause 3 and 4 from TNF licenses
|
1.21 |
| 11-Dec-2005 |
christos | branches: 1.21.74; 1.21.76; 1.21.78; merge ktrace-lwp.
|
1.20 |
| 13-Aug-2004 |
uch | fix debug print.
|
1.19 |
| 06-Aug-2004 |
uch | clean up whitespace.
|
1.18 |
| 06-Aug-2004 |
uch | progress bar extension. put message to console.
|
1.17 |
| 27-Apr-2004 |
uwe | Make focusManagerHook a tad more smart, so that it can correctly handle the serial console speed combobox (last item in the kernel tab).
|
1.16 |
| 27-Feb-2004 |
uwe | Forgot to call ReleaseDC().
|
1.15 |
| 27-Feb-2004 |
uwe | On winder HPC screens use wider Boot/Cancel buttons that looks better.
|
1.14 |
| 27-Feb-2004 |
uwe | 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.
|
1.13 |
| 23-Feb-2004 |
uwe | 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).
|
1.12 |
| 25-Dec-2003 |
uwe | 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.
|
1.11 |
| 25-Dec-2003 |
uwe | 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.
|
1.10 |
| 23-Dec-2003 |
uwe | Trim trailing whitespace.
|
1.9 |
| 23-Dec-2003 |
uwe | 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).
|
1.8 |
| 23-Dec-2003 |
uwe | 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.
|
1.7 |
| 21-Dec-2003 |
uwe | Fix indentation in previous.
|
1.6 |
| 21-Dec-2003 |
uwe | 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.
|
1.5 |
| 18-Dec-2003 |
uwe | Add MB_ICONQUESTION style to the message box.
|
1.4 |
| 19-Jun-2001 |
uch | branches: 1.4.8; 1.4.24; add build number. when 'make uuencode', increment it.
|
1.3 |
| 08-May-2001 |
uch | KNF.
|
1.2 |
| 02-Mar-2001 |
uch | branches: 1.2.2; rewind progress bar when boot button is pushed. (SH3) if check box on console window is checked, dump system register.
|
1.1 |
| 09-Feb-2001 |
uch | branches: 1.1.2; bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)
|
1.1.2.3 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 09-Feb-2001 |
bouyer | file rootwindow.cpp was added on branch thorpej_scsipi on 2001-02-11 19:10:03 +0000
|
1.2.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.24.5 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.24.4 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.24.3 |
| 25-Aug-2004 |
skrll | Sync with HEAD.
|
1.4.24.2 |
| 12-Aug-2004 |
skrll | Sync with HEAD.
|
1.4.24.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.4.8.2 |
| 19-Jun-2001 |
uch | add build number. when 'make uuencode', increment it.
|
1.4.8.1 |
| 19-Jun-2001 |
uch | file rootwindow.cpp was added on branch nathanw_sa on 2001-06-19 16:50:08 +0000
|
1.21.78.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.21.76.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.21.74.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.22.64.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.22.44.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|