pelya
|
03fa2b7487
|
Fixed 'Sort by' widget
|
2016-04-02 23:52:33 +03:00 |
|
pelya
|
b74200f58f
|
Fixed text input widget too small and bottom bar too wide
|
2016-04-02 23:39:41 +03:00 |
|
Sergii Pylypenko
|
0ad6eba1b6
|
Rough post-merge GUI fix
|
2016-03-28 22:14:45 +03:00 |
|
Sergii Pylypenko
|
eadf5e9f4a
|
Fixed sort button marker not centered
|
2016-03-27 22:50:05 +03:00 |
|
Sergii Pylypenko
|
3ff1ccb5c2
|
Fixed dropdown box too narrow and cropping text
|
2016-03-27 22:50:05 +03:00 |
|
pelya
|
9500f8d92a
|
Set default min size for all widgets
Conflicts:
src/widget.cpp
|
2016-03-27 22:48:39 +03:00 |
|
pelya
|
5c44744772
|
Centered dropdown drop button
|
2016-03-27 22:45:58 +03:00 |
|
pelya
|
963cd3c5ea
|
Centered vertical scrollbar
|
2016-03-27 22:45:58 +03:00 |
|
pelya
|
f99dc9868f
|
Centered vertical scrollbar arrows
|
2016-03-27 22:45:58 +03:00 |
|
pelya
|
05c6c76771
|
Centered close box sprite
|
2016-03-27 22:45:58 +03:00 |
|
pelya
|
3ef1c1baff
|
Merge commit 'a8b575671894ffe1329ef37dca4989c0e60d70f5'
These merges are becoming more awful every time
Conflicts:
src/ai/ai_gui.cpp
src/build_vehicle_gui.cpp
src/cheat_gui.cpp
src/company_gui.cpp
src/depot_gui.cpp
src/dock_gui.cpp
src/error_gui.cpp
src/genworld_gui.cpp
src/misc_gui.cpp
src/network/network_content_gui.cpp
src/network/network_gui.cpp
src/newgrf_gui.cpp
src/news_gui.cpp
src/rail_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/settings_gui.cpp
src/settings_gui.h
src/signs_gui.cpp
src/station_gui.cpp
src/table/settings.ini
src/terraform_gui.cpp
src/toolbar_gui.cpp
src/toolbar_gui.h
src/vehicle_gui.cpp
src/video/sdl_v.cpp
src/viewport.cpp
src/widget.cpp
src/widgets/settings_widget.h
|
2016-03-27 22:33:11 +03:00 |
|
michi_cc
|
44918010df
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
frosch
|
67ae231f1b
|
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
|
2015-07-26 09:47:17 +00:00 |
|
frosch
|
d07b686927
|
(svn r27303) -Fix [FS#6321]: SetMinimalSize was ignored for WWT_EDITBOX.
|
2015-06-20 12:29:36 +00:00 |
|
frosch
|
53ee8c696b
|
(svn r27255) -Fix [FS#6270]: Combined button+dropdown widgets in order and autoreplace GUI had incorrect hitbox when using GUI zoom. (_dp_)
|
2015-04-26 11:07:41 +00:00 |
|
rubidium
|
09f6c46d0b
|
(svn r27030) -Fix: crash when having the vehicle list opened from a buoy or oil rig while the buoy/oil rig gets its final removal (i.e. the sign gets removed)
|
2014-10-21 19:16:47 +00:00 |
|
rubidium
|
fdd5b2293d
|
(svn r26971) -Fix: widget_data was sometimes uint16 and sometimes uint32; make it always be uint32
|
2014-10-06 19:16:29 +00:00 |
|
peter1138
|
ee266b9b9d
|
(svn r26965) -Codechange: Add palette bit to indicate that palette is actually a text colour remap, and draw closebox as a sprite, using said bit. Change news popup to use closebox widget for its closebox.
|
2014-10-05 21:18:37 +00:00 |
|
peter1138
|
d3c614c3cf
|
(svn r26964) -Codechange: Allow editbox size to change.
|
2014-10-05 18:10:01 +00:00 |
|
peter1138
|
a0c53f7c4c
|
(svn r26962) -Fix: Set up scrollbar size at the correct time (where it can be changed). Also ensure scrollbar is long enough to at least contain its buttons.
|
2014-10-05 16:43:44 +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
|
2f871d02b3
|
(svn r26861) -Codechange: Include height of dropdown image in dropdown widget. Draw vertically centred image in dropdown button.
|
2014-09-20 12:25:36 +00:00 |
|
peter1138
|
2bb3524416
|
(svn r26855) -Codechange: Render vertical scrollbars the same as horizontal scrollbars, with sprites instead of text.
|
2014-09-20 08:55:35 +00:00 |
|
peter1138
|
a3eaa31178
|
(svn r26854) -Codechange: Don't override computed minimal size with static minimal size, instead only increase it.
|
2014-09-20 00:27:14 +00:00 |
|
pelya
|
17f0f3d650
|
Slower scrolling for dropdown lists and scrollbars
|
2014-08-19 19:12:01 +03:00 |
|
Sergii Pylypenko
|
91ebce1a9c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
|
2014-06-04 17:09:23 +03: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 |
|
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 |
|