Sun, 04 Apr 2010 11:21:56 +0000 |
alberth |
(svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while resizing a window.
draft
|
Thu, 25 Feb 2010 14:53:22 +0000 |
rubidium |
(svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollbar that could not scroll could cause a crash
draft
|
Wed, 10 Feb 2010 20:53:23 +0000 |
rubidium |
(svn r19089) -Codechange: some minor coding style
draft
|
Thu, 04 Feb 2010 14:21:20 +0000 |
rubidium |
(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.
draft
|
Sat, 30 Jan 2010 18:34:48 +0000 |
frosch |
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
draft
|
Thu, 28 Jan 2010 02:31:37 +0000 |
peter1138 |
(svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves.
draft
|
Fri, 15 Jan 2010 16:41:15 +0000 |
rubidium |
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
draft
|
Wed, 06 Jan 2010 20:17:46 +0000 |
frosch |
(svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast.
draft
|
Thu, 31 Dec 2009 18:11:03 +0000 |
rubidium |
(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window
draft
|
Wed, 23 Dec 2009 22:41:47 +0000 |
rubidium |
(svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-game
draft
|
Tue, 22 Dec 2009 20:53:28 +0000 |
alberth |
(svn r18607) -Fix (r18583): Preserve window width when shading.
draft
|
Tue, 22 Dec 2009 20:43:25 +0000 |
alberth |
(svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes.
draft
|
Mon, 21 Dec 2009 16:16:40 +0000 |
alberth |
(svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box.
draft
|
Mon, 21 Dec 2009 16:06:20 +0000 |
alberth |
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
draft
|
Sun, 20 Dec 2009 20:49:47 +0000 |
rubidium |
(svn r18582) -Codechange: save 8 bytes from the Window class
draft
|
Sun, 20 Dec 2009 20:08:39 +0000 |
alberth |
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
draft
|
Sun, 20 Dec 2009 20:04:30 +0000 |
alberth |
(svn r18579) -Codechange: Add orientation to scrollbars.
draft
|
Sun, 29 Nov 2009 21:14:34 +0000 |
alberth |
(svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead.
draft
|
Sun, 29 Nov 2009 10:56:51 +0000 |
alberth |
(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.
draft
|
Sun, 29 Nov 2009 09:18:49 +0000 |
alberth |
(svn r18334) -Codechange: No need to test a pointer after using it.
draft
|
Sun, 29 Nov 2009 00:41:08 +0000 |
rubidium |
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp.
draft
|
Sat, 28 Nov 2009 14:42:35 +0000 |
rubidium |
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
draft
|
Sat, 28 Nov 2009 14:36:43 +0000 |
rubidium |
(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that
draft
|
Sat, 28 Nov 2009 14:30:00 +0000 |
rubidium |
(svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc.
draft
|
Tue, 24 Nov 2009 17:13:24 +0000 |
rubidium |
(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.
draft
|
Sat, 21 Nov 2009 16:02:05 +0000 |
rubidium |
(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too
draft
|
Fri, 20 Nov 2009 20:10:06 +0000 |
alberth |
(svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays.
draft
|
Tue, 17 Nov 2009 19:16:48 +0000 |
rubidium |
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
draft
|
Tue, 17 Nov 2009 18:45:57 +0000 |
rubidium |
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL
draft
|
Mon, 16 Nov 2009 21:28:12 +0000 |
rubidium |
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
draft
|