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
/
widgets
Age
Commit message (
Expand
)
Author
2009-05-04
(svn r16227) -Codechange: Added nested widgets for error windows, tooltip win...
alberth
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-28
(svn r15877) -Codechange: Let drop down lists know about font height.
peter1138
2009-03-21
(svn r15783) -Codechange: make the dropdown draw code pass around the left/ri...
rubidium
2009-02-09
(svn r15423) -Codechange: split widget related types to their own header and ...
rubidium
2009-02-07
(svn r15387) -Codechange: Add a drop down list item type for char* strings.
peter1138
2009-02-01
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in ...
peter1138
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-06
(svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.c...
rubidium
2009-01-04
(svn r14840) -Cleanup: remove duplicate includes
glx
2008-08-25
(svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so...
peter1138
2008-08-07
(svn r14015) -Codechange: Add facility for a drop down list to always close (...
peter1138
2008-08-07
(svn r14014) -Codechange: Add support for automatically sizing drop down list...
peter1138
2008-08-06
(svn r14004) -Codechange: Clean of drop down lists.
peter1138
2008-08-03
(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolb...
belugas
2008-06-28
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ...
frosch
2008-05-27
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
rubidium
2008-05-26
(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop do...
peter1138
2008-05-18
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-13
(svn r13075) -Codechange: Allow any value for a dropdown item instead of just...
peter1138
2008-05-11
(svn r13052) -Codechange: make a class of the DropdownWindow.
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 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 r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
rubidium
2008-04-12
(svn r12675) -Codechange: Add support for custom drawing of drop down list it...
peter1138
2008-04-12
(svn r12672) -Codechange: Add support for variably-sized drop down list items.
peter1138
2008-04-10
(svn r12651) -Fix (r12644) [FS#1915]: Dropdown widget width should be one pix...
peter1138
2008-04-09
(svn r12644) -Codechange: rework the order gui a little to prepare it for som...
rubidium
2008-04-07
(svn r12619) -Codechange: lots of documentation about window related stuff. P...
rubidium
2008-02-12
(svn r12121) -Fix [FS#1764]: Drop down item indexes are now an int instead of...
peter1138
2008-01-19
(svn r11924) -Codechange: All dropdowns now use the dropdown widget, so compa...
peter1138
2008-01-17
(svn r11901) -Add: add two widgets for dropdowns, one raised and one inset, t...
peter1138
2008-01-15
(svn r11865) -Feature(tte): Support scrolling of drop down lists when in drag...
peter1138
2008-01-15
(svn r11863) -Fix (r11848): One day I'll learn C++... Delete all items in a d...
peter1138
2008-01-15
(svn r11858) -Fix (r1679): Mask and rule colour in drop down lists using wron...
peter1138
2008-01-15
(svn r11857) -Fix: some compile time warnings.
rubidium
2008-01-14
(svn r11854) -Fix (r11848): Nightly build farm showed up more compiler warnin...
peter1138
2008-01-14
(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation
peter1138
2008-01-14
(svn r11848) -Codechange: New class-based drop down list functionality. Lists...
peter1138