Mon, 19 May 2008 09:48:47 +0000 |
rubidium |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
draft
|
Mon, 19 May 2008 09:24:03 +0000 |
rubidium |
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
draft
|
Sat, 17 May 2008 12:48:06 +0000 |
rubidium |
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
draft
|
Thu, 15 May 2008 18:26:45 +0000 |
rubidium |
(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened.
draft
|
Wed, 14 May 2008 02:32:35 +0000 |
glx |
(svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it
draft
|
Wed, 14 May 2008 01:57:12 +0000 |
glx |
(svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow.
draft
|
Sun, 11 May 2008 12:26:20 +0000 |
rubidium |
(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.
draft
|
Sat, 10 May 2008 21:35:20 +0000 |
rubidium |
(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.
draft
|
Sat, 10 May 2008 13:46:36 +0000 |
rubidium |
(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.
draft
|
Thu, 08 May 2008 11:31:41 +0000 |
rubidium |
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
draft
|
Tue, 06 May 2008 22:08:18 +0000 |
rubidium |
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
draft
|
Tue, 06 May 2008 21:28:30 +0000 |
rubidium |
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
draft
|
Sun, 04 May 2008 10:05:50 +0000 |
rubidium |
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
draft
|
Wed, 26 Mar 2008 11:50:53 +0000 |
rubidium |
(svn r12428) -Fix [FS#1878]: loading from the config file could fail even when the data is correct. Patch by Dominik.
draft
|
Wed, 26 Mar 2008 10:08:17 +0000 |
rubidium |
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
draft
|