rubidium
|
bd629ad7c0
|
(svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so scrollbars were in some cases not properly updated causing division by zero
|
2010-04-04 20:47:51 +00:00 |
|
alberth
|
7f9a771a8b
|
(svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while resizing a window.
|
2010-04-04 11:21:56 +00:00 |
|
alberth
|
6934e6fe7d
|
(svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while resizing a window.
|
2010-04-04 11:21:56 +00:00 |
|
rubidium
|
59e767b1bf
|
(svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollbar that could not scroll could cause a crash
|
2010-02-25 14:53:22 +00:00 |
|
rubidium
|
14d28c5e69
|
(svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollbar that could not scroll could cause a crash
|
2010-02-25 14:53:22 +00:00 |
|
rubidium
|
970842e4a2
|
(svn r19089) -Codechange: some minor coding style
|
2010-02-10 20:53:23 +00:00 |
|
rubidium
|
249acc9e4f
|
(svn r19089) -Codechange: some minor coding style
|
2010-02-10 20:53:23 +00:00 |
|
rubidium
|
d966b3655f
|
(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds.
|
2010-02-04 14:21:20 +00:00 |
|
rubidium
|
36298c1454
|
(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds.
|
2010-02-04 14:21:20 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +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 |
|
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 |
|