summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
AgeCommit message (Expand)Author
2008-06-05(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-28(svn r13311) -Codechange: Use GUIList for the industry directory windowskidd13
2008-05-27(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirec...skidd13
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage ...smatz
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13175) -Fix (r13174): sorting criteria and order for industry directory...glx
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-12(svn r13060) -Codechange: update build industry window when raw_industry_cons...glx
2008-05-11(svn r13050) -Codechange: make a class of IndustryViewWindow.glx
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-11(svn r13041) -Fix: calling a virtual function on a not fully constructed obje...rubidium
2008-05-10(svn r13036) -Codechange: make a class of the BuildIndustry Window.glx
2008-05-10(svn r13032) -Codechange: make industry view window resizable and truncate st...glx
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13020) -Codechange: make industry directory window horizontally resizab...glx
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-06(svn r12970) -Codechange: coding style for some function namesglx
2008-05-05(svn r12965) -Codechange: add support for callback 37 in industries directory...glx
2008-05-05(svn r12964) -Codechange: rewrite callback 37 related code so it will be easi...glx
2008-05-05(svn r12959) -Fix: don't assume no production when the first produced cargo i...glx
2008-05-05(svn r12956) -Codechange: Code-style application on switch-case aligmentbelugas
2008-05-05(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'...peter1138
2008-04-21(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTD...rubidium
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-03-28(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the in...peter1138
2008-03-28(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type displa...glx
2008-02-03(svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte...smatz
2008-01-29(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specif...rubidium
2008-01-26(svn r11987) -Feature[newGRF]: Allow the industry view window to be resized o...belugas
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium