alberth
|
45a8eb682e
|
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
|
2009-12-21 16:06:20 +00:00 |
|
alberth
|
ca66652005
|
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
|
2009-12-21 16:06:20 +00:00 |
|
alberth
|
f7e40c76e4
|
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
|
2009-12-13 21:12:36 +00:00 |
|
alberth
|
e0393a3de1
|
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
|
2009-12-13 21:12:36 +00:00 |
|
alberth
|
867af7ae35
|
(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.
|
2009-12-13 21:05:38 +00:00 |
|
alberth
|
a8e9891f45
|
(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.
|
2009-12-13 21:05:38 +00:00 |
|
alberth
|
6551592e8d
|
(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.
|
2009-12-13 20:54:52 +00:00 |
|
alberth
|
57e6c7fdb7
|
(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.
|
2009-12-13 20:54:52 +00:00 |
|
alberth
|
35c40409ca
|
(svn r18482) -Cleanup (r18092): Conversion to widget array is not done any more.
|
2009-12-13 13:29:13 +00:00 |
|
alberth
|
5d12f42867
|
(svn r18482) -Cleanup (r18092): Conversion to widget array is not done any more.
|
2009-12-13 13:29:13 +00:00 |
|
rubidium
|
da30e736ca
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
frosch
|
2bbaf9f2eb
|
(svn r18303) -Fix: Widget indices are valid when >= 0.
|
2009-11-26 22:46:13 +00:00 |
|
frosch
|
efffb1b92c
|
(svn r18303) -Fix: Widget indices are valid when >= 0.
|
2009-11-26 22:46:13 +00:00 |
|
rubidium
|
46f90bef77
|
(svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action.
|
2009-11-24 17:13:24 +00:00 |
|
rubidium
|
8371be352b
|
(svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action.
|
2009-11-24 17:13:24 +00:00 |
|
rubidium
|
5669e483c5
|
(svn r18272) -Codechange: make FindScrollbar a const function
|
2009-11-24 16:54:52 +00:00 |
|
rubidium
|
75bd985876
|
(svn r18272) -Codechange: make FindScrollbar a const function
|
2009-11-24 16:54:52 +00:00 |
|
rubidium
|
ea0fd4656a
|
(svn r18267) -Codechange: make the music window big font aware
|
2009-11-24 13:14:48 +00:00 |
|
rubidium
|
5e247b6e43
|
(svn r18267) -Codechange: make the music window big font aware
|
2009-11-24 13:14:48 +00:00 |
|
alberth
|
1a1abf5c6c
|
(svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size.
|
2009-11-22 18:31:17 +00:00 |
|
alberth
|
b4f488319c
|
(svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size.
|
2009-11-22 18:31:17 +00:00 |
|
alberth
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
450e40b997
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
18b33fde83
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
alberth
|
2b6f792513
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
3703ba5e4a
|
(svn r18223) -Codechange: remove the requirement of having an index for background widgets
|
2009-11-22 14:40:55 +00:00 |
|
rubidium
|
e7075c7e2b
|
(svn r18223) -Codechange: remove the requirement of having an index for background widgets
|
2009-11-22 14:40:55 +00:00 |
|
rubidium
|
f106bbbe5c
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +00:00 |
|
rubidium
|
d913282e7a
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +00:00 |
|
alberth
|
10c16be369
|
(svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container.
|
2009-11-22 10:59:12 +00:00 |
|
alberth
|
9a67f81610
|
(svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container.
|
2009-11-22 10:59:12 +00:00 |
|
alberth
|
75e513d5b5
|
(svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays.
|
2009-11-20 20:10:06 +00:00 |
|
alberth
|
777d5ce12e
|
(svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays.
|
2009-11-20 20:10:06 +00:00 |
|
rubidium
|
bea622be02
|
(svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
|
2009-11-19 22:49:04 +00:00 |
|
rubidium
|
da25f121ac
|
(svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
|
2009-11-19 22:49:04 +00:00 |
|
rubidium
|
e89df4a68d
|
(svn r18189) -Codechange: remove some now unneeded strings
|
2009-11-19 18:08:35 +00:00 |
|
rubidium
|
c24755c032
|
(svn r18189) -Codechange: remove some now unneeded strings
|
2009-11-19 18:08:35 +00:00 |
|
rubidium
|
f123ff906f
|
(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g
|
2009-11-19 18:01:24 +00:00 |
|
rubidium
|
30f7483f9c
|
(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g
|
2009-11-19 18:01:24 +00:00 |
|
rubidium
|
e29bc3113c
|
(svn r18186) -Add: a widgets for left/right arrows with the ability to turn themselves around when a RTL language is loaded
|
2009-11-19 17:56:03 +00:00 |
|
rubidium
|
089992ef13
|
(svn r18186) -Add: a widgets for left/right arrows with the ability to turn themselves around when a RTL language is loaded
|
2009-11-19 17:56:03 +00:00 |
|
peter1138
|
f7722d8a2b
|
(svn r18168) -Codechange: Adjust a frame's child's padding to account for text height, and draw the top bar appropriately.
|
2009-11-18 18:17:27 +00:00 |
|
peter1138
|
031e353d3c
|
(svn r18168) -Codechange: Adjust a frame's child's padding to account for text height, and draw the top bar appropriately.
|
2009-11-18 18:17:27 +00:00 |
|
rubidium
|
266a1d0f7d
|
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL
|
2009-11-17 18:45:57 +00:00 |
|
rubidium
|
abe1c6f3c7
|
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL
|
2009-11-17 18:45:57 +00:00 |
|
peter1138
|
cfef0b5bf4
|
(svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines.
|
2009-11-17 13:04:05 +00:00 |
|
peter1138
|
14c6fd0e39
|
(svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines.
|
2009-11-17 13:04:05 +00:00 |
|
rubidium
|
bb5a43e609
|
(svn r18099) -Codechange: scale the edit boxes to the fontsize
|
2009-11-15 15:37:37 +00:00 |
|
rubidium
|
cddc057a60
|
(svn r18099) -Codechange: scale the edit boxes to the fontsize
|
2009-11-15 15:37:37 +00:00 |
|