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
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
2008-05-06
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...
rubidium
2008-05-06
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-05-04
(svn r12942) -Fix [FS#1979]: closing some windows caused recursion in the Win...
rubidium
2008-05-04
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
rubidium
2008-05-04
(svn r12938) -Codechange: coding style fixes. Patch by Alberth.
rubidium
2008-05-04
(svn r12937) -Codechange: split allocating and finding the spot to place a wi...
rubidium
2008-04-19
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
rubidium
2008-04-19
(svn r12787) -Documentation: add/fix documentation of some functions. Patch b...
rubidium
2008-04-17
(svn r12757) -Codechange: move all cheat related stuff from all over the plac...
rubidium
2008-04-17
(svn r12749) -Codechange: store the viewport information in the windows that ...
rubidium
2008-04-14
(svn r12714) -Fix [FS#1904]: do not move windows below the toolbar on resizes...
rubidium
2008-04-13
(svn r12695) -Codechange: only allocate window structs when needed. Based on ...
rubidium
2008-04-13
(svn r12694) -Fix: do not call the mouse over callback on already deleted win...
rubidium
2008-04-13
(svn r12693) -Documentation: add some documentation to some window related st...
rubidium
2008-04-13
(svn r12692) -Codechange: swap to functions to remove a function declaration.
rubidium
[next]