frosch
|
5dfd5e58ee
|
(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly.
|
2012-11-28 21:14:28 +00:00 |
|
frosch
|
42d27b5e17
|
(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor.
|
2012-11-28 20:54:56 +00:00 |
|
frosch
|
155a9d784c
|
(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor.
|
2012-11-28 20:54:56 +00:00 |
|
frosch
|
dbeb31860b
|
(svn r24748) -Add: Clear button to all editboxes.
|
2012-11-14 22:50:56 +00:00 |
|
frosch
|
5e8238c75c
|
(svn r24748) -Add: Clear button to all editboxes.
|
2012-11-14 22:50:56 +00:00 |
|
frosch
|
d7ed7264e2
|
(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString.
|
2012-11-14 22:50:42 +00:00 |
|
frosch
|
c8c040d057
|
(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString.
|
2012-11-14 22:50:42 +00:00 |
|
frosch
|
7b3d6cc31f
|
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
|
2012-11-14 22:50:39 +00:00 |
|
frosch
|
c283a41248
|
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
|
2012-11-14 22:50:39 +00:00 |
|
frosch
|
18dcd2e6a4
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
f5d8ba5d7f
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
2ccba5e6c5
|
(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.
|
2012-11-13 21:47:13 +00:00 |
|
frosch
|
fc2b12acca
|
(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.
|
2012-11-13 21:47:13 +00:00 |
|
frosch
|
08e92e6f23
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
c4d7c8dd42
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
c6ac0299a8
|
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members.
|
2012-11-13 21:46:54 +00:00 |
|
frosch
|
fd55399167
|
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members.
|
2012-11-13 21:46:54 +00:00 |
|
frosch
|
e0f59fb049
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
137adb3496
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
3b06409153
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
ac99094c91
|
(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)
|
2012-10-13 09:16:20 +00:00 |
|
frosch
|
72fc771039
|
(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)
|
2012-10-13 09:16:20 +00:00 |
|
frosch
|
d3bda73b4a
|
(svn r24589) -Codechange: Return early in HandleAutoscroll() instead of nesting ifs.
|
2012-10-13 08:34:10 +00:00 |
|
frosch
|
2abe4ac280
|
(svn r24589) -Codechange: Return early in HandleAutoscroll() instead of nesting ifs.
|
2012-10-13 08:34:10 +00:00 |
|
frosch
|
2626d7ac7c
|
(svn r24307) -Codechange: Move all interaction of the dropdown window with widgets of the parent window to a method of the parent window.
|
2012-06-01 10:42:46 +00:00 |
|
frosch
|
6207a6017f
|
(svn r24307) -Codechange: Move all interaction of the dropdown window with widgets of the parent window to a method of the parent window.
|
2012-06-01 10:42:46 +00:00 |
|
frosch
|
2c922d2e39
|
(svn r24214) -Fix [FS#5159] (r22794): The confirmation window to abort world generation was hidden during world generation, so actually you could not abort it.
|
2012-05-07 19:34:51 +00:00 |
|
frosch
|
6334e13d12
|
(svn r24214) -Fix [FS#5159] (r22794): The confirmation window to abort world generation was hidden during world generation, so actually you could not abort it.
|
2012-05-07 19:34:51 +00:00 |
|
michi_cc
|
72b3bb9dd5
|
(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor)
|
2012-04-17 19:44:02 +00:00 |
|
michi_cc
|
6a70abbd99
|
(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor)
|
2012-04-17 19:44:02 +00:00 |
|
frosch
|
7ac05227dd
|
(svn r24089) -Fix [FS#5136]: Conflicting strategies for resizing the main toolbar and statusbar after resizing the main window.
|
2012-04-03 20:09:41 +00:00 |
|
frosch
|
946749fb01
|
(svn r24089) -Fix [FS#5136]: Conflicting strategies for resizing the main toolbar and statusbar after resizing the main window.
|
2012-04-03 20:09:41 +00:00 |
|
rubidium
|
6256d64553
|
(svn r23932) -Codechange: split the NewGRF text window into its own source files
|
2012-02-12 10:32:41 +00:00 |
|
rubidium
|
e8dbcf9043
|
(svn r23932) -Codechange: split the NewGRF text window into its own source files
|
2012-02-12 10:32:41 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
frosch
|
b930e3c866
|
(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.
|
2012-01-03 00:22:14 +00:00 |
|
frosch
|
4027e58ba3
|
(svn r23722) -Change: Give the chat query window the same Z priority as the normal text query window.
|
2012-01-03 00:22:14 +00:00 |
|
alberth
|
06597e684c
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
alberth
|
4af8c2d5e1
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
rubidium
|
b1e95c9bd7
|
(svn r23690) -Fix: massive typo ;)
|
2011-12-31 10:08:18 +00:00 |
|
rubidium
|
440b63da33
|
(svn r23690) -Fix: massive typo ;)
|
2011-12-31 10:08:18 +00:00 |
|
rubidium
|
ca7507e0a9
|
(svn r23642) -Fix [FS#4893]: OSK window got hidden by query window
|
2011-12-20 19:48:33 +00:00 |
|
rubidium
|
dbb85e5cc1
|
(svn r23642) -Fix [FS#4893]: OSK window got hidden by query window
|
2011-12-20 19:48:33 +00:00 |
|
truebrain
|
867b263900
|
(svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only)
|
2011-12-19 21:05:14 +00:00 |
|
truebrain
|
403cd3acdb
|
(svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only)
|
2011-12-19 21:05:14 +00:00 |
|
truebrain
|
da63ce43fa
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
frosch
|
1d5c43b154
|
(svn r23517) -Fix (r23336, etc.): Give map generation window the same priority as the start server window.
|
2011-12-14 20:47:33 +00:00 |
|