summaryrefslogtreecommitdiff
path: root/src/network/network_content_gui.cpp
AgeCommit message (Expand)Author
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-22(svn r17846) -Codechange: make the network content window nestedrubidium
2009-10-22(svn r17843) -Codechange: move the details drawing code of the content window...rubidium
2009-10-22(svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for...rubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-pl...alberth
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth
2009-09-14(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for mo...frosch
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-13(svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), w...frosch
2009-09-13(svn r17522) -Fix: Scroll to selected content after sorting the list and afte...frosch
2009-09-02(svn r17370) -Codechange: make the saveload and network GUIs use the scrollba...rubidium
2009-08-26(svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set wh...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17133) -Codechange: generalise the code that searches for base graphicsrubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-16(svn r16846) -Codechange: make the content download status window only use ne...rubidium
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits i...alberth
2009-07-03(svn r16732) -Fix [FS#2991]: show Close instead of Cancel when there's nothin...rubidium
2009-06-01(svn r16493) -Fix: missing/wrong @file doxygen 'headers'rubidium
2009-05-05(svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk.alberth
2009-05-05(svn r16233) -Codechange: Added nested widgets to network content windows.alberth
2009-05-05(svn r16232) -Codechange: Moving network content widgets enums outside window...alberth
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(...,...rubidium
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when th...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-17(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due to...rubidium
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...alberth
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...rubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
2009-03-21(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windowsglx
2009-03-21(svn r15782) -Codechange: replace some calls to the all text drawing API to t...rubidium
2009-03-19(svn r15766) -Fix [FS#2744]: Crash when opening the content list window twice...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-13(svn r15702) -Feature(tte): direct content download 'links' in the play scena...rubidium
2009-03-06(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.rubidium
2009-02-24(svn r15566) -Change: reintroduce space as valid method of selecting 'content...rubidium
2009-02-09(svn r15433) -Fix (r15126): Content download progress bar was not centered pr...peter1138
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with edit...rubidium
2009-02-06(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't desel...rubidium
2009-02-06(svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz