belugas
|
4f5eae2789
|
(svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus
|
2008-06-30 14:58:58 +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 |
|
belugas
|
de86235274
|
(svn r13646) -Change: typos and miss-aligned enum values
|
2008-06-27 16:16:35 +00:00 |
|
belugas
|
dde4de5e20
|
(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Thanks to glx :)
|
2008-06-27 02:26:51 +00:00 |
|
belugas
|
e8cddf8baa
|
(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
|
2008-06-27 01:26:13 +00:00 |
|
belugas
|
32ea99a741
|
(svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
|
2008-06-26 17:43:56 +00:00 |
|
belugas
|
6d1e5a3f5b
|
(svn r13641) -Fix: Misleading enum name.
|
2008-06-26 17:13:39 +00:00 |
|
skidd13
|
41b09d4027
|
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
-Codechange: related to this split the waterway based buttons from the landscape generation window
|
2008-06-25 17:30:16 +00:00 |
|
belugas
|
a6e0e2d837
|
(svn r13597) -Codechange: Enumification of the Map menu items.
The rework allowed to remove a function, by merging two quite similar ones.
|
2008-06-21 01:40:56 +00:00 |
|
belugas
|
1f4475d518
|
(svn r13590) -Codechange: Enumification of the Save/Load menu items
|
2008-06-20 01:55:00 +00:00 |
|
belugas
|
bee7934220
|
(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?
|
2008-06-19 20:04:24 +00:00 |
|
belugas
|
4cc9439d65
|
(svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions.
|
2008-06-19 19:58:26 +00:00 |
|
belugas
|
be4e7b86f3
|
(svn r13562) -Codechange: Yet another enumification, which required a bit of explanation/documentation of a trickery some would call a hack
|
2008-06-18 03:19:31 +00:00 |
|
belugas
|
22c017c0c2
|
(svn r13561) -Codechange: two more enumifications of widgets
|
2008-06-18 02:38:28 +00:00 |
|
belugas
|
f16b9dcd2b
|
(svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert
|
2008-06-18 02:04:01 +00:00 |
|
belugas
|
5408e1a51b
|
(svn r13559) -Codechange: Enumification of the Options menu items
|
2008-06-17 23:51:17 +00:00 |
|
belugas
|
6d4590ec7c
|
(svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer"
|
2008-06-17 16:33:55 +00:00 |
|
belugas
|
d3fa4228cb
|
(svn r13543) -Codechange: Enumification of the InGame toolbar and some leftovers of scenario editor one.
Still more go do
|
2008-06-17 03:20:04 +00:00 |
|
belugas
|
37c58f606b
|
(svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still
|
2008-06-17 03:13:09 +00:00 |
|
belugas
|
da5fb0cf7e
|
(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
|
2008-06-17 02:33:42 +00:00 |
|
belugas
|
f5f05b4e86
|
(svn r13540) -Codechange: Less a magic number and a more adaptable code
|
2008-06-17 02:25:45 +00:00 |
|
belugas
|
0c342f3292
|
(svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Even more when it's a parameter.
|
2008-06-16 17:28:15 +00:00 |
|
belugas
|
bf9a32b475
|
(svn r13515) -Codechange: Widget enumification for scenario editor
|
2008-06-14 02:00:20 +00:00 |
|
belugas
|
8cbb17384d
|
(svn r13514) -Codechange: Removal of dead code (or useless, to be more exact)
|
2008-06-14 01:45:58 +00:00 |
|
belugas
|
5d828d8eee
|
(svn r13504) -Codechange: enumify some widgets for scenario editor. More work is required.
|
2008-06-13 01:57:48 +00:00 |
|
belugas
|
3d07e5ca10
|
(svn r13503) -Fix(r13173)[FS#2073]: Wrong widget numbers & event handlers were assigned to the zoom in and out buttons in the scenario editor
|
2008-06-13 01:17:03 +00:00 |
|
rubidium
|
933c9df335
|
(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
|
2008-05-29 23:33:37 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
6c20f77330
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
peter1138
|
6f233b1f8f
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
smatz
|
0d2266a3ac
|
(svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns
|
2008-05-22 00:47:42 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
smatz
|
6864eedb1b
|
(svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario Editor, too
|
2008-05-19 02:01:44 +00:00 |
|
smatz
|
70127934d1
|
(svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, it was always positioned on the right side
|
2008-05-19 01:57:30 +00:00 |
|
rubidium
|
09b5320a81
|
(svn r13173) -Codechange: make windows of the main toolbars.
|
2008-05-18 22:11:46 +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
|
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 |
|
rubidium
|
b08d728ac9
|
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
|
2008-05-15 20:04:10 +00:00 |
|
rubidium
|
eeb6381690
|
(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.
|
2008-05-15 19:00:20 +00:00 |
|
glx
|
ca4d92e2f2
|
(svn r13061) -Codechange: make a class of the BuildTreesWindow.
|
2008-05-12 21:46:08 +00:00 |
|
rubidium
|
935434333b
|
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
|
2008-05-10 12:30:27 +00:00 |
|
rubidium
|
68a1d75d9e
|
(svn r13025) -Codechange: remove the need for two WindowEvents.
|
2008-05-09 15:27:00 +00:00 |
|
rubidium
|
f438700402
|
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
2008-05-09 09:29:27 +00:00 |
|
rubidium
|
9ed36409c5
|
(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.
|
2008-05-08 12:59:47 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
smatz
|
220bc49731
|
(svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty
|
2008-05-07 18:14:09 +00:00 |
|
smatz
|
0c4715d825
|
(svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed
|
2008-05-07 15:53:58 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
e6c944a6c4
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|