rubidium
|
ac4ef286f4
|
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
|
2009-12-09 17:10:57 +00:00 |
|
rubidium
|
32b86b23b5
|
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
|
2009-12-09 17:10:57 +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
|
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
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +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
|
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
|
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
|
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
|
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
|
69b6d9309a
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
f8b79068e6
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
584c75722e
|
(svn r18264) -Codechange: make the company league window big font aware
|
2009-11-23 22:01:42 +00:00 |
|
rubidium
|
b4da187ae6
|
(svn r18264) -Codechange: make the company league window big font aware
|
2009-11-23 22:01:42 +00:00 |
|
rubidium
|
2ee87ce100
|
(svn r18259) -Codechange: make the graphs big font aware
|
2009-11-23 19:53:58 +00:00 |
|
rubidium
|
33b6170517
|
(svn r18259) -Codechange: make the graphs big font aware
|
2009-11-23 19:53:58 +00:00 |
|
rubidium
|
c7c9f24f60
|
(svn r18250) -Codechange: make the graph legend big font aware
|
2009-11-22 22:21:00 +00:00 |
|
rubidium
|
71ef26ca66
|
(svn r18250) -Codechange: make the graph legend big font aware
|
2009-11-22 22:21:00 +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
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +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 |
|
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
|
bf93372ca2
|
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
|
2009-11-22 13:22:53 +00:00 |
|
alberth
|
8139a8d96f
|
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
|
2009-11-22 13:22:53 +00:00 |
|
rubidium
|
d786f42427
|
(svn r18196) -Codechange: make the performance rating details window big font and RTL aware
|
2009-11-20 14:03:17 +00:00 |
|
rubidium
|
ea9a9fbe6d
|
(svn r18196) -Codechange: make the performance rating details window big font and RTL aware
|
2009-11-20 14:03:17 +00:00 |
|
rubidium
|
095d64c4fc
|
(svn r18167) -Change: make the graph legend, cargo payment graph and company league windows RTL aware
|
2009-11-18 15:09:39 +00:00 |
|
rubidium
|
964f2ca7fe
|
(svn r18167) -Change: make the graph legend, cargo payment graph and company league windows RTL aware
|
2009-11-18 15:09:39 +00:00 |
|
peter1138
|
d2358c5ea6
|
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
|
2009-11-18 10:09:22 +00:00 |
|
peter1138
|
c3204398ab
|
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
|
2009-11-18 10:09:22 +00:00 |
|
peter1138
|
b07c99a0fd
|
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts.
|
2009-11-18 08:32:39 +00:00 |
|
peter1138
|
f5f1b864f8
|
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts.
|
2009-11-18 08:32:39 +00:00 |
|
peter1138
|
61fa8d4fca
|
(svn r18153) -Codechange: Correct height for 'key' button on graph windows.
|
2009-11-17 22:06:18 +00:00 |
|
peter1138
|
ed583ca939
|
(svn r18153) -Codechange: Correct height for 'key' button on graph windows.
|
2009-11-17 22:06:18 +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 |
|
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 |
|
peter1138
|
9e49386d9d
|
(svn r18139) -Codechange: Scale company league table for font height.
|
2009-11-17 13:07:12 +00:00 |
|
peter1138
|
b7a3171073
|
(svn r18139) -Codechange: Scale company league table for font height.
|
2009-11-17 13:07:12 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
16c2e53191
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
rubidium
|
4fd93aecd2
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
rubidium
|
d79439fb3c
|
(svn r17963) -Codechange: some documentation style
|
2009-11-03 17:30:08 +00:00 |
|
rubidium
|
318c2fad7c
|
(svn r17963) -Codechange: some documentation style
|
2009-11-03 17:30:08 +00:00 |
|
rubidium
|
56611d13db
|
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
|
2009-11-02 16:07:09 +00:00 |
|
rubidium
|
95bcee3fde
|
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
|
2009-11-02 16:07:09 +00:00 |
|
rubidium
|
38687193fe
|
(svn r17866) -Codechange: make the remaining graph windows nested
|
2009-10-25 13:52:58 +00:00 |
|
rubidium
|
8f7b58be35
|
(svn r17866) -Codechange: make the remaining graph windows nested
|
2009-10-25 13:52:58 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|