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
/
osk_gui.cpp
Age
Commit message (
Expand
)
Author
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-07-15
(svn r16837) -Codechange: Collect largest used index while constructing neste...
alberth
2009-06-04
(svn r16516) -Codechange: Added click and drag handling for nested widgets.
alberth
2009-05-30
(svn r16468) -Codechange: Use GetWidgetOfType() for finding an edit box.
alberth
2009-04-26
(svn r16170) -Codechange: Added nested widgets to OSK.
alberth
2009-04-26
(svn r16169) -Codechange: Completing OSK widget numbers.
alberth
2009-04-26
(svn r16168) -Codechange: Removing unused WWT_EMPTY widget.
alberth
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-02-09
(svn r15424) -Codechange: make it possible to have multiple windows with edit...
rubidium
2009-02-09
(svn r15423) -Codechange: split widget related types to their own header and ...
rubidium
2009-02-06
(svn r15370) -Codechange: add a callback to tell the parent of an OSK that th...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-12-16
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s...
rubidium
2008-09-29
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...
rubidium
2008-08-11
(svn r14046) -Codechange: make the size of querystring "widgets" more configu...
rubidium
2008-08-02
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a...
belugas
2008-07-31
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order ...
belugas
2008-05-28
(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)
smatz
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-19
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Pa...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-15
(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) ch...
rubidium
2008-05-14
(svn r13083) -Fix (r13042): another segmentation fault when OskWindow's paren...
glx
2008-05-14
(svn r13082) -Fix (r13042): segmentation fault due to too early deletion of O...
glx
2008-05-11
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...
rubidium
2008-05-10
(svn r13034) -Fix: segmentation fault due do double delete when closing the O...
rubidium
2008-05-10
(svn r13029) -Codechange: more work in the road to getting the WP macros and ...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
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-04
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
rubidium
2008-03-26
(svn r12428) -Fix [FS#1878]: loading from the config file could fail even whe...
rubidium
2008-03-26
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...
rubidium