belugas
|
224f8e6fec
|
(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
|
fe9ce6eac4
|
(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
|
dc77647ea4
|
(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
|
bf3b61cfa3
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
peter1138
|
cfc45e97ab
|
(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
|
0df8060a64
|
(svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns
|
2008-05-22 00:47:42 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
smatz
|
17e4e33aee
|
(svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario Editor, too
|
2008-05-19 02:01:44 +00:00 |
|
smatz
|
d00d718b41
|
(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
|
01a569f0d7
|
(svn r13173) -Codechange: make windows of the main toolbars.
|
2008-05-18 22:11:46 +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
|
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
|
439b328f41
|
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
|
2008-05-15 20:04:10 +00:00 |
|
rubidium
|
d87fc4d534
|
(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
|
a6c4bbccb9
|
(svn r13061) -Codechange: make a class of the BuildTreesWindow.
|
2008-05-12 21:46:08 +00:00 |
|
rubidium
|
f710876037
|
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
|
2008-05-10 12:30:27 +00:00 |
|
rubidium
|
8d0a7f4634
|
(svn r13025) -Codechange: remove the need for two WindowEvents.
|
2008-05-09 15:27:00 +00:00 |
|
rubidium
|
0f7d925121
|
(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
|
f3d184aee4
|
(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.
|
2008-05-08 12:59:47 +00:00 |
|
rubidium
|
51cda2252c
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|
smatz
|
cc107fe0f9
|
(svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty
|
2008-05-07 18:14:09 +00:00 |
|
smatz
|
7927da8fab
|
(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
|
c28ce39e3c
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9db77e3808
|
(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
|
8796331d83
|
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
|
2008-05-06 21:28:30 +00:00 |
|
rubidium
|
6ed5c01143
|
(svn r12892) -Fix: too many items in the vehicle toolbars were greyed out.
|
2008-04-25 06:15:58 +00:00 |
|
rubidium
|
47ebab771f
|
(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.
|
2008-04-21 07:57:51 +00:00 |
|
rubidium
|
5c5bd70284
|
(svn r12769) -Codechange: some coding style cleanups.
|
2008-04-18 15:18:16 +00:00 |
|
rubidium
|
bc37ae3f2a
|
(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
|
2008-04-18 15:11:39 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
18e64b28e2
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|
rubidium
|
48bb9ff17c
|
(svn r12402) -Fix: some toolbars didn't seem to show anymore.
|
2008-03-24 05:59:42 +00:00 |
|
rubidium
|
672087ecf6
|
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
|
2008-03-23 07:35:29 +00:00 |
|