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
/
widget.cpp
Age
Commit message (
Expand
)
Author
2008-01-26
(svn r11988) -Codechange: Add a generic way of changing a widget's size and a...
peter1138
2008-01-25
(svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuf...
peter1138
2008-01-18
(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...
peter1138
2008-01-17
(svn r11901) -Add: add two widgets for dropdowns, one raised and one inset, t...
peter1138
2008-01-17
(svn r11885) -Cleanup: Remove gotos from widget drawing code. A side affect i...
peter1138
2008-01-14
(svn r11848) -Codechange: New class-based drop down list functionality. Lists...
peter1138
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-09
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium
2007-12-16
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
rubidium
2007-12-07
(svn r11588) -Codechange: use the new member introduced in r11551
glx
2007-12-02
(svn r11555) -Codechange: use the new members introduced in r11551.
rubidium
2007-11-25
(svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to...
smatz
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-04-06
(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...
belugas
2007-03-10
(svn r9088) -Add : a new type of widget, called WWT_TEXT. It is a simple tru...
belugas
2007-01-24
(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
bjarni
2007-01-24
(svn r8384) -Codechange: [GUI] instead of writing a resize button function fo...
bjarni
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
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