frosch
|
b1272ee714
|
(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya)
|
2016-05-22 10:52:02 +00:00 |
|
frosch
|
7be7851b94
|
(svn r27421) -Fix [FS#6265]: Consider text and icon sizes when drawing the client list. (_dp_)
|
2015-10-30 16:19:33 +00:00 |
|
frosch
|
4117c5b747
|
(svn r27304) -Fix [FS#6321-ish]: Improve password window layout for big font sizes.
|
2015-06-20 12:30:10 +00:00 |
|
peter1138
|
6872b647f1
|
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort buttons with non-static width.
|
2014-10-05 11:20:02 +00:00 |
|
peter1138
|
a1929222d5
|
(svn r26923) -Codechange: Make multiplayer lobby fit to icon size.
|
2014-09-26 16:05:42 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
7ecfd60b96
|
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
|
2013-11-22 21:47:03 +00:00 |
|
michi_cc
|
872acc5287
|
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
|
2013-08-05 20:36:24 +00:00 |
|
frosch
|
538159cb1d
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
|
frosch
|
ebcea87745
|
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
|
2013-06-30 14:34:23 +00:00 |
|
frosch
|
f6d27acb51
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +00:00 |
|
frosch
|
13badddd75
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
planetmaker
|
0f84700ecb
|
(svn r25253) -Codechange: Rename the strings of the advertisement settings to better reflect what they do
|
2013-05-19 09:07:43 +00:00 |
|
frosch
|
9c23446b2b
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
frosch
|
356ecf05c4
|
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list.
|
2013-02-09 17:31:07 +00:00 |
|
frosch
|
eb20798aae
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
alberth
|
19adc87262
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
frosch
|
c53e0a9ad5
|
(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without GUIList::NeedResort since the latter has the sideeffects.
|
2012-11-27 21:54:11 +00:00 |
|
frosch
|
f37b3740b3
|
(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eagle_rainbow)
|
2012-11-27 21:35:52 +00:00 |
|
frosch
|
c68200a66e
|
(svn r24768) -Fix: Adjust a comment to reflect some more truth.
|
2012-11-27 21:30:44 +00:00 |
|
frosch
|
6e82b9f70d
|
(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer list who tried to disguised themself as optimisations.
|
2012-11-27 21:21:01 +00:00 |
|
frosch
|
18dcd2e6a4
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
ec27bcb6a6
|
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
|
2012-11-14 22:50:26 +00:00 |
|
frosch
|
0ab8e7939b
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
|
frosch
|
2078fc5325
|
(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.
|
2012-11-14 22:46:49 +00:00 |
|
frosch
|
f1d40ca6f2
|
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
|
2012-11-13 21:47:07 +00:00 |
|
frosch
|
08e92e6f23
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
8f611527e9
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +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
|
c12caa20aa
|
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
|
2012-11-13 21:46:46 +00:00 |
|
frosch
|
6616b70654
|
(svn r24727) -Fix: In various windows the OSK looked shiny but using it had no effect whatsoever.
|
2012-11-13 21:46:37 +00:00 |
|
frosch
|
e0f59fb049
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
6b77177f25
|
(svn r24725) -Cleanup: Remove old editbox focus code which is already handled more generally.
|
2012-11-13 21:46:22 +00:00 |
|
frosch
|
e95b757c11
|
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
|
2012-11-13 21:46:19 +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
|
ac72c956d8
|
(svn r24335) -Fix: The cursor in the company password window was not blinking due to wrong magic constants (same as r17539).
|
2012-06-09 14:49:49 +00:00 |
|
frosch
|
9b196d0fb4
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
|
rubidium
|
5791feadf0
|
(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly selected anymore (adf88)
|
2012-03-25 19:46:59 +00:00 |
|
rubidium
|
5ace36f570
|
(svn r24069) -Fix (r24062): crash when not having a valid last joined address
|
2012-03-25 19:43:17 +00:00 |
|
rubidium
|
17f822d572
|
(svn r24062) -Fix [FS#5097]: immediately start querying the last joined server instead of waiting for the requery loop (adf88)
|
2012-03-25 18:17:41 +00:00 |
|
rubidium
|
bd252de9ef
|
(svn r23906) -Codechange: replace magic numbers with named constants (adf88)
|
2012-02-06 20:47:47 +00:00 |
|
rubidium
|
84433bbeb7
|
(svn r23787) -Fix: add some missing spaces
|
2012-01-11 18:47:32 +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
|
2b32ddf24f
|
(svn r23710) -Change: make the default secondary sort method for the server list the number of clients instead of the name
|
2012-01-01 22:35:19 +00:00 |
|
rubidium
|
37a81f01cf
|
(svn r23709) -Feature-ish: try harder to sort text instead of fancy characters in the server names
|
2012-01-01 22:32:26 +00:00 |
|
rubidium
|
7e8fc15328
|
(svn r23692) -Fix: use smallest_x of your children only when you let the children update it
|
2011-12-31 11:14:03 +00:00 |
|
truebrain
|
c967d260bc
|
(svn r23691) -Fix: signed/unsigned issues, causing asserts for some languages in relation to the serverlist
|
2011-12-31 10:55:00 +00:00 |
|