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-08-04
(svn r13987) -Codechange: Resize small map legend dynamically on window resiz...
peter1138
2008-08-03
(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero hei...
peter1138
2008-08-02
(svn r13920) -Codechange: uniformise the definition with the declaration of D...
belugas
2008-08-01
(svn r13910) -Document: string drawing related functions and types (Alberth)
rubidium
2008-08-01
(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect...
belugas
2008-06-28
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ...
frosch
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-06
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-18
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...
rubidium
2008-04-07
(svn r12619) -Codechange: lots of documentation about window related stuff. P...
rubidium
2008-03-26
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...
rubidium
2008-03-24
(svn r12405) -Codechange: some coding style and 'untodoifying' some comments ...
rubidium
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