rubidium
|
201b3d8aa2
|
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns
|
2013-11-24 14:46:26 +00:00 |
|
rubidium
|
83eeba28b7
|
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns
|
2013-11-24 14:46:26 +00:00 |
|
rubidium
|
34ae6d4b39
|
(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in multiplayer (adf88)
|
2013-11-12 21:48:55 +00:00 |
|
rubidium
|
116adbc0e1
|
(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in multiplayer (adf88)
|
2013-11-12 21:48:55 +00:00 |
|
frosch
|
ee97c8cfdd
|
(svn r25929) -Fix [FS#5733]: Position signal sprites size-aware in the signal GUI, that is: Center sprites horizontally, and align the vertical reference point at some baseline which centers the tallest sprite.
|
2013-10-28 13:39:18 +00:00 |
|
frosch
|
56e5a80f5a
|
(svn r25929) -Fix [FS#5733]: Position signal sprites size-aware in the signal GUI, that is: Center sprites horizontally, and align the vertical reference point at some baseline which centers the tallest sprite.
|
2013-10-28 13:39:18 +00:00 |
|
frosch
|
3c9cfb1678
|
(svn r25928) -Fix [FS#5733]: Reserve enough space for two digits of signal density. (adf88)
|
2013-10-28 13:04:34 +00:00 |
|
frosch
|
7351158b3c
|
(svn r25928) -Fix [FS#5733]: Reserve enough space for two digits of signal density. (adf88)
|
2013-10-28 13:04:34 +00:00 |
|
frosch
|
3d34b5c5a2
|
(svn r25927) -Fix [FS#5733]: Consider size of signal sprites for sizing the signal GUI. (based on patch by adf88)
|
2013-10-28 12:59:44 +00:00 |
|
frosch
|
eaafbb00ed
|
(svn r25927) -Fix [FS#5733]: Consider size of signal sprites for sizing the signal GUI. (based on patch by adf88)
|
2013-10-28 12:59:44 +00:00 |
|
zuu
|
ac08e89a32
|
(svn r25854) -Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro)
|
2013-10-12 22:45:19 +00:00 |
|
zuu
|
15ebb29447
|
(svn r25854) -Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro)
|
2013-10-12 22:45:19 +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
|
43ec0bf0c1
|
(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
|
bc4423300d
|
(svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize.
|
2013-06-30 14:35:44 +00:00 |
|
frosch
|
634607573f
|
(svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize.
|
2013-06-30 14:35:44 +00:00 |
|
frosch
|
ac73a5fea6
|
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window.
|
2013-06-30 14:33:15 +00:00 |
|
frosch
|
5f8f71edf0
|
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window.
|
2013-06-30 14:33:15 +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
|
98fdd20f84
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +00:00 |
|
frosch
|
4a8f47b9a5
|
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
|
2013-06-25 20:22:08 +00:00 |
|
frosch
|
bbbecceae1
|
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
|
2013-06-25 20:22:08 +00:00 |
|
frosch
|
173aed1687
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
fef30983e6
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
303aa2f473
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
5cb174c6b8
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
1565bb32a0
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
1b8b1f3f6c
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
55154f91b6
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
d9e9710cb3
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
fdd94f7601
|
(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.
|
2013-06-15 15:05:54 +00:00 |
|
frosch
|
bb308c5e30
|
(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.
|
2013-06-15 15:05:54 +00:00 |
|
frosch
|
01dc8ee620
|
(svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window.
|
2013-06-11 18:36:26 +00:00 |
|
frosch
|
9cb89b3639
|
(svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window.
|
2013-06-11 18:36:26 +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
|
4e4e635916
|
(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
|
8157a8afd8
|
(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 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
planetmaker
|
910dac6311
|
(svn r25064) -Fix [FS#5472]: Make sizes of the station preview identical list and direction selection identical in the station build window
|
2013-03-04 21:23:38 +00:00 |
|
planetmaker
|
a742ad7d36
|
(svn r25064) -Fix [FS#5472]: Make sizes of the station preview identical list and direction selection identical in the station build window
|
2013-03-04 21:23:38 +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 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +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
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
facad68514
|
(svn r24507) -Fix [FS#5285]: The mousewheel did not work in the build waypoint window. (sbr)
|
2012-09-01 19:43:42 +00:00 |
|
frosch
|
4512a4f225
|
(svn r24507) -Fix [FS#5285]: The mousewheel did not work in the build waypoint window. (sbr)
|
2012-09-01 19:43:42 +00:00 |
|