index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bridge_gui.cpp
Age
Commit message (
Expand
)
Author
2009-09-02
(svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs...
rubidium
2009-08-23
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-08-03
(svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui.
alberth
2009-08-03
(svn r17055) -Codechange: Improve aligning of bridge sprites and descriptions...
alberth
2009-08-03
(svn r17054) -Codechange: Bridge gui uses nested widgets only.
alberth
2009-07-22
(svn r16921) -Codechange: make it more clear what strings are related to road...
rubidium
2009-07-21
(svn r16906) -Fix (r12939): Child windows of build toolbars were placed incon...
alberth
2009-07-16
(svn r16845) -Codechange: Introduction of constants for describing the bits i...
alberth
2009-05-22
(svn r16375) -Codechange: don't be afraid of deleting NULL pointers
smatz
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-29
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...
alberth
2009-03-22
(svn r15820) -Codechange: Some windows using nested widgets
alberth
2009-03-22
(svn r15815) -Fix (~r15800): bridge strings got truncated too early
rubidium
2009-03-22
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
rubidium
2009-03-15
(svn r15726) -Codechange: unify coding style for const pointers
smatz
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-02-08
(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge ...
rubidium
2009-02-04
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...
rubidium
2009-02-01
(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.
frosch
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-03
(svn r14805) -Feature [FS#2238]: pressing CTRL while dragging to build a brid...
rubidium
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-09-14
(svn r14326) -Fix: some wrong comments (Yexo)
rubidium
2008-07-30
(svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui
belugas
2008-06-20
(svn r13592) -Fix: window size remembering was broken
skidd13
2008-06-16
(svn r13533) -Codechange: Replace direct class member access of GUIList with ...
skidd13
2008-06-08
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when ...
rubidium
2008-05-27
(svn r13280) -Fix (r13276): MSVC compilation was broken
smatz
2008-05-26
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
glx
2008-05-26
(svn r13269) -Codechange: build bridge window uses GUILists Sort() now
skidd13
2008-05-26
(svn r13266) -Codechange: Use SmallVector in GUIList
peter1138
2008-05-20
(svn r13202) -Fix (r13149): MSVC signed/unsigned warning
glx
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-18
(svn r13159) -Feature: Add the ability to sort availible bridges in the build...
skidd13
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13149) -Codechange: make a class of the BuildBridgeWindow.
skidd13
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
rubidium
2008-05-06
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium
2008-02-14
(svn r12136) -Fix(r12135): Code style compliance and... code style as such
belugas
2008-02-14
(svn r12135) -Codechange: Road and rail bridge selection windows were identic...
belugas
2008-02-11
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy wit...
belugas
2008-02-11
(svn r12107) -Codechange: Add and use the typedef BridgeType
belugas
2008-02-05
(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
belugas
2008-01-23
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne...
smatz
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-09
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
rubidium
[next]