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-01-09
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...
rubidium
2009-01-07
(svn r14905) -Fix (r14899): in some corner cases already freed memory could b...
rubidium
2009-01-07
(svn r14899) -Feature: remove the window limit, but leave a configurable limi...
rubidium
2009-01-06
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f...
rubidium
2009-01-04
(svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict)
rubidium
2009-01-03
(svn r14804) -Codechange: unify opening the OSK (Zuu)
rubidium
2009-01-03
(svn r14794) -Document: a few functions/variables (Alberth)
rubidium
2009-01-02
(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if...
rubidium
2009-01-02
(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...
rubidium
2008-12-16
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s...
rubidium
2008-10-14
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names...
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-09-24
(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo...
smatz
2008-09-23
(svn r14390) -Codechange: replace magic constants with symbolic constants.
rubidium
2008-08-11
(svn r14047) -Codechange: move chatmessage handling to the network directory ...
rubidium
2008-06-12
(svn r13495) -Fix: scrolling the main map with the keys speed was influenced ...
rubidium
2008-05-30
(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when ha...
rubidium
2008-05-29
(svn r13338) -Doc: add documentation about the window placement. Patch by Alb...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-29
(svn r13322) -Codechange: _no_scroll belongs more with the window code.
rubidium
2008-05-29
(svn r13321) -Codechange: move some GUI/viewport related functions out op ope...
rubidium
2008-05-29
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to wind...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-24
(svn r13228) -Codechange: split console.h.
rubidium
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-18
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...
rubidium
2008-05-18
(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of Windo...
rubidium
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13141) -Codechange: remove an unused variable from Window.
rubidium
2008-05-17
(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
rubidium
2008-05-17
(svn r13133) -Codechange: Add a base class (descending from Window) for all n...
belugas
2008-05-16
(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functi...
rubidium
2008-05-15
(svn r13099) -Fix [FS#2014]: when a window had children only one of them woul...
rubidium
2008-05-13
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...
rubidium
2008-05-11
(svn r13047) -Codechange: remove vp_d
glx
2008-05-11
(svn r13041) -Fix: calling a virtual function on a not fully constructed obje...
rubidium
2008-05-10
(svn r13031) -Codechange: make AssignWidgetToWindow a static function instead...
rubidium
2008-05-10
(svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure t...
rubidium
2008-05-10
(svn r13029) -Codechange: more work in the road to getting the WP macros and ...
rubidium
2008-05-10
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...
rubidium
2008-05-09
(svn r13025) -Codechange: remove the need for two WindowEvents.
rubidium
2008-05-09
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...
rubidium
2008-05-08
(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so m...
rubidium
2008-05-08
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
rubidium
2008-05-07
(svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click even...
rubidium
2008-05-07
(svn r12987) -Codechange: split viewport and tile selection.
rubidium
2008-05-07
(svn r12984) -Codechange: some coding style in window.cpp.
rubidium
2008-05-06
(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...
rubidium
[next]