Sat, 23 Mar 2013 23:37:24 +0100 |
Michael Lutz |
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
draft
|
Sun, 30 Jun 2013 14:36:31 +0000 |
frosch |
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
draft
|
Sun, 30 Jun 2013 14:34:23 +0000 |
frosch |
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
draft
|
Sun, 30 Jun 2013 14:32:31 +0000 |
frosch |
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
draft
|
Sun, 26 May 2013 19:30:07 +0000 |
frosch |
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
draft
|
Sun, 26 May 2013 19:25:01 +0000 |
frosch |
(svn r25290) -Add: Assign string names to notable windows.
draft
|
Sun, 26 May 2013 19:23:42 +0000 |
frosch |
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
draft
|
Sun, 19 May 2013 09:07:43 +0000 |
planetmaker |
(svn r25253) -Codechange: Rename the strings of the advertisement settings to better reflect what they do
draft
|
Sat, 23 Mar 2013 23:37:24 +0100 |
Michael Lutz |
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
draft
|
Sun, 17 Mar 2013 13:04:10 +0000 |
frosch |
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
draft
|
Sat, 09 Feb 2013 17:31:07 +0000 |
frosch |
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list.
draft
|
Sat, 08 Dec 2012 17:18:51 +0000 |
frosch |
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
draft
|
Sat, 01 Dec 2012 13:12:39 +0000 |
alberth |
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
draft
|
Tue, 27 Nov 2012 21:54:11 +0000 |
frosch |
(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without GUIList::NeedResort since the latter has the sideeffects.
draft
|
Tue, 27 Nov 2012 21:35:52 +0000 |
frosch |
(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eagle_rainbow)
draft
|
Tue, 27 Nov 2012 21:30:44 +0000 |
frosch |
(svn r24768) -Fix: Adjust a comment to reflect some more truth.
draft
|
Tue, 27 Nov 2012 21:21:01 +0000 |
frosch |
(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer list who tried to disguised themself as optimisations.
draft
|
Wed, 14 Nov 2012 22:50:35 +0000 |
frosch |
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
draft
|
Wed, 14 Nov 2012 22:50:26 +0000 |
frosch |
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
draft
|
Wed, 14 Nov 2012 22:50:17 +0000 |
frosch |
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
draft
|
Wed, 14 Nov 2012 22:46:49 +0000 |
frosch |
(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes sense if it is smaller than the second one, also its unit is not pixels.
draft
|
Tue, 13 Nov 2012 21:47:07 +0000 |
frosch |
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
draft
|
Tue, 13 Nov 2012 21:47:02 +0000 |
frosch |
(svn r24733) -Codechange: Move handling of editbox keys to window class.
draft
|
Tue, 13 Nov 2012 21:46:58 +0000 |
frosch |
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
draft
|
Tue, 13 Nov 2012 21:46:54 +0000 |
frosch |
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members.
draft
|
Tue, 13 Nov 2012 21:46:46 +0000 |
frosch |
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
draft
|
Tue, 13 Nov 2012 21:46:37 +0000 |
frosch |
(svn r24727) -Fix: In various windows the OSK looked shiny but using it had no effect whatsoever.
draft
|
Tue, 13 Nov 2012 21:46:33 +0000 |
frosch |
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
draft
|
Tue, 13 Nov 2012 21:46:22 +0000 |
frosch |
(svn r24725) -Cleanup: Remove old editbox focus code which is already handled more generally.
draft
|
Tue, 13 Nov 2012 21:46:19 +0000 |
frosch |
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
draft
|
Sun, 11 Nov 2012 16:10:43 +0000 |
frosch |
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
draft
|
Sat, 09 Jun 2012 14:49:49 +0000 |
frosch |
(svn r24335) -Fix: The cursor in the company password window was not blinking due to wrong magic constants (same as r17539).
draft
|
Mon, 04 Jun 2012 15:30:29 +0000 |
frosch |
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
draft
|
Sun, 25 Mar 2012 19:46:59 +0000 |
rubidium |
(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly selected anymore (adf88)
draft
|
Sun, 25 Mar 2012 19:43:17 +0000 |
rubidium |
(svn r24069) -Fix (r24062): crash when not having a valid last joined address
draft
|
Sun, 25 Mar 2012 18:17:41 +0000 |
rubidium |
(svn r24062) -Fix [FS#5097]: immediately start querying the last joined server instead of waiting for the requery loop (adf88)
draft
|
Mon, 06 Feb 2012 20:47:47 +0000 |
rubidium |
(svn r23906) -Codechange: replace magic numbers with named constants (adf88)
draft
|
Wed, 11 Jan 2012 18:47:32 +0000 |
rubidium |
(svn r23787) -Fix: add some missing spaces
draft
|
Tue, 03 Jan 2012 21:32:51 +0000 |
rubidium |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
draft
|
Sun, 01 Jan 2012 22:35:19 +0000 |
rubidium |
(svn r23710) -Change: make the default secondary sort method for the server list the number of clients instead of the name
draft
|
Sun, 01 Jan 2012 22:32:26 +0000 |
rubidium |
(svn r23709) -Feature-ish: try harder to sort text instead of fancy characters in the server names
draft
|
Sat, 31 Dec 2011 11:14:03 +0000 |
rubidium |
(svn r23692) -Fix: use smallest_x of your children only when you let the children update it
draft
|
Sat, 31 Dec 2011 10:55:00 +0000 |
truebrain |
(svn r23691) -Fix: signed/unsigned issues, causing asserts for some languages in relation to the serverlist
draft
|
Mon, 19 Dec 2011 20:50:21 +0000 |
truebrain |
(svn r23601) -Fix: fix the conflict in window number
draft
|
Sat, 17 Dec 2011 20:52:07 +0000 |
frosch |
(svn r23579) -Fix (r23525): Most up/down arrows stopped working.
draft
|
Fri, 16 Dec 2011 18:02:27 +0000 |
truebrain |
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable
draft
|
Thu, 15 Dec 2011 22:22:55 +0000 |
truebrain |
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
draft
|
Thu, 15 Dec 2011 19:54:23 +0000 |
truebrain |
(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)
draft
|
Sat, 10 Dec 2011 08:31:14 +0000 |
rubidium |
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
draft
|
Fri, 09 Dec 2011 21:49:52 +0000 |
yexo |
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
draft
|
Sat, 12 Nov 2011 19:26:53 +0000 |
rubidium |
(svn r23202) -Fix [FS#4829]: unstable sorting in the network list when two servers had the exact same name
draft
|
Tue, 11 Oct 2011 08:07:47 +0000 |
peter1138 |
(svn r23017) -Codechange: Add support for resized scrollbars.
draft
|
Fri, 07 Oct 2011 08:17:47 +0000 |
planetmaker |
(svn r23011) -Fix [FS#4791]: When the last used server is deleted from the list also clear the last used server if it is the same (monoid)
draft
|
Thu, 15 Sep 2011 13:26:27 +0000 |
yexo |
(svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid)
draft
|
Sat, 30 Jul 2011 10:44:58 +0000 |
rubidium |
(svn r22696) -Fix: don't requery the servers when the server list window isn't opened
draft
|
Fri, 06 May 2011 21:13:29 +0000 |
frosch |
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
draft
|
Thu, 05 May 2011 16:24:48 +0000 |
rubidium |
(svn r22424) -Document: some more bits
draft
|
Wed, 04 May 2011 17:45:16 +0000 |
frosch |
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
draft
|
Fri, 22 Apr 2011 15:59:32 +0000 |
rubidium |
(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ClientID, which later resolves the IP address to ban. This to consolidate the knowledge about resolving IP addresses
draft
|
Fri, 22 Apr 2011 15:54:16 +0000 |
rubidium |
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
draft
|