peter1138
|
dec341a963
|
(svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves.
|
2010-01-28 02:31:37 +00:00 |
|
peter1138
|
08a24fcc31
|
(svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves.
|
2010-01-28 02:31:37 +00:00 |
|
rubidium
|
9467b7c6d6
|
(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 |
|
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 |
|
frosch
|
64feefa80e
|
(svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast.
|
2010-01-06 20:17:46 +00:00 |
|
frosch
|
70f96a3dbf
|
(svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast.
|
2010-01-06 20:17:46 +00:00 |
|
rubidium
|
d1d6e8fc20
|
(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window
|
2009-12-31 18:11:03 +00:00 |
|
rubidium
|
de3cff9e1a
|
(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window
|
2009-12-31 18:11:03 +00:00 |
|
rubidium
|
af5bd27c73
|
(svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-game
|
2009-12-23 22:41:47 +00:00 |
|
rubidium
|
2bb5e2de29
|
(svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-game
|
2009-12-23 22:41:47 +00:00 |
|
alberth
|
8e802135d8
|
(svn r18607) -Fix (r18583): Preserve window width when shading.
|
2009-12-22 20:53:28 +00:00 |
|
alberth
|
b30e56850c
|
(svn r18607) -Fix (r18583): Preserve window width when shading.
|
2009-12-22 20:53:28 +00:00 |
|
alberth
|
e967f04123
|
(svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes.
|
2009-12-22 20:43:25 +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
|
40ab9eeeba
|
(svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box.
|
2009-12-21 16:16:40 +00:00 |
|
alberth
|
f55c3312b3
|
(svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box.
|
2009-12-21 16:16:40 +00:00 |
|
alberth
|
45a8eb682e
|
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
|
2009-12-21 16:06:20 +00:00 |
|
alberth
|
ca66652005
|
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
|
2009-12-21 16:06:20 +00:00 |
|
rubidium
|
97a6adf9f3
|
(svn r18582) -Codechange: save 8 bytes from the Window class
|
2009-12-20 20:49:47 +00:00 |
|
rubidium
|
c03aadda08
|
(svn r18582) -Codechange: save 8 bytes from the Window class
|
2009-12-20 20:49:47 +00:00 |
|
alberth
|
f20e477a02
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
alberth
|
5a083f183e
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
alberth
|
05c30d294e
|
(svn r18579) -Codechange: Add orientation to scrollbars.
|
2009-12-20 20:04:30 +00:00 |
|
alberth
|
20debea202
|
(svn r18579) -Codechange: Add orientation to scrollbars.
|
2009-12-20 20:04:30 +00:00 |
|
alberth
|
57ea707cc4
|
(svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead.
|
2009-11-29 21:14:34 +00:00 |
|
alberth
|
5187a5980b
|
(svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead.
|
2009-11-29 21:14:34 +00:00 |
|
alberth
|
acf091da8e
|
(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.
|
2009-11-29 10:56:51 +00:00 |
|
alberth
|
01d4eba140
|
(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.
|
2009-11-29 10:56:51 +00:00 |
|
alberth
|
30e834860a
|
(svn r18334) -Codechange: No need to test a pointer after using it.
|
2009-11-29 09:18:49 +00:00 |
|
alberth
|
45327a588b
|
(svn r18334) -Codechange: No need to test a pointer after using it.
|
2009-11-29 09:18:49 +00:00 |
|
rubidium
|
55897be79b
|
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp.
|
2009-11-29 00:41:08 +00:00 |
|
rubidium
|
5d38d06313
|
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp.
|
2009-11-29 00:41:08 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
877307a0eb
|
(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that
|
2009-11-28 14:36:43 +00:00 |
|
rubidium
|
b58b058e2b
|
(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that
|
2009-11-28 14:36:43 +00:00 |
|
rubidium
|
0b31433eea
|
(svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc.
|
2009-11-28 14:30:00 +00:00 |
|
rubidium
|
6a367fda8a
|
(svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc.
|
2009-11-28 14:30:00 +00:00 |
|
rubidium
|
46f90bef77
|
(svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action.
|
2009-11-24 17:13:24 +00:00 |
|
rubidium
|
8371be352b
|
(svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action.
|
2009-11-24 17:13:24 +00:00 |
|
rubidium
|
13371fa629
|
(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too
|
2009-11-21 16:02:05 +00:00 |
|
rubidium
|
5c6cf4f8d2
|
(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too
|
2009-11-21 16:02:05 +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 |
|
alberth
|
777d5ce12e
|
(svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays.
|
2009-11-20 20:10:06 +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
|
5f2ddfbc5a
|
(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
|
266a1d0f7d
|
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL
|
2009-11-17 18:45:57 +00:00 |
|
rubidium
|
abe1c6f3c7
|
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL
|
2009-11-17 18:45:57 +00:00 |
|
rubidium
|
684e63e2b5
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|
rubidium
|
e438fc6a80
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|