news_gui.c
Sat, 18 Mar 2006 15:46:09 +0000 Darkvater (svn r3961) - Fix crash when resizing news history window. Backport of r3778 from trunk 0.4.5
Tue, 15 May 2007 21:42:27 +0000 rubidium (svn r9851) [0.5] -Backport from trunk (r9731, r9741, r9743, r9753, r9757): 0.5
Mon, 19 Mar 2007 19:22:26 +0000 rubidium (svn r9343) [0.5] -Backport from trunk (r9000, r9001, r9097, r9137): 0.5
Thu, 08 Feb 2007 11:03:00 +0000 rubidium (svn r8627) [0.5] -Backport from trunk (8409, 8420 + 8421, 8533, 8612): 0.5
Wed, 17 Jan 2007 00:51:04 +0000 Darkvater (svn r8178) -Backport from turnk (r8049, r8079, r8080, r8135): 0.5
Sun, 07 Jan 2007 12:15:36 +0000 Darkvater (svn r7952) -Backport from trunk (r7823, r7861): 0.5
Wed, 06 Dec 2006 17:28:14 +0000 Darkvater (svn r7402) -Fix: [FS#255] Long Delay for Message Windows to Appear. Immediately show a new message
Tue, 05 Dec 2006 23:37:04 +0000 Darkvater (svn r7388) -Fix (r7384 / r7368 / r3757): When adding a new news item for the first time (_latest_news
Tue, 05 Dec 2006 22:35:25 +0000 Darkvater (svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-array was full. Update the
Tue, 05 Dec 2006 22:31:10 +0000 Darkvater (svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextItem/.
Tue, 05 Dec 2006 12:17:31 +0000 Darkvater (svn r7370) -Cleanup: Use NewsID instead of byte for news identifiers, and some minor other things
Tue, 05 Dec 2006 11:59:28 +0000 Darkvater (svn r7369) -Cleanup: Some coding style, usage of increaseIndex and decreaseIndex to loop through the
Tue, 05 Dec 2006 11:51:23 +0000 Darkvater (svn r7368) -Fix: [FS#332] Vehicle Deletion Crash [News Window Related?] (r3757).
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Tue, 24 Oct 2006 16:27:18 +0000 Darkvater (svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
Tue, 24 Oct 2006 14:15:17 +0000 Darkvater (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Tue, 17 Oct 2006 18:15:35 +0000 Darkvater (svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag.
Tue, 17 Oct 2006 17:59:41 +0000 Darkvater (svn r6803) -Codechange: Substitute magic numbers by an enum for the news windows
Tue, 03 Oct 2006 20:16:20 +0000 belugas (svn r6631) -Codechange: Use accessors for click_state.
Tue, 03 Oct 2006 02:08:15 +0000 belugas (svn r6619) -Codechange: Use accessors for disabled_state.
Sat, 23 Sep 2006 02:39:24 +0000 belugas (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Tue, 22 Aug 2006 15:23:25 +0000 belugas (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Tue, 15 Aug 2006 14:52:17 +0000 rubidium (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Wed, 26 Jul 2006 03:33:12 +0000 belugas (svn r5609) CodeChange : Apply coding style
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Mon, 06 Mar 2006 23:01:35 +0000 peter1138 (svn r3778) - Fix crash when resizing news history window.
Sat, 04 Mar 2006 17:18:13 +0000 tron (svn r3761) Fix two bugs in r3757
Sat, 04 Mar 2006 11:15:44 +0000 tron (svn r3758) Remove the news validation callback. It is superseded by r3757.
Sat, 04 Mar 2006 11:01:35 +0000 tron (svn r3757) -Feature: Delete news items about vehicles, when they get stale
Sat, 24 Dec 2005 20:54:31 +0000 tron (svn r3339) Remove unnecessary includes
Wed, 07 Dec 2005 15:48:52 +0000 peter1138 (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
Fri, 07 Oct 2005 07:35:15 +0000 tron (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
Fri, 29 Jul 2005 15:55:14 +0000 celestar (svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Thu, 21 Jul 2005 06:31:02 +0000 tron (svn r2660) Get rid of some more shifting/anding/casting
Sun, 17 Jul 2005 16:02:17 +0000 Darkvater (svn r2611) - CodeChange: use standardized truncutation with the newsmessage-history window as well
Mon, 20 Jun 2005 20:09:46 +0000 tron (svn r2465) Remove some unreachable code
Wed, 15 Jun 2005 17:27:14 +0000 hackykid (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_)
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Wed, 13 Apr 2005 23:03:31 +0000 Darkvater (svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
Tue, 05 Apr 2005 21:03:30 +0000 darkvater (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.
Mon, 21 Feb 2005 18:59:54 +0000 Darkvater (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
Mon, 07 Feb 2005 12:32:35 +0000 tron (svn r1840) Repel str_buffr and use local buffers where possible
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sat, 22 Jan 2005 23:13:20 +0000 dominik (svn r1598) Feature: Message history now is stickyable and resizeable
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 08 Jan 2005 09:09:11 +0000 dominik (svn r1423) Fix: [ 1084074 ] Delayed news messages
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Tue, 04 Jan 2005 21:28:09 +0000 darkvater (svn r1379) -Fix: various GUI glitches. Added default sizes to various widgets. Sticky/Resize- and Scrollbar must be 11 pixels wide, Horizontal scrollbar 11 pixels high, caption must be 13 pixels. I hope I didn't forget any widgets, the game will assert for that so report them to me!
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out