frosch
8bb7c08599
(svn r26973) [1.4] -Backport from trunk:
...
- Fix: Image widgets stored 32bit SpriteID in uint16 (r26971)
- Fix: Compilation on HAIKU (r26922)
- Fix: Crash when enabling 'Full animation' if multiplayer chat text is on screen [FS#6096] (r26919)
- Fix: Height computation of game script text in town GUI did not consider margins [FS#6119] (r26859)
2014-10-23 19:37:41 +03:00
pelya
7991048105
Slower scrolling for dropdown lists and scrollbars
2014-07-20 00:35:07 +03:00
pelya
313e3b73b3
Auto-resize all buttons and fonts, when screen resoluition changes
2014-03-23 17:19:30 +02:00
pelya
386261656d
Fixed scrollbar slider when the scrollbar is too small
2014-03-23 15:37:10 +02:00
pelya
7bbd2dfeee
Fixed scrollbar slider getting too small, cenetered sort marks and horizontal scrollbar arrows
2014-03-22 00:51:07 +02:00
Sergii Pylypenko
00be451e28
Fixed close box and scrollbar images not centered
2014-03-19 21:58:42 +02:00
Juanjo
f43337d022
Some amends about sizings.
2014-03-15 21:56:55 +02:00
Juanjo
0ae63b4c28
Sizing and centering editbox icon.
2014-03-15 21:37:18 +02:00
Juanjo
923bb00c09
Add a min sizing for viewports.
2014-03-15 21:37:17 +02:00
Juanjo
97e285fee5
Add a min sizing for width of command errors, news and query windows.
2014-03-15 21:37:17 +02:00
Juanjo
d0c26fac56
Add a specific min sizing for onscreen keyboard.
2014-03-15 21:36:24 +02:00
Juanjo
0442649289
Add min sizing.
2014-03-15 21:35:16 +02:00
Juanjo
020e62fbd6
Center images on buttons.
2014-03-15 21:34:37 +02:00
rubidium
5a8e5e8d99
(svn r26362) -Fix [FS#5906]: reset the default window size icon size just like all the other cached icon sizes (based on patch by MJP)
2014-02-22 19:34:57 +00:00
rubidium
d9bd866b27
(svn r26127) -Fix (r18186): missing break
2013-11-26 15:08:15 +00:00
rubidium
cf6fe08d8a
(svn r26123) -Fix: make sure the maximum row length when making company buttons is at least 1
2013-11-26 13:27:34 +00:00
rubidium
519cb3e103
(svn r26121) -Codechange: add some asserts after dynamic casts to show they shouldn't return NULL ever
2013-11-26 13:21:25 +00:00
frosch
2a71d05478
(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown arrow of dropdown widgets.
2013-10-13 19:18:30 +00:00
frosch
f1d5afd68c
(svn r25862) -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap around. (sbr)
2013-10-13 13:49:45 +00:00
frosch
ec68541fb8
(svn r25861) -Fix [FS#5760]: Scale linkgraph legend according to text dimensions.
2013-10-13 13:44:58 +00:00
frosch
a4fb66768d
(svn r25729) -Fix [FS#5686]: If the child widgets of a NWidgetHorizontal container do not fill the complete container, align them according to text direction. (sbr)
2013-08-18 17:04:13 +00:00
frosch
af6a90c347
(svn r25727) -Fix [FS#5686]: NWidgetMatrix used pip_pre and pip_post inconsistently and incorrectly, causing misalignment for RTL. (spotted by sbr)
2013-08-18 15:32:45 +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
rubidium
25c2c7c7ff
(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them
2013-06-25 20:39:03 +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
rubidium
35b4e7adda
(svn r25123) -Fix: when the count for a scrollbar was 0, the inter distance was subtracted too much causing a scrollbar with a negative size
2013-03-25 20:59:59 +00:00
frosch
0857bc2b9a
(svn r25121) -Fix: Editboxes could become too small when resizing windows.
2013-03-24 19:51:53 +00:00
smatz
7c81c9111c
(svn r24915) -Fix: Several out-of-bounds reads
2013-01-14 21:16:56 +00:00
planetmaker
f00d9976f9
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
2013-01-08 22:46:42 +00:00
peter1138
64a19cb75e
(svn r24853) -Fix: Extend widget data member to 32 bits so that sprite IDs >= 2^16 can be used.
2012-12-25 22:10:43 +00:00
frosch
11f5889521
(svn r24745) -Codechange: Draw complete editbox via QueryString.
2012-11-14 22:50:46 +00:00
frosch
18dcd2e6a4
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
2012-11-14 22:50:35 +00:00
frosch
e95b757c11
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
2012-11-13 21:46:19 +00:00
planetmaker
99cd4185db
(svn r24577) -Fix [FS#5324]: Draw the window resize sprite bottom-aligned (sbr)
2012-10-08 21:27:21 +00:00
frosch
2796903ea8
(svn r24378) -Fix [FS#5218]: ReInit could crash for windows with NWidgetMatrix widgets.
2012-07-07 11:13:41 +00:00
frosch
3c62dab982
(svn r24346) -Fix: EQUALSIZE widget containers within EQUALSIZE containers were initialised with wrong sizes.
2012-06-16 20:01:34 +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
truebrain
867b263900
(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
frosch
3b0816c614
(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.
2011-11-18 20:38:30 +00:00
peter1138
4086b710b1
(svn r23024) -Codechange: Vertically centre text within a dropdown control.
2011-10-11 19:05:54 +00:00
peter1138
4a0fd61b0c
(svn r23020) -Codechange: Vertically centre caption text if the caption height is taller than the text.
2011-10-11 13:22:31 +00:00
peter1138
cacf7ecf2b
(svn r23017) -Codechange: Add support for resized scrollbars.
2011-10-11 08:07:47 +00:00
planetmaker
32c7844a07
(svn r22869) -Codechange: Use the same constant to set the minimum height of all widgets in the windows title bar
2011-09-02 16:05:19 +00:00
rubidium
87272273b5
(svn r22405) -Document: some more "random-ish" tidbits
2011-05-01 19:14:12 +00:00
frosch
facd1301fc
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
2011-04-29 20:47:36 +00:00
alberth
9222a30173
(svn r22145) -Codechange: Do explicit test for non-bool values.
2011-02-25 22:04:38 +00:00
alberth
a14f4eb271
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
2011-02-25 21:53:43 +00:00
alberth
69e50bb428
(svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to position -1.
2011-01-15 19:54:53 +00:00
frosch
f1f30c49db
(svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons.
2011-01-09 20:40:35 +00:00