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
2007-08-23
(svn r10967) -Fix: in case of moving the window on create (because it doesn't...
truelight
2007-08-19
(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...
rubidium
2007-07-29
(svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CR...
rubidium
2007-07-29
(svn r10727) -Codechange: when a window would fall outside of the screen (on ...
rubidium
2007-07-29
(svn r10726) -Codechange: make it possible that the chat window is less than ...
rubidium
2007-07-29
(svn r10725) -Codechange: move some window related code out of gfx.cpp to win...
rubidium
2007-07-28
(svn r10717) -Fix: in-game console had a "transparent" part when opened in a ...
rubidium
2007-07-28
(svn r10716) -Codechange: not all windows' minimum size is actually their min...
rubidium
2007-07-27
(svn r10707) -Codechange: account for the main toolbar and status bar when de...
rubidium
2007-07-27
(svn r10705) -Fix (r10704): some windows were not correctly initialized as th...
rubidium
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-07-22
(svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work
peter1138
2007-07-07
(svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirt...
rubidium
2007-06-25
(svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame sc...
rubidium
2007-06-22
(svn r10276) -Codechange: made a counter based on milliseconds and independen...
truelight
2007-06-22
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle...
truelight
2007-06-17
(svn r10190) -Codechange: merged renderer and blitter to one single class API...
truelight
2007-06-12
(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...
truelight
2007-05-15
(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...
truelight
2007-05-15
(svn r9844) -Codechange: replace zoomlevel with an enum
truelight
2007-04-26
(svn r9720) -Codechange: Remove global var and gotos from window autoplacement
peter1138
2007-04-18
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...
rubidium
2007-04-18
(svn r9672) -Cleanup: lots of coding style fixes around operands.
rubidium
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-04-09
(svn r9580) -Documentation: Correction of doxygen function declarations
belugas
2007-04-06
(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...
belugas
2007-03-11
(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well
bjarni
2007-03-11
(svn r9112) -Feature r9111: scrollwheel scrolling can now also scroll the sma...
bjarni
2007-03-11
(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...
bjarni
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-06
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...
truelight
2007-02-23
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...
belugas
2007-02-02
(svn r8533) -Fix: segmentation fault when the toolbar gets removed and you ha...
rubidium
2007-01-13
(svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindo...
Darkvater
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr