truebrain
|
e9f584ac21
|
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:27:45 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
michi_cc
|
6711026011
|
(svn r23428) -Fix (r23415): Initial size of the infrastructure details windows was sometimes too small.
|
2011-12-04 13:27:24 +00:00 |
|
frosch
|
1f9f73d2b6
|
(svn r23424) -Change: Make the company GUI somewhat smaller if there are no shareholders.
|
2011-12-04 11:59:08 +00:00 |
|
frosch
|
51da427dae
|
(svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it.
|
2011-12-04 10:47:57 +00:00 |
|
michi_cc
|
d3b7b89493
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
michi_cc
|
6083d6ffb4
|
(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company.
|
2011-12-03 23:40:08 +00:00 |
|
rubidium
|
a9bdd04072
|
(svn r23331) -Fix [FS#4851] (rCS, r148): abort building/moving HQ when clicking on the button again, just like when building rail, stations, etc (sbr)
|
2011-11-26 12:53:05 +00:00 |
|
peter1138
|
279c651a4d
|
(svn r23022) -Codechange: Support resized checkbox and square icons in company colour selection window.
|
2011-10-11 17:32:17 +00:00 |
|
frosch
|
1a12008fcf
|
(svn r22982) -Cleanup: Remove CountCompanyVehicles() and use ALL_GROUP statistics instead.
|
2011-10-03 17:24:31 +00:00 |
|
frosch
|
1bc1a42ea5
|
(svn r22619) -Fix [FS#4662]: Consider the size of the vehicle sprite for the lineheight in the company GUI. This also makes the widget containing the sprite not skip drawing it, if the bounds of the widget are outside of the drawing area though the sprite actually needs drawing.
|
2011-07-02 14:37:03 +00:00 |
|
frosch
|
5e449b8fae
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
frosch
|
22286bd7b6
|
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
|
2011-05-04 17:45:16 +00:00 |
|
rubidium
|
ff143c6708
|
(svn r22413) -Document: even more stuff
|
2011-05-02 20:59:54 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
rubidium
|
cf61c2f11f
|
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
|
2010-12-05 22:24:50 +00:00 |
|
rubidium
|
9a18050646
|
(svn r21408) -Codechange: limit president name by amount of characters, not bytes
|
2010-12-05 22:23:50 +00:00 |
|
alberth
|
f5c6fd1a25
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
smatz
|
77fe95f552
|
(svn r20860) -Cleanup: remove some unused functions and variables
|
2010-10-01 16:42:28 +00:00 |
|
frosch
|
717fcd09c6
|
(svn r20849) -Change: Only display liveries in the liverywindow if they are used by some vehicle somewhen (not considering date or such).
|
2010-09-25 22:00:49 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
d496ec65b9
|
(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.
|
2010-08-12 16:44:51 +00:00 |
|
rubidium
|
3da3d131c6
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
alberth
|
e0e66b6ed0
|
(svn r20390) -Codechange: Move company vehicle counting to vehicle.cpp.
|
2010-08-06 19:56:14 +00:00 |
|
rubidium
|
49cee72fa4
|
(svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command
|
2010-08-02 22:10:05 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
alberth
|
22b9bc5157
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
yexo
|
9683b87466
|
(svn r20012) -Fix: when joining a company with a password you could only enter 20 characters of the password
|
2010-06-23 00:11:11 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
rubidium
|
7a73a7490d
|
(svn r19090) -Codechange: some comment coding style fixes
|
2010-02-10 21:06:05 +00:00 |
|
frosch
|
88019e64e1
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
yexo
|
fa23617380
|
(svn r18729) -Fix [FS#3427]: the lock in the company gui was only drawn for your own company
|
2010-01-04 23:00:19 +00:00 |
|
alberth
|
ba3ef1a2d5
|
(svn r18664) -Fix [FS#3449]: Unshade shaded finances window when toggling size.
|
2009-12-30 08:40:05 +00:00 |
|
rubidium
|
454e124912
|
(svn r18652) -Fix: glitches due to having the wrong bounding boxes for the face widgets
|
2009-12-28 13:04:18 +00:00 |
|
alberth
|
3323d64f28
|
(svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes.
|
2009-12-22 20:43:25 +00:00 |
|
alberth
|
7dbc77a1e7
|
(svn r18605) -Codechange: Coding style fixes, prevent useless calls to UpdateWidgetSize().
|
2009-12-22 19:40:23 +00:00 |
|
alberth
|
91872aca48
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
rubidium
|
ac4ef286f4
|
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
|
2009-12-09 17:10:57 +00:00 |
|
alberth
|
bb19a2e757
|
(svn r18346) -Codechange: Compute size of face part display buttons only once in face window.
|
2009-11-29 21:16:37 +00:00 |
|
alberth
|
548f47af58
|
(svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings.
|
2009-11-29 12:52:08 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
1f0da3710f
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|