rubidium
|
861e9cefb3
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
9907742a0f
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
rubidium
|
ba3d7e70f2
|
(svn r15370) -Codechange: add a callback to tell the parent of an OSK that the string has changed instead of only marking the text box dirty.
|
2009-02-06 11:57:25 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
1599ade7ca
|
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
|
2008-12-16 17:58:27 +00:00 |
|
rubidium
|
e7829c1a57
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
rubidium
|
6995365535
|
(svn r14046) -Codechange: make the size of querystring "widgets" more configurable.
|
2008-08-11 22:08:56 +00:00 |
|
belugas
|
c5cecdd2e3
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
belugas
|
5bbb5721df
|
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
|
2008-07-31 16:42:11 +00:00 |
|
smatz
|
f7233786d2
|
(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)
|
2008-05-28 15:28:27 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
c3fd582c55
|
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
|
2008-05-19 09:24:03 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
8ba6f08ca6
|
(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened.
|
2008-05-15 18:26:45 +00:00 |
|
glx
|
bbc173dfc6
|
(svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it
|
2008-05-14 02:32:35 +00:00 |
|
glx
|
c9f26cceb7
|
(svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow.
|
2008-05-14 01:57:12 +00:00 |
|
rubidium
|
eb2d47b547
|
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
|
2008-05-11 12:26:20 +00:00 |
|
rubidium
|
3749323e23
|
(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.
|
2008-05-10 21:35:20 +00:00 |
|
rubidium
|
d24442ae8b
|
(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
2008-05-10 13:46:36 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
e6c944a6c4
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
cb680474c3
|
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
|
2008-05-04 10:05:50 +00:00 |
|
rubidium
|
3d8bd6245e
|
(svn r12428) -Fix [FS#1878]: loading from the config file could fail even when the data is correct. Patch by Dominik.
|
2008-03-26 11:50:53 +00:00 |
|
rubidium
|
327e870962
|
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
|
2008-03-26 10:08:17 +00:00 |
|