rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
peter1138
|
a6de3cd932
|
(svn r15877) -Codechange: Let drop down lists know about font height.
|
2009-03-28 12:47:29 +00:00 |
|
peter1138
|
f30f5607e3
|
(svn r15877) -Codechange: Let drop down lists know about font height.
|
2009-03-28 12:47:29 +00:00 |
|
rubidium
|
303a8f9673
|
(svn r15783) -Codechange: make the dropdown draw code pass around the left/right instead of the x and width to make drawing text at offsets easier.
|
2009-03-21 19:31:47 +00:00 |
|
rubidium
|
93fe44a3c5
|
(svn r15783) -Codechange: make the dropdown draw code pass around the left/right instead of the x and width to make drawing text at offsets easier.
|
2009-03-21 19:31:47 +00:00 |
|
rubidium
|
66cb1fe1ff
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
rubidium
|
9907742a0f
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
peter1138
|
5304330f92
|
(svn r15387) -Codechange: Add a drop down list item type for char* strings.
|
2009-02-07 00:37:35 +00:00 |
|
peter1138
|
77760a62fd
|
(svn r15387) -Codechange: Add a drop down list item type for char* strings.
|
2009-02-07 00:37:35 +00:00 |
|
peter1138
|
bce50498fc
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
peter1138
|
aad67b5736
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
4a204fbf96
|
(svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h...
|
2009-01-06 23:19:59 +00:00 |
|
rubidium
|
2490f8f471
|
(svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h...
|
2009-01-06 23:19:59 +00:00 |
|
glx
|
c61674221c
|
(svn r14840) -Cleanup: remove duplicate includes
|
2009-01-04 21:02:59 +00:00 |
|
glx
|
c7959ce2a9
|
(svn r14840) -Cleanup: remove duplicate includes
|
2009-01-04 21:02:59 +00:00 |
|
peter1138
|
7b632aa8aa
|
(svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified.
|
2008-08-25 16:07:10 +00:00 |
|
peter1138
|
cf52b683c0
|
(svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified.
|
2008-08-25 16:07:10 +00:00 |
|
peter1138
|
d6c385a41e
|
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
|
2008-08-07 18:26:13 +00:00 |
|
peter1138
|
3c2f69bf62
|
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
|
2008-08-07 18:26:13 +00:00 |
|
peter1138
|
ad52678d14
|
(svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.
|
2008-08-07 18:11:09 +00:00 |
|
peter1138
|
6bae045b4a
|
(svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.
|
2008-08-07 18:11:09 +00:00 |
|
peter1138
|
76b0ffd342
|
(svn r14004) -Codechange: Clean of drop down lists.
Move empty item drawing to base ListItem Draw() function.
Remove String() from base class.
Pass correct width to Draw().
|
2008-08-06 07:10:40 +00:00 |
|
peter1138
|
98d3d86004
|
(svn r14004) -Codechange: Clean of drop down lists.
Move empty item drawing to base ListItem Draw() function.
Remove String() from base class.
Pass correct width to Draw().
|
2008-08-06 07:10:40 +00:00 |
|
belugas
|
98d8501278
|
(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
Mostly forgotten ones.
|
2008-08-03 02:18:45 +00:00 |
|
belugas
|
96892e081a
|
(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
Mostly forgotten ones.
|
2008-08-03 02:18:45 +00:00 |
|
frosch
|
cfdc710104
|
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
|
2008-06-28 15:44:24 +00:00 |
|
frosch
|
ecc5d648df
|
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
|
2008-06-28 15:44:24 +00:00 |
|
rubidium
|
33e18c236d
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
rubidium
|
5c5ee7eb57
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
peter1138
|
855336a1e6
|
(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
|
2008-05-26 21:40:52 +00:00 |
|
peter1138
|
88f2ef652e
|
(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
|
2008-05-26 21:40:52 +00:00 |
|
rubidium
|
a21d3fc63b
|
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors.
|
2008-05-18 20:40:30 +00:00 |
|
rubidium
|
6da56ee87e
|
(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors.
|
2008-05-18 20:40:30 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
peter1138
|
2c02810b3a
|
(svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive.
|
2008-05-13 21:11:38 +00:00 |
|
peter1138
|
9fa2e849f2
|
(svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive.
|
2008-05-13 21:11:38 +00:00 |
|
rubidium
|
4525234df4
|
(svn r13052) -Codechange: make a class of the DropdownWindow.
|
2008-05-11 18:18:18 +00:00 |
|
rubidium
|
5924346697
|
(svn r13052) -Codechange: make a class of the DropdownWindow.
|
2008-05-11 18:18:18 +00:00 |
|
rubidium
|
2ac412375c
|
(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
2008-05-10 13:46:36 +00:00 |
|
rubidium
|
d24442ae8b
|
(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
2008-05-10 13:46:36 +00:00 |
|
rubidium
|
51cda2252c
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
rubidium
|
8796331d83
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
e6c944a6c4
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|