diff options
author | Jacek Antonelli | 2009-05-25 17:13:03 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-05-25 20:22:34 -0500 |
commit | 67fc978ab935c861cd03659d248b7fc7a7b5369d (patch) | |
tree | 32ac950e00b010eef12684469a110bec15f2957e /ChangeLog.txt | |
parent | Added Toggle Fullscreen confirmation and callback methods. (diff) | |
download | meta-impy-67fc978ab935c861cd03659d248b7fc7a7b5369d.zip meta-impy-67fc978ab935c861cd03659d248b7fc7a7b5369d.tar.gz meta-impy-67fc978ab935c861cd03659d248b7fc7a7b5369d.tar.bz2 meta-impy-67fc978ab935c861cd03659d248b7fc7a7b5369d.tar.xz |
User-initiated Toggle Fullscreen has a confirmation dialog now.
That's in the View menu and also Alt+Enter at login screen.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index f386888..f5d4012 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,12 @@ | |||
1 | 2009-05-25 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-05-25 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/llpanellogin.cpp: | ||
4 | User-initiated Toggle Fullscreen has a confirmation dialog now. | ||
5 | That's in the View menu and also Alt+Enter at login screen. | ||
6 | * linden/indra/newview/llviewermenu.cpp: | ||
7 | Ditto. | ||
8 | |||
9 | |||
3 | * linden/indra/newview/llviewerwindow.cpp: | 10 | * linden/indra/newview/llviewerwindow.cpp: |
4 | Added Toggle Fullscreen confirmation and callback methods. | 11 | Added Toggle Fullscreen confirmation and callback methods. |
5 | LLViewerWindow::toggleFullscreenConfirm() | 12 | LLViewerWindow::toggleFullscreenConfirm() |