alberth
|
7ef35286fd
|
(svn r18538) -Codechange: Split DrawStationCoverageText into a calculation part and a drawing part.
|
2009-12-19 15:52:50 +00:00 |
|
alberth
|
7fc7324ef8
|
(svn r18538) -Codechange: Split DrawStationCoverageText into a calculation part and a drawing part.
|
2009-12-19 15:52:50 +00:00 |
|
rubidium
|
21f2acfd01
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|
rubidium
|
1f0da3710f
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|
rubidium
|
d2535d70ee
|
(svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window
|
2009-11-28 15:00:45 +00:00 |
|
rubidium
|
9bb4ad4ba8
|
(svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window
|
2009-11-28 15:00:45 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
fedb593293
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +00:00 |
|
rubidium
|
458c73aecb
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +00:00 |
|
rubidium
|
74b737f958
|
(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows
|
2009-11-28 13:38:34 +00:00 |
|
rubidium
|
ff32ea24fc
|
(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows
|
2009-11-28 13:38:34 +00:00 |
|
rubidium
|
ab417c6c06
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
8d6e323ef8
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
50359b2d08
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
14300d309c
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
f8b79068e6
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
69b6d9309a
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
alberth
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
450e40b997
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
18b33fde83
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
alberth
|
2b6f792513
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
092ed60342
|
(svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated
|
2009-11-21 17:22:37 +00:00 |
|
rubidium
|
e8141ba9d5
|
(svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated
|
2009-11-21 17:22:37 +00:00 |
|
rubidium
|
bea622be02
|
(svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
|
2009-11-19 22:49:04 +00:00 |
|
rubidium
|
da25f121ac
|
(svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
|
2009-11-19 22:49:04 +00:00 |
|
rubidium
|
8bc7f13999
|
(svn r18171) -Change: always align the about to the left; it is not translated and as such it's never a RTL text.
|
2009-11-18 20:27:18 +00:00 |
|
rubidium
|
b6f627a968
|
(svn r18171) -Change: always align the about to the left; it is not translated and as such it's never a RTL text.
|
2009-11-18 20:27:18 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
5f2ddfbc5a
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
peter1138
|
d6b3756d63
|
(svn r18135) -Codechange: File list text overflowed its container.
|
2009-11-17 10:04:21 +00:00 |
|
peter1138
|
5fdff78c42
|
(svn r18135) -Codechange: File list text overflowed its container.
|
2009-11-17 10:04:21 +00:00 |
|
rubidium
|
a13fd6ddce
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
626de6b128
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
alberth
|
c025be2807
|
(svn r18111) -Change: One more developer added to the history of OpenTTD.
|
2009-11-15 21:07:39 +00:00 |
|
alberth
|
0666a70583
|
(svn r18111) -Change: One more developer added to the history of OpenTTD.
|
2009-11-15 21:07:39 +00:00 |
|
peter1138
|
b303690103
|
(svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title).
|
2009-11-15 18:44:33 +00:00 |
|
peter1138
|
4c6f55fc71
|
(svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title).
|
2009-11-15 18:44:33 +00:00 |
|
rubidium
|
bb5a43e609
|
(svn r18099) -Codechange: scale the edit boxes to the fontsize
|
2009-11-15 15:37:37 +00:00 |
|
rubidium
|
cddc057a60
|
(svn r18099) -Codechange: scale the edit boxes to the fontsize
|
2009-11-15 15:37:37 +00:00 |
|
rubidium
|
1f6f15a126
|
(svn r18092) -Codechange: remove support for the unnested widgets
|
2009-11-15 13:36:30 +00:00 |
|
rubidium
|
aeb9f8e715
|
(svn r18092) -Codechange: remove support for the unnested widgets
|
2009-11-15 13:36:30 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
c7ca4691c4
|
(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view.
|
2009-11-07 17:24:04 +00:00 |
|
alberth
|
0bc03c25f4
|
(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view.
|
2009-11-07 17:24:04 +00:00 |
|
frosch
|
3cb949a17d
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
frosch
|
79627b4f89
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
alberth
|
171fa9d16b
|
(svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size.
|
2009-11-03 20:25:19 +00:00 |
|
alberth
|
e6a164de09
|
(svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size.
|
2009-11-03 20:25:19 +00:00 |
|