alberth
|
5bee09c924
|
(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
|
8139a8d96f
|
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
|
2009-11-22 13:22:53 +00:00 |
|
rubidium
|
a58582e6d1
|
(svn r18219) -Fix: the up/down buttons in the start network server window didn't work anymore
|
2009-11-22 13:20:26 +00:00 |
|
rubidium
|
892d877458
|
(svn r18218) -Codechange: make a few network windows big font aware
|
2009-11-22 13:12:31 +00:00 |
|
rubidium
|
c227abd7c3
|
(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars
|
2009-11-22 11:24:30 +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 |
|
alberth
|
75e513d5b5
|
(svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays.
|
2009-11-20 20:10:06 +00:00 |
|
rubidium
|
8d90052641
|
(svn r18175) -Codechange: make the network lobby and client list RTL aware
|
2009-11-18 22:00:04 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
a13fd6ddce
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
1f6f15a126
|
(svn r18092) -Codechange: remove support for the unnested widgets
|
2009-11-15 13:36:30 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
4fd93aecd2
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
rubidium
|
483ff921ae
|
(svn r17958) -Codechange: make the join progress window nested
|
2009-11-02 19:42:09 +00:00 |
|
rubidium
|
95bcee3fde
|
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
|
2009-11-02 16:07:09 +00:00 |
|
rubidium
|
3013be391e
|
(svn r17954) -Codechange: make the network client list nested
|
2009-11-02 16:03:17 +00:00 |
|
rubidium
|
55a9b89233
|
(svn r17952) -Codechange: make the network client list popup nested
|
2009-11-02 15:37:54 +00:00 |
|
rubidium
|
8611df32f2
|
(svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings.
|
2009-11-02 15:27:05 +00:00 |
|
rubidium
|
719b995358
|
(svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code.
|
2009-11-02 10:52:57 +00:00 |
|
rubidium
|
4cb1409391
|
(svn r17946) -Codechange: move the widget definition of the client list closer to the window
|
2009-11-02 09:58:08 +00:00 |
|
rubidium
|
bca2397f5a
|
(svn r17905) -Codechange: make the network server list window nested (and increase the default size slightly)
|
2009-10-30 20:42:42 +00:00 |
|
rubidium
|
a592d22c5c
|
(svn r17887) -Codechange: remove some (now) unneeded {SKIP}s
|
2009-10-27 14:46:59 +00:00 |
|
rubidium
|
4b83775e6f
|
(svn r17886) -Codechange: make the 'start server' window nested
|
2009-10-27 14:39:37 +00:00 |
|
rubidium
|
8a703a8a80
|
(svn r17885) -Codechange: make the network lobby window nested
|
2009-10-27 12:43:08 +00:00 |
|
rubidium
|
4376af5b04
|
(svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function
|
2009-10-27 12:03:12 +00:00 |
|
rubidium
|
2894071583
|
(svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers
|
2009-10-26 22:10:09 +00:00 |
|
rubidium
|
e0c72d2c98
|
(svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable
|
2009-10-26 12:43:27 +00:00 |
|
rubidium
|
1a4fb59437
|
(svn r17876) -Codechange: make the network company password window nested
|
2009-10-26 12:24:14 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
b72898c8a3
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
smatz
|
fa937901cb
|
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
|
2009-10-04 20:51:50 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
frosch
|
c192bbe800
|
(svn r17539) -Codechange: Replace a magic number.
|
2009-09-14 20:24:17 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
fd04d4ed00
|
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
|
2009-09-13 17:38:07 +00:00 |
|
rubidium
|
6d72ae033a
|
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
|
2009-09-02 08:08:30 +00:00 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
5bb7b8ad35
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
rubidium
|
871f3ec803
|
(svn r16981) -Fix [FS#3062]: the last manually added server would not be saved
|
2009-07-29 16:45:51 +00:00 |
|
rubidium
|
4874578e79
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
alberth
|
fe9f5cbc46
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
rubidium
|
34570f4e93
|
(svn r16842) -Cleanup: add some spaces around a few operators
|
2009-07-16 10:13:33 +00:00 |
|
rubidium
|
789999ecf3
|
(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP.
|
2009-05-19 21:20:14 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
d87206b6f7
|
(svn r16288) -Fix (r16237): crash after clicking in the ClientList window
|
2009-05-13 00:24:21 +00:00 |
|
alberth
|
9e99cbf93d
|
(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.
|
2009-05-09 08:02:17 +00:00 |
|