rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
c847f5c04e
|
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
2009-09-30 21:07:54 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +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 |
|
alberth
|
5fd5ae125a
|
(svn r17398) -Codechange: Fill normal news item window with widgets.
|
2009-09-02 20:59:30 +00:00 |
|
alberth
|
0f9da2d636
|
(svn r17397) -Codechange: Add new vehicle news window.
|
2009-09-02 20:55:55 +00:00 |
|
alberth
|
c0b9a6a9bc
|
(svn r17396) -Codechange: Add company news window.
|
2009-09-02 20:54:27 +00:00 |
|
alberth
|
c518d8c0d9
|
(svn r17395) -Codechange: Fill thin window with widgets.
|
2009-09-02 20:52:58 +00:00 |
|
alberth
|
96617e804c
|
(svn r17394) -Codechange: Add news flags for viewport settings.
|
2009-09-02 20:49:25 +00:00 |
|
alberth
|
92321eb204
|
(svn r17393) -Codechange: Fill small window with widgets.
|
2009-09-02 20:46:42 +00:00 |
|
alberth
|
a536a15459
|
(svn r17392) -Codechange: Use 'default' for reacting on click.
|
2009-09-02 20:44:36 +00:00 |
|
alberth
|
3375627552
|
(svn r17390) -Codechange: Switch news item windows to nested widgets.
|
2009-09-02 20:39:40 +00:00 |
|
alberth
|
417ad163c0
|
(svn r17387) -Codechange: Add news-item window description to NewsSubtypeData.
|
2009-09-02 20:21:30 +00:00 |
|
alberth
|
284b92f3e9
|
(svn r17385) -Codechange: Removed some unneeded parentheses.
|
2009-09-02 19:57:22 +00:00 |
|
rubidium
|
7aeaa4f132
|
(svn r17371) -Codechange: make the newgrf, news and order GUIs use the scrollbar wrappers
|
2009-09-02 08:18:54 +00:00 |
|
rubidium
|
b1d4594fa7
|
(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster.
|
2009-09-01 12:28:46 +00:00 |
|
rubidium
|
aca7ba714a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
alberth
|
f74b7d4ebd
|
(svn r17265) -Codechange: Typo fix, small is with two l's
|
2009-08-22 19:06:02 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fb95e2c2b
|
(svn r17228) -Codechange: some coding style fixes
|
2009-08-20 10:23:39 +00:00 |
|
alberth
|
4f1758b51a
|
(svn r17204) -Codechange: Move viewport initialization into the constructor of the news item window.
|
2009-08-16 16:06:06 +00:00 |
|
alberth
|
b03e758d25
|
(svn r17202) -Codechange: News item is already given as argument.
|
2009-08-16 09:20:25 +00:00 |
|
alberth
|
66e98469bb
|
(svn r17200) -Codechange: Initialize NewsWindow::duration, add some documentation strings.
|
2009-08-16 08:59:56 +00:00 |
|
alberth
|
3409385e1d
|
(svn r17199) -Codechange: Remove NF_VIEWPORT since it is implied by the news mode.
|
2009-08-16 07:31:36 +00:00 |
|
alberth
|
dd6fcb08b6
|
(svn r17188) -Codechange: Use display mode names for naming window and widget descriptions.
|
2009-08-15 14:39:22 +00:00 |
|
alberth
|
ff60a5605c
|
(svn r17187) -Codechange: Make switches on news display mode complete.
|
2009-08-15 14:27:54 +00:00 |
|
alberth
|
13a37b427a
|
(svn r17178) -Codechange (r17177): Remove now unused define.
|
2009-08-14 22:07:25 +00:00 |
|
alberth
|
200fcddc38
|
(svn r17177) -Codechange: Message options window uses nested widget tree.
|
2009-08-14 22:01:44 +00:00 |
|
alberth
|
3d38744b9f
|
(svn r17176) -Codechange: Move widget state updating out of OnPaint method of message options window.
|
2009-08-14 21:33:30 +00:00 |
|
alberth
|
fe74c526d8
|
(svn r17174) -Codechange: Switch to vertical alignment in the message options window.
|
2009-08-14 21:21:56 +00:00 |
|
alberth
|
c4f055cc11
|
(svn r17172) -Codechange: Move the _message_opt variable into the MessageOptionsWindow struct.
|
2009-08-14 19:02:20 +00:00 |
|
alberth
|
4eb155ccfb
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
|
frosch
|
52f9b8ffbd
|
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them.
|
2009-08-10 20:06:39 +00:00 |
|
alberth
|
8d809d5f4c
|
(svn r17123) -Codechange (r17122): Use this for calling methods.
|
2009-08-08 20:39:45 +00:00 |
|
alberth
|
2cd3b5f44c
|
(svn r17122) -Codechange: Message history window uses nested widget tree.
|
2009-08-08 20:06:38 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
4b2592dbc0
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
alberth
|
92206f2d18
|
(svn r16837) -Codechange: Collect largest used index while constructing nested widget tree.
|
2009-07-15 22:17:08 +00:00 |
|
alberth
|
292647b212
|
(svn r16487) -Codechange [FS#2940]: Add widget numbers to news display and news history windows (based on work by erikjanp)
|
2009-05-31 20:18:47 +00:00 |
|
alberth
|
304b42d00e
|
(svn r16485) -Fix [FS#2938]: Move date in news window a pixel away from the right-edge (erikjanp)
|
2009-05-31 19:29:40 +00:00 |
|
frosch
|
a4557c7da4
|
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
|
2009-05-24 16:52:42 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
rubidium
|
5f81ba886c
|
(svn r16297) -Codechange: silence more ICC warnings
|
2009-05-13 17:39:00 +00:00 |
|
alberth
|
86eb1ca626
|
(svn r16205) -Codechange: Added nested widgets for news windows and news-settings window.
|
2009-05-02 17:00:56 +00:00 |
|
alberth
|
1728dd8046
|
(svn r16204) -Codechange: Completing widget numbers of news settings window.
|
2009-05-02 16:52:21 +00:00 |
|
alberth
|
551e377614
|
(svn r16203) -Codechange: Simplify widget layout of news settings window.
|
2009-05-02 16:45:01 +00:00 |
|
alberth
|
c3c527c9b8
|
(svn r16202) -Codechange: Use widget top coordinate instead of hardcoded value.
|
2009-05-02 16:40:26 +00:00 |
|
alberth
|
eab4fb07c6
|
(svn r16200) -Codechange: Moving news-type description to NewsTypeData array.
|
2009-05-02 13:05:00 +00:00 |
|
rubidium
|
7dd677ced2
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|