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
/
window.cpp
Age
Commit message (
Expand
)
Author
2009-11-29
(svn r18345) -Codechange: Warn the window that it gets initialized, so it can...
alberth
2009-11-29
(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.
alberth
2009-11-29
(svn r18334) -Codechange: No need to test a pointer after using it.
alberth
2009-11-29
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be di...
rubidium
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...
rubidium
2009-11-28
(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top locat...
rubidium
2009-11-28
(svn r18320) -Codechange: make the terraform and transparency window not use ...
rubidium
2009-11-24
(svn r18273) -Codechange: do not require widget numbers for default widgets (...
rubidium
2009-11-21
(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows...
rubidium
2009-11-20
(svn r18201) -Codechange (r18092): No need anymore for initializing nested wi...
alberth
2009-11-17
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...
rubidium
2009-11-17
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposit...
rubidium
2009-11-16
(svn r18130) -Codechange: initial steps into making the vehicle/group lists b...
rubidium
2009-11-16
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window
rubidium
2009-11-16
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars...
rubidium
2009-11-15
(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal
rubidium
2009-11-15
(svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget...
rubidium
2009-11-15
(svn r18092) -Codechange: remove support for the unnested widgets
rubidium
2009-11-15
(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.
alberth
2009-11-15
(svn r18088) -Codechange: remove CompareWidgetArrays
rubidium
2009-11-15
(svn r18086) -Codechange: remove 'widget' from WindowDesc
rubidium
2009-11-14
(svn r18069) -Codechange: Initialize window flags at the same tme as the othe...
alberth
2009-11-09
(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when righ...
rubidium
2009-11-08
(svn r18013) -Codechange: Add possibility to change window size during ReInit().
alberth
2009-11-07
(svn r18003) -Cleanup: prune some unused functions from Window
rubidium
2009-11-07
(svn r17997) -Codechange: Introduce functions for querying top and bottom of ...
alberth
2009-11-07
(svn r17995) -Codechange: PreventHiding() is used in one file, make it static.
alberth
2009-11-02
(svn r17947) -Codechange: make the statusbar, chat input and news window know...
rubidium
2009-10-31
(svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with ...
rubidium
2009-10-31
(svn r17915) -Codechange: Allow windows to compute their own initial position.
alberth
2009-10-25
(svn r17869) -Codechange: don't create OnScroll() event for zero delta
smatz
2009-10-24
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...
rubidium
2009-10-20
(svn r17830) -Fix [FS#3276]: Some windows already need their window_number wh...
frosch
2009-10-10
(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused e...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-02
(svn r17682) -Codechange: remove erroneous space before some commas
rubidium
2009-09-30
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the win...
rubidium
2009-09-19
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...
alberth
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-13
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o...
frosch
2009-09-11
(svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often u...
alberth
2009-09-02
(svn r17375) -Codechange: remove last direct usage of scrollbar variables
rubidium
2009-09-02
(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wr...
rubidium
2009-09-02
(svn r17365) -Codechange: introduce wrapper functions to update the position,...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-14
(svn r17175) -Codechange: Only auto-raise push buttons.
alberth
2009-08-14
(svn r17168) -Codechange: apply coding style to if and while statements
smatz
2009-08-10
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicl...
frosch
2009-08-01
(svn r17024) -Codechange: Allow InitNested to be done in two parts.
alberth
[next]